summaryrefslogtreecommitdiff
path: root/user/kwallet
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-12-28 13:30:42 -0600
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-12-28 13:30:42 -0600
commitddf0310cb98dabbecff4d59c440e8bcdd7624fa6 (patch)
treec54a5889be673b24ef21647e3a8b2d5bd3e60d08 /user/kwallet
parentcb31da9e55a2173da2780fa998a16e4384001d66 (diff)
downloadpackages-ddf0310cb98dabbecff4d59c440e8bcdd7624fa6.tar.gz
packages-ddf0310cb98dabbecff4d59c440e8bcdd7624fa6.tar.bz2
packages-ddf0310cb98dabbecff4d59c440e8bcdd7624fa6.tar.xz
packages-ddf0310cb98dabbecff4d59c440e8bcdd7624fa6.zip
user/[KDE Frameworks]: Bump most to 5.65.0
Also bumps user/kactivitymanagerd to 5.12.9 as a kactivities dep. Omitted: * Baloo: needs lmdb * kdewebkit: needs Qt WebKit * kfilemetadata: needs FFmpeg and its deps * ktexteditor: needs libgit2
Diffstat (limited to 'user/kwallet')
-rw-r--r--user/kwallet/APKBUILD9
1 files changed, 3 insertions, 6 deletions
diff --git a/user/kwallet/APKBUILD b/user/kwallet/APKBUILD
index 910635c7a..f7f55d436 100644
--- a/user/kwallet/APKBUILD
+++ b/user/kwallet/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: A. Wilcox <awilfox@adelielinux.org>
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=kwallet
-pkgver=5.54.0
+pkgver=5.65.0
pkgrel=0
pkgdesc="Secure storage system for passwords built atop Qt"
url="https://www.kde.org/"
@@ -18,7 +18,6 @@ source="https://download.kde.org/stable/frameworks/${pkgver%.*}/kwallet-$pkgver.
kwallet-5.22.0-blowfish-endianness.patch"
build() {
- cd "$builddir"
if [ "$CBUILD" != "$CHOST" ]; then
CMAKE_CROSSOPTS="-DCMAKE_SYSTEM_NAME=Linux -DCMAKE_HOST_SYSTEM_NAME=Linux"
fi
@@ -30,19 +29,17 @@ build() {
-DCMAKE_CXX_FLAGS="$CXXFLAGS" \
-DCMAKE_C_FLAGS="$CFLAGS" \
-DBUILD_QCH:BOOL=ON \
- ${CMAKE_CROSSOPTS}
+ ${CMAKE_CROSSOPTS} .
make
}
check() {
- cd "$builddir"
CTEST_OUTPUT_ON_FAILURE=TRUE ctest
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
}
-sha512sums="f30ceda97180a562853923a0ad1cefbadbed51bbbf4b29405bbe85ccae3dc815053903367ba3638e7a7293eda7fbb7df88f527d6176fc6c2286088c38ce0069a kwallet-5.54.0.tar.xz
+sha512sums="a73f5934cb63d306207540ff05ad4583353a98aeb59e3b8a0e94a7d0934511e4fe943b6761555c3105f8950b20e4143d484c8a5c068822327077cad6fec7fd90 kwallet-5.65.0.tar.xz
edca12963a5db9db05b3b4d581c1b970569f3b96dc672422e561c189c9024b69710732281f054514ce3d596688a5b0ba512766f4fd768eea8e00a18dcfd59179 kwallet-5.22.0-blowfish-endianness.patch"