summaryrefslogtreecommitdiff
path: root/app-editors/helix
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-12-13 05:39:05 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-12-13 05:39:05 +0000
commit22b4e2ee9c8011b75d7c030d6129a7487494aeba (patch)
treedac0fe56378ac0d61ca4558245fb3702bbf89821 /app-editors/helix
parent05644e4ce4886d97a712fcdca7d4144a7ced4191 (diff)
gentoo auto-resync : 13:12:2023 - 05:39:04
Diffstat (limited to 'app-editors/helix')
-rw-r--r--app-editors/helix/Manifest2
-rw-r--r--app-editors/helix/helix-23.10-r2.ebuild (renamed from app-editors/helix/helix-23.10-r1.ebuild)7
2 files changed, 8 insertions, 1 deletions
diff --git a/app-editors/helix/Manifest b/app-editors/helix/Manifest
index 73c6aa0b0009..88dbcc4c6a81 100644
--- a/app-editors/helix/Manifest
+++ b/app-editors/helix/Manifest
@@ -363,5 +363,5 @@ DIST winnow-0.5.17.crate 147147 BLAKE2B 09adb991e02214666f6e2117bddd144b2ff6c93a
DIST zerocopy-0.7.11.crate 91526 BLAKE2B ace55fa19ffe035ab9afdd47627284bc1fdcf097ee025d00d7b9b940a53d01c04f373bd89e5b35a823d43e14eda71499b6d1b94d38f9054a4d388b656aaa7401 SHA512 25313e2ba7865251ed45b9541f98bb91667fff7696d1b93b5df3634f79d1afdb210401e049426129ad0e524c4e94427656114e70e441767e611306491451fc74
DIST zerocopy-derive-0.7.11.crate 523743 BLAKE2B c112d9078d0cb8c69e4d8f287cd3bc362f673f4e615d7810211d344e41f022fd90c975b112661981a3bcbb4be234c56328648c7902650a1b399be2c586b74bf1 SHA512 245ce3fc87886440d9c6b68f1e4553ac6c8ce076186546b83990f1591cf2614779fcc53035e62d5eb594493b2c565f4df071876335ed4c87d93437fb91755071
EBUILD helix-23.05.ebuild 6019 BLAKE2B 6c41d1cf20e79dba1d66dfd3525f834e1780afc34d8898e9b8dd06177717d77e62229ee662a8d147a939c3547bda53d1000802b9d07d999258638045850c8265 SHA512 9fcb1927b1f819b3976415730265c8e0878b1002b882432ab5aaee313ee90648d527f3619f6de6cd0259c011d0d330b8946afe2a24fec5997c7480cf51078bbd
-EBUILD helix-23.10-r1.ebuild 6769 BLAKE2B 205d54582987932564dffac2ab7ff3fb8890a0ca0fa72cfad9abd2104ea2fac45bf6daca0b6fe55df48d1e8a6e71efc42b2716711f75437102361a9fe8ba4dbe SHA512 28ea6a948b94225d474e8654ba8593069dc78a9aa9191517f97f4d98a40ca2f7bd84151f85063cf0488da090bab5317b66a6f1a7740c59530aa214d9aa6b370d
+EBUILD helix-23.10-r2.ebuild 6891 BLAKE2B 44f51984491d501853958f95f86396805e70c5dcc19dd435c474fe582dfc48449706283e79b40e5d8e590956606f0bc09ae0d16f5d033e023b4e840d233000d1 SHA512 04c5bff406d3a055004967b7f1ccc8ecb79c7c630ff153ea2c10ca65d34665cfdb6243ea8f1357575c7547a580013545b1dae3fb2cebf8548ac831aad74573ba
MISC metadata.xml 810 BLAKE2B c9d3cf2b22533ee86d3d2750380c9e03ea3cd79a9c699c0d9df93d6ec7d0f1a4051004f91c59b78e6b915faea3f8f00ab3e10fcd892d3d50a1ea05c9b48b991e SHA512 0466db4f8af1ad67b70417fcf6a9970ceeb31fa81cd2691ee97527bdf593f55a863e3a0dc200301165d7794649a57486eb2fb92bb92d76fd450f080c58c96905
diff --git a/app-editors/helix/helix-23.10-r1.ebuild b/app-editors/helix/helix-23.10-r2.ebuild
index 85a1d08ac734..1fb2d7450688 100644
--- a/app-editors/helix/helix-23.10-r1.ebuild
+++ b/app-editors/helix/helix-23.10-r2.ebuild
@@ -334,4 +334,11 @@ pkg_postinst() {
einfo "HELIX_RUNTIME was also installed on your system. In running shell instances"
einfo "you need to run 'source /etc/profile' to pick up the new variable"
einfo "or manually set the environment variable HELIX_RUNTIME=/usr/share/helix/runtime."
+ xdg_desktop_database_update
+ xdg_icon_cache_update
+}
+
+pkg_postrm() {
+ xdg_desktop_database_update
+ xdg_icon_cache_update
}