diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-06-20 19:55:20 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-06-20 19:55:20 +0000 |
commit | 2cb53d64db70e0233fb313bc5c2e9b425aa71380 (patch) | |
tree | 9d1876110fafba23a1198e5362777f064ddd7627 /xfce-base | |
parent | Add a dummy 0.114.0 version (diff) | |
download | gentoo-2-2cb53d64db70e0233fb313bc5c2e9b425aa71380.tar.gz gentoo-2-2cb53d64db70e0233fb313bc5c2e9b425aa71380.tar.bz2 gentoo-2-2cb53d64db70e0233fb313bc5c2e9b425aa71380.zip |
Restore USE=glade in the older ebuild, removal was accidental.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'xfce-base')
-rw-r--r-- | xfce-base/libxfce4ui/ChangeLog | 5 | ||||
-rw-r--r-- | xfce-base/libxfce4ui/libxfce4ui-4.12.1-r1.ebuild | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/xfce-base/libxfce4ui/ChangeLog b/xfce-base/libxfce4ui/ChangeLog index 2a83ffad17bc..50fa4cae6265 100644 --- a/xfce-base/libxfce4ui/ChangeLog +++ b/xfce-base/libxfce4ui/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for xfce-base/libxfce4ui # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/ChangeLog,v 1.58 2015/06/20 19:53:25 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/ChangeLog,v 1.59 2015/06/20 19:55:20 mgorny Exp $ + + 20 Jun 2015; Michał Górny <mgorny@gentoo.org> libxfce4ui-4.12.1-r1.ebuild: + Restore USE=glade in the older ebuild, removal was accidental. *libxfce4ui-4.12.1-r2 (20 Jun 2015) diff --git a/xfce-base/libxfce4ui/libxfce4ui-4.12.1-r1.ebuild b/xfce-base/libxfce4ui/libxfce4ui-4.12.1-r1.ebuild index e9baf5fb69c1..5c7e6a3181e8 100644 --- a/xfce-base/libxfce4ui/libxfce4ui-4.12.1-r1.ebuild +++ b/xfce-base/libxfce4ui/libxfce4ui-4.12.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/libxfce4ui-4.12.1-r1.ebuild,v 1.2 2015/06/20 19:53:25 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/libxfce4ui-4.12.1-r1.ebuild,v 1.3 2015/06/20 19:55:20 mgorny Exp $ EAPI=5 inherit xfconf @@ -12,7 +12,7 @@ SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2" LICENSE="LGPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris" -IUSE="debug +gtk3 startup-notification" +IUSE="debug glade +gtk3 startup-notification" RDEPEND=">=dev-libs/glib-2.30:2= >=x11-libs/gtk+-2.24:2= @@ -21,6 +21,7 @@ RDEPEND=">=dev-libs/glib-2.30:2= x11-libs/libSM:= >=xfce-base/libxfce4util-4.12:= >=xfce-base/xfconf-4.12:= + glade? ( dev-util/glade:3= ) gtk3? ( >=x11-libs/gtk+-3.2:3= ) startup-notification? ( x11-libs/startup-notification:= ) !xfce-base/xfce-utils" @@ -33,10 +34,9 @@ DEPEND="${RDEPEND} pkg_setup() { XFCONF=( $(use_enable startup-notification) + $(use_enable glade gladeui) $(use_enable gtk3) $(xfconf_use_debug) - # requires deprecated glade:3 (gladeui-1.0), bug #551296 - --disable-gladeui --with-vendor-info=Gentoo --with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html ) |