mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
xfce-extra/xfce4-indicator-plugin: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST xfce4-indicator-plugin-2.4.3.tar.bz2 457820 BLAKE2B b350f243522213887082fb4eb75bac4e5147a1b8e1f9518dd4c1043306962ba81b9c77d4ae82902ba267c6ecb8c23bde475ba31319f5691f2f3acba8f98a6708 SHA512 fd3d733811f3f7b4be174e9e477bdb85f7007aa4038d2490db79dbce5add6589f9e2788725257881e14eeaf84f472d18bffe3f1ba08360e59b2dc029bcf080c4
|
||||
DIST xfce4-indicator-plugin-2.5.0.tar.xz 83336 BLAKE2B 0567f08d268975c396245dd95ecd7de96727bae1b0beff4a6e2271225074a063147b411f080c929ace35fcc8f01c93b1972acec8cc4efedbc3fef7b99569a983 SHA512 671827a90c52ec2573822edce9f533f32f17fad48c8bd47e03a3a12e32c4d664af71c38f07c590ea3c50e919556bfff3c3a22188e4bfe00d258b6d66d9dabbb3
|
||||
|
||||
@@ -1,61 +0,0 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit xdg-utils
|
||||
|
||||
DESCRIPTION="A panel plugin that uses indicator-applet to show new messages"
|
||||
HOMEPAGE="
|
||||
https://docs.xfce.org/panel-plugins/xfce4-indicator-plugin/start
|
||||
https://gitlab.xfce.org/panel-plugins/xfce4-indicator-plugin/
|
||||
"
|
||||
SRC_URI="
|
||||
https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2
|
||||
"
|
||||
|
||||
LICENSE="GPL-2+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
|
||||
|
||||
DEPEND="
|
||||
>=dev-libs/ayatana-ido-0.4.0
|
||||
>=dev-libs/glib-2.50.0
|
||||
>=dev-libs/libayatana-indicator-0.5.0:3
|
||||
>=x11-libs/gtk+-3.22.0:3
|
||||
x11-libs/libX11
|
||||
>=xfce-base/libxfce4ui-4.16.0:=[gtk3(+)]
|
||||
>=xfce-base/libxfce4util-4.16.0:=
|
||||
>=xfce-base/xfce4-panel-4.16.0:=
|
||||
>=xfce-base/xfconf-4.16.0:=
|
||||
"
|
||||
RDEPEND="
|
||||
${DEPEND}
|
||||
"
|
||||
BDEPEND="
|
||||
>=sys-devel/gettext-0.19.8
|
||||
virtual/pkgconfig
|
||||
"
|
||||
|
||||
src_configure() {
|
||||
local myconf=(
|
||||
--enable-ido
|
||||
)
|
||||
|
||||
econf "${myconf[@]}"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
default
|
||||
find "${D}" -name '*.la' -delete || die
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
xdg_icon_cache_update
|
||||
xdg_desktop_database_update
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
xdg_icon_cache_update
|
||||
xdg_desktop_database_update
|
||||
}
|
||||
Reference in New Issue
Block a user