summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Rostovtsev <tetromino@gentoo.org>2011-10-19 04:25:39 +0000
committerAlexandre Rostovtsev <tetromino@gentoo.org>2011-10-19 04:25:39 +0000
commit77bd2b3f3354bf823a5054df37aece19729e204a (patch)
tree48594b2e964373751898ff4ceaddec63c7f5f697 /x11-themes/gnome-themes-standard
parentAdd gtkmm-3.2.0 from the gnome overlay. (diff)
downloadgentoo-2-77bd2b3f3354bf823a5054df37aece19729e204a.tar.gz
gentoo-2-77bd2b3f3354bf823a5054df37aece19729e204a.tar.bz2
gentoo-2-77bd2b3f3354bf823a5054df37aece19729e204a.zip
Add gnome-themes-standard-3.2.1 from the gnome overlay.
(Portage version: 2.2.0_alpha69/cvs/Linux x86_64)
Diffstat (limited to 'x11-themes/gnome-themes-standard')
-rw-r--r--x11-themes/gnome-themes-standard/ChangeLog10
-rw-r--r--x11-themes/gnome-themes-standard/gnome-themes-standard-3.2.1.ebuild52
2 files changed, 61 insertions, 1 deletions
diff --git a/x11-themes/gnome-themes-standard/ChangeLog b/x11-themes/gnome-themes-standard/ChangeLog
index 768669a1bf64..3e642b2daf12 100644
--- a/x11-themes/gnome-themes-standard/ChangeLog
+++ b/x11-themes/gnome-themes-standard/ChangeLog
@@ -1,6 +1,14 @@
# ChangeLog for x11-themes/gnome-themes-standard
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-themes-standard/ChangeLog,v 1.5 2011/10/16 17:47:21 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-themes-standard/ChangeLog,v 1.6 2011/10/19 04:25:39 tetromino Exp $
+
+*gnome-themes-standard-3.2.1 (19 Oct 2011)
+
+ 19 Oct 2011; Alexandre Rostovtsev <tetromino@gentoo.org>
+ +gnome-themes-standard-3.2.1.ebuild:
+ Add gnome-themes-standard-3.2.1 from the gnome overlay.
+
+ Notable changes: looks better and now includes a dark variant.
16 Oct 2011; Kacper Kowalik <xarthisius@gentoo.org>
gnome-themes-standard-3.0.2.ebuild:
diff --git a/x11-themes/gnome-themes-standard/gnome-themes-standard-3.2.1.ebuild b/x11-themes/gnome-themes-standard/gnome-themes-standard-3.2.1.ebuild
new file mode 100644
index 000000000000..b1e7012e93a9
--- /dev/null
+++ b/x11-themes/gnome-themes-standard/gnome-themes-standard-3.2.1.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-themes-standard/gnome-themes-standard-3.2.1.ebuild,v 1.1 2011/10/19 04:25:39 tetromino Exp $
+
+EAPI="4"
+GCONF_DEBUG="no"
+GNOME2_LA_PUNT="yes"
+
+inherit gnome2
+
+DESCRIPTION="Adwaita theme for GNOME Shell"
+HOMEPAGE="http://www.gnome.org/"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+IUSE=""
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
+
+COMMON_DEPEND="gnome-base/librsvg:2
+ >=x11-libs/gtk+-3.1.18:3
+ >=x11-themes/gtk-engines-2.15.3:2"
+DEPEND="${COMMON_DEPEND}
+ >=x11-misc/icon-naming-utils-0.8.7
+ >=dev-util/pkgconfig-0.19
+ >=dev-util/intltool-0.40
+ sys-devel/gettext"
+# gnome-themes{,-extras} are OBSOLETE for GNOME 3
+# http://comments.gmane.org/gmane.comp.gnome.desktop/44130
+RDEPEND="${COMMON_DEPEND}
+ !<x11-themes/gnome-themes-2.32.1-r1"
+
+# This ebuild does not install any binaries
+RESTRICT="binchecks strip"
+# FIXME: --enable-placeholders fails
+G2CONF="--disable-static --disable-placeholders"
+DOCS="ChangeLog NEWS"
+
+src_prepare() {
+ gnome2_src_prepare
+ # Install cursors in the right place
+ sed -e 's:^\(cursordir.*\)icons\(.*\):\1cursors/xorg-x11\2:' \
+ -i themes/Adwaita/cursors/Makefile.am \
+ -i themes/Adwaita/cursors/Makefile.in || die
+}
+
+src_install() {
+ gnome2_src_install
+
+ # Make it the default cursor theme
+ cd "${ED}/usr/share/cursors/xorg-x11" || die
+ ln -sfn Adwaita default || die
+}