Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Apr 2014 08:31:26 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r351771 - head/x11-wm/emerald
Message-ID:  <201404220831.s3M8VQC5016553@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Tue Apr 22 08:31:26 2014
New Revision: 351771
URL: http://svnweb.freebsd.org/changeset/ports/351771
QAT: https://qat.redports.org/buildarchive/r351771/

Log:
  USES=tar:bzip2 libtool
  Strip binaries

Modified:
  head/x11-wm/emerald/Makefile
  head/x11-wm/emerald/pkg-plist

Modified: head/x11-wm/emerald/Makefile
==============================================================================
--- head/x11-wm/emerald/Makefile	Tue Apr 22 08:24:03 2014	(r351770)
+++ head/x11-wm/emerald/Makefile	Tue Apr 22 08:31:26 2014	(r351771)
@@ -2,7 +2,7 @@
 
 PORTNAME=	emerald
 PORTVERSION=	0.8.4
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	x11-wm
 MASTER_SITES=	http://releases.compiz.org/${PORTVERSION}/
 
@@ -15,12 +15,12 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 INSTALLS_ICONS=	yes
 GNU_CONFIGURE=	yes
 USE_GL=		gl
-USE_BZIP2=	yes
-USES=		desktop-file-utils gettext gmake pathfix pkgconfig shared-mime-info
+USES=		desktop-file-utils gettext gmake libtool pathfix pkgconfig \
+		shared-mime-info tar:bzip2
 USE_GNOME=	gtk20 libwnck pango
 USE_XORG=	xrender
 USE_LDCONFIG=	yes
-USE_AUTOTOOLS=	libtool
+INSTALL_TARGET=	install-strip
 
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib ${PTHREAD_LIBS}

Modified: head/x11-wm/emerald/pkg-plist
==============================================================================
--- head/x11-wm/emerald/pkg-plist	Tue Apr 22 08:24:03 2014	(r351770)
+++ head/x11-wm/emerald/pkg-plist	Tue Apr 22 08:31:26 2014	(r351771)
@@ -8,6 +8,7 @@ lib/libemeraldengine.a
 lib/libemeraldengine.la
 lib/libemeraldengine.so
 lib/libemeraldengine.so.0
+lib/libemeraldengine.so.0.0.0
 lib/emerald/engines/liblegacy.so
 lib/emerald/engines/liblegacy.la
 lib/emerald/engines/liblegacy.a
@@ -91,6 +92,10 @@ share/locale/sv/LC_MESSAGES/emerald.mo
 share/locale/tr/LC_MESSAGES/emerald.mo
 share/locale/bn_IN/LC_MESSAGES/emerald.mo
 share/pixmaps/emerald-theme-manager-icon.png
+@dirrmtry share/icons/hicolor/48x48/mimetypes
+@dirrmtry share/icons/hicolor/48x48
+@dirrmtry share/icons/hicolor
+@dirrmtry share/icons
 @dirrmtry share/locale/zh_HK/LC_MESSAGES
 @dirrmtry share/locale/zh_HK
 @dirrmtry share/locale/es_AR/LC_MESSAGES



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404220831.s3M8VQC5016553>