diff options
author | marcus <marcus@FreeBSD.org> | 2004-03-20 16:52:55 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-03-20 16:52:55 +0800 |
commit | 910de112dce0a93c892657778e708664e0282536 (patch) | |
tree | 78787d75eb8f99a4229f84cd765a49c4405224f2 /x11-themes | |
parent | 8f668f753be810671ab7fe8a6593cb691f00bcf4 (diff) | |
download | freebsd-ports-graphics-910de112dce0a93c892657778e708664e0282536.tar.gz freebsd-ports-graphics-910de112dce0a93c892657778e708664e0282536.tar.zst freebsd-ports-graphics-910de112dce0a93c892657778e708664e0282536.zip |
Add metacity-theme-Alloy-C, a metallic theme for the metacity window manager.
PR: 63974
Submitted by: Remington <MrL0L@charter.net>
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/Makefile | 1 | ||||
-rw-r--r-- | x11-themes/metacity-theme-alloy-c/Makefile | 25 | ||||
-rw-r--r-- | x11-themes/metacity-theme-alloy-c/distinfo | 2 | ||||
-rw-r--r-- | x11-themes/metacity-theme-alloy-c/pkg-descr | 3 | ||||
-rw-r--r-- | x11-themes/metacity-theme-alloy-c/pkg-plist | 9 |
5 files changed, 40 insertions, 0 deletions
diff --git a/x11-themes/Makefile b/x11-themes/Makefile index a11482f3bf8..7cf891a072c 100644 --- a/x11-themes/Makefile +++ b/x11-themes/Makefile @@ -2,6 +2,7 @@ # SUBDIR += metacity-theme-6nome SUBDIR += metacity-theme-aero + SUBDIR += metacity-theme-alloy-c SUBDIR += metacity-themes SUBDIR += gnome-icons SUBDIR += gnome-icons-aqua-fusion diff --git a/x11-themes/metacity-theme-alloy-c/Makefile b/x11-themes/metacity-theme-alloy-c/Makefile new file mode 100644 index 00000000000..2be4984c4f5 --- /dev/null +++ b/x11-themes/metacity-theme-alloy-c/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: Metacity theme Alloy-C +# Date created: 09 Mar 2004 +# Whom: Remington Lang <MrL0L@charter.net> +# +# $FreeBSD$ + +# Port logic stolen fron x11-themes/kde-icons-noia +# lioux@ + +PORTNAME= Alloy-C +PORTVERSION= 1.0 +CATEGORIES= x11-themes gnome +DISTNAME= MCity-Alloy-C + +MAINTAINER= MrL0L@charter.net +COMMENT= Alloy-C theme for Metacity + +NO_PACKAGE= ${REASON} +NO_CDROM= ${REASON} +RESTRICTED= ${REASON} + +WRKSRC= ${WRKDIR}/Alloy-C + +.include "${.CURDIR}/../metacity-themes/Makefile.metacity" +.include <bsd.port.mk> diff --git a/x11-themes/metacity-theme-alloy-c/distinfo b/x11-themes/metacity-theme-alloy-c/distinfo new file mode 100644 index 00000000000..d555722f352 --- /dev/null +++ b/x11-themes/metacity-theme-alloy-c/distinfo @@ -0,0 +1,2 @@ +MD5 (gnome2/MCity-Alloy-C.tar.gz) = 68ee7232f60e6414b88d6cfc0c469c4f +SIZE (gnome2/MCity-Alloy-C.tar.gz) = 9213 diff --git a/x11-themes/metacity-theme-alloy-c/pkg-descr b/x11-themes/metacity-theme-alloy-c/pkg-descr new file mode 100644 index 00000000000..d513268021c --- /dev/null +++ b/x11-themes/metacity-theme-alloy-c/pkg-descr @@ -0,0 +1,3 @@ +Alloy-C theme for Metacity. + +WWW: http://art.gnome.org/themes/metacity/224.php diff --git a/x11-themes/metacity-theme-alloy-c/pkg-plist b/x11-themes/metacity-theme-alloy-c/pkg-plist new file mode 100644 index 00000000000..642e88ede7a --- /dev/null +++ b/x11-themes/metacity-theme-alloy-c/pkg-plist @@ -0,0 +1,9 @@ +share/gnome/themes/Alloy-C/metacity-1/button-base.png +share/gnome/themes/Alloy-C/metacity-1/button-shine.png +share/gnome/themes/Alloy-C/metacity-1/close.png +share/gnome/themes/Alloy-C/metacity-1/maximize.png +share/gnome/themes/Alloy-C/metacity-1/metacity-theme-1.xml +share/gnome/themes/Alloy-C/metacity-1/minimize.png +share/gnome/themes/Alloy-C/metacity-1/stripes.png +@dirrm share/gnome/themes/Alloy-C/metacity-1 +@unexec /bin/rmdir %D/share/gnome/themes/Alloy-C 2>/dev/null || /usr/bin/true |