mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-01 23:28:08 -07:00
xfce-extra/xfce4-battery-plugin: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST xfce4-battery-plugin-1.1.6.tar.bz2 569701 BLAKE2B 5f401ff5f9bc447f4b73c5341ece8659c74cb2e68e0cd14eb982d3a831f20948250084a16c99c45afde8cc1a001959fdd5a36402400106281152f71a760a3059 SHA512 809c0f24adf914501ae9431af43caa36f72594dc686451bdd27b895cca80a51e76120a1cf191944e4b8b004d18ecc890caca9faa725cee230516bb1d0ad57415
|
||||
DIST xfce4-battery-plugin-1.2.0.tar.xz 111360 BLAKE2B 879997fc1eaddb678e585f0e91c3d9eec646e07848ced0257d9987fed7c88e84abe207f3ead0613e3d63af425dd5356f7769c29884692304a4761204520d4568 SHA512 7a5a90117a885f758a8b6fe19116e1815ef7ac5c3108ffabc4a8a5466ce7e01ed9fccadfa36262abf6dd7977d6ef34e6e1b9cab50e817258203e77f318cab774
|
||||
|
||||
@@ -1,52 +0,0 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit linux-info xdg-utils
|
||||
|
||||
DESCRIPTION="A battery monitor panel plugin for the Xfce desktop environment"
|
||||
HOMEPAGE="
|
||||
https://docs.xfce.org/panel-plugins/xfce4-battery-plugin/start
|
||||
https://gitlab.xfce.org/panel-plugins/xfce4-battery-plugin/
|
||||
"
|
||||
SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
|
||||
|
||||
LICENSE="GPL-2+ LGPL-2+"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm ~mips ~ppc ~riscv x86"
|
||||
|
||||
DEPEND="
|
||||
>=dev-libs/glib-2.50.0:2
|
||||
>=x11-libs/gtk+-3.22.0:3
|
||||
>=xfce-base/libxfce4ui-4.16.0:=[gtk3(+)]
|
||||
>=xfce-base/libxfce4util-4.16.0:=
|
||||
>=xfce-base/xfce4-panel-4.16.0:=
|
||||
"
|
||||
RDEPEND="
|
||||
${DEPEND}
|
||||
"
|
||||
BDEPEND="
|
||||
>=sys-devel/gettext-0.19.8
|
||||
virtual/pkgconfig
|
||||
"
|
||||
|
||||
pkg_setup() {
|
||||
if use kernel_linux; then
|
||||
CONFIG_CHECK="~ACPI_BATTERY"
|
||||
linux-info_pkg_setup
|
||||
fi
|
||||
}
|
||||
|
||||
src_install() {
|
||||
default
|
||||
find "${D}" -name '*.la' -delete || die
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
xdg_icon_cache_update
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
xdg_icon_cache_update
|
||||
}
|
||||
Reference in New Issue
Block a user