diff options
author | marcus <marcus@FreeBSD.org> | 2004-03-20 16:48:45 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-03-20 16:48:45 +0800 |
commit | 76eac1dfcb01cb3273b6875aaba083be837ec04b (patch) | |
tree | 6be3b4cca50ddfd99966cb7341994e6ef7bcb90b /x11-themes | |
parent | 6778379dd113e60c02f44cd4e87e69246a423060 (diff) | |
download | freebsd-ports-gnome-76eac1dfcb01cb3273b6875aaba083be837ec04b.tar.gz freebsd-ports-gnome-76eac1dfcb01cb3273b6875aaba083be837ec04b.tar.zst freebsd-ports-gnome-76eac1dfcb01cb3273b6875aaba083be837ec04b.zip |
Add metacity-themes, a meta-port and framework for installing other metacity
window manager themes.
PR: 63977
Submitted by: Remington <MrL0L@charter.net>
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/Makefile | 1 | ||||
-rw-r--r-- | x11-themes/metacity-themes/Makefile | 30 | ||||
-rw-r--r-- | x11-themes/metacity-themes/Makefile.metacity | 20 | ||||
-rw-r--r-- | x11-themes/metacity-themes/pkg-descr | 3 | ||||
-rw-r--r-- | x11-themes/metacity-themes/pkg-plist | 1 |
5 files changed, 55 insertions, 0 deletions
diff --git a/x11-themes/Makefile b/x11-themes/Makefile index 4bb3c3c622fd..496390254613 100644 --- a/x11-themes/Makefile +++ b/x11-themes/Makefile @@ -1,5 +1,6 @@ # $FreeBSD$ # + SUBDIR += metacity-themes SUBDIR += gnome-icons SUBDIR += gnome-icons-aqua-fusion SUBDIR += gnome-icons-cool-gorilla diff --git a/x11-themes/metacity-themes/Makefile b/x11-themes/metacity-themes/Makefile new file mode 100644 index 000000000000..a16ce6424c6a --- /dev/null +++ b/x11-themes/metacity-themes/Makefile @@ -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> diff --git a/x11-themes/metacity-themes/Makefile.metacity b/x11-themes/metacity-themes/Makefile.metacity new file mode 100644 index 000000000000..7baefdec1a0d --- /dev/null +++ b/x11-themes/metacity-themes/Makefile.metacity @@ -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}/"{}" \; diff --git a/x11-themes/metacity-themes/pkg-descr b/x11-themes/metacity-themes/pkg-descr new file mode 100644 index 000000000000..4d3e8b27c665 --- /dev/null +++ b/x11-themes/metacity-themes/pkg-descr @@ -0,0 +1,3 @@ +Meta-port for Metacity themes available from http://art.gnome.org + +WWW: http://art.gnome.org diff --git a/x11-themes/metacity-themes/pkg-plist b/x11-themes/metacity-themes/pkg-plist new file mode 100644 index 000000000000..3f5fa5c6670f --- /dev/null +++ b/x11-themes/metacity-themes/pkg-plist @@ -0,0 +1 @@ +@comment this plist left empty intentionaly |