[arch-commits] Commit in kio-extras/kde-unstable (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Sat Nov 14 08:16:14 UTC 2020
Date: Saturday, November 14, 2020 @ 08:16:14
Author: arojas
Revision: 401004
libexec--
Modified:
kio-extras/kde-unstable/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-14 07:46:35 UTC (rev 401003)
+++ PKGBUILD 2020-11-14 08:16:14 UTC (rev 401004)
@@ -4,7 +4,7 @@
pkgname=kio-extras
pkgver=20.11.80
-pkgrel=1
+pkgrel=2
pkgdesc="Additional components to increase the functionality of KIO"
arch=(x86_64)
url='https://www.kde.org/applications/internet/'
@@ -25,6 +25,7 @@
build() {
cmake -B build -S $pkgname-$pkgver \
-DLIBAPPIMAGE_LIBRARIES=libappimage.so \
+ -DCMAKE_INSTALL_LIBEXECDIR=lib \
-DBUILD_TESTING=OFF
cmake --build build
}
More information about the arch-commits
mailing list