diff options
author | Pacho Ramos <pacho@gentoo.org> | 2010-10-12 18:01:22 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2010-10-12 18:01:22 +0000 |
commit | 21faadeeb2cfcbe6dce91772d206408217da80fe (patch) | |
tree | b03f5d63cc699c81cd032837a0771e7dbce72117 /x11-themes/gnome-backgrounds/gnome-backgrounds-2.32.0.ebuild | |
parent | Real fix for bug 340109: use libiptc only if needed and fully disable bundled... (diff) | |
download | gentoo-2-21faadeeb2cfcbe6dce91772d206408217da80fe.tar.gz gentoo-2-21faadeeb2cfcbe6dce91772d206408217da80fe.tar.bz2 gentoo-2-21faadeeb2cfcbe6dce91772d206408217da80fe.zip |
Version bump for Gnome 2.32
(Portage version: 2.1.9.14/cvs/Linux x86_64)
Diffstat (limited to 'x11-themes/gnome-backgrounds/gnome-backgrounds-2.32.0.ebuild')
-rw-r--r-- | x11-themes/gnome-backgrounds/gnome-backgrounds-2.32.0.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/x11-themes/gnome-backgrounds/gnome-backgrounds-2.32.0.ebuild b/x11-themes/gnome-backgrounds/gnome-backgrounds-2.32.0.ebuild new file mode 100644 index 000000000000..5d6bc9e3fac7 --- /dev/null +++ b/x11-themes/gnome-backgrounds/gnome-backgrounds-2.32.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-backgrounds/gnome-backgrounds-2.32.0.ebuild,v 1.1 2010/10/12 18:01:22 pacho Exp $ + +EAPI="3" +GCONF_DEBUG="no" + +inherit gnome2 + +DESCRIPTION="A set of backgrounds packaged with the GNOME desktop" +HOMEPAGE="http://www.gnome.org/" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND="" +DEPEND="sys-devel/gettext + >=dev-util/intltool-0.35" + +DOCS="AUTHORS ChangeLog NEWS README" |