Add metacity-themes, a meta-port and framework for installing other metacity
window manager themes. PR: 63977 Submitted by: Remington <MrL0L@charter.net>
This commit is contained in:
parent
0ea7d0ea50
commit
2fa063ec79
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=104712
5 changed files with 55 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
# $FreeBSD$
|
||||
#
|
||||
SUBDIR += metacity-themes
|
||||
SUBDIR += gnome-icons
|
||||
SUBDIR += gnome-icons-aqua-fusion
|
||||
SUBDIR += gnome-icons-cool-gorilla
|
||||
|
|
30
x11-themes/metacity-themes/Makefile
Normal file
30
x11-themes/metacity-themes/Makefile
Normal file
|
@ -0,0 +1,30 @@
|
|||
# New ports collection makefile for: GNOME Metacity Themes
|
||||
# Date created: 06 Mar 2004
|
||||
# Whom: Remington Lang <MrL0L@charter.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
# Port logic stolen from x11-themes/kde-icons-noia by
|
||||
# lioux@.
|
||||
|
||||
PORTNAME= metacity-themes
|
||||
PORTVERSION= 20040306
|
||||
CATEGORIES= x11-themes gnome
|
||||
MASTER_SITES= # Empty
|
||||
DISTFILES= # Empty
|
||||
EXTRACT_ONLY= # Empty
|
||||
|
||||
MAINTAINER= MrL0L@charter.net
|
||||
COMMENT= Meta-port for Gnome Metacity themes
|
||||
|
||||
RUN_DEPENDS= ${X11BASE}/share/gnome/themes/6nome/metacity-1/metacity-theme-1.xml:${PORTSDIR}/x11-themes/metacity-theme-6nome \
|
||||
${X11BASE}/share/gnome/themes/Aero/metacity-1/metacity-theme-1.xml:${PORTSDIR}/x11-themes/metacity-theme-aero \
|
||||
${X11BASE}/share/gnome/themes/Alloy-C/metacity-1/metacity-theme-1.xml:${PORTSDIR}/x11-themes/metacity-theme-alloy-c \
|
||||
${X11BASE}/share/gnome/themes/Hacked-2/metacity-1/metacity-theme-1.xml:${PORTSDIR}/x11-themes/metacity-theme-hacked-2 \
|
||||
${X11BASE}/share/gnome/themes/Iridium-rounded/metacity-1/metacity-theme-1.xml:${PORTSDIR}/x11-themes/metacity-theme-iridium-rounded
|
||||
|
||||
NO_BUILD= yes
|
||||
|
||||
do-install: # Empty
|
||||
|
||||
.include <bsd.port.mk>
|
20
x11-themes/metacity-themes/Makefile.metacity
Normal file
20
x11-themes/metacity-themes/Makefile.metacity
Normal file
|
@ -0,0 +1,20 @@
|
|||
PKGNAMEPREFIX= metacity-theme-
|
||||
MASTER_SITES?= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR?= teams/art.gnome.org/themes/metacity
|
||||
DIST_SUBDIR= gnome2
|
||||
|
||||
NO_BUILD= yes
|
||||
USE_SIZE= yes
|
||||
|
||||
REASON= Themes may contain artwork not done by the author. \
|
||||
Keep FreeBSD safe if the theme author violated copyrights.
|
||||
USE_X_PREFIX= yes
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${PREFIX}/share/gnome/themes/${PORTNAME}
|
||||
cd ${WRKSRC} && ${FIND} . -type d ! -empty \
|
||||
-exec ${MKDIR} -m 0755 \
|
||||
${PREFIX}/share/gnome/themes/${PORTNAME}/"{}" \;
|
||||
cd ${WRKSRC} && ${FIND} . -type f \
|
||||
-exec ${INSTALL_DATA} ${WRKSRC}/"{}" \
|
||||
${PREFIX}/share/gnome/themes/${PORTNAME}/"{}" \;
|
3
x11-themes/metacity-themes/pkg-descr
Normal file
3
x11-themes/metacity-themes/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Meta-port for Metacity themes available from http://art.gnome.org
|
||||
|
||||
WWW: http://art.gnome.org
|
1
x11-themes/metacity-themes/pkg-plist
Normal file
1
x11-themes/metacity-themes/pkg-plist
Normal file
|
@ -0,0 +1 @@
|
|||
@comment this plist left empty intentionaly
|
Loading…
Reference in a new issue