commit: 2cc5e51d1b688888b053f76aea4cb01892449872 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Aug 14 16:48:12 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Aug 14 16:48:12 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cc5e51d
xfce-base/libxfce4windowing: Bump to 4.20.4 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> xfce-base/libxfce4windowing/Manifest | 1 + .../libxfce4windowing-4.20.4.ebuild | 60 ++++++++++++++++++++++ 2 files changed, 61 insertions(+) diff --git a/xfce-base/libxfce4windowing/Manifest b/xfce-base/libxfce4windowing/Manifest index 7b77ae013325..1a0352a7f14a 100644 --- a/xfce-base/libxfce4windowing/Manifest +++ b/xfce-base/libxfce4windowing/Manifest @@ -1 +1,2 @@ DIST libxfce4windowing-4.20.3.tar.bz2 605237 BLAKE2B a6a2cf534fe3df0d95b7c3b4eea25781431417238a634a0d45609b30389e300f7d981b1a785fdfc2c4e67e8e767bf7f5aae5c13330612b4d79d0bf140a074919 SHA512 88c6681e5e9c13248bf49ba8b5482dcd2b4a5d3891ca722b29e66b94becee9326faa965d5469c01c6748dfbe4380afd02e94f3a6d55c4deafb67469208fe6812 +DIST libxfce4windowing-4.20.4.tar.bz2 614876 BLAKE2B ac02f754956a8b5750af4811e39904df534fe073be81a08c0434643de957fee847e01eee9b906869958763ff8b0d131bf60fc07235d8249c13a9afd071ab76e8 SHA512 6c49ba0de42791d1b7ee4fb27d24ba0554897f0f935caf72dcaced1b6845b366eb9b5b4da1e4d0bf3d1a2a2b0e9ca51238229a2a6873086e02bdb84f3ad89c06 diff --git a/xfce-base/libxfce4windowing/libxfce4windowing-4.20.4.ebuild b/xfce-base/libxfce4windowing/libxfce4windowing-4.20.4.ebuild new file mode 100644 index 000000000000..12f0e44864bf --- /dev/null +++ b/xfce-base/libxfce4windowing/libxfce4windowing-4.20.4.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 +}
