- add update-desktop-database goo
(this should be the last one hopefully)
This commit is contained in:
parent
8f8cd4ac32
commit
4bb724e760
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.23 2007/12/11 07:55:05 jakemsr Exp $
|
||||
# $OpenBSD: Makefile,v 1.24 2007/12/16 00:04:27 ajacoutot Exp $
|
||||
|
||||
CATEGORIES= audio x11 x11/kde
|
||||
COMMENT= music player for kde
|
||||
@ -7,11 +7,12 @@ HOMEPAGE= http://amarok.kde.org/
|
||||
V= 1.4.7
|
||||
MASTER_SITES= ${MASTER_SITE_KDE:=stable/amarok/$V/src/}
|
||||
DISTNAME= amarok-$V
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
PKGNAME= ${DISTNAME}p1
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
FLAVORS= debug
|
||||
|
||||
RUN_DEPENDS= :desktop-file-utils-*:devel/desktop-file-utils
|
||||
LIB_DEPENDS+= lib/qt3/qt-mt.>=3.33::x11/qt3 \
|
||||
kdecore.>=6,DCOP,khtml,kwalletclient,kdefx,kdeprint,kutils,kdeui,kparts,kio,kdesu,kjs,knewstuff,kdnssd::x11/kde/libs3 \
|
||||
tag.>=5.0:taglib->=1.4:audio/taglib \
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.9 2007/08/25 08:53:28 espie Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.10 2007/12/16 00:04:27 ajacoutot Exp $
|
||||
bin/amarok
|
||||
bin/amarok_daapserver.rb
|
||||
bin/amarok_proxy.rb
|
||||
@ -1120,3 +1120,5 @@ share/services/amaroklastfm.protocol
|
||||
share/services/amarokpcast.protocol
|
||||
share/servicetypes/amarok_codecinstall.desktop
|
||||
share/servicetypes/amarok_plugin.desktop
|
||||
@exec %D/bin/update-desktop-database
|
||||
@unexec %D/bin/update-desktop-database
|
||||
|
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2007/11/13 14:06:22 steven Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2007/12/16 00:04:27 ajacoutot Exp $
|
||||
|
||||
COMMENT= integrated LaTeX environment for KDE
|
||||
DISTNAME= kile-1.9.3
|
||||
PKGNAME= ${DISTNAME}p1
|
||||
PKGNAME= ${DISTNAME}p2
|
||||
CATEGORIES= editors x11/kde
|
||||
|
||||
HOMEPAGE= http://kile.sourceforge.net/
|
||||
@ -24,7 +24,8 @@ WANTLIB= X11 Xau Xdmcp Xext Xrender ICE SM c m pthread stdc++ util z \
|
||||
LIB_DEPENDS= DCOP,kabc,katepartinterfaces.>=1,kdecore.>=4,kdefx,kdeprint,kdesu,kdeui,khtml,kio,kjs,kparts,kresources,kspell.>=7,ktexteditor.>=1,kutils,kwalletclient,vcard::x11/kde/libs3
|
||||
|
||||
RUN_DEPENDS= ::x11/kde/graphics3 \
|
||||
::print/texlive/base
|
||||
::print/texlive/base \
|
||||
:desktop-file-utils-*:devel/desktop-file-utils
|
||||
|
||||
MODULES= x11/kde devel/gettext
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2006/10/12 11:36:11 steven Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2007/12/16 00:04:27 ajacoutot Exp $
|
||||
bin/kile
|
||||
share/applications/kde/kile.desktop
|
||||
share/apps/katepart/syntax/bibtex-kile.xml
|
||||
@ -1082,3 +1082,5 @@ share/locale/tr/LC_MESSAGES/kile.mo
|
||||
share/locale/uk/LC_MESSAGES/kile.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kile.mo
|
||||
share/mimelnk/text/x-kilepr.desktop
|
||||
@exec %D/bin/update-desktop-database
|
||||
@unexec %D/bin/update-desktop-database
|
||||
|
@ -1,16 +1,18 @@
|
||||
# $OpenBSD: Makefile,v 1.18 2007/11/13 17:10:25 steven Exp $
|
||||
# $OpenBSD: Makefile,v 1.19 2007/12/16 00:04:27 ajacoutot Exp $
|
||||
|
||||
COMMENT= digital image kde application
|
||||
CATEGORIES= graphics x11 x11/kde
|
||||
V= 0.9.2
|
||||
DISTNAME= digikam-$V
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
PKGNAME= ${DISTNAME}p1
|
||||
SHARED_LIBS += digikam 2.0 # .0.0
|
||||
HOMEPAGE= http://www.digikam.org/
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=digikam/}
|
||||
DISTFILES= ${DISTNAME}.tar.bz2
|
||||
|
||||
SHARED_ONLY=Yes
|
||||
|
||||
RUN_DEPENDS= :desktop-file-utils-*:devel/desktop-file-utils
|
||||
LIB_DEPENDS+= lib/qt3/qt-mt.>=3.33::x11/qt3 \
|
||||
kdecore.>=6,kwalletclient,DCOP,kparts,kdeui,kdesu,kio,kdefx,kdeprint,kutils,kabc,vcard,kresources,khtml,kjs::x11/kde/libs3 \
|
||||
gphoto2,gphoto2_port::graphics/libgphoto2 \
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.8 2007/06/28 15:10:34 espie Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.9 2007/12/16 00:04:27 ajacoutot Exp $
|
||||
@conflict digikamimageplugins-*
|
||||
bin/digikam
|
||||
bin/digikamthemedesigner
|
||||
@ -910,3 +910,5 @@ share/services/digikamsearch.protocol
|
||||
share/services/digikamtags.protocol
|
||||
share/services/digikamthumbnail.protocol
|
||||
share/servicetypes/digikamimageplugin.desktop
|
||||
@exec %D/bin/update-desktop-database
|
||||
@unexec %D/bin/update-desktop-database
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.13 2007/11/13 17:10:25 steven Exp $
|
||||
# $OpenBSD: Makefile,v 1.14 2007/12/16 00:04:27 ajacoutot Exp $
|
||||
|
||||
COMMENT= kde image database
|
||||
CATEGORIES= graphics x11 x11/kde
|
||||
DISTNAME= kphotoalbum-3.0
|
||||
PKGNAME= ${DISTNAME}p1
|
||||
PKGNAME= ${DISTNAME}p2
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
HOMEPAGE= http://ktown.kde.org/kphotoalbum/
|
||||
MASTER_SITES= ${HOMEPAGE}download/
|
||||
@ -15,7 +15,8 @@ LIB_DEPENDS= kdecore.>=6,DCOP,kdefx,kdesu,kdeui,kio,kmediaplayer,kparts,kwalletc
|
||||
kipi::graphics/libkipi \
|
||||
exiv2::graphics/exiv2
|
||||
|
||||
RUN_DEPENDS= ::databases/qt3-sqlite3-plugin
|
||||
RUN_DEPENDS= ::databases/qt3-sqlite3-plugin \
|
||||
:desktop-file-utils-*:devel/desktop-file-utils
|
||||
|
||||
SHARED_ONLY=Yes
|
||||
MODKDE_VERSION= 3.5.3
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2007/01/29 10:41:52 espie Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.5 2007/12/16 00:04:27 ajacoutot Exp $
|
||||
bin/kphotoalbum
|
||||
share/applications/kde/kphotoalbum-import.desktop
|
||||
share/applications/kde/kphotoalbum.desktop
|
||||
@ -376,3 +376,5 @@ share/locale/uk/LC_MESSAGES/kphotoalbum.mo
|
||||
share/locale/vi/LC_MESSAGES/kphotoalbum.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kphotoalbum.mo
|
||||
share/mimelnk/application/x-vnd.kde.kphotoalbum-import.desktop
|
||||
@exec %D/bin/update-desktop-database
|
||||
@unexec %D/bin/update-desktop-database
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2007/11/17 20:39:02 steven Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2007/12/16 00:04:27 ajacoutot Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -6,7 +6,7 @@ COMMENT= BitTorrent client for KDE
|
||||
|
||||
VERSION= 2.1.4
|
||||
DISTNAME= ktorrent-${VERSION}
|
||||
PKGNAME= ${DISTNAME}p1
|
||||
PKGNAME= ${DISTNAME}p2
|
||||
CATEGORIES= net x11 x11/kde
|
||||
|
||||
MASTER_SITES= ${HOMEPAGE}downloads/${VERSION}/
|
||||
@ -24,6 +24,7 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
WANTLIB= art_lgpl_2 jpeg ICE SM X11 Xau Xdmcp Xext Xrender c m pcre \
|
||||
pcreposix png pthread stdc++ util z idn fam rpcsvc
|
||||
|
||||
RUN_DEPENDS= :desktop-file-utils-*:devel/desktop-file-utils
|
||||
LIB_DEPENDS= kdecore.>=6,DCOP,kdefx,kdeprint,kdesu,kparts,kdeui,khtml,kio,kjs,kmdi,kutils,kwalletclient::x11/kde/libs3 \
|
||||
gmp.>=4.::devel/gmp
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/07/19 02:59:44 deanna Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2007/12/16 00:04:27 ajacoutot Exp $
|
||||
bin/ktcachecheck
|
||||
bin/ktorrent
|
||||
bin/ktshell
|
||||
@ -453,3 +453,5 @@ share/services/ktupnpplugin.desktop
|
||||
share/services/ktwebinterfaceplugin.desktop
|
||||
share/services/ktzeroconfplugin.desktop
|
||||
share/servicetypes/ktorrentplugin.desktop
|
||||
@exec %D/bin/update-desktop-database
|
||||
@unexec %D/bin/update-desktop-database
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2007/09/15 21:28:22 merdely Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2007/12/16 00:04:27 ajacoutot Exp $
|
||||
|
||||
COMMENT= project management tool
|
||||
|
||||
DISTNAME= taskjuggler-2.3.1
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
PKGNAME= ${DISTNAME}p1
|
||||
CATEGORIES= productivity
|
||||
SHARED_LIBS= taskjuggler 3.4
|
||||
|
||||
@ -40,8 +40,9 @@ CONFIGURE_ARGS+=${MODKDE_CONFIGURE_ARGS} \
|
||||
CONFIGURE_ENV= ${MODKDE_CONFIGURE_ENV} \
|
||||
ac_cv_prog_DOCBOOK_TO_MAN=no
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= ::x11/kde/pim3
|
||||
BUILD_DEPENDS= ::x11/kde/pim3
|
||||
RUN_DEPENDS= ::x11/kde/pim3 \
|
||||
:desktop-file-utils-*:devel/desktop-file-utils
|
||||
|
||||
# XXX tries building the documentation from XML, which fails
|
||||
NO_REGRESS= Yes
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2006/10/31 20:56:43 sturm Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2007/12/16 00:04:27 ajacoutot Exp $
|
||||
%%SHARED%%
|
||||
bin/TaskJugglerUI
|
||||
bin/taskjuggler
|
||||
@ -110,3 +110,5 @@ share/locale/tr/LC_MESSAGES/taskjuggler.mo
|
||||
share/mimelnk/application/x-tji.desktop
|
||||
share/mimelnk/application/x-tjp.desktop
|
||||
share/mimelnk/application/x-tjx.desktop
|
||||
@exec %D/bin/update-desktop-database
|
||||
@unexec %D/bin/update-desktop-database
|
||||
|
@ -1,10 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2007/09/15 21:14:01 merdely Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2007/12/16 00:04:27 ajacoutot Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
COMMENT= concentric segmented-rings disk usage visualisation
|
||||
|
||||
DISTNAME= filelight-1.0
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
CATEGORIES= sysutils x11/kde
|
||||
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
@ -25,6 +26,8 @@ WANTLIB= ICE SM X11 Xau Xdmcp Xext Xrender art_lgpl_2 c iconv \
|
||||
idn jpeg m png pthread stdc++ util z
|
||||
|
||||
MODULES= x11/kde
|
||||
|
||||
RUN_DEPENDS= :desktop-file-utils-*:devel/desktop-file-utils
|
||||
LIB_DEPENDS= kdecore.>=7,DCOP,kdefx,kdesu,kdeui,kio,kparts,kwalletclient::x11/kde/libs3
|
||||
|
||||
PORTHOME= ${WRKDIR}
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/05/22 15:29:38 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2007/12/16 00:04:27 ajacoutot Exp $
|
||||
bin/filelight
|
||||
${KDE}/libfilelight.la
|
||||
${KDE}/libfilelight.so
|
||||
@ -14,3 +14,5 @@ share/icons/hicolor/32x32/apps/filelight.png
|
||||
share/icons/hicolor/48x48/apps/filelight.png
|
||||
share/icons/hicolor/64x64/apps/filelight.png
|
||||
share/services/filelight_part.desktop
|
||||
@exec %D/bin/update-desktop-database
|
||||
@unexec %D/bin/update-desktop-database
|
||||
|
@ -1,10 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2007/11/02 11:17:21 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2007/12/16 00:04:27 ajacoutot Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
COMMENT= twin panel file manager for KDE
|
||||
|
||||
DISTNAME= krusader-1.80.0
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
CATEGORIES= x11 x11/kde
|
||||
|
||||
HOMEPAGE= http://krusader.sourceforge.net/
|
||||
@ -29,6 +30,7 @@ USE_GMAKE= Yes
|
||||
USE_LIBTOOL= Yes
|
||||
LIBTOOL_FLAGS+= --tag=disable-static
|
||||
|
||||
RUN_DEPENDS= :desktop-file-utils-*:devel/desktop-file-utils
|
||||
LIB_DEPENDS= kdecore.>=7,DCOP,kdefx,kdesu,kdeui,kio,kparts,kwalletclient,kdeprint,khtml,kjs,kutils::x11/kde/libs3 \
|
||||
konq.>=7::x11/kde/base3 \
|
||||
kjsembed.>=2::x11/kde/bindings3 \
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/11/02 11:17:21 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2007/12/16 00:04:27 ajacoutot Exp $
|
||||
bin/krusader
|
||||
${KDE}/kio_iso.la
|
||||
${KDE}/kio_iso.so
|
||||
@ -264,3 +264,5 @@ share/locale/zh_CN/LC_MESSAGES/krusader.mo
|
||||
share/services/iso.protocol
|
||||
share/services/krarc.protocol
|
||||
share/services/virt.protocol
|
||||
@exec %D/bin/update-desktop-database
|
||||
@unexec %D/bin/update-desktop-database
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2007/09/15 20:04:24 merdely Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2007/12/16 00:04:27 ajacoutot Exp $
|
||||
|
||||
COMMENT= organizer for book/dvd/music collections
|
||||
CATEGORIES= databases x11
|
||||
@ -6,7 +6,7 @@ CATEGORIES= databases x11
|
||||
HOMEPAGE= http://www.periapsis.org/tellico/
|
||||
MASTER_SITES= ${HOMEPAGE}download/
|
||||
DISTNAME= tellico-1.2.10
|
||||
PKGNAME= ${DISTNAME}p1
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
|
||||
MAINTAINER= Andreas Bihlmaier <andreas.bihlmaier@gmx.de>
|
||||
|
||||
@ -26,8 +26,9 @@ CONFIGURE_ARGS=${MODKDE_CONFIGURE_ARGS} \
|
||||
--enable-shared \
|
||||
--enable-final
|
||||
|
||||
RUN_DEPENDS= ::lang/python/2.4
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= ::lang/python/2.4 \
|
||||
:desktop-file-utils-*:devel/desktop-file-utils
|
||||
BUILD_DEPENDS= ::lang/python/2.4
|
||||
|
||||
LIB_DEPENDS= ${MODQT_LIB_DEPENDS} \
|
||||
kdecore.>=6,DCOP,kabc,kdefx,kdeprint,kdesu,kdeui,khtml,kio,kjs,knewstuff,kparts,kresources,kutils,kwalletclient,vcard::x11/kde/libs3 \
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2007/04/28 16:15:41 espie Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2007/12/16 00:04:27 ajacoutot Exp $
|
||||
bin/tellico
|
||||
share/applications/kde/tellico.desktop
|
||||
share/apps/kconf_update/tellico-rename.upd
|
||||
@ -213,3 +213,5 @@ share/locale/ro/LC_MESSAGES/tellico.mo
|
||||
share/locale/ru/LC_MESSAGES/tellico.mo
|
||||
share/locale/sv/LC_MESSAGES/tellico.mo
|
||||
share/mimelnk/application/x-tellico.desktop
|
||||
@exec %D/bin/update-desktop-database
|
||||
@unexec %D/bin/update-desktop-database
|
||||
|
Loading…
Reference in New Issue
Block a user