summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-01-10 09:30:23 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-01-10 16:50:00 +0100
commitf1b6a4697cb6bd8b01b005cca0996982fd736a2d (patch)
tree9b2799b0df1355e0ee40b8c909752698a0803837 /kde-apps/kpkpass
parentapp-emulation/libvirt: init submodules for live ebuild (diff)
downloadgentoo-f1b6a4697cb6bd8b01b005cca0996982fd736a2d.tar.gz
gentoo-f1b6a4697cb6bd8b01b005cca0996982fd736a2d.tar.bz2
gentoo-f1b6a4697cb6bd8b01b005cca0996982fd736a2d.zip
kde-apps: Add KDE Applications 18.12.1
Package-Manager: Portage-2.3.54, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kpkpass')
-rw-r--r--kde-apps/kpkpass/Manifest1
-rw-r--r--kde-apps/kpkpass/kpkpass-18.12.1.ebuild23
2 files changed, 24 insertions, 0 deletions
diff --git a/kde-apps/kpkpass/Manifest b/kde-apps/kpkpass/Manifest
index 7eea962ae482..2088a1be7435 100644
--- a/kde-apps/kpkpass/Manifest
+++ b/kde-apps/kpkpass/Manifest
@@ -1,2 +1,3 @@
DIST kpkpass-18.08.3.tar.xz 22924 BLAKE2B 357aa5dec52adf5e9de61d88b8971b9c6b50250d81957a3ffda93d1a682c02be755e1224c514bd56f56d0a9de408190a7a4cb277186bc1cb0891800531f76fd6 SHA512 391d618dfb6378d8665156df7b7a2123ef87cfe07fe8a5352ddd492b6603bc7f83fa06c7ab23ce63d02ddc423b753d6b848e6a1c25d14b49d19290e2cdae5066
DIST kpkpass-18.12.0.tar.xz 23220 BLAKE2B 506ce09a08140391e9ed7e170b34eaf32abeec2d5e0daf0179cb5d8cd2389518da49d2bf81ab820bba7232cc70e0fae353bce3856e14abdb876c2388ecef63d4 SHA512 8c1fa70149544739b5b96f1c6b4a25ebade5fa944b004c8a32e19a759c8939cd402196d5a7f91962a2221d57050555349c777437b7ae79a73b3406f1be5a51f3
+DIST kpkpass-18.12.1.tar.xz 23216 BLAKE2B 376515b38a5a6061eecb3715aed96a538c0387ecc27570517555b11c3aa6879da29c3a36aba6d2fd1dd90f6773e0a6ebf4abe99f9137de12a9c725236920d2ee SHA512 a3e9a22f81b4c567b846cbac6da71cd5a8c216b6aa16cdbbdc9442b4462ee9d3f3c687df3676f3b3a6bd11a25db51994f4ef1cf3b65943c96da503279ab664a7
diff --git a/kde-apps/kpkpass/kpkpass-18.12.1.ebuild b/kde-apps/kpkpass/kpkpass-18.12.1.ebuild
new file mode 100644
index 000000000000..13f3f492ac72
--- /dev/null
+++ b/kde-apps/kpkpass/kpkpass-18.12.1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KDE_TEST="forceoptional"
+VIRTUALX_REQUIRED="test"
+inherit kde5
+
+DESCRIPTION="Library to deal with Apple Wallet pass files"
+HOMEPAGE="https://www.kde.org/applications/office/kontact/"
+
+LICENSE="LGPL-2.1+"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+ $(add_frameworks_dep karchive)
+ $(add_qt_dep qtgui)
+"
+RDEPEND="${DEPEND}
+ !<kde-apps/kdepim-addons-18.07.80
+"