Date: Fri, 30 May 2014 18:38:23 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355891 - head/x11-themes/gtk-cleanice-engine Message-ID: <201405301838.s4UIcNKE010384@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Fri May 30 18:38:23 2014 New Revision: 355891 URL: http://svnweb.freebsd.org/changeset/ports/355891 QAT: https://qat.redports.org/buildarchive/r355891/ Log: - Switch to USES=libtool, drop .la files - Strip libraries Modified: head/x11-themes/gtk-cleanice-engine/Makefile head/x11-themes/gtk-cleanice-engine/pkg-plist Modified: head/x11-themes/gtk-cleanice-engine/Makefile ============================================================================== --- head/x11-themes/gtk-cleanice-engine/Makefile Fri May 30 18:34:29 2014 (r355890) +++ head/x11-themes/gtk-cleanice-engine/Makefile Fri May 30 18:38:23 2014 (r355891) @@ -3,7 +3,7 @@ PORTNAME= gtk-cleanice-engine PORTVERSION= 2.4.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= x11-themes gnome MASTER_SITES= SF/elysium-project/gtk-engines-cleanice/${PORTVERSION} \ SF/elysium-project/gtk-engines-cleanice/1.2.7:theme @@ -14,9 +14,10 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ MAINTAINER= ports@FreeBSD.org COMMENT= Simplistic GTK+ 2.x theme engine -USES= pathfix pkgconfig +USES= pathfix pkgconfig libtool +GNU_CONFIGURE= yes USE_GNOME= gtk20 -USE_AUTOTOOLS= libtool +INSTALL_TARGET= install-strip THEME= cleanice-theme-1.2.7 THEMEDIR= ${WRKDIR}/${THEME}/Theme Modified: head/x11-themes/gtk-cleanice-engine/pkg-plist ============================================================================== --- head/x11-themes/gtk-cleanice-engine/pkg-plist Fri May 30 18:34:29 2014 (r355890) +++ head/x11-themes/gtk-cleanice-engine/pkg-plist Fri May 30 18:38:23 2014 (r355891) @@ -1,5 +1,3 @@ -lib/gtk-2.0/%%GTK2_VERSION%%/engines/libcleanice.a -lib/gtk-2.0/%%GTK2_VERSION%%/engines/libcleanice.la lib/gtk-2.0/%%GTK2_VERSION%%/engines/libcleanice.so share/themes/CleanIce/index.theme share/themes/CleanIce/gtk-2.0/gtkrc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405301838.s4UIcNKE010384>