be safe, there are some pilot dependencies in some files, so pull
kpilot subpackage in for the release. Also, add the gpgme dependency that was missing for kmail to work. okay pvalchev@
This commit is contained in:
parent
6d09f31353
commit
7ea43bac9b
@ -1,27 +1,42 @@
|
||||
# $OpenBSD: Makefile,v 1.19 2005/02/07 11:30:05 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.20 2005/03/17 01:34:52 espie Exp $
|
||||
|
||||
COMMENT= "KDE personal information applications"
|
||||
COMMENT-kpilot= "KDE interface to sync with Palm Pilot"
|
||||
CATEGORIES= x11 x11/kde productivity
|
||||
VERSION= 3.3.2
|
||||
DISTNAME= kdepim-${VERSION}
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
PKGNAME= ${DISTNAME}p1
|
||||
MODKDE_VERSION= 3.3.0
|
||||
|
||||
LIB_DEPENDS= kdecore.6,DCOP,kabc,kabc_file,kdefx,kdeprint,kdesasl,kdesu,kdeui,khtml,kio,kjs,kparts,kresources,kspell,kutils,kwalletclient,vcard::x11/kde/libs3
|
||||
LIB_DEPENDS+= kdecore.6,artskde,kmedia2_idl,knewstuff,DCOP,kabc,kabc_file,kdefx,kdeprint,kdesasl,kdesu,kdeui,khtml,kio,kjs,kparts,kresources,kspell,kutils,kwalletclient,vcard::x11/kde/libs3
|
||||
|
||||
WANTLIB= Xss audiofile stdc++ ossaudio X11 jpeg util m \
|
||||
vorbisfile gmodule-2.0.0.0 gthread-2.0.0.0 \
|
||||
pcreposix intl vorbisenc qui-mt SM pthread \
|
||||
c artsflow ogg ncurses mcop png iconv Xext \
|
||||
artsflow_idl art_lgpl_2.0.0 mad qtmcop glib-2.0.0.0 \
|
||||
glib-2.0.0.0 ICE readline soundserver_idl Xrender \
|
||||
gpg-error vorbis pcre esd z
|
||||
|
||||
MULTI_PACKAGES=-kpilot
|
||||
FULLPKGNAME-kpilot = kpilot-${VERSION}
|
||||
LIB_DEPENDS+= pisock::comms/pilot-link
|
||||
RUN_DEPENDS+= ::x11/kde/base3
|
||||
LIB_DEPENDS+= gpgme:gpgme->=0.4.5:security/gpgme
|
||||
|
||||
#MULTI_PACKAGES=-kpilot
|
||||
FULLPKGNAME-kpilot = kpilot-${VERSION}p0
|
||||
SUBPACKAGE?=
|
||||
|
||||
.if !defined(PACKAGING) || ${SUBPACKAGE} == "-kpilot"
|
||||
LIB_DEPENDS+= pisock::comms/pilot-link
|
||||
.endif
|
||||
# for kaddressbook
|
||||
.if defined(PACKAGING) && ${SUBPACKAGE} == ""
|
||||
RUN_DEPENDS+= ::x11/kde/base3
|
||||
.endif
|
||||
#.if !defined(PACKAGING) || ${SUBPACKAGE} == "-kpilot"
|
||||
#LIB_DEPENDS+= pisock::comms/pilot-link
|
||||
#LIB_DEPENDS+= kcal::x11/kde/pim3
|
||||
#.endif
|
||||
## for kaddressbook
|
||||
#.if defined(PACKAGING) && ${SUBPACKAGE} == ""
|
||||
#RUN_DEPENDS+= ::x11/kde/base3
|
||||
#.endif
|
||||
#.if !defined(PACKAGING) || ${SUBPACKAGE} == ""
|
||||
#LIB_DEPENDS+= gpgme:gpgme->=0.4.5:security/gpgme
|
||||
#.endif
|
||||
|
||||
SEPARATE_BUILD= flavored
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.11 2004/12/12 11:33:25 espie Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.12 2005/03/17 01:34:52 espie Exp $
|
||||
bin/egroupwarewizard
|
||||
@comment bin/ghns
|
||||
bin/groupwarewizard
|
||||
@ -29,6 +29,8 @@ bin/korganizer
|
||||
bin/korganizerIn
|
||||
bin/korn
|
||||
bin/kpalmdoc
|
||||
bin/kpilot
|
||||
bin/kpilotDaemon
|
||||
bin/ksync
|
||||
bin/ktnef
|
||||
bin/kwatchgnupg
|
||||
@ -139,6 +141,15 @@ include/korganizer/baseview.h
|
||||
include/korganizer/calendarviewbase.h
|
||||
include/korganizer/mainwindow.h
|
||||
include/korganizer/part.h
|
||||
include/kpilot/
|
||||
include/kpilot/kpilotlink.h
|
||||
include/kpilot/pilotDatabase.h
|
||||
include/kpilot/pilotLocalDatabase.h
|
||||
include/kpilot/pilotRecord.h
|
||||
include/kpilot/pilotSerialDatabase.h
|
||||
include/kpilot/plugin.h
|
||||
include/kpilot/syncAction.h
|
||||
include/kpilot/uiDialog.h
|
||||
include/ksharedfile.h
|
||||
include/ksieve/
|
||||
include/ksieve/error.h
|
||||
@ -249,6 +260,8 @@ ${KDE}/conduit_time.la
|
||||
${KDE}/conduit_time.so
|
||||
${KDE}/conduit_todo.la
|
||||
${KDE}/conduit_todo.so
|
||||
${KDE}/conduit_vcal.la
|
||||
${KDE}/conduit_vcal.so
|
||||
${KDE}/kabc_imap.la
|
||||
${KDE}/kabc_imap.so
|
||||
${KDE}/kabc_slox.la
|
||||
@ -473,6 +486,8 @@ lib/libkorganizer_calendar.la
|
||||
@lib lib/libkorganizer_calendar.so.1.0
|
||||
lib/libkorganizer_eventviewer.la
|
||||
@lib lib/libkorganizer_eventviewer.so.1.0
|
||||
lib/libkpilot.la
|
||||
@lib lib/libkpilot.so.0.0
|
||||
lib/libkpimexchange.la
|
||||
@lib lib/libkpimexchange.so.1.0
|
||||
lib/libkpimidentities.la
|
||||
@ -957,23 +972,61 @@ share/apps/korganizer/sounds/lightmag.wav
|
||||
share/apps/korganizer/sounds/onscreen.wav
|
||||
share/apps/korganizer/sounds/spinout.wav
|
||||
share/apps/korganizer/tips
|
||||
share/apps/kpilot/
|
||||
share/apps/kpilot/icons/
|
||||
share/apps/kpilot/icons/crystalsvg/
|
||||
share/apps/kpilot/icons/crystalsvg/16x16/
|
||||
share/apps/kpilot/icons/crystalsvg/16x16/actions/
|
||||
share/apps/kpilot/icons/crystalsvg/16x16/actions/backup.png
|
||||
share/apps/kpilot/icons/crystalsvg/16x16/actions/busysync.png
|
||||
share/apps/kpilot/icons/crystalsvg/16x16/actions/fastsync.png
|
||||
share/apps/kpilot/icons/crystalsvg/16x16/actions/fullsync.png
|
||||
share/apps/kpilot/icons/crystalsvg/16x16/actions/hotsync.png
|
||||
share/apps/kpilot/icons/crystalsvg/16x16/actions/listsync.png
|
||||
share/apps/kpilot/icons/crystalsvg/16x16/actions/nosync.png
|
||||
share/apps/kpilot/icons/crystalsvg/16x16/actions/restore.png
|
||||
share/apps/kpilot/icons/crystalsvg/16x16/apps/
|
||||
share/apps/kpilot/icons/crystalsvg/16x16/apps/kpalmdoc.png
|
||||
share/apps/kpilot/icons/crystalsvg/22x22/
|
||||
share/apps/kpilot/icons/crystalsvg/22x22/actions/
|
||||
share/apps/kpilot/icons/crystalsvg/22x22/actions/backup.png
|
||||
share/apps/kpilot/icons/crystalsvg/22x22/actions/busysync.png
|
||||
share/apps/kpilot/icons/crystalsvg/22x22/actions/fastsync.png
|
||||
share/apps/kpilot/icons/crystalsvg/22x22/actions/fullsync.png
|
||||
share/apps/kpilot/icons/crystalsvg/22x22/actions/hotsync.png
|
||||
share/apps/kpilot/icons/crystalsvg/22x22/actions/listsync.png
|
||||
share/apps/kpilot/icons/crystalsvg/22x22/actions/nosync.png
|
||||
share/apps/kpilot/icons/crystalsvg/22x22/actions/restore.png
|
||||
share/apps/kpilot/icons/crystalsvg/22x22/apps/
|
||||
share/apps/kpilot/icons/crystalsvg/22x22/apps/kpalmdoc.png
|
||||
share/apps/kpilot/icons/crystalsvg/32x32/
|
||||
share/apps/kpilot/icons/crystalsvg/32x32/actions/
|
||||
share/apps/kpilot/icons/crystalsvg/32x32/actions/fastsync.png
|
||||
share/apps/kpilot/icons/crystalsvg/32x32/actions/fullsync.png
|
||||
share/apps/kpilot/icons/crystalsvg/32x32/actions/hotsync.png
|
||||
share/apps/kpilot/icons/crystalsvg/32x32/actions/listsync.png
|
||||
share/apps/kpilot/icons/crystalsvg/32x32/apps/
|
||||
share/apps/kpilot/icons/crystalsvg/32x32/apps/kpalmdoc.png
|
||||
share/apps/kpilot/icons/crystalsvg/48x48/
|
||||
share/apps/kpilot/icons/crystalsvg/48x48/actions/
|
||||
share/apps/kpilot/icons/crystalsvg/48x48/actions/fastsync.png
|
||||
share/apps/kpilot/icons/crystalsvg/48x48/actions/fullsync.png
|
||||
share/apps/kpilot/icons/crystalsvg/48x48/actions/hotsync.png
|
||||
share/apps/kpilot/icons/crystalsvg/48x48/actions/listsync.png
|
||||
share/apps/kpilot/icons/crystalsvg/48x48/apps/
|
||||
share/apps/kpilot/icons/crystalsvg/48x48/apps/kpalmdoc.png
|
||||
share/apps/kpilot/kpilot-address.png
|
||||
share/apps/kpilot/kpilot-bhotsync.png
|
||||
share/apps/kpilot/kpilot-calendar.png
|
||||
share/apps/kpilot/kpilot-db.png
|
||||
share/apps/kpilot/kpilot-fileinstaller.png
|
||||
share/apps/kpilot/kpilot-knotes.png
|
||||
share/apps/kpilot/kpilot-splash.png
|
||||
share/apps/kpilot/kpilot-todo.png
|
||||
share/apps/kpilot/kpilotui.rc
|
||||
share/apps/kpilot/sysinfoconduit/
|
||||
share/apps/kpilot/sysinfoconduit/Template.html
|
||||
share/apps/kpilot/sysinfoconduit/Template.txt
|
||||
share/apps/ksync/
|
||||
share/apps/ksync/ksyncui.rc
|
||||
share/apps/ktnef/
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST-kpilot,v 1.5 2004/09/18 09:36:45 espie Exp $
|
||||
@comment $OpenBSD: PLIST-kpilot,v 1.6 2005/03/17 01:34:52 espie Exp $
|
||||
bin/kpilot
|
||||
bin/kpilotDaemon
|
||||
include/kpilot/
|
||||
@ -12,6 +12,10 @@ include/kpilot/syncAction.h
|
||||
include/kpilot/uiDialog.h
|
||||
${KDE}/conduit_vcal.la
|
||||
${KDE}/conduit_vcal.so
|
||||
${KDE}/libkontact_kpilotplugin.la
|
||||
${KDE}/libkontact_kpilotplugin.so
|
||||
${KDE}/kfile_palm.la
|
||||
${KDE}/kfile_palm.so
|
||||
lib/libkpilot.la
|
||||
@lib lib/libkpilot.so.0.0
|
||||
share/apps/kpilot/
|
||||
|
Loading…
x
Reference in New Issue
Block a user