summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Mende <angelos@gentoo.org>2008-10-30 22:11:16 +0000
committerChristoph Mende <angelos@gentoo.org>2008-10-30 22:11:16 +0000
commitb16116fa3d16b0630391580c60dce7901fbc6633 (patch)
tree302927d6ca2ce6a0b871d6a83be6739320b4321a /x11-themes
parentXfce-4.4.3 bump (diff)
downloadgentoo-2-b16116fa3d16b0630391580c60dce7901fbc6633.tar.gz
gentoo-2-b16116fa3d16b0630391580c60dce7901fbc6633.tar.bz2
gentoo-2-b16116fa3d16b0630391580c60dce7901fbc6633.zip
Xfce-4.4.3 bump
(Portage version: 2.2_rc12/cvs/Linux 2.6.28-rc2 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.4.3.ebuild31
2 files changed, 39 insertions, 2 deletions
diff --git a/x11-themes/gtk-engines-xfce/ChangeLog b/x11-themes/gtk-engines-xfce/ChangeLog
index 16b3b3600107..94c69ea277bd 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-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-xfce/ChangeLog,v 1.92 2007/12/17 18:40:21 jer Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-xfce/ChangeLog,v 1.93 2008/10/30 22:11:16 angelos Exp $
+
+*gtk-engines-xfce-2.4.3 (30 Oct 2008)
+
+ 30 Oct 2008; Christoph Mende <angelos@gentoo.org>
+ +gtk-engines-xfce-2.4.3.ebuild:
+ Xfce-4.4.3 bump
17 Dec 2007; Jeroen Roovers <jer@gentoo.org>
gtk-engines-xfce-2.4.2.ebuild:
diff --git a/x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.4.3.ebuild b/x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.4.3.ebuild
new file mode 100644
index 000000000000..fbacd51b4ca5
--- /dev/null
+++ b/x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.4.3.ebuild
@@ -0,0 +1,31 @@
+# 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-xfce/gtk-engines-xfce-2.4.3.ebuild,v 1.1 2008/10/30 22:11:16 angelos Exp $
+
+EAPI=1
+MY_P="gtk-xfce-engine-${PV}"
+
+inherit xfce44
+
+XFCE_VERSION=4.4.3
+
+xfce44
+xfce44_extra_package
+
+DESCRIPTION="GTK+ Theme Engine"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+RDEPEND=">=dev-libs/glib-2.6:2
+ x11-libs/cairo
+ >=x11-libs/gtk+-2.6:2
+ x11-libs/pango"
+
+S="${WORKDIR}/${MY_P}"
+
+src_unpack() {
+ unpack ${A}
+ sed -i -e 's:ICON.png README.html::g' "${S}"/themes/*/Makefile.in
+}
+
+DOCS="AUTHORS ChangeLog NEWS README"