commit: 2a465528dfe3e63520c4826aa519208f7a679b76 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue May 20 13:52:29 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue May 20 13:52:29 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a465528
xfce-extra/xfce4-verve-plugin: Bump to 2.1.0 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> xfce-extra/xfce4-verve-plugin/Manifest | 1 + .../xfce4-verve-plugin-2.1.0.ebuild | 35 ++++++++++++++++++++++ 2 files changed, 36 insertions(+) diff --git a/xfce-extra/xfce4-verve-plugin/Manifest b/xfce-extra/xfce4-verve-plugin/Manifest index 76bcacd25354..580ebbc8b289 100644 --- a/xfce-extra/xfce4-verve-plugin/Manifest +++ b/xfce-extra/xfce4-verve-plugin/Manifest @@ -1 +1,2 @@ DIST xfce4-verve-plugin-2.0.4.tar.bz2 450881 BLAKE2B d016d07a1dd2b76cd84b9c982d3ccc571ea8c5d5176e2f5acabc0a7d40cf7b17735fd872c1c8edfc982e766fd4e41ecfde526f26ca8ced6e3636679bbb93a84e SHA512 bca7613c4a6d5f6f083ee9ba480f9484e8c13dee0ae71740e980e3a358b5203b158086a8a71fb4a8bca698db719af4f445aaf31f75c56f58560f23fab1da181d +DIST xfce4-verve-plugin-2.1.0.tar.xz 54440 BLAKE2B 43c147bfc68d25a70c5ec702da7d30d6e5845409f400798d90cb48bf2f3caad4aa98e8d4886aca0b94cdd573e5577215785db04ed7208a585037062126efa5f1 SHA512 8881c392c24b7ba297c6d39198b2d6b30a4e6c5bd853a4f8f72e464b0f948481689c4b559f90558a4e043acfdb7de1013edd4e72a3a292183f8dbf1460ca3919 diff --git a/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-2.1.0.ebuild b/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-2.1.0.ebuild new file mode 100644 index 000000000000..eb3ff250b622 --- /dev/null +++ b/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-2.1.0.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit meson + +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.xz +" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~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/libxfce4util-4.16.0:= + >=xfce-base/xfce4-panel-4.16.0:= +" +RDEPEND=" + ${DEPEND} +" +BDEPEND=" + >=sys-devel/gettext-0.19.8 + virtual/pkgconfig +"
