[arch-commits] Commit in pulseaudio-qt/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Thu May 27 14:05:49 UTC 2021


    Date: Thursday, May 27, 2021 @ 14:05:49
  Author: arojas
Revision: 416537

Update to 1.3.0

Modified:
  pulseaudio-qt/trunk/PKGBUILD

----------+
 PKGBUILD |   20 +++++++-------------
 1 file changed, 7 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-27 13:49:18 UTC (rev 416536)
+++ PKGBUILD	2021-05-27 14:05:49 UTC (rev 416537)
@@ -1,8 +1,8 @@
 # Maintainer:Antonio Rojas <arojas at archlinux.org>
 
 pkgname=pulseaudio-qt
-pkgver=1.2
-pkgrel=2
+pkgver=1.3
+pkgrel=1
 pkgdesc='Qt bindings for libpulse'
 arch=(x86_64)
 url='https://community.kde.org/Frameworks'
@@ -9,25 +9,19 @@
 license=(LGPL)
 depends=(qt5-base libpulse)
 makedepends=(extra-cmake-modules doxygen qt5-tools qt5-doc)
-source=("https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('2901121a27eb9b701727d299829d70a34509e5d1a3e94c84ee32ed3e91a118c4'
+source=(https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('bceb07630d946fa0ce928b177687f618186cdef2309828188211d61a36589ec4'
             'SKIP')
 validpgpkeys=(2D1D5B0588357787DE9EE225EC94D18F7F05997E  # Jonathan Riddell <jr at jriddell.org>
               F53223F3337665C2CCEA122E873AC3459BBCF5C0) # Nicolas Fella <nicolas.fella at kdab.com>
 
-prepare() {
-  mkdir -p build
-}
-
 build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
+  cmake -B build -S $pkgname-$pkgver \
     -DBUILD_QCH=ON \
     -DBUILD_TESTING=OFF
-  make
+  cmake --build build
 }
 
 package() {
-  cd build
-  make DESTDIR="$pkgdir" install
+  DESTDIR="$pkgdir" cmake --install build
 }



More information about the arch-commits mailing list