gui-apps/szyszka: replace xdg-utils with xdg

Signed-off-by: Remigiusz Micielski <rmicielski@purelymail.com>
This commit is contained in:
Remigiusz Micielski
2023-08-14 21:54:19 +02:00
parent baf0ab85d8
commit bc3aabfb34

View File

@@ -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
}