mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
xfce-extra/xfce4-mount-plugin: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST xfce4-mount-plugin-1.1.7.tar.bz2 561683 BLAKE2B 354ffbaa923cbc7aa46a2437695116f0ff0bd55a127aff8043cb1b52827b9824ffde494db786d75f2639bbcfcdfe251b52da1e750fe4df3f4122d52f1cd8b611 SHA512 e156aad49bcba0f91fea259e820ec798f407ec7b89832939d69f9612e370541bfefe2c52e23766e16828c6faadb57881e8eb8b6fa309dcc5e7162612bc757138
|
||||
DIST xfce4-mount-plugin-1.2.0.tar.xz 97436 BLAKE2B 2e306a5d193d66ca3bd3c6678814a1c8f1f7f7b358eb0b72965bff0d7a2f008bc95ca47f1d4e38aa078811c5ab628f1c5d50a9eb140b95903c8183c3623861c6 SHA512 c67ce79daa6cdaf7b397d563952af3c013212888c60622c8609245e5da7ba2a9846fba63f2886a16acfb509b6b65b82b4bfc146e6933d843d8f0df68ed3f55b6
|
||||
|
||||
@@ -1,46 +0,0 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit xdg-utils
|
||||
|
||||
DESCRIPTION="An mount plug-in for the Xfce panel"
|
||||
HOMEPAGE="
|
||||
https://docs.xfce.org/panel-plugins/xfce4-mount-plugin/start
|
||||
https://gitlab.xfce.org/panel-plugins/xfce4-mount-plugin/
|
||||
"
|
||||
SRC_URI="
|
||||
https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2
|
||||
"
|
||||
|
||||
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
|
||||
>=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
|
||||
}
|
||||
Reference in New Issue
Block a user