diff options
Diffstat (limited to 'user/frameworkintegration')
-rw-r--r-- | user/frameworkintegration/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/user/frameworkintegration/APKBUILD b/user/frameworkintegration/APKBUILD index 8a6ad042f..9647283cf 100644 --- a/user/frameworkintegration/APKBUILD +++ b/user/frameworkintegration/APKBUILD @@ -1,12 +1,12 @@ # Contributor: A. Wilcox <awilfox@adelielinux.org> # Maintainer: A. Wilcox <awilfox@adelielinux.org> pkgname=frameworkintegration -pkgver=5.94.0 +pkgver=5.116.0 pkgrel=0 pkgdesc="Framework providing components to allow applications to integrate with a KDE Workspace" url="https://www.kde.org/" arch="all" -options="!check" # All tests require X11. +options="checkx11" license="LGPL-2.1+" depends="" depends_dev="qt5-qtbase-dev" @@ -24,7 +24,7 @@ build() { -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DBUILD_SHARED_LIBS=True \ - -DCMAKE_BUILD_TYPE=RelWithDebugInfo \ + -DCMAKE_BUILD_TYPE=RelWithDebInfo \ -DCMAKE_CXX_FLAGS="$CXXFLAGS" \ -DCMAKE_C_FLAGS="$CFLAGS" \ ${CMAKE_CROSSOPTS} . @@ -39,4 +39,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="3900fe970d459707b634df90515e49593632e7fe1dc9ba2a54b45d5042a768997f11b0875fe5419912673d8c9166e244d27b943b83c2d4a8936b8d6e30e17eb1 frameworkintegration-5.94.0.tar.xz" +sha512sums="425fd38f87b2bba96f68afb8bc8108f9da6011106e33f32b2d91b97b8330d54d0bdc26bec8ecf50c32471d8f8e85af5f6d8b3feee0815225f5dd2075c41c8a83 frameworkintegration-5.116.0.tar.xz" |