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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 005F215806E for ; Wed, 7 Jun 2023 08:42:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 411FAE084A; Wed, 7 Jun 2023 08:42:17 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 25634E084A for ; Wed, 7 Jun 2023 08:42:17 +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 52C07340C79 for ; Wed, 7 Jun 2023 08:42:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B58DBA5A for ; Wed, 7 Jun 2023 08:42:14 +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: <1686127183.b5714004abedd35ce613439261b025d8fc4b6f24.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/xpra/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/xpra/xpra-4.4.5-r1.ebuild x11-wm/xpra/xpra-4.4.5.ebuild x11-wm/xpra/xpra-9999.ebuild X-VCS-Directories: x11-wm/xpra/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: b5714004abedd35ce613439261b025d8fc4b6f24 X-VCS-Branch: master Date: Wed, 7 Jun 2023 08:42:14 +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: 8418a66a-e089-4e05-a191-8e1e32d2f859 X-Archives-Hash: 011b1e558f25698aa6689b72c5f8b30c commit: b5714004abedd35ce613439261b025d8fc4b6f24 Author: Pacho Ramos gentoo org> AuthorDate: Wed Jun 7 08:39:43 2023 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Wed Jun 7 08:39:43 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5714004 x11-wm/xpra: Migrate to Ayatana indicators See https://bugs.gentoo.org/887171 for rational, all packages in testing were already migrated. Upstream support both implementations using ayatana if possible and falling back to old implementation if ayatana is not available. Signed-off-by: Pacho Ramos gentoo.org> x11-wm/xpra/{xpra-4.4.5.ebuild => xpra-4.4.5-r1.ebuild} | 2 +- x11-wm/xpra/xpra-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-wm/xpra/xpra-4.4.5.ebuild b/x11-wm/xpra/xpra-4.4.5-r1.ebuild similarity index 99% rename from x11-wm/xpra/xpra-4.4.5.ebuild rename to x11-wm/xpra/xpra-4.4.5-r1.ebuild index 199c4d9d268c..5b09076bf35b 100644 --- a/x11-wm/xpra/xpra-4.4.5.ebuild +++ b/x11-wm/xpra/xpra-4.4.5-r1.ebuild @@ -99,7 +99,7 @@ RDEPEND=" x11-apps/xmodmap ibus? ( app-i18n/ibus ) pinentry? ( app-crypt/pinentry ) - trayicon? ( dev-libs/libappindicator:3 ) + trayicon? ( dev-libs/libayatana-appindicator ) udev? ( virtual/udev ) " DEPEND+=" diff --git a/x11-wm/xpra/xpra-9999.ebuild b/x11-wm/xpra/xpra-9999.ebuild index f24fa2443658..6accf7da4de8 100644 --- a/x11-wm/xpra/xpra-9999.ebuild +++ b/x11-wm/xpra/xpra-9999.ebuild @@ -99,7 +99,7 @@ RDEPEND=" x11-apps/xmodmap ibus? ( app-i18n/ibus ) pinentry? ( app-crypt/pinentry ) - trayicon? ( dev-libs/libappindicator:3 ) + trayicon? ( dev-libs/libayatana-appindicator ) udev? ( virtual/udev ) " DEPEND+="