diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-02 11:49:09 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-02 11:49:09 +0000 |
commit | 56c3ec3c3c95b2540887f2e612c91a451cf87f7c (patch) | |
tree | a40923f88e1b1d8bbefefe60c8123a3868c908b3 /x11-themes | |
parent | 852cce7387df16fa68b6c2bc363245ce15485078 (diff) |
Remove gtk-bluecurve-theme missed in previous commit
Notes
Notes:
svn path=/head/; revision=366990
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/Makefile | 1 | ||||
-rw-r--r-- | x11-themes/gtk-bluecurve-theme/Makefile | 55 | ||||
-rw-r--r-- | x11-themes/gtk-bluecurve-theme/pkg-descr | 4 |
3 files changed, 0 insertions, 60 deletions
diff --git a/x11-themes/Makefile b/x11-themes/Makefile index f67321989c06..123c5b511ec5 100644 --- a/x11-themes/Makefile +++ b/x11-themes/Makefile @@ -59,7 +59,6 @@ SUBDIR += gtk-aquaextremesunken-theme SUBDIR += gtk-aqualightblue-theme SUBDIR += gtk-aurora-engine - SUBDIR += gtk-bluecurve-theme SUBDIR += gtk-blueprint-engine SUBDIR += gtk-cleanice-engine SUBDIR += gtk-digital-cream-theme diff --git a/x11-themes/gtk-bluecurve-theme/Makefile b/x11-themes/gtk-bluecurve-theme/Makefile deleted file mode 100644 index e799944e0be5..000000000000 --- a/x11-themes/gtk-bluecurve-theme/Makefile +++ /dev/null @@ -1,55 +0,0 @@ -# Created by: Eugeney Ryzhyk -# $FreeBSD$ - -PORTNAME= gtk-bluecurve-theme - -COMMENT= The Bluecurve GTK+ themes - -MASTERDIR= ${.CURDIR}/../bluecurve-themes - -USE_GNOME+= gtk20 -GTK2_CFLAGS= `${LOCALBASE}/bin/pkg-config --cflags gtk+-2.0` -GTK2_LIBS= `${LOCALBASE}/bin/pkg-config --libs gtk+-2.0` -GTK2_SOURCES= bluecurve_rc_style.c bluecurve_style.c bluecurve_theme_main.c -GTK2_ENGINEDIR= lib/gtk-2.0/${GTK2_VERSION}/engines - -PLIST= ${WRKDIR}/pkg-plist -EXTRA_STYLES= BerriesAndCream Gnome Grape Lime Slate Strawberry Tangerine - -post-patch: -.for s in ${EXTRA_STYLES} - @${REINPLACE_CMD} -e 's|/usr|${LOCALBASE}|' \ - ${WRKSRC}/art/gtk/Bluecurve-${s}/gtk-2.0/gtkrc -.endfor - -do-build: - cd ${WRKSRC}/art/gtk/Bluecurve && \ - ${CC} ${CFLAGS} -Wl,-export-dynamic -shared -fPIC \ - ${GTK2_CFLAGS} ${GTK2_LIBS} -o libbluecurve.so \ - ${GTK2_SOURCES} - -pre-install: - @${RM} -f ${PLIST} - @${ECHO_CMD} "${GTK2_ENGINEDIR}/libbluecurve.so" >> ${PLIST} - @${ECHO_CMD} "share/themes/Bluecurve/gtk-2.0/gtkrc" >> ${PLIST} - @${ECHO_CMD} "@dirrm share/themes/Bluecurve/gtk-2.0" >> ${PLIST} -.for s in ${EXTRA_STYLES} - @${ECHO_CMD} "share/themes/Bluecurve-${s}/gtk-2.0/gtkrc" >> ${PLIST} - @${ECHO_CMD} "@dirrm share/themes/Bluecurve-${s}/gtk-2.0" >> ${PLIST} -.endfor - @${ECHO_CMD} "@dirrmtry share/themes/Bluecurve" >> ${PLIST} -.for s in ${EXTRA_STYLES} - @${ECHO_CMD} "@dirrm share/themes/Bluecurve-${s}" >> ${PLIST} -.endfor - -do-install: - ${MKDIR} ${STAGEDIR}${PREFIX}/${GTK2_ENGINEDIR} - ${INSTALL_PROGRAM} ${WRKSRC}/art/gtk/Bluecurve/libbluecurve.so ${STAGEDIR}${PREFIX}/${GTK2_ENGINEDIR} - ${MKDIR} ${STAGEDIR}${PREFIX}/share/themes/Bluecurve/gtk-2.0 - ${INSTALL_DATA} ${WRKSRC}/art/gtk/Bluecurve/gtk-2.0/gtkrc ${STAGEDIR}${PREFIX}/share/themes/Bluecurve/gtk-2.0 -.for s in ${EXTRA_STYLES} - ${MKDIR} ${STAGEDIR}${PREFIX}/share/themes/Bluecurve-${s}/gtk-2.0 - ${INSTALL_DATA} ${WRKSRC}/art/gtk/Bluecurve-${s}/gtk-2.0/gtkrc ${STAGEDIR}${PREFIX}/share/themes/Bluecurve-${s}/gtk-2.0 -.endfor - -.include "${MASTERDIR}/Makefile" diff --git a/x11-themes/gtk-bluecurve-theme/pkg-descr b/x11-themes/gtk-bluecurve-theme/pkg-descr deleted file mode 100644 index 42991e0b2817..000000000000 --- a/x11-themes/gtk-bluecurve-theme/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Bluecurve is a set of themes created by the Red Hat Artwork project. -It attempts to provide an unified look for the open source desktop. - -This port contains the Bluecurve GTK+ themes. |