svn commit: r375140 - in head/deskutils: akamaru caja-extensions mate-notification-daemon xpad
Baptiste Daroussin
bapt at FreeBSD.org
Sat Dec 20 23:40:37 UTC 2014
Author: bapt
Date: Sat Dec 20 23:40:35 2014
New Revision: 375140
URL: https://svnweb.freebsd.org/changeset/ports/375140
QAT: https://qat.redports.org/buildarchive/r375140/
Log:
Get rid of gnomehier
Modified:
head/deskutils/akamaru/Makefile
head/deskutils/caja-extensions/Makefile
head/deskutils/mate-notification-daemon/Makefile
head/deskutils/xpad/Makefile
Modified: head/deskutils/akamaru/Makefile
==============================================================================
--- head/deskutils/akamaru/Makefile Sat Dec 20 23:28:41 2014 (r375139)
+++ head/deskutils/akamaru/Makefile Sat Dec 20 23:40:35 2014 (r375140)
@@ -3,7 +3,7 @@
PORTNAME= akamaru
PORTVERSION= 0.1
-PORTREVISION= 8
+PORTREVISION= 9
CATEGORIES= deskutils gnome
MASTER_SITES= http://people.freedesktop.org/~krh/
DISTNAME= ${PORTNAME}
@@ -11,10 +11,10 @@ DISTNAME= ${PORTNAME}
MAINTAINER= pneumann at gmail.com
COMMENT= Simple, but fun, physics engine prototype
-RUN_DEPENDS=xcompmgr:${PORTSDIR}/x11-wm/xcompmgr
+RUN_DEPENDS= xcompmgr:${PORTSDIR}/x11-wm/xcompmgr
USES= gmake pkgconfig
-USE_GNOME= gconf2 gnomehier gtk20
+USE_GNOME= gconf2 gtk20
GCONF_SCHEMAS= kiba.schemas
SUB_FILES= pkg-message
@@ -25,6 +25,7 @@ post-patch:
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/dock ${STAGEDIR}${PREFIX}/bin/kiba-dock
@${INSTALL_PROGRAM} ${WRKSRC}/akamaru ${STAGEDIR}${PREFIX}/bin/akamaru
+ @${MKDIR} ${STAGEDIR}${LOCALBASE}/etc/gconf/schemas
@${INSTALL_DATA} ${WRKSRC}/kiba.schemas ${STAGEDIR}${LOCALBASE}/etc/gconf/schemas
@${MKDIR} ${STAGEDIR}${DATADIR}
@${INSTALL_SCRIPT} ${WRKSRC}/populate-dock.sh ${STAGEDIR}${DATADIR}
Modified: head/deskutils/caja-extensions/Makefile
==============================================================================
--- head/deskutils/caja-extensions/Makefile Sat Dec 20 23:28:41 2014 (r375139)
+++ head/deskutils/caja-extensions/Makefile Sat Dec 20 23:40:35 2014 (r375140)
@@ -3,6 +3,7 @@
PORTNAME= caja-extensions
PORTVERSION= 1.8.0
+PORTREVISION= 1
CATEGORIES= deskutils mate
MASTER_SITES= MATE
DIST_SUBDIR= mate
@@ -16,7 +17,7 @@ PORTSCOUT= limitw:1,even
USES= gettext gmake libtool pathfix pkgconfig tar:xz
USE_MATE= caja desktop
-USE_GNOME= glib20 gnomehier intlhack
+USE_GNOME= glib20 intlhack
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
Modified: head/deskutils/mate-notification-daemon/Makefile
==============================================================================
--- head/deskutils/mate-notification-daemon/Makefile Sat Dec 20 23:28:41 2014 (r375139)
+++ head/deskutils/mate-notification-daemon/Makefile Sat Dec 20 23:40:35 2014 (r375140)
@@ -3,6 +3,7 @@
PORTNAME= mate-notification-daemon
PORTVERSION= 1.8.0
+PORTREVISION= 1
CATEGORIES= deskutils mate
MASTER_SITES= MATE
DIST_SUBDIR= mate
@@ -22,7 +23,7 @@ PORTSCOUT= limitw:1,even
USES= gettext gmake libtool pathfix pkgconfig tar:xz
USE_XORG= x11
-USE_GNOME= glib20 gnomehier gtk20 librsvg2 intlhack libwnck
+USE_GNOME= glib20 gtk20 librsvg2 intlhack libwnck
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-dbus-services=${PREFIX}/share/dbus-1/services \
--disable-static \
Modified: head/deskutils/xpad/Makefile
==============================================================================
--- head/deskutils/xpad/Makefile Sat Dec 20 23:28:41 2014 (r375139)
+++ head/deskutils/xpad/Makefile Sat Dec 20 23:40:35 2014 (r375140)
@@ -18,7 +18,7 @@ OPTIONS_SUB= yes
CONFLICTS_INSTALL= xpad-current-[0-9]*
USE_XORG= x11 sm
-USE_GNOME= gtk20 gnomehier intltool
+USE_GNOME= gtk20 intltool
USES= pkgconfig gmake tar:bzip2
INSTALLS_ICONS= yes
GNU_CONFIGURE= yes
More information about the svn-ports-all
mailing list