public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: net-p2p/dogecoin-qt/
Date: Thu, 13 Jul 2023 09:42:20 +0000 (UTC)	[thread overview]
Message-ID: <1689212189.215f621f4ab14f99625ea0c8d62f4bef724b2ab8.davidroman@gentoo> (raw)

commit:     215f621f4ab14f99625ea0c8d62f4bef724b2ab8
Author:     Victor Skovorodnikov <victor3.14 <AT> yandex <DOT> com>
AuthorDate: Thu Jul 13 01:34:48 2023 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Thu Jul 13 01:36:29 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=215f621f

net-p2p/dogecoin-qt: unkeyword 1.14.6 for ~x86

Signed-off-by: Victor Skovorodnikov <victor3.14 <AT> yandex.com>

 net-p2p/dogecoin-qt/dogecoin-qt-1.14.6.ebuild | 20 +++++++++++++++-----
 1 file changed, 15 insertions(+), 5 deletions(-)

diff --git a/net-p2p/dogecoin-qt/dogecoin-qt-1.14.6.ebuild b/net-p2p/dogecoin-qt/dogecoin-qt-1.14.6.ebuild
index d9c9c4623..f40ab04a1 100644
--- a/net-p2p/dogecoin-qt/dogecoin-qt-1.14.6.ebuild
+++ b/net-p2p/dogecoin-qt/dogecoin-qt-1.14.6.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-inherit desktop
+inherit desktop xdg-utils
 DESCRIPTION="Dogecoin Core Qt 1.14.6 (with Graphical User Interface) with ultra-low transaction fees.  Fast and lightweight; the default installation for desktop keeps downloaded blockchain size below 2.2GB, making it ideal for daily transactions, even on systems where disk space could be limited."
 HOMEPAGE="https://github.com/dogecoin"
 SRC_URI="https://github.com/dogecoin/dogecoin/archive/refs/tags/v${PV}.tar.gz -> ${PN}-v${PV}.tar.gz"
@@ -76,19 +76,29 @@ src_install() {
 	insinto "${DOGEDIR}/bin"
 	insinto /usr/share/pixmaps
 	doins src/qt/res/icons/dogecoin.png
-	dosym "${DOGEDIR}/bin/${PN}" "/usr/bin/${PN}"	
-	
+	dosym "${DOGEDIR}/bin/${PN}" "/usr/bin/${PN}"
+
 	if use prune ; then
 		domenu "${FILESDIR}"/"${PN}-prune.desktop"	
 	fi
-	
+
 	if ! use prune ; then
 		domenu "${FILESDIR}"/"${PN}.desktop"	
-	fi	
+	fi
+
+	find "${ED}" -type f -name '*.la' -delete || die
 }
 
 pkg_postinst() {
+	xdg_desktop_database_update
+	xdg_mimeinfo_database_update
 	elog "Dogecoin Core Qt ${PV} has been installed."
 	elog "Dogecoin Core Qt binaries have been placed in ${DOGEDIR}/bin."
 	elog "${PN} has been symlinked with /usr/bin/${PN}."
 }
+
+pkg_postrm() {
+	xdg_desktop_database_update
+	xdg_mimeinfo_database_update
+}
+


             reply	other threads:[~2023-07-13  9:42 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-13  9:42 David Roman [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-18 14:01 [gentoo-commits] repo/proj/guru:master commit in: net-p2p/dogecoin-qt/ David Roman
2025-02-18 14:01 David Roman
2025-02-18 14:01 David Roman
2025-02-18 14:01 David Roman
2024-12-02 10:48 David Roman
2024-09-01 15:53 David Roman
2024-08-10 20:34 Lucio Sauer
2024-08-10 15:41 Lucio Sauer
2024-08-07 23:36 Lucio Sauer
2024-07-08 16:47 David Roman
2024-03-02 18:02 Julien Roy
2024-03-02  7:10 Arthur Zamarin
2024-03-02  7:10 Arthur Zamarin
2024-02-28  7:19 Florian Schmaus
2024-02-28  7:19 Florian Schmaus
2024-02-28  7:19 Florian Schmaus
2024-02-28  7:19 Florian Schmaus
2024-02-13 16:32 David Roman
2023-10-28  1:15 David Roman
2023-09-26 12:43 David Roman
2023-07-25  4:59 Haelwenn Monnier
2023-07-25  4:59 Haelwenn Monnier
2023-07-25  4:59 Haelwenn Monnier
2023-07-25  4:59 Haelwenn Monnier
2023-07-21  4:12 Viorel Munteanu
2023-07-19  8:49 Haelwenn Monnier
2023-07-18  9:14 Viorel Munteanu
2023-07-18  9:14 Viorel Munteanu
2023-07-16  6:18 Haelwenn Monnier
2023-07-16  6:18 Haelwenn Monnier
2023-07-12  5:39 Viorel Munteanu
2023-07-12  5:39 Viorel Munteanu
2023-07-12  4:58 [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
2023-07-12  5:39 ` [gentoo-commits] repo/proj/guru:master " Viorel Munteanu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1689212189.215f621f4ab14f99625ea0c8d62f4bef724b2ab8.davidroman@gentoo \
    --to=davidroman96@gmail.com \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox