svn commit: r360070 - in head/x11-themes/gtk-flat-theme2: . files
Tijl Coosemans
tijl at FreeBSD.org
Tue Jul 1 17:49:02 UTC 2014
Author: tijl
Date: Tue Jul 1 17:49:01 2014
New Revision: 360070
URL: http://svnweb.freebsd.org/changeset/ports/360070
QAT: https://qat.redports.org/buildarchive/r360070/
Log:
Convert to USES=libtool
Deleted:
head/x11-themes/gtk-flat-theme2/files/
Modified:
head/x11-themes/gtk-flat-theme2/Makefile
head/x11-themes/gtk-flat-theme2/pkg-plist
Modified: head/x11-themes/gtk-flat-theme2/Makefile
==============================================================================
--- head/x11-themes/gtk-flat-theme2/Makefile Tue Jul 1 17:48:32 2014 (r360069)
+++ head/x11-themes/gtk-flat-theme2/Makefile Tue Jul 1 17:49:01 2014 (r360070)
@@ -3,24 +3,19 @@
PORTNAME= gtk-flat-theme2
PORTVERSION= 0.1
-PORTREVISION= 13
+PORTREVISION= 14
CATEGORIES= x11-themes
MASTER_SITES= ${MASTER_SITE_THEMES}
MASTER_SITE_SUBDIR= gtk2flat
DISTNAME= gtk2flat-default
MAINTAINER= philip at FreeBSD.org
-COMMENT= A port of the Flat GTK+ engine to GTK+ 2.0
+COMMENT= Port of the Flat GTK+ engine to GTK+ 2.0
WRKSRC= ${WRKDIR}/gtk-flat-theme-2.0
GNU_CONFIGURE= yes
-USES= gmake pkgconfig pathfix
+USES= gmake libtool pathfix pkgconfig
USE_GNOME= gtk20
-.include <bsd.port.pre.mk>
-
-post-extract:
- @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Modified: head/x11-themes/gtk-flat-theme2/pkg-plist
==============================================================================
--- head/x11-themes/gtk-flat-theme2/pkg-plist Tue Jul 1 17:48:32 2014 (r360069)
+++ head/x11-themes/gtk-flat-theme2/pkg-plist Tue Jul 1 17:49:01 2014 (r360070)
@@ -1,4 +1,3 @@
-lib/gtk-2.0/%%GTK2_VERSION%%/engines/libflat.la
lib/gtk-2.0/%%GTK2_VERSION%%/engines/libflat.so
share/themes/Flat/ICON.png
share/themes/Flat/README.html
More information about the svn-ports-all
mailing list