diff options
Diffstat (limited to 'user/plasma-thunderbolt/APKBUILD')
-rw-r--r-- | user/plasma-thunderbolt/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/user/plasma-thunderbolt/APKBUILD b/user/plasma-thunderbolt/APKBUILD index 540d65560..a49ca6db2 100644 --- a/user/plasma-thunderbolt/APKBUILD +++ b/user/plasma-thunderbolt/APKBUILD @@ -1,12 +1,12 @@ # Contributor: A. Wilcox <awilfox@adelielinux.org> # Maintainer: A. Wilcox <awilfox@adelielinux.org> pkgname=plasma-thunderbolt -pkgver=5.24.5 +pkgver=5.27.12 pkgrel=0 pkgdesc="Thunderbolt device integration for KDE Plasma desktop" url="https://www.kde.org/" arch="all" -options="!check" # Requires running D-Bus. +options="checkx11" license="GPL-2.0-only" depends="bolt" makedepends="cmake extra-cmake-modules kcmutils-dev kcoreaddons-dev @@ -22,7 +22,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} \ @@ -38,4 +38,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="b1096fac09800e33b87e79a2e774eaf19afa063263e71f772ec0081fda714c63dd07a0000489c36c3f7deead3ee563880bc12f336b8ea599b396613d28cc08f5 plasma-thunderbolt-5.24.5.tar.xz" +sha512sums="208d3b0e5c9f10823f0da13071c9e2c4e3b8ea494f12c51bd824b50d391046d716ebe5775ed095fef4fca0ca2983eaff5905a24d234aaaf29bb1e8ae32072157 plasma-thunderbolt-5.27.12.tar.xz" |