8000 mark-devkit: Bump kde-apps/kpkpass-23.08.2 by geaaru · Pull Request #66 · macaroni-os/kde-kit · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

mark-devkit: Bump kde-apps/kpkpass-23.08.2 #66

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 20, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions kde-apps/kpkpass/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST kpkpass-23.08.2.tar.xz 29372 BLAKE2B b7234d2a05d1ea801b18540ce79372a85a070e10a7e207808739675e7bde0ab1d81e5ce04e48cf8dc267cc438db31c4da0f8c26cbada8ba435a043aa67d020d6 SHA512 2e5cc4dfd5fb60eeb431e1afbb78344ff5091fb2b5a1512483cd771e8cc00134026fb88bf5e67025a9aa9182e59992b8aa7fb1428798dd8ee6b4c7d4eb182420
22 changes: 22 additions & 0 deletions kde-apps/kpkpass/kpkpass-23.08.2.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Distributed under the terms of the GNU General Public License v2

EAPI=7

KDE_TEST="true"
FRAMEWORKS_MINIMAL=5.98.0
QT_MINIMAL=5.15.1
VIRTUALX_REQUIRED="test"
inherit kde5

DESCRIPTION="Library to deal with Apple Wallet pass files"
HOMEPAGE="https://apps.kde.org/en/kontact"
LICENSE="LGPL-2.1+"
SLOT="5"
KEYWORDS="*"
IUSE=""

DEPEND="
$(add_qt_dep qtgui)
$(add_frameworks_dep karchive)
"
RDEPEND="${DEPEND}"
0