diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-05-18 21:05:53 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-05-18 21:05:53 +0000 |
commit | 5c0834bd1bc5660b5c11f55977b2ab5f3e747e59 (patch) | |
tree | 9852518a2e2f6eb1e7a6f38029c2282c7d12abea /x11/mate-desktop | |
parent | ede8070bcdee4ce278e9c2ff2ec2bdc51ecd27b9 (diff) | |
download | ports-5c0834bd1bc5660b5c11f55977b2ab5f3e747e59.tar.gz ports-5c0834bd1bc5660b5c11f55977b2ab5f3e747e59.zip |
Notes
Diffstat (limited to 'x11/mate-desktop')
-rw-r--r-- | x11/mate-desktop/Makefile | 11 | ||||
-rw-r--r-- | x11/mate-desktop/pkg-plist | 2 |
2 files changed, 5 insertions, 8 deletions
diff --git a/x11/mate-desktop/Makefile b/x11/mate-desktop/Makefile index a797a0b8fe9a..7989f7b0225a 100644 --- a/x11/mate-desktop/Makefile +++ b/x11/mate-desktop/Makefile @@ -3,6 +3,7 @@ PORTNAME= mate-desktop PORTVERSION= 1.6.1 +PORTREVISION= 1 CATEGORIES= x11 mate MASTER_SITES= MATE DIST_SUBDIR= mate @@ -15,14 +16,12 @@ LIB_DEPENDS= libstartup-notification-1.so:${PORTSDIR}/x11/startup-notification PORTSCOUT= limitw:1,even -USES= bison gettext gmake pathfix pkgconfig -USE_XZ= yes +USES= bison gettext gmake libtool pathfix pkgconfig tar:xz USE_MATE= docutils USE_XORG= x11 xrandr -USE_GNOME= gnomehier gdkpixbuf2 glib20 gtk20 intlhack ltverhack +USE_GNOME= gnomehier gdkpixbuf2 glib20 gtk20 intlhack USE_PYTHON= yes USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-gtk=2.0 \ --disable-gtk-doc \ @@ -30,6 +29,7 @@ CONFIGURE_ARGS= --with-gtk=2.0 \ --disable-desktop-docs CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +INSTALL_TARGET= install-strip GLIB_SCHEMAS= org.mate.accessibility-keyboard.gschema.xml \ org.mate.accessibility-startup.gschema.xml \ @@ -49,7 +49,4 @@ GLIB_SCHEMAS= org.mate.accessibility-keyboard.gschema.xml \ org.mate.thumbnailers.gschema.xml \ org.mate.typing-break.gschema.xml -post-install: - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libmate-desktop-2.so.17 - .include <bsd.port.mk> diff --git a/x11/mate-desktop/pkg-plist b/x11/mate-desktop/pkg-plist index 70c156cc6e77..c58ebf22da8a 100644 --- a/x11/mate-desktop/pkg-plist +++ b/x11/mate-desktop/pkg-plist @@ -8,9 +8,9 @@ include/mate-desktop-2.0/libmateui/mate-rr-config.h include/mate-desktop-2.0/libmateui/mate-rr-labeler.h include/mate-desktop-2.0/libmateui/mate-rr.h lib/libmate-desktop-2.a -lib/libmate-desktop-2.la lib/libmate-desktop-2.so lib/libmate-desktop-2.so.17 +lib/libmate-desktop-2.so.17.1.4 libdata/pkgconfig/mate-desktop-2.0.pc man/man1/mate-about.1.gz share/MateConf/gsettings/mate-desktop.convert |