From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: net-p2p/lbry/, x11-misc/ksnip/, x11-themes/arc-darkest-colors/
Date: Thu, 26 Nov 2020 12:10:49 +0000 (UTC) [thread overview]
Message-ID: <1606301515.af41bcad5bd2086bfcdcc3cbec8e65a0e173fb6c.andrewammerlaan@gentoo> (raw)
commit: af41bcad5bd2086bfcdcc3cbec8e65a0e173fb6c
Author: Theo Anderson <telans <AT> posteo <DOT> de>
AuthorDate: Wed Nov 25 10:51:55 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Wed Nov 25 10:51:55 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=af41bcad
*/*: migrate to xdg.eclass from xdg-utils.eclass
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans <AT> posteo.de>
net-p2p/lbry/lbry-0.48.2.ebuild | 12 +-----------
x11-misc/ksnip/ksnip-1.6.2-r1.ebuild | 12 +-----------
x11-misc/ksnip/ksnip-1.7.1.ebuild | 12 +-----------
x11-misc/ksnip/ksnip-1.7.3.ebuild | 12 +-----------
.../arc-darkest-colors-0_pre20200417.ebuild | 10 +---------
5 files changed, 5 insertions(+), 53 deletions(-)
diff --git a/net-p2p/lbry/lbry-0.48.2.ebuild b/net-p2p/lbry/lbry-0.48.2.ebuild
index 86b0cf25..d4b015a1 100644
--- a/net-p2p/lbry/lbry-0.48.2.ebuild
+++ b/net-p2p/lbry/lbry-0.48.2.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-inherit xdg-utils
+inherit xdg
DESCRIPTION="A browser for the LBRY network, a digital marketplace controlled by its users."
HOMEPAGE="https://lbry.com/"
@@ -38,13 +38,3 @@ src_install() {
rm -rd "${D}/usr/share/doc/lbry"
fperms 0755 /opt/LBRY/lbry || die
}
-
-pkg_postinst() {
- xdg_icon_cache_update
- xdg_desktop_database_update
-}
-
-pkg_postrm() {
- xdg_icon_cache_update
- xdg_desktop_database_update
-}
diff --git a/x11-misc/ksnip/ksnip-1.6.2-r1.ebuild b/x11-misc/ksnip/ksnip-1.6.2-r1.ebuild
index 3d41d47b..3739c858 100644
--- a/x11-misc/ksnip/ksnip-1.6.2-r1.ebuild
+++ b/x11-misc/ksnip/ksnip-1.6.2-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-inherit cmake desktop xdg-utils
+inherit desktop xdg cmake
DESCRIPTION="Ksnip is a Qt based cross-platform screenshot tool"
HOMEPAGE="https://github.com/ksnip/ksnip"
@@ -31,13 +31,3 @@ src_install() {
doicon -s scalable desktop/${PN}.svg
domenu desktop/${PN}.desktop
}
-
-pkg_postinst() {
- xdg_desktop_database_update
- xdg_icon_cache_update
-}
-
-pkg_postrm() {
- xdg_desktop_database_update
- xdg_icon_cache_update
-}
diff --git a/x11-misc/ksnip/ksnip-1.7.1.ebuild b/x11-misc/ksnip/ksnip-1.7.1.ebuild
index cee392a1..208a24d9 100644
--- a/x11-misc/ksnip/ksnip-1.7.1.ebuild
+++ b/x11-misc/ksnip/ksnip-1.7.1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-inherit cmake desktop xdg-utils
+inherit desktop xdg cmake
DESCRIPTION="Ksnip is a Qt based cross-platform screenshot tool"
HOMEPAGE="https://github.com/ksnip/ksnip"
@@ -31,13 +31,3 @@ src_install() {
doicon -s scalable desktop/${PN}.svg
domenu desktop/${PN}.desktop
}
-
-pkg_postinst() {
- xdg_desktop_database_update
- xdg_icon_cache_update
-}
-
-pkg_postrm() {
- xdg_desktop_database_update
- xdg_icon_cache_update
-}
diff --git a/x11-misc/ksnip/ksnip-1.7.3.ebuild b/x11-misc/ksnip/ksnip-1.7.3.ebuild
index 29c293d4..bbeafef3 100644
--- a/x11-misc/ksnip/ksnip-1.7.3.ebuild
+++ b/x11-misc/ksnip/ksnip-1.7.3.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-inherit cmake desktop xdg-utils
+inherit desktop xdg cmake
DESCRIPTION="Ksnip is a Qt based cross-platform screenshot tool"
HOMEPAGE="https://github.com/ksnip/ksnip"
@@ -31,13 +31,3 @@ src_install() {
doicon -s scalable desktop/${PN}.svg
domenu desktop/org.${PN}.${PN}.desktop
}
-
-pkg_postinst() {
- xdg_desktop_database_update
- xdg_icon_cache_update
-}
-
-pkg_postrm() {
- xdg_desktop_database_update
- xdg_icon_cache_update
-}
diff --git a/x11-themes/arc-darkest-colors/arc-darkest-colors-0_pre20200417.ebuild b/x11-themes/arc-darkest-colors/arc-darkest-colors-0_pre20200417.ebuild
index 6354e733..036d3003 100644
--- a/x11-themes/arc-darkest-colors/arc-darkest-colors-0_pre20200417.ebuild
+++ b/x11-themes/arc-darkest-colors/arc-darkest-colors-0_pre20200417.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-inherit xdg-utils
+inherit xdg
MY_COMMIT="aee10fc647fd0cdb8ef9907ae3ee42c1bea5d976"
@@ -34,11 +34,3 @@ src_install() {
default
}
-
-pkg_postinst() {
- use icons && xdg_icon_cache_update
-}
-
-pkg_postrm() {
- use icons && xdg_icon_cache_update
-}
reply other threads:[~2020-11-26 12:10 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=1606301515.af41bcad5bd2086bfcdcc3cbec8e65a0e173fb6c.andrewammerlaan@gentoo \
--to=andrewammerlaan@riseup.net \
--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