public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-base/libxfce4ui/
Date: Mon, 26 Jun 2017 14:42:54 +0000 (UTC)	[thread overview]
Message-ID: <1498488166.a393734630094aec17dfc998cc778205f877c4e9.mgorny@gentoo> (raw)

commit:     a393734630094aec17dfc998cc778205f877c4e9
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 26 14:23:05 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jun 26 14:42:46 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3937346

xfce-base/libxfce4ui: Bump to 4.13.2, EAPI=6

 xfce-base/libxfce4ui/Manifest                      |  2 +-
 ...e4ui-4.13.1.ebuild => libxfce4ui-4.13.2.ebuild} | 42 ++++++++++++++--------
 2 files changed, 29 insertions(+), 15 deletions(-)

diff --git a/xfce-base/libxfce4ui/Manifest b/xfce-base/libxfce4ui/Manifest
index dbf23da77d9..92100af05a4 100644
--- a/xfce-base/libxfce4ui/Manifest
+++ b/xfce-base/libxfce4ui/Manifest
@@ -1,2 +1,2 @@
 DIST libxfce4ui-4.13.0.tar.bz2 688646 SHA256 22f0b66a33945f347952249589f71618418f1e47ca847850eb0ee1bdb0c353d4 SHA512 342c4fb09b3f13e066b994c54cd557a65c116566b8201217cb663851ba387932cdd4ebf2274f32bdc97a98b3a2bd1b59de75ef6cc4c6f5d0e5f1910b7eca591e WHIRLPOOL 37d9d68af580482186e5f1bd078b72b48339ee032b85e38ea944b2a08e80deead2887fbee9f30b15251214bb0aae7cc92857f2559db116767c96f630ad5b7d80
-DIST libxfce4ui-4.13.1.tar.bz2 691839 SHA256 2a257d73ccf30c1939df2e6ba879c925a1290ae2877a79b27d389e09e01c917d SHA512 056f6c944f1060f43037427304fccc7bb835a0ba5263d9c2f41c5cd2f980a61d4c45f9aa4b97004bae0b57e0020de0af43345b28f53748cea94fcd97fe785523 WHIRLPOOL 6f4b2879d9e930efff4c0f10746a879b67c81367f5c0960da29617147a8e1571f64538f2aa03e7fcf91d75e466b8b11d36f8aa8c272b6483b051fe5502d814d5
+DIST libxfce4ui-4.13.2.tar.bz2 705425 SHA256 8d881273e6be286f0c6c6f1aa1df2dbd3d92114b2e7fbe02979043fc80d8f4f1 SHA512 fbf823283f46b1cd73e830c70d848a2e15ecef2037e2249390ecf580f66f23f8ea766f5f19e46e1513b2ce3a692c2bff53f1c54ef00eaede065ac0c7a85c1908 WHIRLPOOL 74aa1fef4679a878d4e65224676de4683cdac32ce8d9fbdf5b00aeb030bb3f037d798b3cdf7259e7fbfa33cdd413f0f69c2e8906e910b0efcfe7ca5ec10e8953

diff --git a/xfce-base/libxfce4ui/libxfce4ui-4.13.1.ebuild b/xfce-base/libxfce4ui/libxfce4ui-4.13.2.ebuild
similarity index 62%
rename from xfce-base/libxfce4ui/libxfce4ui-4.13.1.ebuild
rename to xfce-base/libxfce4ui/libxfce4ui-4.13.2.ebuild
index 4e1d31fb152..90846401101 100644
--- a/xfce-base/libxfce4ui/libxfce4ui-4.13.1.ebuild
+++ b/xfce-base/libxfce4ui/libxfce4ui-4.13.2.ebuild
@@ -1,8 +1,9 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
-inherit xfconf
+EAPI=6
+
+inherit gnome2-utils
 
 DESCRIPTION="Unified widget and session management libs for Xfce"
 HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
@@ -11,17 +12,18 @@ 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 ~amd64-linux ~x86-linux ~x86-solaris"
-IUSE="debug glade startup-notification"
+IUSE="debug glade introspection startup-notification"
 
-RDEPEND=">=dev-libs/glib-2.30:2=
+RDEPEND=">=dev-libs/glib-2.42:2=
 	>=x11-libs/gtk+-2.24:2=
