ports/63744: New port: x11-themes/gnome-icons

Tom McLaughlin tmclaugh at sdf.lonestar.org
Thu Mar 4 06:00:31 UTC 2004


>Number:         63744
>Category:       ports
>Synopsis:       New port: x11-themes/gnome-icons
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 03 22:00:31 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Tom McLaughlin
>Release:        FreeBSD 4.9-RELEASE-p2 i386
>Organization:
>Environment:


System: FreeBSD 4.9-RELEASE-p2 #0: Mon Feb  9 23:47:43 EST 2004
    root at compass.straycat.dhs.org:/usr/obj/usr/src/sys/COMPASS



>Description:


Create gnome-icons meta-port to install all Gnome icon sets in related PRs.  This is 
an attempt to assuage the jelousy that Gnome FreeBSD users have of KDE FreeBSD
users for having pretty desktop icons in the ports tree.  (Okay, maybe just me.)  

Due to each of the gnome-icon-* ports being restricted because they may potentially
contain copyrighted material, this meta-port has been created so that the user may
quickly and easilly install all gnome icon sets in order to ogle the pretty colors on 
their desktop.

Categories: x11-themes gnome

This PR depends on the other following PRs:

63732
63733
63734
63735
63736
63737
63738
63739
63740
63741
63742
63743


>How-To-Repeat:





>Fix:


--- gnome-icons.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	gnome-icons
#	gnome-icons/Makefile.icons
#	gnome-icons/Makefile
#	gnome-icons/pkg-descr
#	gnome-icons/pkg-plist
#
echo c - gnome-icons
mkdir -p gnome-icons > /dev/null 2>&1
echo x - gnome-icons/Makefile.icons
sed 's/^X//' >gnome-icons/Makefile.icons << 'END-of-gnome-icons/Makefile.icons'
X# New ports collection makefile for:	Gome iconset
X# Date created:				29 Feb 2004
X# Whom:					Tom McLaughlin <tmclaugh at sdf.lonestar.org>
X#
X# $FreeBSD$
X#
X
X# Port logic gratuitously stolen from x11-themes/kde-icons-noia by
X# lioux at .
X
XPKGNAMEPREFIX=	gnome-icons-
XMASTER_SITES?=	${MASTER_SITE_GNOME}
XMASTER_SITE_SUBDIR?=	teams/art.gnome.org/themes/icon
X
XNO_BUILD=	yes
XUSE_SIZE=	yes
X
XREASON=		Themes may contain artwork not done by the author. \
X		Keep FreeBSD safe if theme author violated copyrights.
X
XUSE_X_PREFIX=	yes
X
Xdo-install:
X	${MKDIR} ${PREFIX}/share/icons/${PORTNAME}
X	cd ${WRKSRC} && ${FIND} . -type d ! -empty \
X		-exec ${MKDIR} -m 0755 \
X		${PREFIX}/share/icons/${PORTNAME}/"{}" \;
X	cd ${WRKSRC} && ${FIND} . -type f \
X		-exec ${INSTALL_DATA} ${WRKSRC}/"{}" \
X		${PREFIX}/share/icons/${PORTNAME}/"{}" \;
X
X.include <bsd.port.mk>
END-of-gnome-icons/Makefile.icons
echo x - gnome-icons/Makefile
sed 's/^X//' >gnome-icons/Makefile << 'END-of-gnome-icons/Makefile'
X# New ports collection makefile for:	Gnome iconset
X# Date created:				29 Feb 2004
X# Whom:					Tom McLaughlin <tmclaugh at sdf.lonestar.org>
X#
X# $FreeBSD$
X#
X
X# Port logic gratuitously stolen from x11-themes/kde-icons-noia by
X# lioux at .  If it's not defined here and you think it should be, check
X# x11-themes/gnome-icons/Makefile.icons for it.
X
XPORTNAME=	gnome-icons
XPORTVERSION=	20040229
XCATEGORIES=	x11-themes gnome
XMASTER_SITES=	# empty
XDISTFILES=	# empty
XEXTRACT_ONLY=	# empty
X
XMAINTAINER=	tmclaugh at sdf.lonestar.org
XCOMMENT=	Meta-port for Gnome iconsets
X
XRUN_DEPENDS=	${X11BASE}/share/icons/aqua-fusion/index.theme:${PORTSDIR}/x11-themes/gnome-icons-aqua-fusion \
X		${X11BASE}/share/icons/cool-gorilla/index.theme:${PORTSDIR}/x11-themes/gnome-icons-cool-gorilla \
X		${X11BASE}/share/icons/crystal/index.theme:${PORTSDIR}/x11-themes/gnome-icons-crystal \
X		${X11BASE}/share/icons/gentoo-test/index.theme:${PORTSDIR}/x11-themes/gnome-icons-gentoo-test \
X		${X11BASE}/share/icons/iris/index.theme:${PORTSDIR}/x11-themes/gnome-icons-iris \
X		${X11BASE}/share/icons/noia-full/index.theme:${PORTSDIR}/x11-themes/gnome-icons-noia-full \
X		${X11BASE}/share/icons/noia-warm/index.theme:${PORTSDIR}/x11-themes/gnome-icons-noia-warm \
X		${X11BASE}/share/icons/refined/index.theme:${PORTSDIR}/x11-themes/gnome-icons-refined \
X		${X11BASE}/share/icons/slick/index.theme:${PORTSDIR}/x11-themes/gnome-icons-slick \
X		${X11BASE}/share/icons/snow-apple/index.theme:${PORTSDIR}/x11-themes/gnome-icons-snow-apple \
X		${X11BASE}/share/icons/stylish/index.theme:${PORTSDIR}/x11-themes/gnome-icons-stylish \
X		${X11BASE}/share/icons/ximian-south/index.theme:${PORTSDIR}/x11-themes/gnome-icons-ximian-south
X
X
XNO_BUILD=	yes
X
Xdo-install:	# empty
X
X.include <bsd.port.mk>
END-of-gnome-icons/Makefile
echo x - gnome-icons/pkg-descr
sed 's/^X//' >gnome-icons/pkg-descr << 'END-of-gnome-icons/pkg-descr'
XMeta-port for the Gnome iconsets available from http://art.gnome.org
X
XWWW: http://art.gnome.org
END-of-gnome-icons/pkg-descr
echo x - gnome-icons/pkg-plist
sed 's/^X//' >gnome-icons/pkg-plist << 'END-of-gnome-icons/pkg-plist'
X at comment this plist intentionally left empty
END-of-gnome-icons/pkg-plist
exit

--- gnome-icons.shar ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list