summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArmando Di Cianno <fafhrd@gentoo.org>2004-09-27 00:15:55 +0000
committerArmando Di Cianno <fafhrd@gentoo.org>2004-09-27 00:15:55 +0000
commit0c5d7d538a64d75fe07f1ee27d8cb5e33e4c9b09 (patch)
tree355eca6fabf5200a7b1ea21700cdbb635d9a03c8 /gnustep-libs
parentnew local use flag for gnustep-gui 'camaelon' -- enables GNUstep theme engine (diff)
downloadgentoo-2-0c5d7d538a64d75fe07f1ee27d8cb5e33e4c9b09.tar.gz
gentoo-2-0c5d7d538a64d75fe07f1ee27d8cb5e33e4c9b09.tar.bz2
gentoo-2-0c5d7d538a64d75fe07f1ee27d8cb5e33e4c9b09.zip
New package; key'd for ~x86.
Diffstat (limited to 'gnustep-libs')
-rw-r--r--gnustep-libs/camaelon/ChangeLog11
-rw-r--r--gnustep-libs/camaelon/Manifest2
-rw-r--r--gnustep-libs/camaelon/camaelon-0.1.ebuild20
-rw-r--r--gnustep-libs/camaelon/files/config-camaelon.sh4
-rw-r--r--gnustep-libs/camaelon/files/digest-camaelon-0.11
-rw-r--r--gnustep-libs/camaelon/metadata.xml9
6 files changed, 47 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..13b444f3ee64
--- /dev/null
+++ b/gnustep-libs/camaelon/Manifest
@@ -0,0 +1,2 @@
+MD5 87abfe396299ac9fbc5c7439a2c3f9d4 camaelon-0.1.ebuild 443
+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>