diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-12-29 18:05:25 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-12-29 18:05:25 +0000 |
commit | b9895e501cb1bdcd19ea7071b2d2f2a800756fe8 (patch) | |
tree | 0e9923b39498c676aea614ff65883ec6b4ea0aab /user/kdecoration/APKBUILD | |
parent | d6e7cc0a30f22391814c11a45e053820c611a888 (diff) | |
download | packages-b9895e501cb1bdcd19ea7071b2d2f2a800756fe8.tar.gz packages-b9895e501cb1bdcd19ea7071b2d2f2a800756fe8.tar.bz2 packages-b9895e501cb1bdcd19ea7071b2d2f2a800756fe8.tar.xz packages-b9895e501cb1bdcd19ea7071b2d2f2a800756fe8.zip |
user/[KDE Plasma]: Bump non-WL components to 5.12.9
* Makes KScreenLocker's Wayland dep optional.
Diffstat (limited to 'user/kdecoration/APKBUILD')
-rw-r--r-- | user/kdecoration/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/user/kdecoration/APKBUILD b/user/kdecoration/APKBUILD index 596214fbf..e25617ecd 100644 --- a/user/kdecoration/APKBUILD +++ b/user/kdecoration/APKBUILD @@ -1,7 +1,7 @@ # Contributor: A. Wilcox <awilfox@adelielinux.org> # Maintainer: A. Wilcox <awilfox-kde@adelielinux.org> pkgname=kdecoration -pkgver=5.12.8 +pkgver=5.12.9 pkgrel=0 pkgdesc="Window decoration plugin library" url="https://www.kde.org/" @@ -25,7 +25,7 @@ build() { -DCMAKE_BUILD_TYPE=RelWithDebugInfo \ -DCMAKE_CXX_FLAGS="$CXXFLAGS" \ -DCMAKE_C_FLAGS="$CFLAGS" \ - ${CMAKE_CROSSOPTS} + ${CMAKE_CROSSOPTS} . make } @@ -37,4 +37,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="ee93718d25ebf51a61fd8fab8be7138b3bddcbc87422e88e9500c40b72a0211abfa3df168277e7d1cee759bb995ea993d618024979a4d4127729a40b3e910f61 kdecoration-5.12.8.tar.xz" +sha512sums="f4c97bc64707d8c3863e519bb9efc6b324e818ec0e73f184191824a80c9d7140e5d102a0e4557246ec93726456c235d062a219da749ceb6aa186197e1e5f2618 kdecoration-5.12.9.tar.xz" |