From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-base/libxfce4windowing/
Date: Wed, 21 May 2025 11:06:00 +0000 (UTC) [thread overview]
Message-ID: <1747825554.2e1e1e9ceb8be1a495e18cb3b0cedee7f79f4d42.mgorny@gentoo> (raw)
commit: 2e1e1e9ceb8be1a495e18cb3b0cedee7f79f4d42
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed May 21 11:04:37 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed May 21 11:05:54 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e1e1e9c
xfce-base/libxfce4windowing: Bump to 4.20.3
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
xfce-base/libxfce4windowing/Manifest | 1 +
.../libxfce4windowing-4.20.3.ebuild | 60 ++++++++++++++++++++++
2 files changed, 61 insertions(+)
diff --git a/xfce-base/libxfce4windowing/Manifest b/xfce-base/libxfce4windowing/Manifest
index c55c6b411d17..c76aba7923fa 100644
--- a/xfce-base/libxfce4windowing/Manifest
+++ b/xfce-base/libxfce4windowing/Manifest
@@ -1 +1,2 @@
DIST libxfce4windowing-4.20.2.tar.bz2 601778 BLAKE2B 9c306542bf8c6d4b2d908675ac909abe4925701ecd2769c2e524d4306acc0d5d33ef98d751eca3f34ba06ecff6d8a6cdfca8f7dfc0af23ae6da3eaa42a3f3dfb SHA512 7d8f66bcef56e238246c54d9bca62596c7699b65357d242c05a72c0c6797a3a973b9163ebc81af83e6f09985a0bbaa8e7fb787f8b9e99d2a812a6ed31ee82ebc
+DIST libxfce4windowing-4.20.3.tar.bz2 605237 BLAKE2B a6a2cf534fe3df0d95b7c3b4eea25781431417238a634a0d45609b30389e300f7d981b1a785fdfc2c4e67e8e767bf7f5aae5c13330612b4d79d0bf140a074919 SHA512 88c6681e5e9c13248bf49ba8b5482dcd2b4a5d3891ca722b29e66b94becee9326faa965d5469c01c6748dfbe4380afd02e94f3a6d55c4deafb67469208fe6812
diff --git a/xfce-base/libxfce4windowing/libxfce4windowing-4.20.3.ebuild b/xfce-base/libxfce4windowing/libxfce4windowing-4.20.3.ebuild
new file mode 100644
index 000000000000..12f0e44864bf
--- /dev/null
+++ b/xfce-base/libxfce4windowing/libxfce4windowing-4.20.3.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Unified widget and session management libs for Xfce"
+HOMEPAGE="https://gitlab.xfce.org/xfce/libxfce4windowing/"
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
+
+LICENSE="LGPL-2.1+"
+SLOT="0/4.19.6"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
+IUSE="+introspection wayland X"
+REQUIRED_USE="|| ( wayland X )"
+
+RDEPEND="
+ >=dev-libs/glib-2.72.0
+ >=x11-libs/gtk+-3.24.10:3[X?,introspection?,wayland?]
+ >=x11-libs/gdk-pixbuf-2.42.8[introspection?]
+ wayland? (
+ >=dev-libs/wayland-1.20
+ )
+ X? (
+ >=media-libs/libdisplay-info-0.1.1:=
+ >=x11-libs/libX11-1.6.7
+ >=x11-libs/libXrandr-1.5.0
+ >=x11-libs/libwnck-3.14:3
+ )
+"
+DEPEND="
+ ${RDEPEND}
+ wayland? (
+ >=dev-libs/wayland-protocols-1.39
+ )
+"
+BDEPEND="
+ >=dev-build/xfce4-dev-tools-4.19.2
+ dev-lang/perl
+ >=sys-devel/gettext-0.19.8
+ virtual/pkgconfig
+ wayland? (
+ >=dev-util/wayland-scanner-1.15
+ )
+"
+
+src_configure() {
+ local myconf=(
+ $(use_enable introspection)
+ $(use_enable wayland)
+ $(use_enable X x11)
+ # these are not used by make check
+ --disable-tests
+ )
+ econf "${myconf[@]}"
+}
+
+src_install() {
+ default
+ find "${D}" -name '*.la' -delete || die
+}
next reply other threads:[~2025-05-21 11:06 UTC|newest]
Thread overview: 59+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-05-21 11:06 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-09-14 16:13 [gentoo-commits] repo/gentoo:master commit in: xfce-base/libxfce4windowing/ Arthur Zamarin
2025-09-14 16:13 Arthur Zamarin
2025-09-14 15:44 Sam James
2025-09-14 15:44 Sam James
2025-09-14 15:44 Sam James
2025-09-14 15:44 Sam James
2025-08-14 16:53 Michał Górny
2025-06-21 14:32 Sam James
2025-06-07 10:49 Arthur Zamarin
2025-06-07 8:58 Arthur Zamarin
2025-06-07 8:54 Arthur Zamarin
2025-04-22 20:44 Eli Schwartz
2025-03-29 9:13 Michał Górny
2025-03-29 7:41 Arthur Zamarin
2025-03-13 0:29 Sam James
2025-03-13 0:29 Sam James
2025-03-13 0:29 Sam James
2025-03-13 0:29 Sam James
2025-03-13 0:29 Sam James
2025-02-02 19:40 Michał Górny
2025-02-02 18:25 Michał Górny
2025-01-25 14:33 Sam James
2025-01-25 12:25 Arthur Zamarin
2025-01-25 12:06 Sam James
2025-01-25 12:06 Sam James
2025-01-25 11:06 Arthur Zamarin
2024-12-28 13:26 Arthur Zamarin
2024-12-28 10:54 Arthur Zamarin
2024-12-28 10:49 Arthur Zamarin
2024-12-21 10:35 Michał Górny
2024-12-15 18:38 Michał Górny
2024-12-01 14:49 Michał Górny
2024-12-01 14:49 Michał Górny
2024-11-01 15:23 Michał Górny
2024-10-23 6:16 Michał Górny
2024-10-23 6:16 Michał Górny
2024-10-09 19:03 Michał Górny
2024-10-07 12:59 Michał Górny
2024-10-05 14:52 Michał Górny
2024-10-05 4:58 Michał Górny
2024-10-03 13:27 Michał Górny
2024-08-24 5:52 Michał Górny
2024-02-29 11:37 Michał Górny
2023-12-30 1:26 Ionen Wolkens
2023-12-22 5:14 Ionen Wolkens
2023-04-14 20:50 Sam James
2023-02-24 17:12 Arthur Zamarin
2023-01-25 15:50 WANG Xuerui
2023-01-14 10:00 Arthur Zamarin
2023-01-13 14:19 Arthur Zamarin
2023-01-13 11:51 Arthur Zamarin
2023-01-11 14:52 Michał Górny
2023-01-11 8:55 Joonas Niilola
2023-01-11 6:29 Joonas Niilola
2023-01-10 20:28 Michał Górny
2023-01-10 20:28 Michał Górny
2023-01-10 6:21 Michał Górny
2023-01-03 6:52 Michał Górny
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=1747825554.2e1e1e9ceb8be1a495e18cb3b0cedee7f79f4d42.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