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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3701C1382C5 for ; Mon, 7 Jun 2021 17:32:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6C823E087E; Mon, 7 Jun 2021 17:32:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 57F9DE087E for ; Mon, 7 Jun 2021 17:32:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1DFFF335C29 for ; Mon, 7 Jun 2021 17:32:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 771E375B for ; Mon, 7 Jun 2021 17:32:06 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1623087107.e72e98f3ad30e9383fc01c879bcbb1f330c4149a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/nitrogen/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/nitrogen/nitrogen-1.6.1-r1.ebuild X-VCS-Directories: x11-misc/nitrogen/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e72e98f3ad30e9383fc01c879bcbb1f330c4149a X-VCS-Branch: master Date: Mon, 7 Jun 2021 17:32:06 +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: 53d468da-0616-4beb-9a19-cde24d7c076d X-Archives-Hash: 22fadd4330c85ebedfc692e3524a8191 commit: e72e98f3ad30e9383fc01c879bcbb1f330c4149a Author: Sam James gentoo org> AuthorDate: Mon Jun 7 17:30:51 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jun 7 17:31:47 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e72e98f3 x11-misc/nitrogen: sync non-live ebuild Signed-off-by: Sam James gentoo.org> x11-misc/nitrogen/nitrogen-1.6.1-r1.ebuild | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/x11-misc/nitrogen/nitrogen-1.6.1-r1.ebuild b/x11-misc/nitrogen/nitrogen-1.6.1-r1.ebuild index 52647c78a86..2f606225b1a 100644 --- a/x11-misc/nitrogen/nitrogen-1.6.1-r1.ebuild +++ b/x11-misc/nitrogen/nitrogen-1.6.1-r1.ebuild @@ -1,19 +1,20 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -inherit autotools flag-o-matic gnome2-utils xdg-utils +inherit autotools flag-o-matic xdg-utils DESCRIPTION="A background browser and setter for X" HOMEPAGE="https://github.com/l3ib/nitrogen" SRC_URI="https://github.com/l3ib/nitrogen/releases/download/${PV}/${P}.tar.gz" +KEYWORDS="amd64 ~ppc x86" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~ppc x86" IUSE="nls xinerama" +BDEPEND="virtual/pkgconfig" RDEPEND=" >=dev-cpp/gtkmm-2.10:2.4 >=gnome-base/librsvg-2.20:2 @@ -22,7 +23,6 @@ RDEPEND=" " DEPEND=" ${RDEPEND} - virtual/pkgconfig nls? ( sys-devel/gettext ) xinerama? ( x11-base/xorg-proto ) " @@ -43,11 +43,11 @@ src_configure() { } pkg_postinst() { - gnome2_icon_cache_update xdg_desktop_database_update + xdg_icon_cache_update } pkg_postrm() { - gnome2_icon_cache_update xdg_desktop_database_update + xdg_icon_cache_update }