From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1638448-garchives=archives.gentoo.org@lists.gentoo.org> 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 815261581A7 for <garchives@archives.gentoo.org>; Mon, 3 Jun 2024 00:06:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 88EDA2BC021; Mon, 3 Jun 2024 00:06:38 +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 667972BC021 for <gentoo-commits@lists.gentoo.org>; Mon, 3 Jun 2024 00:06:38 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7742134097F for <gentoo-commits@lists.gentoo.org>; Mon, 3 Jun 2024 00:06:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 890AA1C0A for <gentoo-commits@lists.gentoo.org>; Mon, 3 Jun 2024 00:06:34 +0000 (UTC) From: "Julien Roy" <julien@jroy.ca> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" <julien@jroy.ca> Message-ID: <1717348777.ae72abc87df06d9db374f56ab490913abb99c649.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: app-portage/appswipe/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-portage/appswipe/appswipe-1.1.68.ebuild X-VCS-Directories: app-portage/appswipe/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: ae72abc87df06d9db374f56ab490913abb99c649 X-VCS-Branch: master Date: Mon, 3 Jun 2024 00:06:34 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a02c5fd5-a1e5-4f17-94f2-826c91a59c60 X-Archives-Hash: fbc939c7556108c870014830795c0452 commit: ae72abc87df06d9db374f56ab490913abb99c649 Author: brian gloyer <brian.gloyer <AT> gmail <DOT> com> AuthorDate: Sun Jun 2 17:12:18 2024 +0000 Commit: Julien Roy <julien <AT> jroy <DOT> ca> CommitDate: Sun Jun 2 17:19:37 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ae72abc8 app-portage/appswipe: edg.utils -> edg Signed-off-by: brian gloyer <brian.gloyer <AT> gmail.com> app-portage/appswipe/appswipe-1.1.68.ebuild | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/app-portage/appswipe/appswipe-1.1.68.ebuild b/app-portage/appswipe/appswipe-1.1.68.ebuild index 70895cbda..fe657607e 100644 --- a/app-portage/appswipe/appswipe-1.1.68.ebuild +++ b/app-portage/appswipe/appswipe-1.1.68.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" @@ -45,19 +45,9 @@ src_compile() { } src_install() { - mv AppSwipe appswipe - dobin appswipe + newbin AppSwipe appswipe dobin backend/appswipebackend dobin transport/appswipetransport - mv "${S}/img/appicon.svg" "${S}/img/appswipe.svg" - doicon -s scalable "${S}/img/appswipe.svg" + newicon -s scalable img/appicon.svg ${PN}.svg domenu ${PN}.desktop } - -pkg_postinst() { - xdg_icon_cache_update -} - -pkg_postrm() { - xdg_icon_cache_update -}