1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Remove gtk-bluecurve-theme missed in previous commit

This commit is contained in:
Baptiste Daroussin 2014-09-02 11:49:09 +00:00
parent 852cce7387
commit 56c3ec3c3c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=366990
4 changed files with 1 additions and 60 deletions

1
MOVED
View File

@ -6984,3 +6984,4 @@ x11-themes/kde-icons-vista-inspirate||2014-09-01|Not staged
x11-themes/metacity-bluecurve-theme||2014-09-01|Not staged
x11-toolkits/paragui-devel||2014-09-01|Not staged
x11-wm/sapphire||2014-09-01|Not staged
x11-themes/gtk-bluecurve-theme||2014-09-02|Not staged

View File

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

View File

@ -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"

View File

@ -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.