summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2011-12-03 16:25:35 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2011-12-03 16:25:35 +0000
commit7096b62a05c28ea84828b0175000b45bf1e4d9e0 (patch)
tree5024fb7237ab30888804d381a64d8ec592a2ea40 /x11-themes
parentdepend on virtual/libiconv (diff)
downloadgentoo-2-7096b62a05c28ea84828b0175000b45bf1e4d9e0.tar.gz
gentoo-2-7096b62a05c28ea84828b0175000b45bf1e4d9e0.tar.bz2
gentoo-2-7096b62a05c28ea84828b0175000b45bf1e4d9e0.zip
Version bump (to non conflicting development series)
(Portage version: 2.2.0_alpha79/cvs/Linux x86_64)
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/gtk-engines-xfce/ChangeLog8
-rw-r--r--x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.9.0.ebuild32
2 files changed, 39 insertions, 1 deletions
diff --git a/x11-themes/gtk-engines-xfce/ChangeLog b/x11-themes/gtk-engines-xfce/ChangeLog
index 4fbc9ab9bc87..eecdc8072799 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 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-xfce/ChangeLog,v 1.124 2011/04/26 13:16:36 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-xfce/ChangeLog,v 1.125 2011/12/03 16:25:35 ssuominen Exp $
+
+*gtk-engines-xfce-2.9.0 (03 Dec 2011)
+
+ 03 Dec 2011; Samuli Suominen <ssuominen@gentoo.org>
+ +gtk-engines-xfce-2.9.0.ebuild:
+ Version bump (to non conflicting development series)
23 Apr 2011; Samuli Suominen <ssuominen@gentoo.org>
gtk-engines-xfce-2.8.1.ebuild:
diff --git a/x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.9.0.ebuild b/x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.9.0.ebuild
new file mode 100644
index 000000000000..db610306bac8
--- /dev/null
+++ b/x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.9.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2011 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.9.0.ebuild,v 1.1 2011/12/03 16:25:35 ssuominen Exp $
+
+EAPI=4
+MY_PN=gtk-xfce-engine
+inherit xfconf
+
+DESCRIPTION="Xfce's GTK+ engine and themes"
+HOMEPAGE="http://www.xfce.org/projects/"
+SRC_URI="mirror://xfce/src/xfce/${MY_PN}/${PV%.*}/${MY_PN}-${PV}.tar.bz2"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
+IUSE="debug"
+
+RDEPEND=">=dev-libs/glib-2.24:2
+ >=x11-libs/gtk+-2.20:2"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
+
+S=${WORKDIR}/${MY_PN}-${PV}
+
+pkg_setup() {
+ XFCONF=(
+ --disable-static
+ $(xfconf_use_debug)
+ )
+
+ DOCS=( AUTHORS ChangeLog NEWS README )
+}