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,13 +192,13 @@ 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"
|
||||||
SRC_URI="
|
SRC_URI="
|
||||||
https://www.github.com/qarmin/szyszka/archive/${PV}.tar.gz -> ${P}.tar.gz
|
https://www.github.com/qarmin/szyszka/archive/${PV}.tar.gz -> ${P}.tar.gz
|
||||||
${CARGO_CRATE_URIS}
|
${CARGO_CRATE_URIS}
|
||||||
"
|
"
|
||||||
LICENSE="MIT"
|
LICENSE="MIT"
|
||||||
# Dependent crate licenses
|
# Dependent crate licenses
|
||||||
@@ -207,18 +207,9 @@ SLOT="0"
|
|||||||
KEYWORDS="~amd64"
|
KEYWORDS="~amd64"
|
||||||
|
|
||||||
DEPEND=""
|
DEPEND=""
|
||||||
RDEPEND="${DEPEND}
|
RDEPEND="
|
||||||
gui-libs/gtk
|
${DEPEND}
|
||||||
|
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