diff options
author | pav <pav@FreeBSD.org> | 2005-02-19 04:12:31 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-02-19 04:12:31 +0800 |
commit | 2abd512395e671a639de683288242c3d2b924447 (patch) | |
tree | fe49f247889c86034fb805076095055b1ff26425 /x11-themes | |
parent | 195672055f9a782a836a51ab497b279d9493cdf0 (diff) | |
download | freebsd-ports-gnome-2abd512395e671a639de683288242c3d2b924447.tar.gz freebsd-ports-gnome-2abd512395e671a639de683288242c3d2b924447.tar.zst freebsd-ports-gnome-2abd512395e671a639de683288242c3d2b924447.zip |
GTK+ 2.0 and Metacity Lila theme
PR: ports/77008
Submitted by: Filippo Natali <filippo@widestore.net>
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/Makefile | 1 | ||||
-rw-r--r-- | x11-themes/gtk-lila-theme/Makefile | 28 | ||||
-rw-r--r-- | x11-themes/gtk-lila-theme/distinfo | 2 | ||||
-rw-r--r-- | x11-themes/gtk-lila-theme/pkg-descr | 3 | ||||
-rw-r--r-- | x11-themes/gtk-lila-theme/pkg-plist | 19 |
5 files changed, 53 insertions, 0 deletions
diff --git a/x11-themes/Makefile b/x11-themes/Makefile index 07b06d04011c..5008a0e00ded 100644 --- a/x11-themes/Makefile +++ b/x11-themes/Makefile @@ -51,6 +51,7 @@ SUBDIR += gtk-flat-theme SUBDIR += gtk-flat-theme2 SUBDIR += gtk-industrial-theme + SUBDIR += gtk-lila-theme SUBDIR += gtk-qn-x11-theme SUBDIR += gtk-qnxtheme SUBDIR += gtk-qt-engine diff --git a/x11-themes/gtk-lila-theme/Makefile b/x11-themes/gtk-lila-theme/Makefile new file mode 100644 index 000000000000..7c0b3ddb8c7d --- /dev/null +++ b/x11-themes/gtk-lila-theme/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: gtk-lila-theme +# Date Created: 2 Feb 2005 +# Whom: Filippo Natali <filippo@widestore.net> +# +# $FreeBSD$ +# + +PORTNAME= gtk-lila-theme +PORTVERSION= 0.5.4 +CATEGORIES= x11-themes gnome +MASTER_SITES= http://lila-theme.uni.cc/files/tarballs/ +DISTNAME= lila-gtk-${PORTVERSION} + +MAINTAINER= filippo@widestore.net +COMMENT= GTK+ 2.0 Lila theme + +WRKSRC= ${WRKDIR} + +USE_X_PREFIX= yes +NO_BUILD= yes +USE_GNOME= gtk20 +USE_BZIP2= yes + +do-install: + @${CP} -R ${WRKDIR}/lila-gtk/GorLila ${X11BASE}/share/themes + @${CP} -R ${WRKDIR}/lila-gtk/SimpLila ${X11BASE}/share/themes + +.include <bsd.port.mk> diff --git a/x11-themes/gtk-lila-theme/distinfo b/x11-themes/gtk-lila-theme/distinfo new file mode 100644 index 000000000000..97bea7b7be50 --- /dev/null +++ b/x11-themes/gtk-lila-theme/distinfo @@ -0,0 +1,2 @@ +MD5 (lila-gtk-0.5.4.tar.bz2) = a763fd41075270a1ee49a63418c216c0 +SIZE (lila-gtk-0.5.4.tar.bz2) = 16188 diff --git a/x11-themes/gtk-lila-theme/pkg-descr b/x11-themes/gtk-lila-theme/pkg-descr new file mode 100644 index 000000000000..6cf71cfdc51b --- /dev/null +++ b/x11-themes/gtk-lila-theme/pkg-descr @@ -0,0 +1,3 @@ +GTK+ 2.0 and Metacity Lila theme + +WWW: http://lila-theme.uni.cc diff --git a/x11-themes/gtk-lila-theme/pkg-plist b/x11-themes/gtk-lila-theme/pkg-plist new file mode 100644 index 000000000000..3caed28c7443 --- /dev/null +++ b/x11-themes/gtk-lila-theme/pkg-plist @@ -0,0 +1,19 @@ +share/themes/SimpLila/gtk-2.0/iconrc +share/themes/SimpLila/gtk-2.0/gtkrc +share/themes/SimpLila/metacity-1/metacity-theme-1.xml +share/themes/SimpLila/index.theme +share/themes/GorLila/gtk-2.0/iconrc +share/themes/GorLila/gtk-2.0/gtkrc +share/themes/GorLila/metacity-1/wm-restore.svg +share/themes/GorLila/metacity-1/wm-min.svg +share/themes/GorLila/metacity-1/wm-menu.svg +share/themes/GorLila/metacity-1/wm-max.svg +share/themes/GorLila/metacity-1/wm-close.svg +share/themes/GorLila/metacity-1/metacity-theme-1.xml +share/themes/GorLila/index.theme +@dirrm share/themes/SimpLila/metacity-1 +@dirrm share/themes/SimpLila/gtk-2.0 +@dirrm share/themes/SimpLila +@dirrm share/themes/GorLila/metacity-1 +@dirrm share/themes/GorLila/gtk-2.0 +@dirrm share/themes/GorLila |