diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-02-11 14:26:20 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-02-11 14:26:20 +0000 |
commit | b98f924de6f40a8cd73eb952a48840f9e05fba29 (patch) | |
tree | 01d573b7e6cc32f63544837d0dd4b8d72395eead /x11-themes | |
parent | Version bump (should fix bug #351813 by Michael Orlitzky and Xavier Roche), i... (diff) | |
download | gentoo-2-b98f924de6f40a8cd73eb952a48840f9e05fba29.tar.gz gentoo-2-b98f924de6f40a8cd73eb952a48840f9e05fba29.tar.bz2 gentoo-2-b98f924de6f40a8cd73eb952a48840f9e05fba29.zip |
Version bump.
(Portage version: 2.2.0_alpha85/cvs/Linux x86_64)
Diffstat (limited to 'x11-themes')
3 files changed, 72 insertions, 1 deletions
diff --git a/x11-themes/gtk-engines-xfce/ChangeLog b/x11-themes/gtk-engines-xfce/ChangeLog index 039926491a39..83a78d42d047 100644 --- a/x11-themes/gtk-engines-xfce/ChangeLog +++ b/x11-themes/gtk-engines-xfce/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for x11-themes/gtk-engines-xfce # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-xfce/ChangeLog,v 1.137 2012/02/10 12:05:13 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-xfce/ChangeLog,v 1.138 2012/02/11 14:26:20 ssuominen Exp $ + +*gtk-engines-xfce-2.99.1-r300 (11 Feb 2012) +*gtk-engines-xfce-2.99.1-r200 (11 Feb 2012) + + 11 Feb 2012; Samuli Suominen <ssuominen@gentoo.org> + +gtk-engines-xfce-2.99.1-r200.ebuild, +gtk-engines-xfce-2.99.1-r300.ebuild: + Version bump. 10 Feb 2012; Samuli Suominen <ssuominen@gentoo.org> -gtk-engines-xfce-2.8.1.ebuild: diff --git a/x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.99.1-r200.ebuild b/x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.99.1-r200.ebuild new file mode 100644 index 000000000000..b3b3d4c93860 --- /dev/null +++ b/x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.99.1-r200.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2012 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.99.1-r200.ebuild,v 1.1 2012/02/11 14:26:20 ssuominen Exp $ + +EAPI=4 +MY_PN=gtk-xfce-engine +inherit xfconf + +DESCRIPTION="A port of Xfce engine to GTK+-2.x" +HOMEPAGE="http://www.xfce.org/projects/" +SRC_URI="mirror://xfce/src/xfce/${MY_PN}/${PV%.*}/${MY_PN}-${PV}.tar.bz2" + +LICENSE="GPL-2" +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 + >=x11-libs/gtk+-2.20:2" +DEPEND="${RDEPEND} + dev-util/pkgconfig" + +S=${WORKDIR}/${MY_PN}-${PV} + +pkg_setup() { + XFCONF=( + --disable-gtk3 + $(xfconf_use_debug) + ) + + DOCS=( AUTHORS ChangeLog NEWS README ) +} diff --git a/x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.99.1-r300.ebuild b/x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.99.1-r300.ebuild new file mode 100644 index 000000000000..1ea7a43c7b69 --- /dev/null +++ b/x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.99.1-r300.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2012 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.99.1-r300.ebuild,v 1.1 2012/02/11 14:26:20 ssuominen Exp $ + +EAPI=4 +MY_PN=gtk-xfce-engine +inherit xfconf + +DESCRIPTION="A port of Xfce engine to GTK+-3.x" +HOMEPAGE="http://www.xfce.org/projects/" +SRC_URI="mirror://xfce/src/xfce/${MY_PN}/${PV%.*}/${MY_PN}-${PV}.tar.bz2" + +LICENSE="GPL-2" +SLOT="3" +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 + x11-libs/gtk+:3" +DEPEND="${RDEPEND} + dev-util/pkgconfig" + +S=${WORKDIR}/${MY_PN}-${PV} + +pkg_setup() { + XFCONF=( + --disable-gtk2 + $(xfconf_use_debug) + ) + + DOCS=( AUTHORS ChangeLog NEWS README ) +} |