diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2012-02-22 10:12:01 +0000 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2012-02-22 10:12:01 +0000 |
commit | 065aa7f438cc1bbf447cc90cd3ba831511d13225 (patch) | |
tree | 4f8ff8bc7f7b926a988c4c58f30cf8a6e67b6347 /x11-themes | |
parent | Restricting pypy and jython (diff) | |
download | gentoo-2-065aa7f438cc1bbf447cc90cd3ba831511d13225.tar.gz gentoo-2-065aa7f438cc1bbf447cc90cd3ba831511d13225.tar.bz2 gentoo-2-065aa7f438cc1bbf447cc90cd3ba831511d13225.zip |
Initial commit, move from gnustep overlay
(Portage version: 2.2.0_alpha88/cvs/Linux x86_64)
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/gnustep-silver-theme/ChangeLog | 10 | ||||
-rw-r--r-- | x11-themes/gnustep-silver-theme/gnustep-silver-theme-2.5.ebuild | 32 | ||||
-rw-r--r-- | x11-themes/gnustep-silver-theme/metadata.xml | 6 |
3 files changed, 48 insertions, 0 deletions
diff --git a/x11-themes/gnustep-silver-theme/ChangeLog b/x11-themes/gnustep-silver-theme/ChangeLog new file mode 100644 index 000000000000..6c4218cca250 --- /dev/null +++ b/x11-themes/gnustep-silver-theme/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for x11-themes/gnustep-silver-theme +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnustep-silver-theme/ChangeLog,v 1.1 2012/02/22 10:12:01 voyageur Exp $ + +*gnustep-silver-theme-2.5 (22 Feb 2012) + + 22 Feb 2012; Bernard Cafarelli <voyageur@gentoo.org> + +gnustep-silver-theme-2.5.ebuild, +metadata.xml: + Initial commit, move from gnustep overlay + diff --git a/x11-themes/gnustep-silver-theme/gnustep-silver-theme-2.5.ebuild b/x11-themes/gnustep-silver-theme/gnustep-silver-theme-2.5.ebuild new file mode 100644 index 000000000000..abfcd5336ab8 --- /dev/null +++ b/x11-themes/gnustep-silver-theme/gnustep-silver-theme-2.5.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnustep-silver-theme/gnustep-silver-theme-2.5.ebuild,v 1.1 2012/02/22 10:12:01 voyageur Exp $ + +EAPI=4 +inherit gnustep-2 + +DESCRIPTION="a GNUstep silver theme" +HOMEPAGE="http://wiki.gnustep.org/index.php/Themes" +SRC_URI="http://download.gna.org/gnustep-nonfsf/silver.theme-${PV}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}" + +S=${WORKDIR}/Silver.theme + +src_install() { + egnustep_env + + #install themes + insinto ${GNUSTEP_SYSTEM_LIBRARY}/Themes/Silver.theme + doins -r Resources Theme.bundle +} + +pkg_postinst() { + elog "Use gnustep-apps/systempreferences to switch theme" +} diff --git a/x11-themes/gnustep-silver-theme/metadata.xml b/x11-themes/gnustep-silver-theme/metadata.xml new file mode 100644 index 000000000000..828ce83fbfd1 --- /dev/null +++ b/x11-themes/gnustep-silver-theme/metadata.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>gnustep</herd> + <longdescription>Silver.theme is a theme with menu in-window, silvered controls, scrollbars at right side and arrows at opposite sides. Ideal for people who want use GNUstep apps in desktops like Gnome, KDE, ...</longdescription> +</pkgmetadata> |