[arch-commits] Commit in xdg-desktop-portal-kde/trunk (PKGBUILD)
Jan Steffens
heftig at archlinux.org
Wed Jul 18 18:41:10 UTC 2018
Date: Wednesday, July 18, 2018 @ 18:41:10
Author: heftig
Revision: 329002
5.13.3-2: disable screencast portal until pipewire 0.2 support
Modified:
xdg-desktop-portal-kde/trunk/PKGBUILD (contents, properties)
----------+
PKGBUILD | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-07-18 18:33:01 UTC (rev 329001)
+++ PKGBUILD 2018-07-18 18:41:10 UTC (rev 329002)
@@ -1,14 +1,14 @@
-# $Id: PKGBUILD 295962 2017-05-13 12:58:56Z arojas $
+# $Id$
# Maintainer: Antonio Rojas <arojas at archlinux.org>
pkgname=xdg-desktop-portal-kde
pkgver=5.13.3
-pkgrel=1
+pkgrel=2
pkgdesc='A backend implementation for xdg-desktop-portal using Qt/KF5'
arch=(x86_64)
url='https://www.kde.org/workspaces/plasmadesktop/'
license=(LGPL)
-depends=(ki18n knotifications pipewire libepoxy kwayland kwidgetsaddons)
+depends=(ki18n knotifications kwayland kwidgetsaddons)
makedepends=(extra-cmake-modules)
provides=(xdg-desktop-portal-impl)
groups=(plasma)
@@ -31,10 +31,9 @@
-DCMAKE_INSTALL_LIBDIR=lib \
-DCMAKE_INSTALL_LIBEXECDIR=lib \
-DBUILD_TESTING=OFF
- make
+ cmake --build .
}
package() {
- cd build
- make DESTDIR="$pkgdir" install
+ DESTDIR="$pkgdir" cmake --build build --target install
}
Property changes on: xdg-desktop-portal-kde/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
More information about the arch-commits
mailing list