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 37A39138359 for ; Fri, 25 Sep 2020 11:39:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7A9E2E080E; Fri, 25 Sep 2020 11:39:19 +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 616B6E080E for ; Fri, 25 Sep 2020 11:39:19 +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 6B31D335DC4 for ; Fri, 25 Sep 2020 11:39:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1C8FA365 for ; Fri, 25 Sep 2020 11:39:17 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1600977511.21f3ddd6f5f71c09ee3f879da01c0f64359a04ed.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: app-crypt/autofirma/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-crypt/autofirma/autofirma-1.6.5-r1.ebuild app-crypt/autofirma/autofirma-1.6.5.ebuild X-VCS-Directories: app-crypt/autofirma/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 21f3ddd6f5f71c09ee3f879da01c0f64359a04ed X-VCS-Branch: master Date: Fri, 25 Sep 2020 11:39:17 +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: 7e6355c4-8ca2-4155-9157-1936589a1944 X-Archives-Hash: 29a18c584060e62151661bda56c7a86b commit: 21f3ddd6f5f71c09ee3f879da01c0f64359a04ed Author: Jesus P Rey (Chuso) chuso net> AuthorDate: Thu Sep 24 19:57:11 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Thu Sep 24 19:58:31 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=21f3ddd6 app-crypt/autofirma-1.6.5-r1: Simplify and improve support for other browsers and ABIs. Signed-off-by: Jesus P Rey chuso.net> Bug: https://bugs.gentoo.org/743802 .../{autofirma-1.6.5.ebuild => autofirma-1.6.5-r1.ebuild} | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/app-crypt/autofirma/autofirma-1.6.5.ebuild b/app-crypt/autofirma/autofirma-1.6.5-r1.ebuild similarity index 65% rename from app-crypt/autofirma/autofirma-1.6.5.ebuild rename to app-crypt/autofirma/autofirma-1.6.5-r1.ebuild index 3531733f..bba0bd3d 100644 --- a/app-crypt/autofirma/autofirma-1.6.5.ebuild +++ b/app-crypt/autofirma/autofirma-1.6.5-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit desktop java-utils-2 multilib-build rpm +inherit desktop java-utils-2 rpm xdg DESCRIPTION="Spanish government's electronic signature application for online procedures" HOMEPAGE="https://administracionelectronica.gob.es/ctt/clienteafirma" @@ -13,9 +13,7 @@ LICENSE="|| ( GPL-2+ EUPL-1.1 )" SLOT="0" KEYWORDS="~amd64" -RDEPEND="virtual/jre:1.8 - !abi_x86_x32? ( www-client/firefox )" -DEPEND="${RDEPEND}" +RDEPEND="virtual/jre:1.8" BDEPEND="app-arch/unzip" S=${WORKDIR} @@ -30,8 +28,5 @@ src_install() { java-pkg_dolauncher java-pkg_dojar "usr/lib64/${PN}/${PN}Configurador.jar" doicon "usr/lib64/${PN}/${PN}.png" - make_desktop_entry "${PN}" AutoFirma "${PN}" "Utility" - sed -i "s/autoFirma/${PN}/" "usr/lib64/firefox/defaults/pref/${PN}.js" || die - insinto /usr/$(get_libdir)/firefox/defaults/pref - doins "usr/lib64/firefox/defaults/pref/${PN}.js" + make_desktop_entry "${PN} %u" AutoFirma "${PN}" "Utility" "Comment[es]=Aplicación de firma electrónica de la FNMT\nMimeType=x-scheme-handler/afirma" }