mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
Remove port, requires Linux FC3:
x11-themes/linux-gtk-bluecurve-theme
This commit is contained in:
parent
3fd6b3bc42
commit
ff638a432a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=323261
1
MOVED
1
MOVED
@ -4438,3 +4438,4 @@ security/pyobfsproxy|security/obfsproxy|2013-07-15|Rename
|
||||
devel/kdevelop-custom-buildsystem||2013-07-17|Has expired: part of devel/kdevelop-kde4 now
|
||||
editors/code-browser||2013-07-18|Removed
|
||||
lang/copper||2013-07-18|Removed
|
||||
x11-themes/linux-gtk-bluecurve-theme||2013-07-18|Removed, requires Linux FC3
|
||||
|
@ -150,7 +150,6 @@
|
||||
SUBDIR += lila-xfwm4
|
||||
SUBDIR += linux-f10-hicolor-icon-theme
|
||||
SUBDIR += linux-f10-qtcurve-gtk2
|
||||
SUBDIR += linux-gtk-bluecurve-theme
|
||||
SUBDIR += linux-hicolor-icon-theme
|
||||
SUBDIR += lxappearance
|
||||
SUBDIR += lxde-icon-theme
|
||||
|
@ -1,62 +0,0 @@
|
||||
# New ports collection makefile for: linux-gtk-bluecurve-theme
|
||||
# Date created: 19 Jun 2004
|
||||
# Whom: Jean-Yves lefort
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= gtk-bluecurve-theme
|
||||
DISTVERSION= 0.117-1
|
||||
CATEGORIES= x11-themes linux
|
||||
DISTNAME= redhat-artwork-${DISTVERSION}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= The Bluecurve GTK+ 1.x and 2.x themes (Linux version)
|
||||
|
||||
ONLY_FOR_ARCHS= i386 amd64
|
||||
USE_LINUX_RPM= yes
|
||||
LINUX_DIST_VER= 3
|
||||
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>
|
@ -1,4 +0,0 @@
|
||||
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
|
||||
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
|
Loading…
Reference in New Issue
Block a user