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
+}

Reply via email to