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/libgnomekbd | |
| 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/libgnomekbd')
| -rw-r--r-- | x11/libgnomekbd/Makefile | 4 | ||||
| -rw-r--r-- | x11/libgnomekbd/pkg-plist | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/x11/libgnomekbd/Makefile b/x11/libgnomekbd/Makefile index 98da6aa8d..3da60d03f 100644 --- a/x11/libgnomekbd/Makefile +++ b/x11/libgnomekbd/Makefile @@ -4,6 +4,7 @@ PORTNAME= libgnomekbd PORTVERSION= 3.6.0 +PORTREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -14,7 +15,7 @@ COMMENT= GNOME keyboard shared library BUILD_DEPENDS= libxklavier>=5.2:${PORTSDIR}/x11/libxklavier LIB_DEPENDS= libxklavier.so:${PORTSDIR}/x11/libxklavier -USES= gettext gmake libtool:keepla pathfix pkgconfig tar:xz +USES= gettext gmake libtool pathfix pkgconfig tar:xz USE_GNOME= gnomeprefix gtk30 intltool introspection:build \ libxml2 GNU_CONFIGURE= yes @@ -23,6 +24,7 @@ INSTALLS_ICONS= yes USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +INSTALL_TARGET= install-strip GLIB_SCHEMAS= org.gnome.libgnomekbd.desktop.gschema.xml \ org.gnome.libgnomekbd.gschema.xml \ diff --git a/x11/libgnomekbd/pkg-plist b/x11/libgnomekbd/pkg-plist index 64c2a33e0..610689b12 100644 --- a/x11/libgnomekbd/pkg-plist +++ b/x11/libgnomekbd/pkg-plist @@ -9,12 +9,10 @@ include/libgnomekbd/gkbd-status.h include/libgnomekbd/gkbd-util.h lib/girepository-1.0/Gkbd-3.0.typelib lib/libgnomekbd.a -lib/libgnomekbd.la lib/libgnomekbd.so lib/libgnomekbd.so.8 lib/libgnomekbd.so.8.0.0 lib/libgnomekbdui.a -lib/libgnomekbdui.la lib/libgnomekbdui.so lib/libgnomekbdui.so.8 lib/libgnomekbdui.so.8.0.0 |
