commit:     fc65cd01892cd1b1598b68e1836bc24eb9b81375
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 29 14:03:49 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Dec 29 14:04:47 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc65cd01

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

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

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

diff --git a/xfce-extra/xfce4-windowck-plugin/Manifest 
b/xfce-extra/xfce4-windowck-plugin/Manifest
index bf5b6b344077..e2fe75d9ae6d 100644
--- a/xfce-extra/xfce4-windowck-plugin/Manifest
+++ b/xfce-extra/xfce4-windowck-plugin/Manifest
@@ -1 +1,2 @@
 DIST xfce4-windowck-plugin-0.5.1.tar.bz2 396115 BLAKE2B 
f7c9c4094cd482a61438345c57b59a9899fb7e15aec686c50f03793b6677ac4c0aa4c9d4cd8dedbb2d4f6fc4780b8dcb751bdb971b3003e981ef61d59a06c99e
 SHA512 
cb5eb377b9c4cd118b923832ffa6bc4dc104fe74f9b1c6ed24a066c9f94c2787fa94782af394a75ed1f36300a7cfad9a2f9fafebdc7f1e7ebc34864ccb1a622c
+DIST xfce4-windowck-plugin-0.5.2.tar.bz2 516409 BLAKE2B 
6b86e0e44dd29a4ee656a743173524fa8d7c67b7dcb21e7b94dde0051285ed451a77ad6dab1a58e8e5121e5f7e4140d0fbcb06abe0d374336c40eb7aedfee7ac
 SHA512 
91b8e511b16ddef6a143e00a8c7e6a31317f20749704cf8ff43a7e8efc610f9a6e5405c2ab77491285bdf274c66989af3e5928fa41effcafd0396c53c2157226

diff --git 
a/xfce-extra/xfce4-windowck-plugin/xfce4-windowck-plugin-0.5.2.ebuild 
b/xfce-extra/xfce4-windowck-plugin/xfce4-windowck-plugin-0.5.2.ebuild
new file mode 100644
index 000000000000..d7652e759436
--- /dev/null
+++ b/xfce-extra/xfce4-windowck-plugin/xfce4-windowck-plugin-0.5.2.ebuild
@@ -0,0 +1,45 @@
+# Copyright 2022-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit 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.bz2";
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="
+       >=dev-libs/glib-2.50.0
+       >=x11-libs/gtk+-3.22.0:3
+       >=x11-libs/libwnck-3.22:3
+       x11-libs/libX11
+       >=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}
+"
+BDEPEND="
+       >=sys-devel/gettext-0.19.8
+       virtual/pkgconfig
+"
+
+src_install() {
+       default
+       find "${D}" -name '*.la' -delete || die
+}
+
+pkg_postinst() {
+       xdg_icon_cache_update
+}
+
+pkg_postrm() {
+       xdg_icon_cache_update
+}

Reply via email to