diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-13 03:36:47 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-13 03:36:47 +0800 |
commit | e07dc48a37898edaf1feaa9eb92d93c842d0c63a (patch) | |
tree | d55c50e6f4a54bde42382df66de38e522fc60984 /x11-themes | |
parent | f990a2119bf189a45a33539d403ea897992c98f8 (diff) | |
download | marcuscom-ports-e07dc48a37898edaf1feaa9eb92d93c842d0c63a.tar marcuscom-ports-e07dc48a37898edaf1feaa9eb92d93c842d0c63a.tar.gz marcuscom-ports-e07dc48a37898edaf1feaa9eb92d93c842d0c63a.tar.bz2 marcuscom-ports-e07dc48a37898edaf1feaa9eb92d93c842d0c63a.tar.lz marcuscom-ports-e07dc48a37898edaf1feaa9eb92d93c842d0c63a.tar.xz marcuscom-ports-e07dc48a37898edaf1feaa9eb92d93c842d0c63a.tar.zst marcuscom-ports-e07dc48a37898edaf1feaa9eb92d93c842d0c63a.zip |
Add gtk-murrine-themes:
This is the murrine theme pack. "Murrine" is an Italian word meaning the
art glass works done by Venicians glass blowers. They're absolutely
wonderful and colorful.
Submitted by: Phillip Neumann <pneumann@gmail.com>
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7753 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/gtk-murrine-themes/Makefile | 31 | ||||
-rw-r--r-- | x11-themes/gtk-murrine-themes/distinfo | 3 | ||||
-rw-r--r-- | x11-themes/gtk-murrine-themes/pkg-descr | 5 | ||||
-rw-r--r-- | x11-themes/gtk-murrine-themes/pkg-plist | 12 |
4 files changed, 51 insertions, 0 deletions
diff --git a/x11-themes/gtk-murrine-themes/Makefile b/x11-themes/gtk-murrine-themes/Makefile new file mode 100644 index 000000000..1b4cc8cba --- /dev/null +++ b/x11-themes/gtk-murrine-themes/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: gtk-murrine-themes +# Date created: 2006-08-20 +# Whom: Phillip Neumann <pneumann@gmail.com> +# +# $FreeBSD$ +# + +PORTNAME= gtk-murrine-themes +PORTVERSION= 0.1 +CATEGORIES= x11-themes +MASTER_SITES= http://cimi.netsons.org/media/download_gallery/ +DISTNAME= MurrineThemePack + +MAINTAINER= pneumann@gmail.com +COMMENT= Murrine theme pack + +BUILD_DEPENDS= ${LOCALBASE}/lib/gtk-2.0/${GTK2_VERSION}/engines/libmurrine.la:${PORTSDIR}/x11-themes/gtk-murrine-engine +RUN_DEPENDS= ${BUILD_DEPENDS} + +GTKRC_DIR= ${DISTNAME}/gtk-2.0 +USE_GNOME= gtk20 +NO_BUILD= yes +USE_BZIP2= yes + +do-install: + @(for theme in MurrinaCandy MurrinaCappuccino MurrinaEalm MurrinaNeoGraphite; do \ + ${MKDIR} ${LOCALBASE}/share/themes/$$theme/gtk-2.0; \ + ${INSTALL_DATA} ${WRKDIR}/$$theme/gtk-2.0/gtkrc ${LOCALBASE}/share/themes/$$theme/gtk-2.0; \ + done); + +.include <bsd.port.mk> diff --git a/x11-themes/gtk-murrine-themes/distinfo b/x11-themes/gtk-murrine-themes/distinfo new file mode 100644 index 000000000..b5c62ff04 --- /dev/null +++ b/x11-themes/gtk-murrine-themes/distinfo @@ -0,0 +1,3 @@ +MD5 (MurrineThemePack.tar.bz2) = d37e19adcc912ffa9760c6c3c3e3d252 +SHA256 (MurrineThemePack.tar.bz2) = 3df7ac2e919706f51bdf4b4c35b13dc4d5a4dc1f913f3bca19690e05d3782739 +SIZE (MurrineThemePack.tar.bz2) = 2896 diff --git a/x11-themes/gtk-murrine-themes/pkg-descr b/x11-themes/gtk-murrine-themes/pkg-descr new file mode 100644 index 000000000..39145c061 --- /dev/null +++ b/x11-themes/gtk-murrine-themes/pkg-descr @@ -0,0 +1,5 @@ +This is the murrine theme pack. "Murrine" is an Italian word meaning the +art glass works done by Venicians glass blowers. They're absolutely +wonderful and colorful. + +WWW: http://cimi.netsons.org/pages/murrine/themes.php diff --git a/x11-themes/gtk-murrine-themes/pkg-plist b/x11-themes/gtk-murrine-themes/pkg-plist new file mode 100644 index 000000000..83ce95183 --- /dev/null +++ b/x11-themes/gtk-murrine-themes/pkg-plist @@ -0,0 +1,12 @@ +share/themes/MurrinaCandy/gtk-2.0/gtkrc +share/themes/MurrinaCappuccino/gtk-2.0/gtkrc +share/themes/MurrinaEalm/gtk-2.0/gtkrc +share/themes/MurrinaNeoGraphite/gtk-2.0/gtkrc +@dirrm share/themes/MurrinaCandy/gtk-2.0 +@dirrm share/themes/MurrinaCandy +@dirrm share/themes/MurrinaCappuccino/gtk-2.0 +@dirrm share/themes/MurrinaCappuccino +@dirrm share/themes/MurrinaEalm/gtk-2.0 +@dirrm share/themes/MurrinaEalm +@dirrm share/themes/MurrinaNeoGraphite/gtk-2.0 +@dirrm share/themes/MurrinaNeoGraphite |