Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/keepassxc/
Date: Fri, 13 Oct 2017 09:38:15
Message-Id: 1507886855.0536871c4b0b43fe7491ae61cc06ff744ed8099b.polynomial-c@gentoo
1 commit: 0536871c4b0b43fe7491ae61cc06ff744ed8099b
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 13 09:26:45 2017 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 13 09:27:35 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0536871c
7
8 app-admin/keepassxc: Revbumps to add QA fixes (bug #634078).
9
10 Package-Manager: Portage-2.3.11, Repoman-2.3.3
11
12 .../{keepassxc-2.1.4.ebuild => keepassxc-2.1.4-r1.ebuild} | 14 +++++++++++++-
13 .../{keepassxc-2.2.1.ebuild => keepassxc-2.2.1-r1.ebuild} | 14 +++++++++++++-
14 app-admin/keepassxc/keepassxc-9999.ebuild | 14 +++++++++++++-
15 3 files changed, 39 insertions(+), 3 deletions(-)
16
17 diff --git a/app-admin/keepassxc/keepassxc-2.1.4.ebuild b/app-admin/keepassxc/keepassxc-2.1.4-r1.ebuild
18 similarity index 82%
19 rename from app-admin/keepassxc/keepassxc-2.1.4.ebuild
20 rename to app-admin/keepassxc/keepassxc-2.1.4-r1.ebuild
21 index a898d01585b..25db9c565d5 100644
22 --- a/app-admin/keepassxc/keepassxc-2.1.4.ebuild
23 +++ b/app-admin/keepassxc/keepassxc-2.1.4-r1.ebuild
24 @@ -5,7 +5,7 @@ EAPI=6
25
26 SCM=""
27 [[ "${PV}" == 9999 ]] && SCM="git-r3"
28 -inherit cmake-utils ${SCM}
29 +inherit cmake-utils gnome2-utils xdg-utils ${SCM}
30 unset SCM
31
32 DESCRIPTION="KeePassXC - KeePass Cross-platform Community Edition"
33 @@ -61,3 +61,15 @@ src_configure() {
34 )
35 cmake-utils_src_configure
36 }
37 +
38 +pkg_postinst() {
39 + gnome2_icon_cache_update
40 + xdg_desktop_database_update
41 + xdg_mimeinfo_database_update
42 +}
43 +
44 +pkg_postrm() {
45 + gnome2_icon_cache_update
46 + xdg_desktop_database_update
47 + xdg_mimeinfo_database_update
48 +}
49
50 diff --git a/app-admin/keepassxc/keepassxc-2.2.1.ebuild b/app-admin/keepassxc/keepassxc-2.2.1-r1.ebuild
51 similarity index 83%
52 rename from app-admin/keepassxc/keepassxc-2.2.1.ebuild
53 rename to app-admin/keepassxc/keepassxc-2.2.1-r1.ebuild
54 index 44773623ac0..15016b6c462 100644
55 --- a/app-admin/keepassxc/keepassxc-2.2.1.ebuild
56 +++ b/app-admin/keepassxc/keepassxc-2.2.1-r1.ebuild
57 @@ -5,7 +5,7 @@ EAPI=6
58
59 SCM=""
60 [[ "${PV}" == 9999 ]] && SCM="git-r3"
61 -inherit cmake-utils ${SCM}
62 +inherit cmake-utils gnome2-utils xdg-utils ${SCM}
63 unset SCM
64
65 DESCRIPTION="KeePassXC - KeePass Cross-platform Community Edition"
66 @@ -63,3 +63,15 @@ src_configure() {
67 )
68 cmake-utils_src_configure
69 }
70 +
71 +pkg_postinst() {
72 + gnome2_icon_cache_update
73 + xdg_desktop_database_update
74 + xdg_mimeinfo_database_update
75 +}
76 +
77 +pkg_postrm() {
78 + gnome2_icon_cache_update
79 + xdg_desktop_database_update
80 + xdg_mimeinfo_database_update
81 +}
82
83 diff --git a/app-admin/keepassxc/keepassxc-9999.ebuild b/app-admin/keepassxc/keepassxc-9999.ebuild
84 index 44773623ac0..15016b6c462 100644
85 --- a/app-admin/keepassxc/keepassxc-9999.ebuild
86 +++ b/app-admin/keepassxc/keepassxc-9999.ebuild
87 @@ -5,7 +5,7 @@ EAPI=6
88
89 SCM=""
90 [[ "${PV}" == 9999 ]] && SCM="git-r3"
91 -inherit cmake-utils ${SCM}
92 +inherit cmake-utils gnome2-utils xdg-utils ${SCM}
93 unset SCM
94
95 DESCRIPTION="KeePassXC - KeePass Cross-platform Community Edition"
96 @@ -63,3 +63,15 @@ src_configure() {
97 )
98 cmake-utils_src_configure
99 }
100 +
101 +pkg_postinst() {
102 + gnome2_icon_cache_update
103 + xdg_desktop_database_update
104 + xdg_mimeinfo_database_update
105 +}
106 +
107 +pkg_postrm() {
108 + gnome2_icon_cache_update
109 + xdg_desktop_database_update
110 + xdg_mimeinfo_database_update
111 +}