summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2019-03-07 23:31:19 +0100
committerLars Wendler <polynomial-c@gentoo.org>2019-03-07 23:31:19 +0100
commit7217602014591e4fe9b787c32a3c22aed82ee919 (patch)
tree62e62e63aea36e54af8754bbfd8eeb62a6f829b8 /app-admin
parentapp-shells/bash: Removed old. (diff)
downloadgentoo-7217602014591e4fe9b787c32a3c22aed82ee919.tar.gz
gentoo-7217602014591e4fe9b787c32a3c22aed82ee919.tar.bz2
gentoo-7217602014591e4fe9b787c32a3c22aed82ee919.zip
app-admin/keepassxc: Revbump to depend on x11-misc/xsel
Closes: https://bugs.gentoo.org/667092 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'app-admin')
-rw-r--r--app-admin/keepassxc/keepassxc-2.3.4-r1.ebuild (renamed from app-admin/keepassxc/keepassxc-2.3.4.ebuild)23
1 files changed, 14 insertions, 9 deletions
diff --git a/app-admin/keepassxc/keepassxc-2.3.4.ebuild b/app-admin/keepassxc/keepassxc-2.3.4-r1.ebuild
index 623e428fb79d..222a7249efa6 100644
--- a/app-admin/keepassxc/keepassxc-2.3.4.ebuild
+++ b/app-admin/keepassxc/keepassxc-2.3.4-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
-inherit cmake-utils gnome2-utils xdg-utils
+inherit cmake-utils xdg
DESCRIPTION="KeePassXC - KeePass Cross-platform Community Edition"
HOMEPAGE="https://keepassxc.org"
@@ -47,6 +47,11 @@ DEPEND="
dev-qt/qtconcurrent:5
"
+# Not a runtime dependency but still needed (see bug #667092)
+PDEPEND="
+ x11-misc/xsel
+"
+
PATCHES=(
"${FILESDIR}/${PN}-2.3.3-qt-5.11-edit-entry-widget-includes.patch" #655844
)
@@ -72,14 +77,14 @@ src_configure() {
cmake-utils_src_configure
}
+pkg_preinst() {
+ xdg_pkg_preinst
+}
+
pkg_postinst() {
- gnome2_icon_cache_update
- xdg_desktop_database_update
- xdg_mimeinfo_database_update
+ xdg_pkg_postinst
}
pkg_postrm() {
- gnome2_icon_cache_update
- xdg_desktop_database_update
- xdg_mimeinfo_database_update
+ xdg_pkg_postrm
}