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: Sun, 02 Feb 2025 19:40:00 +0000 (UTC) [thread overview]
Message-ID: <1738525195.3e0ca2e0c172b014833a0d49a6dea084a0c7504a.mgorny@gentoo> (raw)
commit: 3e0ca2e0c172b014833a0d49a6dea084a0c7504a
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 2 19:38:30 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 2 19:39:55 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e0ca2e0
xfce-base/libxfce4windowing: Bump to 4.20.2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
xfce-base/libxfce4windowing/Manifest | 1 +
.../libxfce4windowing-4.20.2.ebuild | 60 ++++++++++++++++++++++
2 files changed, 61 insertions(+)
diff --git a/xfce-base/libxfce4windowing/Manifest b/xfce-base/libxfce4windowing/Manifest
index 0b92e6e2bcef..b48c01a2315e 100644
--- a/xfce-base/libxfce4windowing/Manifest
+++ b/xfce-base/libxfce4windowing/Manifest
@@ -1,3 +1,4 @@
DIST libxfce4windowing-4.19.3.tar.bz2 535825 BLAKE2B cb97589e213e4d07f05c6665399459f2f453a9519483606c5a5e3bd901bebbc361ae044f22596bca86c7aa8e0b23b585b7a41f0170d458d597f07b0a03e08edd SHA512 848b7aeeebdd630c27bac242b5a59d25409b2e8f22d2d8dc95fbfe45357e4f3374e36c151792ddc061b4dcf5d1fdf31f47e76c75b7167b244ae198b0a3b4bca0
DIST libxfce4windowing-4.20.0.tar.bz2 596847 BLAKE2B 3907afe802db3523416828208cdce7d1948807fc710f52cef7827b769e971546f180588db46c2e8606993607ab37183185052ab47e8c59729e744fbcafa2e8fb SHA512 4db76eacd25200a50619839eb7b0f7fbfc901b8641b40acfc2aa34b88b449212e13b8946a8f5fd43ab89f021ba5bab67384e616163efb06b11603faf6913ba90
DIST libxfce4windowing-4.20.1.tar.bz2 597306 BLAKE2B b0e5e6d4d78812b9c71ea601df7ab3e47e5917f1a1565d65e3e516aa8b970009e4ad63a6cd02b5f9e80cee6c9e94278d59476a18c4111ead0664a084d2561280 SHA512 ba9252fa29425aea8d7064a2abca924396b150f2a3f80056567828a2ef937757c3a74ea33c0a0fe75c17f71aa40da20a5f77a9c9b55bbde662d8a0b437b7ef7b
+DIST libxfce4windowing-4.20.2.tar.bz2 601778 BLAKE2B 9c306542bf8c6d4b2d908675ac909abe4925701ecd2769c2e524d4306acc0d5d33ef98d751eca3f34ba06ecff6d8a6cdfca8f7dfc0af23ae6da3eaa42a3f3dfb SHA512 7d8f66bcef56e238246c54d9bca62596c7699b65357d242c05a72c0c6797a3a973b9163ebc81af83e6f09985a0bbaa8e7fb787f8b9e99d2a812a6ed31ee82ebc
diff --git a/xfce-base/libxfce4windowing/libxfce4windowing-4.20.2.ebuild b/xfce-base/libxfce4windowing/libxfce4windowing-4.20.2.ebuild
new file mode 100644
index 000000000000..236ac6a37e4e
--- /dev/null
+++ b/xfce-base/libxfce4windowing/libxfce4windowing-4.20.2.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-02-02 19:40 UTC|newest]
Thread overview: 60+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-02 19:40 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-05-21 11:06 Michał Górny
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 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:27 Arthur Zamarin
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=1738525195.3e0ca2e0c172b014833a0d49a6dea084a0c7504a.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