commit:     8a1b9236e115abe5959db38459fc4096d156de73
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue May 20 15:02:57 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May 20 15:17:06 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a1b9236

xfce-extra/xfce4-windowck-plugin: Bump to 0.6.0

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

 xfce-extra/xfce4-windowck-plugin/Manifest          |  1 +
 .../xfce4-windowck-plugin-0.6.0.ebuild             | 46 ++++++++++++++++++++++
 2 files changed, 47 insertions(+)

diff --git a/xfce-extra/xfce4-windowck-plugin/Manifest 
b/xfce-extra/xfce4-windowck-plugin/Manifest
index fd75268554ab..5c42b04db867 100644
--- a/xfce-extra/xfce4-windowck-plugin/Manifest
+++ b/xfce-extra/xfce4-windowck-plugin/Manifest
@@ -1 +1,2 @@
 DIST xfce4-windowck-plugin-0.5.2.tar.bz2 516409 BLAKE2B 
6b86e0e44dd29a4ee656a743173524fa8d7c67b7dcb21e7b94dde0051285ed451a77ad6dab1a58e8e5121e5f7e4140d0fbcb06abe0d374336c40eb7aedfee7ac
 SHA512 
91b8e511b16ddef6a143e00a8c7e6a31317f20749704cf8ff43a7e8efc610f9a6e5405c2ab77491285bdf274c66989af3e5928fa41effcafd0396c53c2157226
+DIST xfce4-windowck-plugin-0.6.0.tar.xz 101992 BLAKE2B 
adb9a663972efdbaab577d70722e628e7936018474f2d12427f031ebeb9fcbad3202c463d7b80193ed1b5631be31a56ca9c1b21ea66732f89e1e123d25e7a228
 SHA512 
6719fa70ea7de3fe4ec6ff713de7b2171a8aaff70bfe0150c0e0c80da4823d2003bcdb445a3da90063e7db93b1ed382b1b512474ef5d40e40cb5e89541a42520

diff --git 
a/xfce-extra/xfce4-windowck-plugin/xfce4-windowck-plugin-0.6.0.ebuild 
b/xfce-extra/xfce4-windowck-plugin/xfce4-windowck-plugin-0.6.0.ebuild
new file mode 100644
index 000000000000..e19085a79b12
--- /dev/null
+++ b/xfce-extra/xfce4-windowck-plugin/xfce4-windowck-plugin-0.6.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 2022-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{11..14} )
+
+inherit meson python-any-r1 xdg-utils
+
+DESCRIPTION="Panel plugin to put the maximized window title and window buttons 
on the panel"
+HOMEPAGE="https://gitlab.xfce.org/panel-plugins/xfce4-windowck-plugin/";
+SRC_URI="
+       https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.xz
+"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="
+       >=dev-libs/glib-2.64.0
+       >=x11-libs/gtk+-3.22.0:3
+       >=x11-libs/libwnck-3.22:3
+       >=xfce-base/libxfce4ui-4.16.0:=
+       >=xfce-base/libxfce4util-4.16.0:=
+       >=xfce-base/xfce4-panel-4.16.0:=
+       >=xfce-base/xfconf-4.16.0:=
+"
+RDEPEND="
+       ${DEPEND}
+"
+# dev-libs/glib for glib-compile-resources
+BDEPEND="
+       ${PYTHON_DEPS}
+       >=dev-libs/glib-2.64.0
+       >=sys-devel/gettext-0.19.8
+       virtual/pkgconfig
+"
+
+pkg_postinst() {
+       xdg_icon_cache_update
+}
+
+pkg_postrm() {
+       xdg_icon_cache_update
+}

Reply via email to