commit:     97f55d6af6c1cfb1e226c6ab39bd358694a1823e
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu May 22 13:38:57 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu May 22 15:27:18 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97f55d6a

xfce-extra/xfce4-screenshooter: Bump to 1.11.2

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

 xfce-extra/xfce4-screenshooter/Manifest            |  1 +
 .../xfce4-screenshooter-1.11.2.ebuild              | 78 ++++++++++++++++++++++
 2 files changed, 79 insertions(+)

diff --git a/xfce-extra/xfce4-screenshooter/Manifest 
b/xfce-extra/xfce4-screenshooter/Manifest
index c85e4026cc8b..1af8062b32bb 100644
--- a/xfce-extra/xfce4-screenshooter/Manifest
+++ b/xfce-extra/xfce4-screenshooter/Manifest
@@ -1 +1,2 @@
 DIST xfce4-screenshooter-1.11.1.tar.bz2 721424 BLAKE2B 
386e203b534993f93ffa6fc8c6d15dcbcefd79ca1c133a61ff157b406d96cef30da58bb6dcc069fd7e1d9911a256adaaa4fa01541ab07d61f683f1f603f73477
 SHA512 
aee31311faea2bb08d5e29722da190b0c7e2b37948a688a49212cd57cc4efc3f43b3c1588d9326f97eb174771412c60707cc88ae2ee0596546e9750a06112588
+DIST xfce4-screenshooter-1.11.2.tar.xz 178440 BLAKE2B 
e5debb794d40c76fa00287c9829c7f3d05c1e03a36917e4622c4d83dd0d611bf20c96a15a62d1d95e3b82286e483a5c4e140d7ac98bb10520ad6998e46420175
 SHA512 
99744a996ce11b8477a850b99e6c376b10fd975635f7cbec2d910009ce9f30b4db8828cc97e9e579b72b75bc9b93a0c6a3b9ee50dcab0d0fff74059fa035fe4f

diff --git a/xfce-extra/xfce4-screenshooter/xfce4-screenshooter-1.11.2.ebuild 
b/xfce-extra/xfce4-screenshooter/xfce4-screenshooter-1.11.2.ebuild
new file mode 100644
index 000000000000..0f1576f0b26c
--- /dev/null
+++ b/xfce-extra/xfce4-screenshooter/xfce4-screenshooter-1.11.2.ebuild
@@ -0,0 +1,78 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson xdg-utils
+
+DESCRIPTION="Xfce4 screenshooter application and panel plugin"
+HOMEPAGE="
+       https://docs.xfce.org/apps/xfce4-screenshooter/start
+       https://gitlab.xfce.org/apps/xfce4-screenshooter/
+"
+SRC_URI="
+       https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.xz
+"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux"
+IUSE="X wayland"
+REQUIRED_USE="|| ( X wayland )"
+
+# TODO: remove exo when we dep on libxfce4ui >= 4.21.0
+DEPEND="
+       >=dev-libs/glib-2.66.0
+       >=x11-libs/gtk+-3.24.0:3[X?,wayland?]
+       >=x11-libs/pango-1.44.0
+       >=xfce-base/exo-4.18.0:=
+       >=xfce-base/xfce4-panel-4.18.0:=
+       >=xfce-base/libxfce4util-4.18.0:=
+       >=xfce-base/libxfce4ui-4.18.0:=
+       >=xfce-base/xfconf-4.18.0:=
+       wayland? (
+               >=dev-libs/wayland-1.20
+       )
+       X? (
+               >=x11-libs/libX11-1.6.7
+               >=x11-libs/libXext-1.0.0
+               >=x11-libs/libXfixes-4.0.0
+               >=x11-libs/libXi-1.7.8
+               x11-libs/libXtst
+       )
+"
+RDEPEND="
+       ${DEPEND}
+"
+DEPEND+="
+       wayland? (
+               >=dev-libs/wayland-protocols-1.25
+       )
+"
+BDEPEND="
+       dev-util/glib-utils
+       sys-apps/help2man
+       sys-devel/gettext
+       virtual/pkgconfig
+       wayland? (
+               >=dev-util/wayland-scanner-1.20
+       )
+"
+
+src_configure() {
+       local emesonargs=(
+               $(meson_feature X x11)
+               $(meson_feature wayland)
+               $(meson_feature X xfixes)
+       )
+
+       meson_src_configure
+}
+
+pkg_postinst() {
+       xdg_icon_cache_update
+}
+
+pkg_postrm() {
+       xdg_icon_cache_update
+}

Reply via email to