diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-03-20 08:53:57 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-03-20 08:53:57 +0000 |
commit | ef77168abdf5f11b2004ada192390de8a9898fbe (patch) | |
tree | a2b30399858bae828b289d4eae48adb1dc2b97f0 /x11-themes | |
parent | 0077f90d62c33cb08448253a9f1dda7a58829c93 (diff) | |
download | ports-ef77168abdf5f11b2004ada192390de8a9898fbe.tar.gz ports-ef77168abdf5f11b2004ada192390de8a9898fbe.zip |
Notes
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/Makefile | 1 | ||||
-rw-r--r-- | x11-themes/metacity-theme-hacked-2/Makefile | 25 | ||||
-rw-r--r-- | x11-themes/metacity-theme-hacked-2/distinfo | 2 | ||||
-rw-r--r-- | x11-themes/metacity-theme-hacked-2/pkg-descr | 3 | ||||
-rw-r--r-- | x11-themes/metacity-theme-hacked-2/pkg-plist | 14 |
5 files changed, 45 insertions, 0 deletions
diff --git a/x11-themes/Makefile b/x11-themes/Makefile index 7cf891a072cf..765964f2599d 100644 --- a/x11-themes/Makefile +++ b/x11-themes/Makefile @@ -3,6 +3,7 @@ SUBDIR += metacity-theme-6nome SUBDIR += metacity-theme-aero SUBDIR += metacity-theme-alloy-c + SUBDIR += metacity-theme-hacked-2 SUBDIR += metacity-themes SUBDIR += gnome-icons SUBDIR += gnome-icons-aqua-fusion diff --git a/x11-themes/metacity-theme-hacked-2/Makefile b/x11-themes/metacity-theme-hacked-2/Makefile new file mode 100644 index 000000000000..cd35a3d2d9ae --- /dev/null +++ b/x11-themes/metacity-theme-hacked-2/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: Metacity theme Hacked-2 +# Date created: 06 Mar 2004 +# Whom: Remington Lang <MrL0L@charter.net> +# +# $FreeBSD$ + +# Port logic stolen from x11-themes/kde-icons-noia y +# lioux@ + +PORTNAME= Hacked-2 +PORTVERSION= 1.0 +CATEGORIES= x11-themes gnome +DISTNAME= MCity-Hacked-2 + +MAINTAINER= MrL0L@charter.net +COMMENT= Hacked-2 theme for Metacity + +NO_PACKAGE= ${REASON} +NO_CDROM= ${REASON} +RESTRICTED= ${REASON} + +WRKSRC= ${WRKDIR}/Hacked-2 + +.include "${.CURDIR}/../metacity-themes/Makefile.metacity" +.include <bsd.port.mk> diff --git a/x11-themes/metacity-theme-hacked-2/distinfo b/x11-themes/metacity-theme-hacked-2/distinfo new file mode 100644 index 000000000000..375592770891 --- /dev/null +++ b/x11-themes/metacity-theme-hacked-2/distinfo @@ -0,0 +1,2 @@ +MD5 (gnome2/MCity-Hacked-2.tar.gz) = 2af9e1d82198a45cab380e355004ed44 +SIZE (gnome2/MCity-Hacked-2.tar.gz) = 186596 diff --git a/x11-themes/metacity-theme-hacked-2/pkg-descr b/x11-themes/metacity-theme-hacked-2/pkg-descr new file mode 100644 index 000000000000..55a1a9fc3a5d --- /dev/null +++ b/x11-themes/metacity-theme-hacked-2/pkg-descr @@ -0,0 +1,3 @@ +Hacked-2 theme for Metacity. + +WWW: http://art.gnome.org/themes/metacity/656.php diff --git a/x11-themes/metacity-theme-hacked-2/pkg-plist b/x11-themes/metacity-theme-hacked-2/pkg-plist new file mode 100644 index 000000000000..0d6d66c910aa --- /dev/null +++ b/x11-themes/metacity-theme-hacked-2/pkg-plist @@ -0,0 +1,14 @@ +share/gnome/themes/Hacked-2/Hacked-2.tar +share/gnome/themes/Hacked-2/metacity-1/Thumbs.db +share/gnome/themes/Hacked-2/metacity-1/button-close-focus.png +share/gnome/themes/Hacked-2/metacity-1/button-close.png +share/gnome/themes/Hacked-2/metacity-1/button-inactive.png +share/gnome/themes/Hacked-2/metacity-1/button-max-focus.png +share/gnome/themes/Hacked-2/metacity-1/button-max.png +share/gnome/themes/Hacked-2/metacity-1/button-min-focus.png +share/gnome/themes/Hacked-2/metacity-1/button-min.png +share/gnome/themes/Hacked-2/metacity-1/menu-button-pressed.png +share/gnome/themes/Hacked-2/metacity-1/menu-button.png +share/gnome/themes/Hacked-2/metacity-1/metacity-theme-1.xml +@dirrm share/gnome/themes/Hacked-2/metacity-1 +@unexec /bin/rmdir %D/share/gnome/themes/Hacked-2 2>/dev/null || /usr/bin/true |