public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in xfce-base/libxfce4ui: libxfce4ui-4.12.1-r1.ebuild metadata.xml ChangeLog
@ 2015-05-11 17:55 Michal Gorny (mgorny)
  0 siblings, 0 replies; only message in thread
From: Michal Gorny (mgorny) @ 2015-05-11 17:55 UTC (permalink / raw
  To: gentoo-commits

mgorny      15/05/11 17:55:22

  Modified:             metadata.xml ChangeLog
  Added:                libxfce4ui-4.12.1-r1.ebuild
  Log:
  Add gtk3 USE flag. Bug #547270, PR https://github.com/gentoo/gentoo-portage-rsync-mirror/pull/112. Big thanks to Karl Lindén and brakarov.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)

Revision  Changes    Path
1.4                  xfce-base/libxfce4ui/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4ui/metadata.xml?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4ui/metadata.xml?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4ui/metadata.xml?r1=1.3&r2=1.4

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/metadata.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- metadata.xml	6 Jan 2012 11:13:35 -0000	1.3
+++ metadata.xml	11 May 2015 17:55:22 -0000	1.4
@@ -4,5 +4,6 @@
   <herd>xfce</herd>
   <use>
     <flag name='glade'>Build support for Glade 3's GtkBuilder implementation</flag>
+    <flag name='gtk3'>Enable gtk3 support</flag>
   </use>
 </pkgmetadata>



1.57                 xfce-base/libxfce4ui/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4ui/ChangeLog?rev=1.57&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4ui/ChangeLog?rev=1.57&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4ui/ChangeLog?r1=1.56&r2=1.57

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/ChangeLog,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- ChangeLog	15 Mar 2015 18:44:14 -0000	1.56
+++ ChangeLog	11 May 2015 17:55:22 -0000	1.57
@@ -1,6 +1,13 @@
 # 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.56 2015/03/15 18:44:14 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/ChangeLog,v 1.57 2015/05/11 17:55:22 mgorny Exp $
+
+*libxfce4ui-4.12.1-r1 (11 May 2015)
+
+  11 May 2015; Michał Górny <mgorny@gentoo.org> +libxfce4ui-4.12.1-r1.ebuild,
+  metadata.xml:
+  Add gtk3 USE flag. Bug #547270, PR https://github.com/gentoo/gentoo-portage-
+  rsync-mirror/pull/112. Big thanks to Karl Lindén and brakarov.
 
 *libxfce4ui-4.12.1 (15 Mar 2015)
 



1.1                  xfce-base/libxfce4ui/libxfce4ui-4.12.1-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4ui/libxfce4ui-4.12.1-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4ui/libxfce4ui-4.12.1-r1.ebuild?rev=1.1&content-type=text/plain

Index: libxfce4ui-4.12.1-r1.ebuild
===================================================================
# 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.1 2015/05/11 17:55:22 mgorny Exp $

EAPI=5
inherit xfconf

DESCRIPTION="Unified widgets and session management libraries for the Xfce desktop environment"
HOMEPAGE="http://www.xfce.org/projects/libxfce4"
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 glade +gtk3 startup-notification"

RDEPEND=">=dev-libs/glib-2.30:2=
	>=x11-libs/gtk+-2.24:2=
	x11-libs/libX11:=
	x11-libs/libICE:=
	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"
DEPEND="${RDEPEND}
	dev-lang/perl
	dev-util/intltool
	sys-devel/gettext
	virtual/pkgconfig"

pkg_setup() {
	XFCONF=(
		$(use_enable startup-notification)
		$(use_enable glade gladeui)
		$(use_enable gtk3)
		$(xfconf_use_debug)
		--with-vendor-info=Gentoo
		--with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html
		)

	[[ ${CHOST} == *-darwin* ]] && XFCONF+=( --disable-visibility ) #366857

	DOCS=( AUTHORS ChangeLog NEWS README THANKS TODO )
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-05-11 17:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-11 17:55 [gentoo-commits] gentoo-x86 commit in xfce-base/libxfce4ui: libxfce4ui-4.12.1-r1.ebuild metadata.xml ChangeLog Michal Gorny (mgorny)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox