From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 845CE1396D9 for ; Fri, 13 Oct 2017 09:38:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CACD92BC00C; Fri, 13 Oct 2017 09:38:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 96DCFE0CEB for ; Fri, 13 Oct 2017 09:38:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4F31933BF24 for ; Fri, 13 Oct 2017 09:38:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CA72C90A6 for ; Fri, 13 Oct 2017 09:38:11 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1507886855.0536871c4b0b43fe7491ae61cc06ff744ed8099b.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/keepassxc/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/keepassxc/keepassxc-2.1.4-r1.ebuild app-admin/keepassxc/keepassxc-2.1.4.ebuild app-admin/keepassxc/keepassxc-2.2.1-r1.ebuild app-admin/keepassxc/keepassxc-2.2.1.ebuild app-admin/keepassxc/keepassxc-9999.ebuild X-VCS-Directories: app-admin/keepassxc/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 0536871c4b0b43fe7491ae61cc06ff744ed8099b X-VCS-Branch: master Date: Fri, 13 Oct 2017 09:38:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 49097ebb-d9d6-496a-a560-9d5bef777565 X-Archives-Hash: 21df106509d1bf936718fc1c4369bd1a commit: 0536871c4b0b43fe7491ae61cc06ff744ed8099b Author: Lars Wendler gentoo org> AuthorDate: Fri Oct 13 09:26:45 2017 +0000 Commit: Lars Wendler gentoo org> CommitDate: Fri Oct 13 09:27:35 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0536871c app-admin/keepassxc: Revbumps to add QA fixes (bug #634078). Package-Manager: Portage-2.3.11, Repoman-2.3.3 .../{keepassxc-2.1.4.ebuild => keepassxc-2.1.4-r1.ebuild} | 14 +++++++++++++- .../{keepassxc-2.2.1.ebuild => keepassxc-2.2.1-r1.ebuild} | 14 +++++++++++++- app-admin/keepassxc/keepassxc-9999.ebuild | 14 +++++++++++++- 3 files changed, 39 insertions(+), 3 deletions(-) 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 a898d01585b..25db9c565d5 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 44773623ac0..15016b6c462 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 44773623ac0..15016b6c462 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 +}