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 0F593158095 for ; Sat, 2 Jul 2022 04:18:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3536AE0ABF; Sat, 2 Jul 2022 04:18:34 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CAE5AE0ABF for ; Sat, 2 Jul 2022 04:18:33 +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 8369F341466 for ; Sat, 2 Jul 2022 04:18:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 499F650C for ; Sat, 2 Jul 2022 04:18:22 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1656735438.0b39753b2d26a8439b981f79ad49ef417cf321fb.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-portage/appswipe/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-portage/appswipe/appswipe-1.1.14.ebuild X-VCS-Directories: app-portage/appswipe/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 0b39753b2d26a8439b981f79ad49ef417cf321fb X-VCS-Branch: dev Date: Sat, 2 Jul 2022 04:18:22 +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: 47bc589a-4863-4e5f-8513-214caabcb084 X-Archives-Hash: 47bc231fbd37fdd398d68c285a2346dc commit: 0b39753b2d26a8439b981f79ad49ef417cf321fb Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Fri Jul 1 18:11:01 2022 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Sat Jul 2 04:17:18 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0b39753b app-portage/appswipe: xdg-utils -> xdg Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> app-portage/appswipe/appswipe-1.1.14.ebuild | 20 ++++---------------- 1 file changed, 4 insertions(+), 16 deletions(-) diff --git a/app-portage/appswipe/appswipe-1.1.14.ebuild b/app-portage/appswipe/appswipe-1.1.14.ebuild index a4e308c5b..f5f0a270c 100644 --- a/app-portage/appswipe/appswipe-1.1.14.ebuild +++ b/app-portage/appswipe/appswipe-1.1.14.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit desktop qmake-utils xdg-utils +inherit desktop qmake-utils xdg DESCRIPTION="Application for browsing your local Portage repository files" HOMEPAGE="https://github.com/k9spud/appswipe" @@ -12,7 +12,6 @@ SRC_URI="https://github.com/k9spud/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P} LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64" -IUSE="" DEPEND=" dev-qt/qtcore @@ -21,11 +20,10 @@ DEPEND=" dev-qt/qtwidgets " -RDEPEND=" +RDEPEND="${DEPEND} app-portage/gentoolkit app-portage/portage-utils lxde-base/lxterminal - ${DEPEND} " src_configure() { @@ -33,17 +31,7 @@ src_configure() { } src_install() { - mv AppSwipe appswipe - dobin appswipe - mv "${S}/img/appicon.svg" "${S}/img/appswipe.svg" - doicon -s scalable "${S}/img/appswipe.svg" + newbin AppSwipe appswipe + newicon -s scalable img/appicon.svg ${PN}.svg domenu ${PN}.desktop } - -pkg_postinst() { - xdg_icon_cache_update -} - -pkg_postrm() { - xdg_icon_cache_update -}