summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2008-10-08 12:41:57 +0000
committerMart Raudsepp <leio@gentoo.org>2008-10-08 12:41:57 +0000
commit047c46ab2dc5c77c455d2c65a300103b4cb0fdbe (patch)
treed2b5dd9b962975fdc4c4b1cd33f9d37d4930c0a7 /x11-themes
parentMask only www-client/opera-9.60_pre* now that the final is out. (diff)
downloadgentoo-2-047c46ab2dc5c77c455d2c65a300103b4cb0fdbe.tar.gz
gentoo-2-047c46ab2dc5c77c455d2c65a300103b4cb0fdbe.tar.bz2
gentoo-2-047c46ab2dc5c77c455d2c65a300103b4cb0fdbe.zip
New version. Lua engine is now enabled in our packages in case something needs it. Smooth engine has been removed due to lack of maintainer. Various improvements to the engines; clearlooks classic variant should look closer to the old pre-cairo classic version.
(Portage version: 2.2_rc11/cvs/Linux 2.6.26-gentoo-r1 x86_64)
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/gtk-engines/ChangeLog10
-rw-r--r--x11-themes/gtk-engines/gtk-engines-2.16.0.ebuild25
2 files changed, 34 insertions, 1 deletions
diff --git a/x11-themes/gtk-engines/ChangeLog b/x11-themes/gtk-engines/ChangeLog
index 9d378c6bd2e2..30735f411957 100644
--- a/x11-themes/gtk-engines/ChangeLog
+++ b/x11-themes/gtk-engines/ChangeLog
@@ -1,6 +1,14 @@
# ChangeLog for x11-themes/gtk-engines
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines/ChangeLog,v 1.128 2008/09/25 14:41:44 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines/ChangeLog,v 1.129 2008/10/08 12:41:57 leio Exp $
+
+*gtk-engines-2.16.0 (08 Oct 2008)
+
+ 08 Oct 2008; Mart Raudsepp <leio@gentoo.org> +gtk-engines-2.16.0.ebuild:
+ New version. Lua engine is now enabled in our packages in case something
+ needs it. Smooth engine has been removed due to lack of maintainer.
+ Various improvements to the engines; clearlooks classic variant should
+ look closer to the old pre-cairo classic version.
25 Sep 2008; Jeroen Roovers <jer@gentoo.org> gtk-engines-2.14.3.ebuild:
Stable for HPPA (bug #236971).
diff --git a/x11-themes/gtk-engines/gtk-engines-2.16.0.ebuild b/x11-themes/gtk-engines/gtk-engines-2.16.0.ebuild
new file mode 100644
index 000000000000..0429c7ef4409
--- /dev/null
+++ b/x11-themes/gtk-engines/gtk-engines-2.16.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines/gtk-engines-2.16.0.ebuild,v 1.1 2008/10/08 12:41:57 leio Exp $
+
+inherit gnome2
+
+DESCRIPTION="GTK+2 standard engines and themes"
+HOMEPAGE="http://www.gtk.org/"
+
+LICENSE="GPL-2 LGPL-2.1"
+SLOT="2"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
+IUSE="accessibility static"
+
+RDEPEND=">=x11-libs/gtk+-2.12"
+DEPEND="${RDEPEND}
+ >=dev-util/intltool-0.31
+ >=dev-util/pkgconfig-0.9"
+
+DOCS="AUTHORS ChangeLog NEWS README"
+
+pkg_setup() {
+ G2CONF="$(use_enable static) --enable-animation --enable-lua"
+ use accessibility || G2CONF="${G2CONF} --disable-hc"
+}