aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Scardovi <marco@scardovi.com>2021-06-26 18:30:21 +0200
committerMarco Scardovi <marco@scardovi.com>2021-06-26 18:30:44 +0200
commitd2370a20798a723829d8d6a8c3e7003abba0c348 (patch)
tree24c06e82eab2236368896fec69a541f608519cb5 /app-mobilephone
parentdev-util/rust-analyzer-bin: update SRC_URI and LICENSE (diff)
downloadguru-d2370a20798a723829d8d6a8c3e7003abba0c348.tar.gz
guru-d2370a20798a723829d8d6a8c3e7003abba0c348.tar.bz2
guru-d2370a20798a723829d8d6a8c3e7003abba0c348.zip
app-mobilephone/flashlight: close bugs
Closes: https://bugs.gentoo.org/798807 Closes: https://bugs.gentoo.org/798813 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Marco Scardovi <marco@scardovi.com>
Diffstat (limited to 'app-mobilephone')
-rw-r--r--app-mobilephone/flashlight/flashlight-0.1.1-r2.ebuild (renamed from app-mobilephone/flashlight/flashlight-0.1.1-r1.ebuild)5
1 files changed, 4 insertions, 1 deletions
diff --git a/app-mobilephone/flashlight/flashlight-0.1.1-r1.ebuild b/app-mobilephone/flashlight/flashlight-0.1.1-r2.ebuild
index 80be96fe2..af0449630 100644
--- a/app-mobilephone/flashlight/flashlight-0.1.1-r1.ebuild
+++ b/app-mobilephone/flashlight/flashlight-0.1.1-r2.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-inherit meson gnome2-utils udev
+inherit meson gnome2-utils udev xdg-utils
MY_COMMIT="f5feb4b3d17bbf16171d716bbb8e28f3a84542ef"
@@ -16,6 +16,7 @@ SLOT="0"
KEYWORDS="~amd64 ~arm64"
RDEPEND="x11-libs/gtk+"
+BDEPEND="dev-lang/python-exec[native-symlinks]"
S="${WORKDIR}/${PN}-${MY_COMMIT}"
@@ -27,8 +28,10 @@ src_install() {
pkg_postinst() {
gnome2_schemas_update
+ xdg_desktop_database_update
}
pkg_postrm() {
gnome2_schemas_update
+ xdg_icon_cache_update
}