diff options
author | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-08-16 03:44:33 +0800 |
---|---|---|
committer | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-08-16 03:44:33 +0800 |
commit | 817fa2b1f81dbeaa5bed72fe1fa826bfbda44ecf (patch) | |
tree | 5a679ff3c41382969b2e70a71da9a9484e795111 /x11/gnome-shell | |
parent | 44dcca2542e8092cf3bd06845987212d9b95886c (diff) | |
download | marcuscom-ports-817fa2b1f81dbeaa5bed72fe1fa826bfbda44ecf.tar marcuscom-ports-817fa2b1f81dbeaa5bed72fe1fa826bfbda44ecf.tar.gz marcuscom-ports-817fa2b1f81dbeaa5bed72fe1fa826bfbda44ecf.tar.bz2 marcuscom-ports-817fa2b1f81dbeaa5bed72fe1fa826bfbda44ecf.tar.lz marcuscom-ports-817fa2b1f81dbeaa5bed72fe1fa826bfbda44ecf.tar.xz marcuscom-ports-817fa2b1f81dbeaa5bed72fe1fa826bfbda44ecf.tar.zst marcuscom-ports-817fa2b1f81dbeaa5bed72fe1fa826bfbda44ecf.zip |
Remove keepla from MC. While here do other changes:
- Remove STRIP_CMD all over the place and replace
that with INSTALL_TARGET=install-tsrip
- Drop full path *_DEPENDS (like ${LOCALBASE}/bin/flex)
and use either binary names (when possible) or
package names instead.
I've been tempted to convert options to a more compact form, but
this will happen in the future.
Tested by: two complete poudriere runs
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19813 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome-shell')
-rw-r--r-- | x11/gnome-shell/Makefile | 15 | ||||
-rw-r--r-- | x11/gnome-shell/pkg-plist | 4 |
2 files changed, 8 insertions, 11 deletions
diff --git a/x11/gnome-shell/Makefile b/x11/gnome-shell/Makefile index 79d4f30ab..02f182fdf 100644 --- a/x11/gnome-shell/Makefile +++ b/x11/gnome-shell/Makefile @@ -4,7 +4,7 @@ PORTNAME= gnome-shell PORTVERSION= 3.12.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -12,8 +12,8 @@ DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= Next generation GNOME desktop shell -BUILD_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss \ - gnome-control-center>=0:${PORTSDIR}/sysutils/gnome-control-center +BUILD_DEPENDS= ca_root_nss>=0:${PORTSDIR}/security/ca_root_nss \ + gnome-control-center:${PORTSDIR}/sysutils/gnome-control-center LIB_DEPENDS= libstartup-notification-1.so:${PORTSDIR}/x11/startup-notification \ libcaribou.so:${PORTSDIR}/accessibility/caribou \ libmutter.so:${PORTSDIR}/x11-wm/mutter \ @@ -28,12 +28,12 @@ LIB_DEPENDS= libstartup-notification-1.so:${PORTSDIR}/x11/startup-notification \ libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ libclutter-1.0.so:${PORTSDIR}/graphics/clutter \ libgjs.so:${PORTSDIR}/lang/gjs -RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/dbus-python.pc:${PORTSDIR}/devel/py-dbus \ +RUN_DEPENDS= py*-dbus>=0:${PORTSDIR}/devel/py-dbus \ gdm>=0:${PORTSDIR}/x11/gdm \ - gnome-control-center>=0:${PORTSDIR}/sysutils/gnome-control-center \ - ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss + gnome-control-center:${PORTSDIR}/sysutils/gnome-control-center \ + ca_root_nss>=0:${PORTSDIR}/security/ca_root_nss -USES= gettext gmake libtool:keepla pathfix pkgconfig tar:xz \ +USES= gettext gmake libtool pathfix pkgconfig tar:xz \ webplugin:native USE_GNOME= evolutiondataserver3 gnomedesktop3 gnomeprefix \ gtk30 intlhack introspection @@ -48,6 +48,7 @@ CONFIGURE_ARGS+=--enable-compile-warnings=no \ CONFIGURE_ENV+= BROWSER_PLUGIN_DIR=${PREFIX}/lib/ CPPFLAGS+= -I${LOCALASE}/include LDFLAGS+= -L${LOCALBASE}/lib +INSTALL_TARGET= install-strip GLIB_SCHEMAS= org.gnome.shell.gschema.xml diff --git a/x11/gnome-shell/pkg-plist b/x11/gnome-shell/pkg-plist index a3c563599..76dc60304 100644 --- a/x11/gnome-shell/pkg-plist +++ b/x11/gnome-shell/pkg-plist @@ -7,13 +7,9 @@ lib/gnome-shell/Shell-0.1.typelib lib/gnome-shell/ShellJS-0.1.typelib %%WEBPLUGIN_DIR%%gnome-shell/ShellMenu-0.1.typelib lib/gnome-shell/St-1.0.typelib -lib/gnome-shell/libgnome-shell-js.la lib/gnome-shell/libgnome-shell-js.so -%%WEBPLUGIN_DIR%%gnome-shell/libgnome-shell-menu.la %%WEBPLUGIN_DIR%%gnome-shell/libgnome-shell-menu.so -lib/gnome-shell/libgnome-shell.la lib/gnome-shell/libgnome-shell.so -lib/libgnome-shell-browser-plugin.la lib/libgnome-shell-browser-plugin.so libexec/gnome-shell-calendar-server libexec/gnome-shell-hotplug-sniffer |