x11-plugins/pidgin-indicator: drop 1.0.1-r3

Signed-off-by: Pacho Ramos <pacho@gentoo.org>
This commit is contained in:
Pacho Ramos
2025-05-22 17:17:54 +02:00
parent 70eb430da7
commit 97e4e273e3
2 changed files with 0 additions and 46 deletions

View File

@@ -1,2 +1 @@
DIST pidgin-indicator-1.0.1.tar.bz2 311197 BLAKE2B 53c29c5c549f77caabbbbea69c447c2c092e063ee8d1a082507ec195ef7be45bf150e7831ff27c7759c79fc31ce289cd374fb7734f5171a9853e5fd37ac05bd3 SHA512 a39a285309242cfd121cff6aa6466cc2d6b4e37787cce87b9b7ed00a4147fee8ce2e9c6817212680c81b20b9c0bf7dac5d501861e6feffd8d0479a8293ad8201
DIST pidgin-indicator-1.0.2.tar.bz2 309475 BLAKE2B b8ce1fe5248cde5ad1261ad1b5bb30c8bbc5681d2ddd0414b8b156aea509c0a8494692ba70cf5fdb584dfb44e5ca3264c72305a5e1f86dd2c48ab7f6707f09e8 SHA512 e8f13cdb975bd96c3edfbd75210a093bdef0216774860c85fbf8b7f4caa90a7da7ec32cd0143dd43c283e90f210d93b32fc54f8f718c18f1c49381a8f4e3a5ab

View File

@@ -1,45 +0,0 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit autotools xdg
DESCRIPTION="AppIndicator/KStatusNotifierItem plugin for Pidgin"
HOMEPAGE="https://github.com/philipl/pidgin-indicator"
SRC_URI="https://github.com/philipl/pidgin-indicator/releases/download/${PV}/${P}.tar.bz2"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="amd64 ~riscv"
IUSE=""
# No direct gtk3 until pidgin migrates:
# https://github.com/philipl/pidgin-indicator/issues/32
RDEPEND="
dev-libs/libayatana-appindicator
net-im/pidgin[gui]
x11-libs/gtk+:2
"
DEPEND="${RDEPEND}
dev-perl/XML-Parser
"
BDEPEND="
dev-util/intltool
sys-devel/gettext
virtual/pkgconfig
"
PATCHES=(
"${FILESDIR}/${P}-appindicator3.patch"
"${FILESDIR}/${P}-ayatana-indicator.patch"
)
src_prepare() {
default
eautoreconf
}
src_install() {
default
find "${ED}" -type f -name '*.la' -delete || die
}