-	>=x11-libs/gtk+-3.2:3=
+	>=x11-libs/gtk+-3.18:3=[introspection?]
 	x11-libs/libX11:=
 	x11-libs/libICE:=
 	x11-libs/libSM:=
-	>=xfce-base/libxfce4util-4.12:=
+	>=xfce-base/libxfce4util-4.12:=[introspection?]
 	>=xfce-base/xfconf-4.12:=
 	glade? ( dev-util/glade:3.10= )
+	introspection? ( dev-libs/gobject-introspection:= )
 	startup-notification? ( x11-libs/startup-notification:= )
 	!xfce-base/xfce-utils"
 DEPEND="${RDEPEND}
@@ -30,20 +32,32 @@ DEPEND="${RDEPEND}
 	sys-devel/gettext
 	virtual/pkgconfig"
 
-pkg_setup() {
-	XFCONF=(
+src_configure() {
+	local myconf=(
+		$(use_enable introspection)
 		$(use_enable startup-notification)
-		$(xfconf_use_debug)
-		# does not build without GTK+3, #585684
-		--enable-gtk3
+		# TODO: check revdeps and make it optional one day
+		--enable-gtk2
 		# requires deprecated glade:3 (gladeui-1.0), bug #551296
 		--disable-gladeui
 		# this one's for :3.10
 		$(use_enable glade gladeui2)
 		--with-vendor-info=Gentoo
-		)
+	)
+
+	econf "${myconf[@]}"
+}
+
+src_install() {
+	default
 
-	[[ ${CHOST} == *-darwin* ]] && XFCONF+=( --disable-visibility ) #366857
+	find "${D}" -name '*.la' -delete || die
+}
+
+pkg_postinst() {
+	gnome2_icon_cache_update
+}
 
-	DOCS=( AUTHORS ChangeLog NEWS README THANKS TODO )
+pkg_postrm() {
+	gnome2_icon_cache_update
 }


             reply	other threads:[~2017-06-26 14:42 UTC|newest]

Thread overview: 143+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-26 14:42 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-23 13:54 [gentoo-commits] repo/gentoo:master commit in: xfce-base/libxfce4ui/ Michał Górny
2025-01-25 10:52 Sam James
2025-01-25 10:44 Sam James
2024-12-21 10:34 Michał Górny
2024-12-15 18:38 Michał Górny
2024-12-01 16:40 Michał Górny
2024-12-01 16:40 Michał Górny
2024-10-25  3:08 Michał Górny
2024-08-09 17:19 Sam James
2024-08-09 17:19 Sam James
2024-08-09 17:19 Sam James
2024-08-09 17:19 Sam James
2024-08-06  0:20 Eli Schwartz
2024-03-23 10:25 Michał Górny
2024-03-16 17:06 Arthur Zamarin
2024-03-16 17:06 Arthur Zamarin
2024-03-16 16:39 Arthur Zamarin
2024-03-16 16:37 Arthur Zamarin
2024-03-16 11:48 Arthur Zamarin
2024-03-16 10:23 Arthur Zamarin
2024-03-08 13:01 Michał Górny
2024-03-02 19:14 Michał Górny
2024-03-02 15:36 Jakov Smolić
2024-03-02 14:13 Arthur Zamarin
2024-03-02  9:56 Jakov Smolić
2024-02-29 11:37 Michał Górny
2024-02-18 11:43 Jakov Smolić
2024-02-18  9:56 Sam James
2024-02-17 22:26 Sam James
2024-02-16 12:11 Michał Górny
2024-02-10  9:15 Michał Górny
2024-02-06 11:44 Michał Górny
2024-02-06  3:07 Michał Górny
2024-02-06  3:07 Michał Górny
2023-11-11 20:23 Michał Górny
2023-10-14  8:24 Michał Górny
2023-08-03  4:49 Michał Górny
2023-08-02 22:08 Sam James
2023-08-02 21:06 Sam James
2023-08-02  6:05 Michał Górny
2023-06-11 16:46 Sam James
2023-05-29 19:06 Michał Górny
2023-05-22 18:36 Michał Górny
2023-04-21  4:34 Michał Górny
2023-04-17 15:46 Michał Górny
2023-03-28 18:13 Michał Górny
2023-03-17 17:27 Michał Górny
2023-03-17 17:04 Arthur Zamarin
2023-03-17 14:47 Arthur Zamarin
2023-03-17 14:46 Arthur Zamarin
2023-03-17 14:24 Arthur Zamarin
2023-03-17 14:21 Arthur Zamarin
2023-03-17 14:11 Sam James
2023-03-17 10:50 Michał Górny
2023-03-17  8:56 Arthur Zamarin
2023-03-15  6:55 Michał Górny
2023-02-09 12:28 Michał Górny
2023-02-03 16:53 Sam James
2023-02-03 14:21 Arthur Zamarin
2023-02-03 14:21 Arthur Zamarin
2023-02-03 13:32 Arthur Zamarin
2023-01-05  7:23 Michał Górny
2023-01-03  6:52 Michał Górny
2022-11-30 17:25 Michał Górny
2022-10-31 16:16 Michał Górny
2022-10-08 13:43 Michał Górny
2022-09-05 17:43 Michał Górny
2022-08-28  6:49 WANG Xuerui
2022-07-25 10:45 Michał Górny
2022-03-31 23:03 Michał Górny
2022-03-24 18:16 Michał Górny
2022-03-16  8:32 Michał Górny
2022-02-21 22:15 Michał Górny
2022-02-10 10:35 Michał Górny
2021-12-27  5:05 Michał Górny
2021-12-10 18:58 Michał Górny
2021-11-04 22:09 Michał Górny
2021-11-02 10:20 Sam James
2021-10-29 18:32 Sam James
2021-10-11  0:02 Sam James
2021-10-10 20:37 Sam James
2021-10-09 19:18 Sam James
2021-10-09  7:52 Michał Górny
2021-09-11 16:32 Michał Górny
2021-09-06 11:24 Michał Górny
2021-09-06  6:36 Michał Górny
2021-06-27  6:09 Michał Górny
2021-05-21 14:54 Yixun Lan
2021-02-19  1:11 Michał Górny
2021-02-15  8:38 Sam James
2021-01-18 20:29 Michał Górny
2020-12-29 11:46 Michał Górny
2020-12-22 23:35 Michał Górny
2020-12-16 23:04 Michał Górny
2020-12-14 12:29 Michał Górny
2020-12-10 23:21 Michał Górny
2020-11-19 18:17 Michał Górny
2020-11-03  8:24 Michał Górny
2020-07-19 14:19 Michał Górny
2020-06-08  7:20 Michał Górny
2020-05-04  9:40 Michał Górny
2020-04-05  8:12 Michał Górny
2020-01-14  3:53 Michał Górny
2019-12-06 14:20 Michał Górny
2019-12-06 14:20 Michał Górny
2019-12-05 10:23 Michał Górny
2019-12-05 10:17 Michał Górny
2019-11-07 23:44 Aaron Bauman
2019-10-13 11:24 Mikle Kolyada
2019-10-12 21:23 Sergei Trofimovich
2019-10-12 21:16 Sergei Trofimovich
2019-10-12 21:00 Sergei Trofimovich
2019-08-22 12:31 Michał Górny
2019-08-12 13:21 Michał Górny
2019-08-12 13:21 Michał Górny
2019-08-11 20:46 Michał Górny
2019-07-28 15:43 Michał Górny
2019-07-28 15:43 Michał Górny
2019-07-01  7:56 Michał Górny
2019-05-29  0:32 Aaron Bauman
2019-05-17 18:14 Michał Górny
2018-03-23 19:53 Markus Meier
2018-03-03 17:48 Tobias Klausmann
2018-01-10 21:22 Sergei Trofimovich
2018-01-08  8:00 Sergei Trofimovich
2018-01-07 20:32 Sergei Trofimovich
2018-01-07 13:17 Sergei Trofimovich
2018-01-05 10:59 Mikle Kolyada
2017-12-15 19:33 Michał Górny
2017-12-15 19:33 Michał Górny
2017-07-03 20:15 Michał Górny
2017-06-07 20:06 Michał Górny
2017-01-26 10:22 Agostino Sarubbo
2017-01-13 15:41 Agostino Sarubbo
2016-12-20 12:31 Tobias Klausmann
2016-09-29  4:37 Jeroen Roovers
2016-09-15 14:08 Jason Zaman
2016-06-30 16:58 Tobias Klausmann
2016-06-26 18:36 Markus Meier
2016-06-23 15:07 Michał Górny
2016-06-11 21:31 Michał Górny
2015-10-17 18:32 Mikle Kolyada

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1498488166.a393734630094aec17dfc998cc778205f877c4e9.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox