commit:     e9f65991384f319a8ec8b626cc6ba52fb6f07583
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Oct  3 13:23:31 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Oct  3 13:23:31 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9f65991

xfce-base/libxfce4windowing: Bump to 4.19.5

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

 xfce-base/libxfce4windowing/Manifest               |  1 +
 .../libxfce4windowing-4.19.5.ebuild                | 59 ++++++++++++++++++++++
 2 files changed, 60 insertions(+)

diff --git a/xfce-base/libxfce4windowing/Manifest 
b/xfce-base/libxfce4windowing/Manifest
index 9660dc822a65..d4d2c8caed88 100644
--- a/xfce-base/libxfce4windowing/Manifest
+++ b/xfce-base/libxfce4windowing/Manifest
@@ -1,3 +1,4 @@
 DIST libxfce4windowing-4.19.1.tar.bz2 452748 BLAKE2B 
0fbf8ec5bb1d1857dfbe2851ef25a63dca57315c9f9dd5e3d870ae86c5fa054e3f4915d7cef1c98a5ac909ff29e8ad47b5b2754d1c8b2199320ee4a5efcf2eae
 SHA512 
4666ff3a0142f584fb62cff8e6271a73bc3da8f1cd6dad629e3075a5a2552f54d56abb44bc6d9b2c1b4a1c8ed131bd6aa875714191cffd28958a2edf09a90729
 DIST libxfce4windowing-4.19.3.tar.bz2 535825 BLAKE2B 
cb97589e213e4d07f05c6665399459f2f453a9519483606c5a5e3bd901bebbc361ae044f22596bca86c7aa8e0b23b585b7a41f0170d458d597f07b0a03e08edd
 SHA512 
848b7aeeebdd630c27bac242b5a59d25409b2e8f22d2d8dc95fbfe45357e4f3374e36c151792ddc061b4dcf5d1fdf31f47e76c75b7167b244ae198b0a3b4bca0
 DIST libxfce4windowing-4.19.4.tar.bz2 552299 BLAKE2B 
7b7184f6a7dee46c8d27fc727b07e7214842c71a3519508cacf9e716db723221b7ddb75d5455d735429589bd9e8b0b9a0ca2ef7a6b34fce7db44900b4a4056e0
 SHA512 
937b2cd85389faa7a388e6512bae91083ffb93fa5390bfb7cb83ab1fedc7da2d5fef1d848920c4cd22a6e246cee09a9cef88f1acb7d608593d310c659e1a5e2c
+DIST libxfce4windowing-4.19.5.tar.bz2 561827 BLAKE2B 
8d0af54f089e077e8f6b73b073ae9a8958921e54ff7fc20a721f3a6dcbf74af31d9afcc437e26ba1ec0393d471843b413e2682835fa0d29c084536dc8d8eb515
 SHA512 
ed86b9df2bb0262d54fa6a8953866949ec7ef1edfcfe645539f9fd24798970874ce3eb6a76692a4730b457beabf5b0e27261630cb658a47042bafd0cafcab151

diff --git a/xfce-base/libxfce4windowing/libxfce4windowing-4.19.5.ebuild 
b/xfce-base/libxfce4windowing/libxfce4windowing-4.19.5.ebuild
new file mode 100644
index 000000000000..1a88f2bba469
--- /dev/null
+++ b/xfce-base/libxfce4windowing/libxfce4windowing-4.19.5.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2024 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"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~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.15
+       )
+       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.18
+       )
+"
+BDEPEND="
+       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