summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-07-10 17:07:03 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-07-10 17:07:03 +0800
commit23f8f9fed90ea17d83c35236a411778e8996e6f0 (patch)
tree591d5f5fb7594a00a5fa709f12c9990733b9993b
parentab01a47e66b1551da9bc387c140391a0cef0e3ad (diff)
downloadmarcuscom-ports-23f8f9fed90ea17d83c35236a411778e8996e6f0.tar
marcuscom-ports-23f8f9fed90ea17d83c35236a411778e8996e6f0.tar.gz
marcuscom-ports-23f8f9fed90ea17d83c35236a411778e8996e6f0.tar.bz2
marcuscom-ports-23f8f9fed90ea17d83c35236a411778e8996e6f0.tar.lz
marcuscom-ports-23f8f9fed90ea17d83c35236a411778e8996e6f0.tar.xz
marcuscom-ports-23f8f9fed90ea17d83c35236a411778e8996e6f0.tar.zst
marcuscom-ports-23f8f9fed90ea17d83c35236a411778e8996e6f0.zip
gnome-tweak-tools doesn't quit anymore if gnome-shell isn't found. It is also
pretty important to set "hidden" features. So move it to the standard gnome3 package. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18624 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--deskutils/gnome-tweak-tool/Makefile8
-rw-r--r--x11/gnome3/Makefile6
2 files changed, 6 insertions, 8 deletions
diff --git a/deskutils/gnome-tweak-tool/Makefile b/deskutils/gnome-tweak-tool/Makefile
index e1c3a684a..eaf485103 100644
--- a/deskutils/gnome-tweak-tool/Makefile
+++ b/deskutils/gnome-tweak-tool/Makefile
@@ -1,6 +1,6 @@
# Created by: Jeremy Messenger <mezz@FreeBSD.org>
# $FreeBSD$
-# $MCom$
+# $MCom: ports/trunk/deskutils/gnome-tweak-tool/Makefile 18610 2013-06-30 16:33:05Z marcus $
PORTNAME= gnome-tweak-tool
PORTVERSION= 3.6.1
@@ -11,14 +11,12 @@ MAINTAINER= gnome@FreeBSD.org
COMMENT= Allows to tweak some hidden settings in GTK3 / GNOME3
BUILD_DEPENDS= gsettings-desktop-schemas>=3.4.0:${PORTSDIR}/devel/gsettings-desktop-schemas
-RUN_DEPENDS= gsettings-desktop-schemas>=3.4.0:${PORTSDIR}/devel/gsettings-desktop-schemas \
- gnome-shell:${PORTSDIR}/x11/gnome-shell
+RUN_DEPENDS= gsettings-desktop-schemas>=3.4.0:${PORTSDIR}/devel/gsettings-desktop-schemas
USE_XZ= yes
-USE_GMAKE= yes
USE_GNOME= gnomeprefix gconf2 pygobject3
USE_PYTHON= yes
-USES= gettext pathfix pkgconfig
+USES= gettext gmake pathfix pkgconfig
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
CPPFLAGS+= -I${LOCALBASE}/include
diff --git a/x11/gnome3/Makefile b/x11/gnome3/Makefile
index 7217ac4ba..3bee1cfe5 100644
--- a/x11/gnome3/Makefile
+++ b/x11/gnome3/Makefile
@@ -1,6 +1,6 @@
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
-# $MCom$
+# $MCom: ports/trunk/x11/gnome3/Makefile 18610 2013-06-30 16:33:05Z marcus $
PORTNAME= gnome3
PORTVERSION= 3.6.2
@@ -25,6 +25,7 @@ RUN_DEPENDS?= gnome-panel>=3.0.0:${PORTSDIR}/x11/gnome-panel3 \
gnome-power-manager>=3.0.0:${PORTSDIR}/sysutils/gnome-power-manager3 \
orca>=3.0.0:${PORTSDIR}/accessibility/orca3 \
gnome-mount:${PORTSDIR}/sysutils/gnome-mount \
+ gnome-tweak-tool:${PORTSDIR}/deskutils/gnome-tweak-tool \
nautilus>=3.0.0:${PORTSDIR}/x11-fm/nautilus3 \
${LOCALBASE}/lib/X11/fonts/bitstream-vera/Vera.ttf:${PORTSDIR}/x11-fonts/bitstream-vera \
${LOCALBASE}/share/hal/fdi/information/10freedesktop/10-camera-ptp.fdi:${PORTSDIR}/sysutils/hal-info \
@@ -50,8 +51,7 @@ MAPI_DESC= Depend on evolution-mapi (pulls in samba4)" off
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MSHELL}
-RUN_DEPENDS+= gnome-shell>=3.0.0:${PORTSDIR}/x11/gnome-shell \
- gnome-tweak-tool:${PORTSDIR}/deskutils/gnome-tweak-tool
+RUN_DEPENDS+= gnome-shell>=3.0.0:${PORTSDIR}/x11/gnome-shell
.endif
.if ${.CURDIR:T}!="gnome3-lite"