x11-misc/ksnip: bump to clean up xdg inherit. Thanks tastytea!

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: David Flogeras <dflogeras2@gmail.com>
This commit is contained in:
David Flogeras 2022-09-09 07:03:47 -03:00
parent 86d79e93a1
commit 8cf997ba6f
No known key found for this signature in database
GPG Key ID: 1D4BE5B2300AB0AA

View File

@ -3,8 +3,7 @@
EAPI=8
inherit desktop xdg cmake
# cmake has to be listed after xdg for src_prepare to work
inherit cmake desktop xdg-utils
DESCRIPTION="Ksnip is a Qt based cross-platform screenshot tool"
HOMEPAGE="https://github.com/ksnip/ksnip"
@ -42,3 +41,11 @@ src_install() {
doicon -s scalable desktop/${PN}.svg
domenu desktop/org.${PN}.${PN}.desktop
}
pkg_postinst() {
xdg_desktop_database_update
}
pkg_postrm() {
xdg_desktop_database_update
}