svn commit: r355891 - head/x11-themes/gtk-cleanice-engine

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri May 30 18:38:24 UTC 2014


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 at 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


More information about the svn-ports-all mailing list