xfce-extra/xfce4-generic-slider: New package, v1.0.1

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2024-12-24 18:37:52 +01:00
parent 5a2809dbe6
commit 2e9683c80e
3 changed files with 53 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST xfce4-generic-slider-1.0.1.tar.bz2 424157 BLAKE2B d7bb894d214c67d73e8f0719c011fe22b9c2bf3e5a3cf6a7f29d339f1d2ffb090df24a41e71a79bcb95aa52d97aa1e1551e5a7d97d0f70d3d07c15b45720588e SHA512 90543eb3c2819e04001e060f23bc5ecb8b9dff8e41e301344eaeb692824db36125a578cca93100d5e81c86a901146c951e397f58a52483ed24e678e6fe6fd91e

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>xfce@gentoo.org</email>
<name>XFCE Team</name>
</maintainer>
</pkgmetadata>

View File

@@ -0,0 +1,44 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit xdg-utils
DESCRIPTION="Cyclically spawned executable output on the panel"
HOMEPAGE="
https://docs.xfce.org/panel-plugins/xfce4-generic-slider/start
https://gitlab.xfce.org/panel-plugins/xfce4-generic-slider/
"
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
>=xfce-base/libxfce4ui-4.16.0:=[gtk3(+)]
>=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
}
pkg_postinst() {
xdg_icon_cache_update
}
pkg_postrm() {
xdg_icon_cache_update
}