diff options
author | Alexander Barker <alex@1stleg.com> | 2021-07-05 08:32:31 -0700 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2021-07-06 08:58:14 +0200 |
commit | 5f4aad60f2498ecbf950c0847b0053e6720b1b79 (patch) | |
tree | c30409bc9373487093434321e95a4dc5b4f00a84 /app-misc/piper | |
parent | dev-ruby/dnsruby: add 1.61.7 (diff) | |
download | gentoo-5f4aad60f2498ecbf950c0847b0053e6720b1b79.tar.gz gentoo-5f4aad60f2498ecbf950c0847b0053e6720b1b79.tar.bz2 gentoo-5f4aad60f2498ecbf950c0847b0053e6720b1b79.zip |
app-misc/piper-0.5.1-r1 installs icons but does not update icon cache
Closes: https://bugs.gentoo.org/795714
Signed-off-by: Alex Barker <alex@1stleg.com>
Closes: https://github.com/gentoo/gentoo/pull/21537
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'app-misc/piper')
-rw-r--r-- | app-misc/piper/piper-0.5.1-r2.ebuild (renamed from app-misc/piper/piper-0.5.1-r1.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-misc/piper/piper-0.5.1-r1.ebuild b/app-misc/piper/piper-0.5.1-r2.ebuild index 594522ebf5c6..b46057798005 100644 --- a/app-misc/piper/piper-0.5.1-r1.ebuild +++ b/app-misc/piper/piper-0.5.1-r2.ebuild @@ -5,7 +5,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{7..9} ) -inherit meson python-single-r1 udev +inherit meson python-single-r1 udev xdg DESCRIPTION="GTK configuration application for libratbag" HOMEPAGE="https://github.com/libratbag/piper" |