[Midnightbsd-cvs] mports: mports/x11-themes: add redhat artwork
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Fri Jun 13 22:15:04 EDT 2008
Log Message:
-----------
add redhat artwork
Modified Files:
--------------
mports/x11-themes:
Makefile (r1.13 -> r1.14)
Added Files:
-----------
mports/x11-themes/linux-gtk-bluecurve-theme:
Makefile (r1.1)
distinfo.i386 (r1.1)
-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/x11-themes/Makefile,v
retrieving revision 1.13
retrieving revision 1.14
diff -L x11-themes/Makefile -L x11-themes/Makefile -u -r1.13 -r1.14
--- x11-themes/Makefile
+++ x11-themes/Makefile
@@ -16,6 +16,7 @@
SUBDIR += icon-naming-utils
SUBDIR += irssi-themes
SUBDIR += kdeartwork3
+ SUBDIR += linux-gtk-bluecurve-theme
SUBDIR += linux-hicolor-icon-theme
SUBDIR += xcursor-themes
.include <bsd.port.subdir.mk>
--- /dev/null
+++ x11-themes/linux-gtk-bluecurve-theme/distinfo.i386
@@ -0,0 +1,6 @@
+MD5 (rpm/i386/fedora/3/redhat-artwork-0.117-1.i386.rpm) = a1cc4cac4fcf2cff9256ab26a6b47a34
+SHA256 (rpm/i386/fedora/3/redhat-artwork-0.117-1.i386.rpm) = 8bced4d34ec57725fcacb090f837ac85511fc449e0da6dacf296c1b2ef834482
+SIZE (rpm/i386/fedora/3/redhat-artwork-0.117-1.i386.rpm) = 4922403
+MD5 (rpm/i386/fedora/3/redhat-artwork-0.117-1.src.rpm) = 618e26ed7cdd05d7d15f44808e3259c7
+SHA256 (rpm/i386/fedora/3/redhat-artwork-0.117-1.src.rpm) = 5903165c58837a7343c04f4a83fe029fe48924e11f0ea737dc740fb6f2eb9498
+SIZE (rpm/i386/fedora/3/redhat-artwork-0.117-1.src.rpm) = 8388809
--- /dev/null
+++ x11-themes/linux-gtk-bluecurve-theme/Makefile
@@ -0,0 +1,62 @@
+# New ports collection makefile for: linux-gtk-bluecurve-theme
+# Date created: 19 Jun 2004
+# Whom: Jean-Yves lefort
+#
+# $MidnightBSD: mports/x11-themes/linux-gtk-bluecurve-theme/Makefile,v 1.1 2008/06/14 02:15:02 laffer1 Exp $
+# $FreeBSD: ports/x11-themes/linux-gtk-bluecurve-theme/Makefile,v 1.14 2008/04/29 05:11:44 linimon Exp $
+#
+
+PORTNAME= gtk-bluecurve-theme
+DISTVERSION= 0.117-1
+CATEGORIES= x11-themes linux
+DISTNAME= redhat-artwork-${DISTVERSION}
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= The Bluecurve GTK+ 1.x and 2.x themes (Linux version)
+
+ONLY_FOR_ARCHS= i386 amd64
+USE_LINUX_RPM= yes
+DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
+PLIST= ${WRKDIR}/.plist
+
+# GTK+ 1.x theme engine
+GTK1_RCDIR= gtk
+GTK1_ENGINEDIR= usr/lib/gtk/themes/engines
+GTK1_ENGINEDIRS=${GTK1_ENGINEDIR} usr/lib/gtk/themes usr/lib/gtk
+
+# GTK+ 2.x theme engine
+GTK2_RCDIR= gtk-2.0
+GTK2_ENGINEDIR= usr/lib/gtk-2.0/2.4.0/engines
+GTK2_ENGINEDIRS=${GTK2_ENGINEDIR} usr/lib/gtk-2.0/2.4.0 usr/lib/gtk-2.0
+
+EXTRA_STYLES= BerriesAndCream Gnome Grape Lime Slate Strawberry Tangerine
+THEMES= Bluecurve ${EXTRA_STYLES:S|^|Bluecurve-|}
+
+pre-install:
+ @${RM} -f ${PLIST}
+.for v in 1 2
+ @${ECHO_CMD} '${GTK${v}_ENGINEDIR}/libbluecurve.so' >> ${PLIST}
+. for d in ${GTK${v}_ENGINEDIRS}
+ @${ECHO_CMD} '@dirrmtry ${d}' >> ${PLIST}
+. endfor
+. for t in ${THEMES}
+ @${ECHO_CMD} 'usr/share/themes/${t}/${GTK${v}_RCDIR}/gtkrc' >> ${PLIST}
+ @${ECHO_CMD} '@dirrm usr/share/themes/${t}/${GTK${v}_RCDIR}' >> ${PLIST}
+. endfor
+.endfor
+.for t in ${THEMES}
+ @${ECHO_CMD} '@dirrm usr/share/themes/${t}' >> ${PLIST}
+.endfor
+ @${ECHO_CMD} '@dirrmtry usr/share/themes' >> ${PLIST}
+
+do-install:
+.for v in 1 2
+ ${MKDIR} ${PREFIX}/${GTK${v}_ENGINEDIR}
+ ${INSTALL_PROGRAM} ${WRKSRC}/${GTK${v}_ENGINEDIR}/libbluecurve.so ${PREFIX}/${GTK${v}_ENGINEDIR}
+. for t in ${THEMES}
+ ${MKDIR} ${PREFIX}/usr/share/themes/${t}/${GTK${v}_RCDIR}
+ ${INSTALL_DATA} ${WRKSRC}/usr/share/themes/${t}/${GTK${v}_RCDIR}/gtkrc ${PREFIX}/usr/share/themes/${t}/${GTK${v}_RCDIR}
+. endfor
+.endfor
+
+.include <bsd.port.mk>
More information about the Midnightbsd-cvs
mailing list