aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBart Ribbers <bribbers@disroot.org>2020-04-12 19:57:01 +0200
committerAriadne Conill <ariadne@dereferenced.org>2020-04-12 23:39:53 +0000
commitddfc8b22fda2cdadbec004a979b0d791f232256a (patch)
tree78fcd4bb931ba5816bb2cc03613a02d8b6cfaa3d
parent4e6ae7184dab09da5afecf8891dca7181b99e153 (diff)
downloadaports-ddfc8b22fda2cdadbec004a979b0d791f232256a.tar.bz2
aports-ddfc8b22fda2cdadbec004a979b0d791f232256a.tar.xz
community/kleopatra: move from testing
-rw-r--r--community/kleopatra/APKBUILD (renamed from testing/kleopatra/APKBUILD)4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/kleopatra/APKBUILD b/community/kleopatra/APKBUILD
index 917556bfed..76f133a179 100644
--- a/testing/kleopatra/APKBUILD
+++ b/community/kleopatra/APKBUILD
@@ -2,12 +2,12 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=kleopatra
pkgver=19.12.3
-pkgrel=0
+pkgrel=1
arch="all !armhf"
url="https://www.kde.org/applications/utilities/kleopatra/"
pkgdesc="Certificate Manager and Unified Crypto GUI"
license="GPL-2.0-or-later AND GFDL-1.2-only"
-depends="gnupg pinentry-gtk" # Preferably pinentry-qt, but pinentry is in main and Qt5 is in community so it's disabled
+depends="gnupg pinentry-qt"
makedepends="extra-cmake-modules qt5-qtbase-dev kcmutils-dev kwidgetsaddons-dev kconfigwidgets-dev kcoreaddons-dev kcodecs-dev kconfig-dev ki18n-dev kiconthemes-dev kitemmodels-dev kxmlgui-dev kwindowsystem-dev kdoctools-dev kcrash-dev kdoctools-dev kdbusaddons-dev gpgme-dev qgpgme libkleo-dev kmime-dev libassuan-dev boost-dev"
checkdepends="xvfb-run"
source="https://download.kde.org/stable/release-service/$pkgver/src/kleopatra-$pkgver.tar.xz"