[Midnightbsd-cvs] mports [17680] trunk/x11-themes: add patch

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Sep 28 20:03:22 EDT 2014


Revision: 17680
          http://svnweb.midnightbsd.org/mports/?rev=17680
Author:   laffer1
Date:     2014-09-28 20:03:21 -0400 (Sun, 28 Sep 2014)
Log Message:
-----------
add patch

Modified Paths:
--------------
    trunk/x11-themes/clearlooks-metacity/distinfo
    trunk/x11-themes/clearlooks-themes/Makefile

Modified: trunk/x11-themes/clearlooks-metacity/distinfo
===================================================================
--- trunk/x11-themes/clearlooks-metacity/distinfo	2014-09-29 00:02:55 UTC (rev 17679)
+++ trunk/x11-themes/clearlooks-metacity/distinfo	2014-09-29 00:03:21 UTC (rev 17680)
@@ -1,3 +1,2 @@
 SHA256 (clearlooks-metacity-2.0.tar.gz) = e0a4d489bb87d4498ce60c892b915f1000cd9e93dc0e1d5786be25610cb5e238
-RMD160 (clearlooks-metacity-2.0.tar.gz) = f2f8055477ad7301eb8755ab18a5058a3f8c3f06
 SIZE (clearlooks-metacity-2.0.tar.gz) = 3932

Modified: trunk/x11-themes/clearlooks-themes/Makefile
===================================================================
--- trunk/x11-themes/clearlooks-themes/Makefile	2014-09-29 00:02:55 UTC (rev 17679)
+++ trunk/x11-themes/clearlooks-themes/Makefile	2014-09-29 00:03:21 UTC (rev 17680)
@@ -7,4 +7,15 @@
 
 MASTERDIR=	${.CURDIR}/../../x11-themes/clearlooks
 
+pre-patch:
+.for f in themes/Clearlooks/gtk-2.0/gtkrc \
+    themes/Clearlooks-DeepSky/gtk-2.0/gtkrc \
+    themes/Clearlooks-Olive/gtk-2.0/gtkrc \
+    themes/Clearlooks-Quicksilver/gtk-2.0/gtkrc
+	@${REINPLACE_CMD} -e 's#.*menuitemstyle.*##' \
+		-e 's#.*listviewitemstyle.*##' \
+		-e 's#.*progressbarstyle.*##' \
+		${WRKSRC}/${f}
+.endfor
+
 .include "${MASTERDIR}/Makefile"



More information about the Midnightbsd-cvs mailing list