diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-01-02 15:02:08 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-01-02 15:02:08 +0000 |
commit | bebfc46e4c17f39e50feef683a5a9013209a850d (patch) | |
tree | ee38bbad6adea23c07b0a26f4c059355b3fe3f4d /x11-themes | |
parent | x86 stable wrt bug #350050 (diff) | |
download | gentoo-2-bebfc46e4c17f39e50feef683a5a9013209a850d.tar.gz gentoo-2-bebfc46e4c17f39e50feef683a5a9013209a850d.tar.bz2 gentoo-2-bebfc46e4c17f39e50feef683a5a9013209a850d.zip |
Version bump.
(Portage version: 2.2.0_alpha10/cvs/Linux x86_64)
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/gtk-engines-xfce/ChangeLog | 10 | ||||
-rw-r--r-- | x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.7.0.ebuild | 32 |
2 files changed, 40 insertions, 2 deletions
diff --git a/x11-themes/gtk-engines-xfce/ChangeLog b/x11-themes/gtk-engines-xfce/ChangeLog index 6ec265aad6fd..49c51c7a82f7 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-xfce/ChangeLog,v 1.108 2010/01/06 19:35:09 fauli Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-xfce/ChangeLog,v 1.109 2011/01/02 15:02:08 ssuominen Exp $ + +*gtk-engines-xfce-2.7.0 (02 Jan 2011) + + 02 Jan 2011; Samuli Suominen <ssuominen@gentoo.org> + +gtk-engines-xfce-2.7.0.ebuild: + Version bump. 06 Jan 2010; Christian Faulhammer <fauli@gentoo.org> gtk-engines-xfce-2.6.0.ebuild: diff --git a/x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.7.0.ebuild b/x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.7.0.ebuild new file mode 100644 index 000000000000..9a8c7bf21774 --- /dev/null +++ b/x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.7.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.7.0.ebuild,v 1.1 2011/01/02 15:02:08 ssuominen Exp $ + +EAPI=3 +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}/2.7/${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.18:2 + >=x11-libs/gtk+-2.14:2" +DEPEND="${RDEPEND} + dev-util/pkgconfig" + +S=${WORKDIR}/${MY_PN}-${PV} + +pkg_setup() { + XFCONF=( + --disable-dependency-tracking + $(xfconf_use_debug) + ) + + DOCS="AUTHORS ChangeLog NEWS README" +} |