summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-03-21 11:05:03 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-03-21 16:35:00 +0100
commitf9c99549d20810efa276e2c660ba28ca18610c8d (patch)
tree1b7d0e1929115de51d52a190d07b9f5ed306f7b2 /kde-apps/kpkpass
parentkde-apps/kpimtextedit: 24.02.1 version bump (diff)
downloadgentoo-f9c99549d20810efa276e2c660ba28ca18610c8d.tar.gz
gentoo-f9c99549d20810efa276e2c660ba28ca18610c8d.tar.bz2
gentoo-f9c99549d20810efa276e2c660ba28ca18610c8d.zip
kde-apps/kpkpass: 24.02.1 version bump
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-24.02.1.ebuild24
2 files changed, 25 insertions, 0 deletions
diff --git a/kde-apps/kpkpass/Manifest b/kde-apps/kpkpass/Manifest
index e3cfd7b3fb83..877e1bad1789 100644
--- a/kde-apps/kpkpass/Manifest
+++ b/kde-apps/kpkpass/Manifest
@@ -1,2 +1,3 @@
DIST kpkpass-23.08.5.tar.xz 29416 BLAKE2B 03816824eda2993fd4fc3f92fc4cb1c03469f0e832d2b9dca470686e8e9d9ab8750f01cf095a147a59dc50bd7e3455183be32a1324a874da56105321dc3c578d SHA512 5855b6e8dc03590fe61861c3bda42cbd1df4eff9a7f4c4218d4a3d9d2a0cb5146750b9f839354e2a852bfa6fe6b6b1c08db94fe90f58654c3364797f42a573d6
DIST kpkpass-24.02.0.tar.xz 29104 BLAKE2B a2fed667e51444fac4c9225d9b57580f7527182f76cb50a25a636e99741592a86a44eaa4d10a3f9a01c379a6a29ba46adf74e680b94aa5228c02ead66f99b9a7 SHA512 4790f939cc0039d70c9aa64b4646616ac9ad6183b9670614805225cf03f0bf46fa2c835af070297ba61eeca69a051f925300a9b46098044f26c14225fa0ff4fd
+DIST kpkpass-24.02.1.tar.xz 29088 BLAKE2B ec4b47ec7a8220bd565be6ef083ebe68d8468e01670ae322a6e329e0a39a9a5ea5f07bdbb4d0b9bb4411a121ee5892ee639120a5f565b9d857aff00486746127 SHA512 0cbc0af732da10186c9f4fc77d4f23562f41536d30a6b82dfc004aaa524b26e07da0b19988f0eef34e670c3d249f4853b83ab48975a12ed9fb63b580f7c73154
diff --git a/kde-apps/kpkpass/kpkpass-24.02.1.ebuild b/kde-apps/kpkpass/kpkpass-24.02.1.ebuild
new file mode 100644
index 000000000000..77c5855326ff
--- /dev/null
+++ b/kde-apps/kpkpass/kpkpass-24.02.1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_QTHELP="true"
+ECM_TEST="true"
+KFMIN=6.0.0
+QTMIN=6.6.2
+inherit ecm gear.kde.org
+
+DESCRIPTION="Library to deal with Apple Wallet pass files"
+HOMEPAGE="https://apps.kde.org/kontact/"
+
+LICENSE="LGPL-2.1+"
+SLOT="6"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="
+ >=dev-qt/qtbase-${QTMIN}:6[gui]
+ >=kde-frameworks/karchive-${KFMIN}:6
+"
+RDEPEND="${DEPEND}"