summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Mende <angelos@gentoo.org>2009-03-10 13:55:18 +0000
committerChristoph Mende <angelos@gentoo.org>2009-03-10 13:55:18 +0000
commitfd8e65270a6329d552e2f544c11bf59fb30e7ea5 (patch)
tree515cfb7dab4974dc8d11777ca828badf039d6475 /x11-themes
parentXfce-4.6 bump (diff)
downloadgentoo-2-fd8e65270a6329d552e2f544c11bf59fb30e7ea5.tar.gz
gentoo-2-fd8e65270a6329d552e2f544c11bf59fb30e7ea5.tar.bz2
gentoo-2-fd8e65270a6329d552e2f544c11bf59fb30e7ea5.zip
Xfce-4.6 bump
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/gtk-engines-xfce/ChangeLog10
-rw-r--r--x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.6.0.ebuild23
2 files changed, 31 insertions, 2 deletions
diff --git a/x11-themes/gtk-engines-xfce/ChangeLog b/x11-themes/gtk-engines-xfce/ChangeLog
index 37aa163c58af..8703a6637150 100644
--- a/x11-themes/gtk-engines-xfce/ChangeLog
+++ b/x11-themes/gtk-engines-xfce/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-themes/gtk-engines-xfce
-# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-xfce/ChangeLog,v 1.98 2008/12/15 04:52:18 jer Exp $
+# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-xfce/ChangeLog,v 1.99 2009/03/10 13:55:18 angelos Exp $
+
+*gtk-engines-xfce-2.6.0 (10 Mar 2009)
+
+ 10 Mar 2009; Christoph Mende <angelos@gentoo.org>
+ +gtk-engines-xfce-2.6.0.ebuild:
+ Xfce-4.6 bump
15 Dec 2008; Jeroen Roovers <jer@gentoo.org>
gtk-engines-xfce-2.4.3.ebuild:
diff --git a/x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.6.0.ebuild b/x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.6.0.ebuild
new file mode 100644
index 000000000000..92bb5be9ac76
--- /dev/null
+++ b/x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.6.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.6.0.ebuild,v 1.1 2009/03/10 13:55:18 angelos Exp $
+
+EAPI=1
+
+MY_PN="gtk-xfce-engine"
+inherit xfce4
+
+XFCE_VERSION=4.6.0
+
+xfce4_core
+
+DESCRIPTION="GTK+ Xfce4 theme engine"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+RDEPEND=">=x11-libs/gtk+-2.6:2
+ >=dev-libs/glib-2.6:2
+ x11-libs/cairo
+ x11-libs/pango"
+
+DOCS="AUTHORS ChangeLog NEWS README"