summaryrefslogtreecommitdiff
path: root/user/kcoreaddons/APKBUILD
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-12-27 06:49:14 -0600
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-12-27 06:49:14 -0600
commit092ad87bd24b84b2539294bb00d7dde7c9d2ce23 (patch)
treef2904e20fb548fc8fff90bd59626f13780867f14 /user/kcoreaddons/APKBUILD
parent47d18b13213ccd7c51894796760f97571c3eb424 (diff)
downloadpackages-092ad87bd24b84b2539294bb00d7dde7c9d2ce23.tar.gz
packages-092ad87bd24b84b2539294bb00d7dde7c9d2ce23.tar.bz2
packages-092ad87bd24b84b2539294bb00d7dde7c9d2ce23.tar.xz
packages-092ad87bd24b84b2539294bb00d7dde7c9d2ce23.zip
user/[KDE Frameworks]: Bump (some) to 5.65.0
The frameworks here have been built and tested on ppc64. The ones not here have dependencies that need to be worked on or bumped.
Diffstat (limited to 'user/kcoreaddons/APKBUILD')
-rw-r--r--user/kcoreaddons/APKBUILD9
1 files changed, 3 insertions, 6 deletions
diff --git a/user/kcoreaddons/APKBUILD b/user/kcoreaddons/APKBUILD
index a94b25c34..18354ff62 100644
--- a/user/kcoreaddons/APKBUILD
+++ b/user/kcoreaddons/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: A. Wilcox <awilfox@adelielinux.org>
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=kcoreaddons
-pkgver=5.54.0
+pkgver=5.65.0
pkgrel=0
pkgdesc="Core KF5 framework"
url="https://www.kde.org/"
@@ -16,7 +16,6 @@ subpackages="$pkgname-dev $pkgname-doc $pkgname-lang"
source="https://download.kde.org/stable/frameworks/${pkgver%.*}/kcoreaddons-$pkgver.tar.xz"
build() {
- cd "$builddir"
if [ "$CBUILD" != "$CHOST" ]; then
CMAKE_CROSSOPTS="-DCMAKE_SYSTEM_NAME=Linux -DCMAKE_HOST_SYSTEM_NAME=Linux"
fi
@@ -28,18 +27,16 @@ 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="8e4a2cd59a0ecdf09317e67aa20b96f37562035beb744d189856094bcb06944e175c78515374a8a090446e63c8174b2a949b744dff36f0e21c455a2cb5df5df9 kcoreaddons-5.54.0.tar.xz"
+sha512sums="2b2d1bf85e3f0a2e226c678107653dd347bf7d8a0d23cab2759057eb6ba74dc45fd1bfcf6da1c176c2ee60bbb0e05d43a85bec1a9955bfedc79aca62f4d8aae8 kcoreaddons-5.65.0.tar.xz"