diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-12-29 19:32:14 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-12-29 19:32:14 +0000 |
commit | 884687f4f8338adfbd4150afaad1f747f3b16797 (patch) | |
tree | 04e7bc986ee0d7bf97d81904b3dc50a4f91c6a94 /user/plasma-integration/APKBUILD | |
parent | 810b7e9d4260a5e9a5ba0acd98a2871f05fede4f (diff) | |
download | packages-884687f4f8338adfbd4150afaad1f747f3b16797.tar.gz packages-884687f4f8338adfbd4150afaad1f747f3b16797.tar.bz2 packages-884687f4f8338adfbd4150afaad1f747f3b16797.tar.xz packages-884687f4f8338adfbd4150afaad1f747f3b16797.zip |
user/[KDE Plasma]: More bumps to 5.12.9
Diffstat (limited to 'user/plasma-integration/APKBUILD')
-rw-r--r-- | user/plasma-integration/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/user/plasma-integration/APKBUILD b/user/plasma-integration/APKBUILD index fbd0642e0..a80f633e6 100644 --- a/user/plasma-integration/APKBUILD +++ b/user/plasma-integration/APKBUILD @@ -1,7 +1,7 @@ # Contributor: A. Wilcox <awilfox@adelielinux.org> # Maintainer: A. Wilcox <awilfox-kde@adelielinux.org> pkgname=plasma-integration -pkgver=5.12.8 +pkgver=5.12.9 pkgrel=0 pkgdesc="Qt platform theme plugin for Plasma" url="https://www.kde.org/" @@ -29,7 +29,7 @@ build() { -DCMAKE_C_FLAGS="$CFLAGS" \ -DCMAKE_DISABLE_FIND_PACKAGE_FontNotoSans=true \ -DCMAKE_DISABLE_FIND_PACKAGE_FontHack=true \ - ${CMAKE_CROSSOPTS} + ${CMAKE_CROSSOPTS} . make } @@ -41,4 +41,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="81c0c14680eee8b81e303ebf874dec11b43cee65f210eed90594a5496f83d59aa8527bb31aab82cc5a045c37ab954b07c6c023083b134d755b8b02bf0c041938 plasma-integration-5.12.8.tar.xz" +sha512sums="903779e7a4a5c06c5f0754ed76d6eab339a293ad2e1695356ac6c3587b029b656711f684e40adbd8b4ebc732afa833fe4f0ae43681870d59c9609119140a1033 plasma-integration-5.12.9.tar.xz" |