summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-03-06 07:23:46 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-03-06 07:23:46 +0000
commit2e9fd4a4023014b1805b34018209581b8d39084e (patch)
treea52e2bf287e1bda43f79c73b29f9875d31a2c8d7
parent141998db37a011a9cf13ee76673c30fb5210193e (diff)
sys-boot/etcher : revision bump
-rw-r--r--metadata/md5-cache/sys-boot/etcher-1.18.4-r1 (renamed from metadata/md5-cache/sys-boot/etcher-1.18.4)8
-rw-r--r--metadata/pkg_desc_index2
-rw-r--r--sys-boot/etcher/etcher-1.18.4-r1.ebuild (renamed from sys-boot/etcher/etcher-1.18.4.ebuild)11
3 files changed, 15 insertions, 6 deletions
diff --git a/metadata/md5-cache/sys-boot/etcher-1.18.4 b/metadata/md5-cache/sys-boot/etcher-1.18.4-r1
index 5e33af0d..04b6f641 100644
--- a/metadata/md5-cache/sys-boot/etcher-1.18.4
+++ b/metadata/md5-cache/sys-boot/etcher-1.18.4-r1
@@ -1,14 +1,14 @@
-DEFINED_PHASES=install unpack
+DEFINED_PHASES=install postinst postrm unpack
DEPEND=dev-libs/nss media-libs/alsa-lib sys-apps/lsb-release x11-libs/gtk+:2 x11-libs/libXtst x11-libs/libnotify
DESCRIPTION=Flash OS images to SD cards & USB drives, safely and easily.
EAPI=6
HOMEPAGE=https://etcher.io/
-INHERIT=eutils
+INHERIT=eutils xdg-utils
KEYWORDS=amd64 x86
LICENSE=GPL2
RDEPEND=dev-libs/nss media-libs/alsa-lib sys-apps/lsb-release x11-libs/gtk+:2 x11-libs/libXtst x11-libs/libnotify
RESTRICT=mirror strip
SLOT=0
SRC_URI=https://github.com/balena-io/etcher/releases/download/v1.18.4/balenaEtcher-1.18.4-x64.AppImage
-_eclasses_=desktop 021728fdc1b03b36357dbc89489e0f0d edos2unix 33e347e171066657f91f8b0c72ec8773 epatch 447396341f5f896d722e435a06f87a4f eqawarn c9847c43b3253a276ae2eabddedab3d7 estack 055c42df72f76a4f45ec92b35e83cd56 eutils 8f942ebdcf04334697649d4a0bf65a32 ltprune 97143780d341cc8d8f1d4c6187a36d29 multilib 5ca4e49abed8e3a2f7b56920eadee157 preserve-libs a8e50acee31b5759b4df1f7707cae54b strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b vcs-clean d271b7bc7e6a009758d7d4ef749174e3 wrapper 4a1902f969e5718126434fc35f3a0d9c
-_md5_=4dc7951154e2b53480719bb5562b5991
+_eclasses_=desktop 021728fdc1b03b36357dbc89489e0f0d edos2unix 33e347e171066657f91f8b0c72ec8773 epatch 447396341f5f896d722e435a06f87a4f eqawarn c9847c43b3253a276ae2eabddedab3d7 estack 055c42df72f76a4f45ec92b35e83cd56 eutils 8f942ebdcf04334697649d4a0bf65a32 ltprune 97143780d341cc8d8f1d4c6187a36d29 multilib 5ca4e49abed8e3a2f7b56920eadee157 preserve-libs a8e50acee31b5759b4df1f7707cae54b strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b vcs-clean d271b7bc7e6a009758d7d4ef749174e3 wrapper 4a1902f969e5718126434fc35f3a0d9c xdg-utils ac0e315a3688929e34ac75b139e7349a
+_md5_=57b6c66b1844d6c4963e1454d489ec9b
diff --git a/metadata/pkg_desc_index b/metadata/pkg_desc_index
index d627879b..93e1fbae 100644
--- a/metadata/pkg_desc_index
+++ b/metadata/pkg_desc_index
@@ -44,7 +44,7 @@ sys-apps/openrc 0.46-r1: OpenRC manages the services, startup and shutdown of a
sys-auth/elogind 246.10-r3: The systemd project's logind, extracted to a standalone package
sys-auth/polkit-qt 0.113.0-r11: PolicyKit Qt API wrapper library (meta package)
sys-auth/polkit-qt5 0.113.0-r5: Qt wrapper around polkit-1 client libraries
-sys-boot/etcher 1.18.4: Flash OS images to SD cards & USB drives, safely and easily.
+sys-boot/etcher 1.18.4-r1: Flash OS images to SD cards & USB drives, safely and easily.
sys-boot/grub 2.04-r13: GNU GRUB boot loader
sys-boot/os-prober 1.77-r10: Utility to detect other OSs on a set of drives
sys-boot/plymouth 0.9.4-r11: Graphical boot animation (splash) and logger
diff --git a/sys-boot/etcher/etcher-1.18.4.ebuild b/sys-boot/etcher/etcher-1.18.4-r1.ebuild
index 39b988d0..338618ae 100644
--- a/sys-boot/etcher/etcher-1.18.4.ebuild
+++ b/sys-boot/etcher/etcher-1.18.4-r1.ebuild
@@ -6,7 +6,7 @@ EAPI=6
MY_PN="balenaEtcher"
-inherit eutils
+inherit eutils xdg-utils
DESCRIPTION="Flash OS images to SD cards & USB drives, safely and easily."
HOMEPAGE="https://etcher.io/"
@@ -37,3 +37,12 @@ src_install() {
newbin ${MY_PN}-${PV}-x64.AppImage ${MY_PN}
domenu ${FILESDIR}/${MY_PN}.desktop
}
+
+pkg_postinst() {
+ xdg_desktop_database_update
+}
+
+pkg_postrm() {
+ xdg_desktop_database_update
+}
+