diff options
author | Armando Di Cianno <fafhrd@gentoo.org> | 2004-09-27 00:15:55 +0000 |
---|---|---|
committer | Armando Di Cianno <fafhrd@gentoo.org> | 2004-09-27 00:15:55 +0000 |
commit | 63ff699b732c70115d3a59264d9c3bb8f770d5eb (patch) | |
tree | 74e5865f9368aa299a30f64e5c35e5fbc2f6da08 /gnustep-libs | |
parent | new local use flag for gnustep-gui 'camaelon' -- enables GNUstep theme engine (diff) | |
download | historical-63ff699b732c70115d3a59264d9c3bb8f770d5eb.tar.gz historical-63ff699b732c70115d3a59264d9c3bb8f770d5eb.tar.bz2 historical-63ff699b732c70115d3a59264d9c3bb8f770d5eb.zip |
New package; key'd for ~x86.
Diffstat (limited to 'gnustep-libs')
-rw-r--r-- | gnustep-libs/camaelon/ChangeLog | 11 | ||||
-rw-r--r-- | gnustep-libs/camaelon/Manifest | 5 | ||||
-rw-r--r-- | gnustep-libs/camaelon/camaelon-0.1.ebuild | 20 | ||||
-rw-r--r-- | gnustep-libs/camaelon/files/config-camaelon.sh | 4 | ||||
-rw-r--r-- | gnustep-libs/camaelon/files/digest-camaelon-0.1 | 1 | ||||
-rw-r--r-- | gnustep-libs/camaelon/metadata.xml | 9 |
6 files changed, 50 insertions, 0 deletions
diff --git a/gnustep-libs/camaelon/ChangeLog b/gnustep-libs/camaelon/ChangeLog new file mode 100644 index 000000000000..667cb86fbfe7 --- /dev/null +++ b/gnustep-libs/camaelon/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for gnustep-libs/camaelon +# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/camaelon/ChangeLog,v 1.1 2004/09/27 00:15:55 fafhrd Exp $ + +*camaelon-0.1 (26 Sep 2004) + + 26 Sep 2004; Armando Di Cianno <fafhrd@gentoo.org> +metadata.xml, + +files/config-camaelon.sh, +camaelon-0.1.ebuild: + New package; key'd for ~x86. Use of the Camaelon GNUstep theme engine requires + using the "camaelon" local USE flag with gnustep-gui. + diff --git a/gnustep-libs/camaelon/Manifest b/gnustep-libs/camaelon/Manifest new file mode 100644 index 000000000000..ab6358692262 --- /dev/null +++ b/gnustep-libs/camaelon/Manifest @@ -0,0 +1,5 @@ +MD5 e6dc77099dcad765400ca0c870dc6e65 camaelon-0.1.ebuild 546 +MD5 67420c1eb72253b81eb43573ee6d913a ChangeLog 501 +MD5 8fb26c3c7a8476fae488cee92d2764ea metadata.xml 328 +MD5 c6ab1b20f791e3837855680d92811a92 files/config-camaelon.sh 260 +MD5 ee1eb9dac9216738249c854e7e6bfd3b files/digest-camaelon-0.1 60 diff --git a/gnustep-libs/camaelon/camaelon-0.1.ebuild b/gnustep-libs/camaelon/camaelon-0.1.ebuild new file mode 100644 index 000000000000..3ad86077dea3 --- /dev/null +++ b/gnustep-libs/camaelon/camaelon-0.1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/camaelon/camaelon-0.1.ebuild,v 1.1 2004/09/27 00:15:55 fafhrd Exp $ + +inherit gnustep + +S=${WORKDIR}/${PN/c/C} + +DESCRIPTION="Camaelon allows you to load theme bundles for GNUstep." + +HOMEPAGE="http://www.roard.com/camaelon/" +SRC_URI="http://www.roard.com/camaelon/download/${P/c/C}.tgz" +KEYWORDS="~x86" +SLOT="0" +LICENSE="LGPL-2.1" + +IUSE="${IUSE}" +DEPEND="${GS_DEPEND}" +RDEPEND="${GS_RDEPEND}" + diff --git a/gnustep-libs/camaelon/files/config-camaelon.sh b/gnustep-libs/camaelon/files/config-camaelon.sh new file mode 100644 index 000000000000..e206fefb5079 --- /dev/null +++ b/gnustep-libs/camaelon/files/config-camaelon.sh @@ -0,0 +1,4 @@ +echo "Applying Camaelon default theme..." +echo 'defaults write NSGlobalDomain GUIThemeBundles "/usr/GNUstep/System/Library/Bundles/Camaelon.themeEngine"' +defaults write NSGlobalDomain GUIThemeBundles "/usr/GNUstep/System/Library/Bundles/Camaelon.themeEngine" + diff --git a/gnustep-libs/camaelon/files/digest-camaelon-0.1 b/gnustep-libs/camaelon/files/digest-camaelon-0.1 new file mode 100644 index 000000000000..beb8fb05c375 --- /dev/null +++ b/gnustep-libs/camaelon/files/digest-camaelon-0.1 @@ -0,0 +1 @@ +MD5 5b870e8e8d543ac25e58a231ab86bb57 Camaelon-0.1.tgz 50170 diff --git a/gnustep-libs/camaelon/metadata.xml b/gnustep-libs/camaelon/metadata.xml new file mode 100644 index 000000000000..fe1641e72ffc --- /dev/null +++ b/gnustep-libs/camaelon/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>gnustep</herd> +<longdescription> +Camaelon provides a theme engine for GNUstep. +Use of Camaelon requires using a USE flag with gnustep-gui, that patches support in. +</longdescription> +</pkgmetadata> |