From: Lars Wendler Date: Fri, 13 Oct 2017 09:26:45 +0000 (+0200) Subject: app-admin/keepassxc: Revbumps to add QA fixes (bug #634078). X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=0536871c4b0b43fe7491ae61cc06ff744ed8099b;p=gentoo.git app-admin/keepassxc: Revbumps to add QA fixes (bug #634078). Package-Manager: Portage-2.3.11, Repoman-2.3.3 --- diff --git a/app-admin/keepassxc/keepassxc-2.1.4.ebuild b/app-admin/keepassxc/keepassxc-2.1.4-r1.ebuild similarity index 82% rename from app-admin/keepassxc/keepassxc-2.1.4.ebuild rename to app-admin/keepassxc/keepassxc-2.1.4-r1.ebuild index a898d01585bf..25db9c565d57 100644 --- a/app-admin/keepassxc/keepassxc-2.1.4.ebuild +++ b/app-admin/keepassxc/keepassxc-2.1.4-r1.ebuild @@ -5,7 +5,7 @@ EAPI=6 SCM="" [[ "${PV}" == 9999 ]] && SCM="git-r3" -inherit cmake-utils ${SCM} +inherit cmake-utils gnome2-utils xdg-utils ${SCM} unset SCM DESCRIPTION="KeePassXC - KeePass Cross-platform Community Edition" @@ -61,3 +61,15 @@ src_configure() { ) cmake-utils_src_configure } + +pkg_postinst() { + gnome2_icon_cache_update + xdg_desktop_database_update + xdg_mimeinfo_database_update +} + +pkg_postrm() { + gnome2_icon_cache_update + xdg_desktop_database_update + xdg_mimeinfo_database_update +} diff --git a/app-admin/keepassxc/keepassxc-2.2.1.ebuild b/app-admin/keepassxc/keepassxc-2.2.1-r1.ebuild similarity index 83% rename from app-admin/keepassxc/keepassxc-2.2.1.ebuild rename to app-admin/keepassxc/keepassxc-2.2.1-r1.ebuild index 44773623ac03..15016b6c462e 100644 --- a/app-admin/keepassxc/keepassxc-2.2.1.ebuild +++ b/app-admin/keepassxc/keepassxc-2.2.1-r1.ebuild @@ -5,7 +5,7 @@ EAPI=6 SCM="" [[ "${PV}" == 9999 ]] && SCM="git-r3" -inherit cmake-utils ${SCM} +inherit cmake-utils gnome2-utils xdg-utils ${SCM} unset SCM DESCRIPTION="KeePassXC - KeePass Cross-platform Community Edition" @@ -63,3 +63,15 @@ src_configure() { ) cmake-utils_src_configure } + +pkg_postinst() { + gnome2_icon_cache_update + xdg_desktop_database_update + xdg_mimeinfo_database_update +} + +pkg_postrm() { + gnome2_icon_cache_update + xdg_desktop_database_update + xdg_mimeinfo_database_update +} diff --git a/app-admin/keepassxc/keepassxc-9999.ebuild b/app-admin/keepassxc/keepassxc-9999.ebuild index 44773623ac03..15016b6c462e 100644 --- a/app-admin/keepassxc/keepassxc-9999.ebuild +++ b/app-admin/keepassxc/keepassxc-9999.ebuild @@ -5,7 +5,7 @@ EAPI=6 SCM="" [[ "${PV}" == 9999 ]] && SCM="git-r3" -inherit cmake-utils ${SCM} +inherit cmake-utils gnome2-utils xdg-utils ${SCM} unset SCM DESCRIPTION="KeePassXC - KeePass Cross-platform Community Edition" @@ -63,3 +63,15 @@ src_configure() { ) cmake-utils_src_configure } + +pkg_postinst() { + gnome2_icon_cache_update + xdg_desktop_database_update + xdg_mimeinfo_database_update +} + +pkg_postrm() { + gnome2_icon_cache_update + xdg_desktop_database_update + xdg_mimeinfo_database_update +}