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 588421382C5 for ; Sun, 13 Jun 2021 13:40:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 37964E0BAC; Sun, 13 Jun 2021 13:39:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 0C299E0BAC for ; Sun, 13 Jun 2021 13:39:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 349B6335D75 for ; Sun, 13 Jun 2021 13:39:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 606A64A0 for ; Sun, 13 Jun 2021 13:39:51 +0000 (UTC) From: "Jules de Sartiges" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jules de Sartiges" Message-ID: <1623591557.6a660f724a35216f4cabc665b48f0bed6155daa2.strikersh@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-misc/lagrange/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-misc/lagrange/lagrange-1.5.1.ebuild net-misc/lagrange/lagrange-9999.ebuild X-VCS-Directories: net-misc/lagrange/ X-VCS-Committer: strikersh X-VCS-Committer-Name: Jules de Sartiges X-VCS-Revision: 6a660f724a35216f4cabc665b48f0bed6155daa2 X-VCS-Branch: dev Date: Sun, 13 Jun 2021 13:39:51 +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: 49dc1746-d365-48f5-a4f6-846b394d61f7 X-Archives-Hash: 97d6fcbe34efac89c6be2739ed320969 commit: 6a660f724a35216f4cabc665b48f0bed6155daa2 Author: striker.sh disroot org> AuthorDate: Sun Jun 13 13:39:17 2021 +0000 Commit: Jules de Sartiges disroot org> CommitDate: Sun Jun 13 13:39:17 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6a660f72 net-misc/lagrange: fix issue with ebuild - remove unecessary src_compile and src_install (handled by cmake elcass) - Update .desktop mimeinfo cache and icons cache Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Jules de Sartiges disroot.org> net-misc/lagrange/lagrange-1.5.1.ebuild | 11 ++++------- net-misc/lagrange/lagrange-9999.ebuild | 11 ++++------- 2 files changed, 8 insertions(+), 14 deletions(-) diff --git a/net-misc/lagrange/lagrange-1.5.1.ebuild b/net-misc/lagrange/lagrange-1.5.1.ebuild index 8f042010f..e5578260b 100644 --- a/net-misc/lagrange/lagrange-1.5.1.ebuild +++ b/net-misc/lagrange/lagrange-1.5.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake +inherit cmake xdg-utils DESCRIPTION="A Beautiful Gemini Client" HOMEPAGE="https://gmi.skyjake.fi/lagrange/" @@ -37,10 +37,7 @@ src_configure() { cmake_src_configure } -src_compile() { - cmake_src_compile -} - -src_install() { - cmake_src_install +pkg_postinst() { + xdg_desktop_database_update + xdg_icon_cache_update } diff --git a/net-misc/lagrange/lagrange-9999.ebuild b/net-misc/lagrange/lagrange-9999.ebuild index 8f042010f..e5578260b 100644 --- a/net-misc/lagrange/lagrange-9999.ebuild +++ b/net-misc/lagrange/lagrange-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake +inherit cmake xdg-utils DESCRIPTION="A Beautiful Gemini Client" HOMEPAGE="https://gmi.skyjake.fi/lagrange/" @@ -37,10 +37,7 @@ src_configure() { cmake_src_configure } -src_compile() { - cmake_src_compile -} - -src_install() { - cmake_src_install +pkg_postinst() { + xdg_desktop_database_update + xdg_icon_cache_update }