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, 22 May 2023 18:36:34 +0000 (UTC)	[thread overview]
Message-ID: <1684780589.071ceabf0b3fd9457c9d3eeee7e4e4caa8de0219.mgorny@gentoo> (raw)

commit:     071ceabf0b3fd9457c9d3eeee7e4e4caa8de0219
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon May 22 18:28:47 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon May 22 18:36:29 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=071ceabf

xfce-base/libxfce4ui: Bump to 4.18.4

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 xfce-base/libxfce4ui/Manifest                 |  1 +
 xfce-base/libxfce4ui/libxfce4ui-4.18.4.ebuild | 76 +++++++++++++++++++++++++++
 2 files changed, 77 insertions(+)

diff --git a/xfce-base/libxfce4ui/Manifest b/xfce-base/libxfce4ui/Manifest
index d1729f8469f4..647a065a2f78 100644
--- a/xfce-base/libxfce4ui/Manifest
+++ b/xfce-base/libxfce4ui/Manifest
@@ -1,4 +1,5 @@
 DIST libxfce4ui-4.18.2.tar.bz2 901949 BLAKE2B 17bf0541646735ec54da5f322d858896fa2fd132fe93864372a67d4936b4467def749f4a0dd4f3d23ecb7a2b3843367f88ccf74b7e040e7ad6f6c15fec45055f SHA512 758466e2e3096791b99e1a00c9f499d95327581ad336fc1ab0d51e3d150206d522f44c2e6053b0032499dd0cb337510cf6940dc77499cef3ecbb484de7787457
 DIST libxfce4ui-4.18.3.tar.bz2 905070 BLAKE2B 0ed4bdaa1135d22d5155e22d8ecaaca2b2be714a097f26fc0388ea4bfdf39d8bf854e85ee1ace590000000d81034e414a7a0782ba3218e09901a1e0afdaf5fbe SHA512 697d883352189426b36d6c06254404b1dd2ba5f9630691b7dfddb2496d7b0233e807485155ead02dfaa73dc543eee7d8e459dc72ec56f646ec020fc9142edd28
+DIST libxfce4ui-4.18.4.tar.bz2 907248 BLAKE2B 785ec91bcb2995d289423ac666832b642e1cd1c2685e9bb5b6781ca6c7272d7e85e163a55b137602401ed9a18f1b8e29492e3b7bd1d74951544e71a4338860ae SHA512 e931d38319bcc0dcfa854642f604fcd782ffb27a160ae7e2625d7a276625635131b0451c12ccd502b68366283c503ad21536389e70da6912e46eb16b97f28642
 DIST libxfce4ui-4.19.0.tar.bz2 1165579 BLAKE2B cac5272525f29050c680e241d15ce8b66360559a627031e0313c0e79f9c8a424bc8972135a20c2a1aeea3446ae21425da140a7c3b9739402ca368c7ecd1aa2a2 SHA512 038ce1787f5fc99d41e92a316e1e2029b4cc44f325e1eae09eb146fcc1332bc6f39607fe1f2854da9fa1c9573b102d3bd96b2bc9d08c5178bb5c738fd9aef97c
 DIST libxfce4ui-4.19.1.tar.bz2 1165274 BLAKE2B a72fbeb991063876c4aca5d25648a37e565a7842ea400e7b997684ec71c04dfa559675fa7e5023a30f9c50bed10fd458ddd2c68f3a06ee1e119e0dd8ed0a5c34 SHA512 a3ea0767319f9de832de301704e19e0881aa960e922e516caf11cc1dd9b20938b2acc716c3bbc9aa0f335ca26d44356047cdc63a158fd138856660c6dda013c1

diff --git a/xfce-base/libxfce4ui/libxfce4ui-4.18.4.ebuild b/xfce-base/libxfce4ui/libxfce4ui-4.18.4.ebuild
new file mode 100644
index 000000000000..31a8ab010145
--- /dev/null
+++ b/xfce-base/libxfce4ui/libxfce4ui-4.18.4.ebuild
@@ -0,0 +1,76 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit xdg-utils vala
+
+DESCRIPTION="Unified widget and session management libs for Xfce"
+HOMEPAGE="
+	https://docs.xfce.org/xfce/libxfce4ui/start
+	https://gitlab.xfce.org/xfce/libxfce4ui/
+"
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
+
+LICENSE="LGPL-2+ GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
+IUSE="glade +introspection startup-notification system-info vala"
+REQUIRED_USE="vala? ( introspection )"
+
+DEPEND="
+	>=dev-libs/glib-2.66.0
+	>=x11-libs/gtk+-3.24.0:3[introspection?,X]
+	x11-libs/libX11
+	x11-libs/libICE
+	x11-libs/libSM
+	>=xfce-base/libxfce4util-4.17.2:=[introspection?]
+	>=xfce-base/xfconf-4.12:=
+	glade? ( dev-util/glade:3.10 )
+	introspection? ( >=dev-libs/gobject-introspection-1.66:= )
+	startup-notification? ( x11-libs/startup-notification )
+	system-info? (
+		dev-libs/libgudev
+		gnome-base/libgtop
+		>=media-libs/libepoxy-1.2
+	)
+"
+RDEPEND="
+	${DEPEND}
+"
+BDEPEND="
+	dev-lang/perl
+	dev-util/intltool
+	sys-devel/gettext
+	virtual/pkgconfig
+	vala? ( $(vala_depend) )
+"
+
+src_configure() {
+	local myconf=(
+		$(use_enable introspection)
+		$(use_enable system-info glibtop)
+		$(use_enable system-info epoxy)
+		$(use_enable system-info gudev)
+		$(use_enable startup-notification)
+		$(use_enable vala)
+		$(use_enable glade gladeui2)
+		--with-vendor-info=Gentoo
+	)
+
+	use vala && vala_setup
+	econf "${myconf[@]}"
+}
+
+src_install() {
+	emake -j1 DESTDIR="${D}" install
+	find "${D}" -name '*.la' -delete || die
+}
+
+pkg_postinst() {
+	xdg_icon_cache_update
+}
+
+pkg_postrm() {
+	xdg_icon_cache_update
+}


             reply	other threads:[~2023-05-22 18:36 UTC|newest]

Thread overview: 135+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-22 18:36 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-09 17:19 [gentoo-commits] repo/gentoo:master commit in: xfce-base/libxfce4ui/ 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-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-26 14:42 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=1684780589.071ceabf0b3fd9457c9d3eeee7e4e4caa8de0219.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