[arch-commits] Commit in krfb/trunk (PKGBUILD)
Jan Steffens
heftig at archlinux.org
Sun Mar 8 08:09:41 UTC 2020
Date: Sunday, March 8, 2020 @ 08:09:40
Author: heftig
Revision: 377124
19.12.3-2
Modified:
krfb/trunk/PKGBUILD (contents, properties)
----------+
PKGBUILD | 14 ++++++--------
1 file changed, 6 insertions(+), 8 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-08 08:08:20 UTC (rev 377123)
+++ PKGBUILD 2020-03-08 08:09:40 UTC (rev 377124)
@@ -3,12 +3,12 @@
pkgname=krfb
pkgver=19.12.3
-pkgrel=1
+pkgrel=2
pkgdesc='Desktop Sharing'
url='https://www.kde.org/applications/system/krfb'
arch=(x86_64)
license=(LGPL)
-depends=(kdnssd kxmlgui kwallet libvncserver pipewire kcompletion)
+depends=(kdnssd kxmlgui kwallet libvncserver libpipewire02 kcompletion)
makedepends=(extra-cmake-modules kdoctools)
groups=(kde-applications kdenetwork)
source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
@@ -18,17 +18,15 @@
F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck at kde.org>
prepare() {
- mkdir -p build
+ cd $pkgname-$pkgver
}
build() {
- cd build
- cmake ../$pkgname-$pkgver \
+ cmake -H$pkgname-$pkgver -Bbuild \
-DBUILD_TESTING=OFF
- make
+ cmake --build build
}
package() {
- cd build
- make DESTDIR="$pkgdir" install
+ DESTDIR="$pkgdir" cmake --build build --target install
}
Property changes on: krfb/trunk/PKGBUILD
___________________________________________________________________
Deleted: svn:keywords
## -1 +0,0 ##
-Id
\ No newline at end of property
More information about the arch-commits
mailing list