From 09fce4e407249c8480473d428df2340ad9d552c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Wed, 29 Jul 2026 18:37:19 +0200 Subject: [PATCH] xfce-base/xfce4-panel: Bump to 4.20.8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- xfce-base/xfce4-panel/Manifest | 1 + .../xfce4-panel/xfce4-panel-4.20.8.ebuild | 86 +++++++++++++++++++ 2 files changed, 87 insertions(+) create mode 100644 xfce-base/xfce4-panel/xfce4-panel-4.20.8.ebuild diff --git a/xfce-base/xfce4-panel/Manifest b/xfce-base/xfce4-panel/Manifest index a4c84a833e747..fb8844da3ba07 100644 --- a/xfce-base/xfce4-panel/Manifest +++ b/xfce-base/xfce4-panel/Manifest @@ -1,3 +1,4 @@ DIST xfce4-panel-4.20.7.tar.bz2 2311827 BLAKE2B b9256049a24c0344e71dd5b53925c75370b978fb110b8a06c9f2465160592983a05bb655a199e5cc236a35587c80f74c0f75053b55455ee5ffdcf8908bd1e7ea SHA512 776319ce0dc0c087f8c1f963b34e5876870d21a91a47cca9b8bcc651dc469a59a0cabc47abdb170e5ab5420783e1d65354ced2778716159751da325697e6107f +DIST xfce4-panel-4.20.8.tar.bz2 2344827 BLAKE2B 8335b494915dfb532aa6ce8012684a843a26edd0a791645798abb87e810aa81833d404b44090f4e3445068e6c90835671ee062bca7d297cee317fc9d0171ff86 SHA512 00091b216251ca77b0777a672f5a4eca7009d19ee117212cd607d268ac66bc1b789bda606420a0b5213cab485a9eee1984a69f0e9bbd71c358b0683c6ceb4e8a DIST xfce4-panel-4.21.1.tar.xz 827800 BLAKE2B 32e36deb87b64ff2f2eb415a237db5bc8f7a64ea8069218920adcb1f7d62ac9e8269e8a603a231bd327587398f3ad9ccfd4dfeb9a2ee63cc63f52ef595012b79 SHA512 ce662bf001d8984f3162e906429d4a804b2d739ccaa7a1f6187698ff8cea8cea1d7f2e7a8d4038d347fcb0951cac5fa7ddf5486d779b7eacf37e1941ae6c160c DIST xfce4-panel-4.21.2.tar.xz 844084 BLAKE2B 15504ffa5ca2406144be3487c39920d2a743f8414a8957e3b7c3594ec64c2b10d09614d6b7d895ae8cda6bce544f8b40639cdc7f8fe53e81ca721478a59476c3 SHA512 2cd5f1fc83bbbd2291ec6ac63e8c080103d4e42d13e0561a620778314a2f18598e1d0519e952fb57a84164b2ef4c1140b4d3f4bb540ab430800d2e46d347a4c3 diff --git a/xfce-base/xfce4-panel/xfce4-panel-4.20.8.ebuild b/xfce-base/xfce4-panel/xfce4-panel-4.20.8.ebuild new file mode 100644 index 0000000000000..c93d6f1d00564 --- /dev/null +++ b/xfce-base/xfce4-panel/xfce4-panel-4.20.8.ebuild @@ -0,0 +1,86 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit vala xdg-utils + +DESCRIPTION="Panel for the Xfce desktop environment" +HOMEPAGE=" + https://docs.xfce.org/xfce/xfce4-panel/start + https://gitlab.xfce.org/xfce/xfce4-panel/ +" +SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2" + +LICENSE="GPL-2+ LGPL-2.1+" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" +IUSE="+dbusmenu introspection vala wayland X" +REQUIRED_USE=" + || ( wayland X ) + vala? ( introspection ) +" + +DEPEND=" + >=dev-libs/glib-2.72.0 + >=x11-libs/cairo-1.16.0 + >=x11-libs/gtk+-3.24.0:3[X?,introspection?,wayland?] + >=xfce-base/exo-4.18.0:= + >=xfce-base/garcon-4.18.0:= + >=xfce-base/libxfce4ui-4.18.0:= + >=xfce-base/libxfce4util-4.18.0:=[introspection?,vala?] + >=xfce-base/libxfce4windowing-4.20.6:=[X?] + >=xfce-base/xfconf-4.18.0:= + dbusmenu? ( >=dev-libs/libdbusmenu-16.04.0[gtk3] ) + introspection? ( >=dev-libs/gobject-introspection-1.82.0-r2:= ) + wayland? ( + >=dev-libs/wayland-1.20 + >=gui-libs/gtk-layer-shell-0.7.0 + ) + X? ( + >=x11-libs/libX11-1.6.7 + >=x11-libs/libXext-1.0.0 + x11-libs/libwnck:3 + ) +" +RDEPEND=" + ${DEPEND} +" +BDEPEND=" + vala? ( $(vala_depend) ) + dev-build/xfce4-dev-tools + dev-lang/perl + >=dev-util/gdbus-codegen-2.80.5-r1 + dev-util/intltool + sys-devel/gettext + virtual/pkgconfig +" + +src_configure() { + local myconf=( + $(use_enable introspection) + $(use_enable dbusmenu dbusmenu-gtk3) + $(use_enable vala) + $(use_enable wayland) + $(use_enable wayland gtk-layer-shell) + $(use_enable X x11) + ) + + use vala && vala_setup + econf "${myconf[@]}" +} + +src_install() { + default + find "${D}" -name '*.la' -delete || die +} + +pkg_postinst() { + xdg_icon_cache_update + xdg_desktop_database_update +} + +pkg_postrm() { + xdg_icon_cache_update + xdg_desktop_database_update +}