diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-01-02 15:07:20 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-01-02 15:07:20 +0000 |
commit | cef80254185a84b34ea8bad9f6ed07394f8fc584 (patch) | |
tree | 91d951191ed6610ad9e50d85e9e35e583b89c3f1 /xfce-base | |
parent | Stable on amd64 wrt bug #349761 (diff) | |
download | gentoo-2-cef80254185a84b34ea8bad9f6ed07394f8fc584.tar.gz gentoo-2-cef80254185a84b34ea8bad9f6ed07394f8fc584.tar.bz2 gentoo-2-cef80254185a84b34ea8bad9f6ed07394f8fc584.zip |
Version bump.
(Portage version: 2.2.0_alpha10/cvs/Linux x86_64)
Diffstat (limited to 'xfce-base')
-rw-r--r-- | xfce-base/libxfce4ui/ChangeLog | 9 | ||||
-rw-r--r-- | xfce-base/libxfce4ui/libxfce4ui-4.7.6.ebuild | 43 |
2 files changed, 50 insertions, 2 deletions
diff --git a/xfce-base/libxfce4ui/ChangeLog b/xfce-base/libxfce4ui/ChangeLog index e2c1935c3238..2d6b4a615068 100644 --- a/xfce-base/libxfce4ui/ChangeLog +++ b/xfce-base/libxfce4ui/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for xfce-base/libxfce4ui -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/ChangeLog,v 1.15 2010/11/28 17:05:39 ssuominen Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/ChangeLog,v 1.16 2011/01/02 15:07:20 ssuominen Exp $ + +*libxfce4ui-4.7.6 (02 Jan 2011) + + 02 Jan 2011; Samuli Suominen <ssuominen@gentoo.org> +libxfce4ui-4.7.6.ebuild: + Version bump. *libxfce4ui-4.7.5 (28 Nov 2010) diff --git a/xfce-base/libxfce4ui/libxfce4ui-4.7.6.ebuild b/xfce-base/libxfce4ui/libxfce4ui-4.7.6.ebuild new file mode 100644 index 000000000000..be620a5915f3 --- /dev/null +++ b/xfce-base/libxfce4ui/libxfce4ui-4.7.6.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/libxfce4ui-4.7.6.ebuild,v 1.1 2011/01/02 15:07:19 ssuominen Exp $ + +EAPI=3 +inherit xfconf + +DESCRIPTION="Unified widgets library for Xfce4, a libxfcegui4 replacement" +HOMEPAGE="http://www.xfce.org/" +SRC_URI="mirror://xfce/src/xfce/${PN}/4.7/${P}.tar.bz2" + +LICENSE="LGPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris" +IUSE="debug glade startup-notification" + +RDEPEND="x11-libs/libX11 + x11-libs/libICE + x11-libs/libSM + >=dev-libs/glib-2.16:2 + >=x11-libs/gtk+-2.14:2 + >=xfce-base/libxfce4util-4.7.3 + >=xfce-base/xfconf-4.6 + glade? ( dev-util/glade:3 ) + startup-notification? ( x11-libs/startup-notification ) + !<xfce-base/libxfcegui4-4.7.0" +DEPEND="${RDEPEND} + dev-util/pkgconfig + dev-util/intltool + sys-devel/gettext + dev-lang/perl" + +pkg_setup() { + XFCONF=( + --disable-dependency-tracking + $(use_enable startup-notification) + $(use_enable glade gladeui) + $(xfconf_use_debug) + --with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html + ) + + DOCS="AUTHORS ChangeLog NEWS README THANKS TODO" +} |