diff options
author | Sam James <sam@gentoo.org> | 2020-12-15 03:25:46 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-12-15 03:25:46 +0000 |
commit | f8bffcde1e9da31f06ec54c9ce89116096fb7237 (patch) | |
tree | 0c7261e33c79770f2075f6a0dfe6782d8db42d0d /net-news/rssguard | |
parent | net-news/rssguard: version bump to 3.8.3 (diff) | |
download | gentoo-f8bffcde1e9da31f06ec54c9ce89116096fb7237.tar.gz gentoo-f8bffcde1e9da31f06ec54c9ce89116096fb7237.tar.bz2 gentoo-f8bffcde1e9da31f06ec54c9ce89116096fb7237.zip |
net-news/rssguard: xdg-utils -> xdg
xdg.eclass has some nice logic to automatically
update the various caches, so we save a few lines.
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-news/rssguard')
-rw-r--r-- | net-news/rssguard/rssguard-3.8.3.ebuild | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/net-news/rssguard/rssguard-3.8.3.ebuild b/net-news/rssguard/rssguard-3.8.3.ebuild index ee3584a663e8..974794479bfa 100644 --- a/net-news/rssguard/rssguard-3.8.3.ebuild +++ b/net-news/rssguard/rssguard-3.8.3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit flag-o-matic xdg-utils qmake-utils +inherit flag-o-matic qmake-utils xdg DESCRIPTION="Tiny RSS and Atom feed reader" HOMEPAGE="https://github.com/martinrotter/rssguard" @@ -29,6 +29,7 @@ RDEPEND="${DEPEND}" src_prepare() { default + ebegin 'Sedding pri/install.pri to install to $(get_libdir)' if grep -q 'lib.path = $$quote($$PREFIX/lib/)' pri/install.pri; then sed -i \ @@ -55,11 +56,3 @@ src_configure() { src_install() { emake install INSTALL_ROOT="${D}" } - -pkg_postinst() { - xdg_icon_cache_update -} - -pkg_postrm() { - xdg_icon_cache_update -} |