mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 13:33:32 -04:00
gui-apps/szyszka: replace xdg-utils with xdg
Signed-off-by: Remigiusz Micielski <rmicielski@purelymail.com>
This commit is contained in:
@@ -192,7 +192,7 @@ CRATES="
|
|||||||
winnow@0.4.6
|
winnow@0.4.6
|
||||||
"
|
"
|
||||||
|
|
||||||
inherit cargo xdg-utils
|
inherit cargo xdg
|
||||||
|
|
||||||
DESCRIPTION="Simple, powerful and easy to use file renamer"
|
DESCRIPTION="Simple, powerful and easy to use file renamer"
|
||||||
HOMEPAGE="https://github.com/qarmin/szyszka"
|
HOMEPAGE="https://github.com/qarmin/szyszka"
|
||||||
@@ -207,18 +207,9 @@ SLOT="0"
|
|||||||
KEYWORDS="~amd64"
|
KEYWORDS="~amd64"
|
||||||
|
|
||||||
DEPEND=""
|
DEPEND=""
|
||||||
RDEPEND="${DEPEND}
|
RDEPEND="
|
||||||
|
${DEPEND}
|
||||||
gui-libs/gtk
|
gui-libs/gtk
|
||||||
"
|
"
|
||||||
|
|
||||||
QA_FLAGS_IGNORED="usr/bin/szyszka"
|
QA_FLAGS_IGNORED="usr/bin/szyszka"
|
||||||
|
|
||||||
pkg_postinst() {
|
|
||||||
xdg_desktop_database_update
|
|
||||||
xdg_mimeinfo_database_update
|
|
||||||
}
|
|
||||||
|
|
||||||
pkg_postrm() {
|
|
||||||
xdg_desktop_database_update
|
|
||||||
xdg_mimeinfo_database_update
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user