mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-20 23:46:14 -04:00
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:
parent
86d79e93a1
commit
8cf997ba6f
@ -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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user