summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-12-25 10:46:41 +0100
committerMichał Górny <mgorny@gentoo.org>2024-12-25 10:46:41 +0100
commitc6280f874f2a8d9e907ad6c3c02f1bafd4a30895 (patch)
tree8fb44f9672f01cfb9fb7451fcf4380f638cfcb60 /xfce-extra
parentxfce-extra/xfce4-systemload-plugin: Bump to 1.3.3 (diff)
downloadgentoo-c6280f874f2a8d9e907ad6c3c02f1bafd4a30895.tar.gz
gentoo-c6280f874f2a8d9e907ad6c3c02f1bafd4a30895.tar.bz2
gentoo-c6280f874f2a8d9e907ad6c3c02f1bafd4a30895.zip
xfce-extra/xfce4-verve-plugin: Bump to 2.0.4
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'xfce-extra')
-rw-r--r--xfce-extra/xfce4-verve-plugin/Manifest1
-rw-r--r--xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-2.0.4.ebuild35
2 files changed, 36 insertions, 0 deletions
diff --git a/xfce-extra/xfce4-verve-plugin/Manifest b/xfce-extra/xfce4-verve-plugin/Manifest
index b3acb087b687..e0bf297a8c8c 100644
--- a/xfce-extra/xfce4-verve-plugin/Manifest
+++ b/xfce-extra/xfce4-verve-plugin/Manifest
@@ -1 +1,2 @@
DIST xfce4-verve-plugin-2.0.3.tar.bz2 383536 BLAKE2B 42202d50d3c8533658b096d5a8b6347d71bf82dd3b30d61d3adaaf313d53047d0bd78a6195f18205b095f088ba08a7411a1a9493637a0ffcc5acafdbbd9dbcc9 SHA512 acfa0c9ee19904a0cbb5118bbb3324499a6fcfbf881478bfb745e0675be89aacb4ccd23137ba78fab0fe77e2e4b67a0c815cb3f37ee8132ebc09aecf9aaf1d1e
+DIST xfce4-verve-plugin-2.0.4.tar.bz2 450881 BLAKE2B d016d07a1dd2b76cd84b9c982d3ccc571ea8c5d5176e2f5acabc0a7d40cf7b17735fd872c1c8edfc982e766fd4e41ecfde526f26ca8ced6e3636679bbb93a84e SHA512 bca7613c4a6d5f6f083ee9ba480f9484e8c13dee0ae71740e980e3a358b5203b158086a8a71fb4a8bca698db719af4f445aaf31f75c56f58560f23fab1da181d
diff --git a/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-2.0.4.ebuild b/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-2.0.4.ebuild
new file mode 100644
index 000000000000..a9ca6bbaf16a
--- /dev/null
+++ b/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-2.0.4.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="A comfortable command line plugin for the Xfce panel"
+HOMEPAGE="
+ https://goodies.xfce.org/projects/panel-plugins/xfce4-verve-plugin/
+ https://gitlab.xfce.org/panel-plugins/xfce4-verve-plugin/
+"
+SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
+
+DEPEND="
+ >=dev-libs/glib-2.50.0
+ >=dev-libs/libpcre2-10.00:=
+ >=x11-libs/gtk+-3.22.0:3
+ >=xfce-base/libxfce4ui-4.16.0:=
+ >=xfce-base/xfce4-panel-4.16.0:=
+"
+RDEPEND="
+ ${DEPEND}
+"
+BDEPEND="
+ >=sys-devel/gettext-0.19.8
+ virtual/pkgconfig
+"
+
+src_install() {
+ default
+ find "${D}" -name '*.la' -delete || die
+}