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 F397F138350 for ; Thu, 12 Mar 2020 09:58:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1B194E086A; Thu, 12 Mar 2020 09:58:04 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 01DB4E0864 for ; Thu, 12 Mar 2020 09:58:03 +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 17AC934EF4E for ; Thu, 12 Mar 2020 09:58:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CAAAF170 for ; Thu, 12 Mar 2020 09:58:01 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1584007074.a60add62e13c259215b49e1447ac4732cc015ce0.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/notepadqq/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/notepadqq/notepadqq-9999.ebuild X-VCS-Directories: app-editors/notepadqq/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: a60add62e13c259215b49e1447ac4732cc015ce0 X-VCS-Branch: master Date: Thu, 12 Mar 2020 09:58:01 +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: d022f0b1-24ce-4672-8953-d3c68aeb0f4f X-Archives-Hash: 6f91f0d5b3e7298148508ef004c34d67 commit: a60add62e13c259215b49e1447ac4732cc015ce0 Author: Lars Wendler gentoo org> AuthorDate: Thu Mar 12 09:56:16 2020 +0000 Commit: Lars Wendler gentoo org> CommitDate: Thu Mar 12 09:57:54 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a60add62 app-editors/notepadqq: Synced live ebuild Package-Manager: Portage-2.3.93, Repoman-2.3.20 Signed-off-by: Lars Wendler gentoo.org> app-editors/notepadqq/notepadqq-9999.ebuild | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/app-editors/notepadqq/notepadqq-9999.ebuild b/app-editors/notepadqq/notepadqq-9999.ebuild index f906b948b04..efd11e81bf5 100644 --- a/app-editors/notepadqq/notepadqq-9999.ebuild +++ b/app-editors/notepadqq/notepadqq-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit qmake-utils xdg-utils +inherit qmake-utils xdg DESCRIPTION="Notepad++-like editor for Linux" HOMEPAGE="http://notepadqq.altervista.org" @@ -11,8 +11,9 @@ if [[ "${PV}" == 9999 ]] ; then inherit git-r3 EGIT_REPO_URI="https://github.com/notepadqq/notepadqq.git" else - SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV/_/-}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~x86" + S="${WORKDIR}/${P/_/-}" fi LICENSE="GPL-3+" @@ -25,6 +26,7 @@ RDEPEND=" dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtprintsupport:5 + dev-qt/qtsvg:5 dev-qt/qtwebchannel:5 dev-qt/qtwebengine:5 dev-qt/qtwidgets:5 @@ -32,7 +34,6 @@ RDEPEND=" DEPEND=" ${RDEPEND} dev-qt/linguist-tools:5 - dev-qt/qtsvg:5 dev-qt/qttest:5 " @@ -52,11 +53,3 @@ src_configure() { src_install() { emake INSTALL_ROOT="${D}" install } - -pkg_postinst() { - xdg_desktop_database_update -} - -pkg_postrm() { - xdg_desktop_database_update -}