From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BC4E415802C for ; Fri, 20 Dec 2024 11:22:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 24F11E0833; Fri, 20 Dec 2024 11:22:00 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 133F7E08A6 for ; Fri, 20 Dec 2024 11:21:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EBE9833BED4 for ; Fri, 20 Dec 2024 11:21:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 24EA91F45 for ; Fri, 20 Dec 2024 11:21:56 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1734693703.4c01c231a9a64fbf7f65ec7ee258d6b00d130a6d.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-indicator/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-plugins/pidgin-indicator/Manifest x11-plugins/pidgin-indicator/pidgin-indicator-1.0.2.ebuild X-VCS-Directories: x11-plugins/pidgin-indicator/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 4c01c231a9a64fbf7f65ec7ee258d6b00d130a6d X-VCS-Branch: master Date: Fri, 20 Dec 2024 11:21:56 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a37dbacc-2c30-40c3-a166-e7e5d080b1c8 X-Archives-Hash: 652b189ce487390386b14c0a7f0525f6 commit: 4c01c231a9a64fbf7f65ec7ee258d6b00d130a6d Author: Pacho Ramos gentoo org> AuthorDate: Fri Dec 20 11:20:11 2024 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Fri Dec 20 11:21:43 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c01c231 x11-plugins/pidgin-indicator: add 1.0.2 Signed-off-by: Pacho Ramos gentoo.org> x11-plugins/pidgin-indicator/Manifest | 1 + .../pidgin-indicator/pidgin-indicator-1.0.2.ebuild | 34 ++++++++++++++++++++++ 2 files changed, 35 insertions(+) diff --git a/x11-plugins/pidgin-indicator/Manifest b/x11-plugins/pidgin-indicator/Manifest index 7f72b3049513..4357f73c8963 100644 --- a/x11-plugins/pidgin-indicator/Manifest +++ b/x11-plugins/pidgin-indicator/Manifest @@ -1 +1,2 @@ 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 diff --git a/x11-plugins/pidgin-indicator/pidgin-indicator-1.0.2.ebuild b/x11-plugins/pidgin-indicator/pidgin-indicator-1.0.2.ebuild new file mode 100644 index 000000000000..063da242face --- /dev/null +++ b/x11-plugins/pidgin-indicator/pidgin-indicator-1.0.2.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +inherit 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[gtk] +" +DEPEND="${RDEPEND} + dev-perl/XML-Parser +" +BDEPEND=" + dev-util/intltool + sys-devel/gettext + virtual/pkgconfig +" + +src_install() { + default + find "${ED}" -type f -name '*.la' -delete || die +}