diff options
| author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-08-13 22:55:11 +0800 |
|---|---|---|
| committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-08-13 22:55:11 +0800 |
| commit | b68067e5da780c0e2a0862e928c907b8f8660b73 (patch) | |
| tree | 56e1c21007cf4d60df18b84ba6e0dba593611189 /deskutils | |
| parent | fcb35eefd4dfbdb779f8666ef8ed813f2931cf16 (diff) | |
| download | marcuscom-ports-b68067e5da780c0e2a0862e928c907b8f8660b73.tar marcuscom-ports-b68067e5da780c0e2a0862e928c907b8f8660b73.tar.gz marcuscom-ports-b68067e5da780c0e2a0862e928c907b8f8660b73.tar.bz2 marcuscom-ports-b68067e5da780c0e2a0862e928c907b8f8660b73.tar.lz marcuscom-ports-b68067e5da780c0e2a0862e928c907b8f8660b73.tar.xz marcuscom-ports-b68067e5da780c0e2a0862e928c907b8f8660b73.tar.zst marcuscom-ports-b68067e5da780c0e2a0862e928c907b8f8660b73.zip | |
Convert:
USE_PYTHON* -> USES=python*
USE_XZ|USE_BZIP2 -> USES=tar:
replace some post-install ${STRIP_CMD} with INSTALL_TARGET=install-strip
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19804 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'deskutils')
| -rw-r--r-- | deskutils/alacarte/Makefile | 3 | ||||
| -rw-r--r-- | deskutils/gnome-search-tool/Makefile | 3 | ||||
| -rw-r--r-- | deskutils/gnome-sound-recorder/Makefile | 3 | ||||
| -rw-r--r-- | deskutils/gnome-tweak-tool/Makefile | 3 | ||||
| -rw-r--r-- | deskutils/notification-daemon/Makefile | 3 |
5 files changed, 5 insertions, 10 deletions
diff --git a/deskutils/alacarte/Makefile b/deskutils/alacarte/Makefile index 871178360..45c9eaddf 100644 --- a/deskutils/alacarte/Makefile +++ b/deskutils/alacarte/Makefile @@ -14,10 +14,9 @@ COMMENT= Freedesktop compliant menu editor for GNOME BUILD_DEPENDS= docbook-xsl>=0:${PORTSDIR}/textproc/docbook-xsl -USES= gettext gmake pkgconfig tar:xz +USES= gettext gmake pkgconfig python:3 tar:xz USE_GNOME= gnomemenus3 gnomeprefix intlhack libxslt:build \ py3gobject3 -USE_PYTHON= 3 INSTALLS_ICONS= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include diff --git a/deskutils/gnome-search-tool/Makefile b/deskutils/gnome-search-tool/Makefile index 7e807884b..56683b5c2 100644 --- a/deskutils/gnome-search-tool/Makefile +++ b/deskutils/gnome-search-tool/Makefile @@ -15,8 +15,7 @@ BUILD_DEPENDS= itstool:${PORTSDIR}/textproc/itstool CONFLICTS= gnome-utils-2.[0-9]* -USE_XZ= yes -USES= gettext gmake pathfix pkgconfig +USES= gettext gmake pathfix pkgconfig tar:xz USE_LDCONFIG= yes INSTALLS_ICONS= yes USE_GNOME= gnomeprefix gtk30 intlhack diff --git a/deskutils/gnome-sound-recorder/Makefile b/deskutils/gnome-sound-recorder/Makefile index 14f73f5fb..001f1b8b5 100644 --- a/deskutils/gnome-sound-recorder/Makefile +++ b/deskutils/gnome-sound-recorder/Makefile @@ -14,12 +14,11 @@ COMMENT= GNOME sound recorder application LIB_DEPENDS= libgjs.so:${PORTSDIR}/lang/gjs -USES= gettext gmake libtool pathfix pkgconfig tar:xz +USES= gettext gmake libtool pathfix pkgconfig python:3 tar:xz USE_GNOME= gnomedesktop3 gnomeprefix gtk30 intlhack \ introspection:build USE_LDCONFIG= yes GNU_CONFIGURE= yes -USE_PYTHON= 3 INSTALLS_ICONS= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib diff --git a/deskutils/gnome-tweak-tool/Makefile b/deskutils/gnome-tweak-tool/Makefile index 5042107e4..f37fb6612 100644 --- a/deskutils/gnome-tweak-tool/Makefile +++ b/deskutils/gnome-tweak-tool/Makefile @@ -14,9 +14,8 @@ COMMENT= Allows to tweak some hidden settings in GTK3 / GNOME3 BUILD_DEPENDS= gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas RUN_DEPENDS= gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas -USES= gettext gmake pathfix pkgconfig tar:xz +USES= gettext gmake pathfix pkgconfig python:2 tar:xz USE_GNOME= gnomeprefix gtk30 pygobject3 -USE_PYTHON= 2 GNU_CONFIGURE= yes INSTALLS_ICONS= yes CPPFLAGS+= -I${LOCALBASE}/include diff --git a/deskutils/notification-daemon/Makefile b/deskutils/notification-daemon/Makefile index 922084317..2a6ce422d 100644 --- a/deskutils/notification-daemon/Makefile +++ b/deskutils/notification-daemon/Makefile @@ -18,9 +18,8 @@ LIB_DEPENDS= libdbus-1.so:${PORTSDIR}/devel/dbus \ CONFLICTS= xfce4-notification-daemon-[0-9]* xfce4-notifyd-[0-9]* -USE_XZ= yes USE_GNOME= gnomeprefix intlhack gtk30 -USES= gettext gmake pathfix pkgconfig +USES= gettext gmake pathfix pkgconfig tar:xz USE_XORG= x11 INSTALLS_ICONS= yes GNU_CONFIGURE= yes |
