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

Antonio Rojas arojas at archlinux.org
Mon Dec 10 16:41:30 UTC 2018


    Date: Monday, December 10, 2018 @ 16:41:29
  Author: arojas
Revision: 341550

Fix PulseAudio support with Qt 5.12

Added:
  kmix/trunk/
Modified:
  kmix/trunk/PKGBUILD
Deleted:
  kmix/trunk/

----------+
 PKGBUILD |   17 +++++++++++------
 1 file changed, 11 insertions(+), 6 deletions(-)

Modified: trunk/PKGBUILD
===================================================================
--- kde-unstable/PKGBUILD	2018-12-07 07:25:47 UTC (rev 341216)
+++ trunk/PKGBUILD	2018-12-10 16:41:29 UTC (rev 341550)
@@ -3,24 +3,29 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=kmix
-pkgver=18.11.90
-pkgrel=1
+pkgver=18.08.3
+pkgrel=2
 pkgdesc="KDE volume control program"
 url='https://kde.org/applications/multimedia/kmix/'
 arch=(x86_64)
 license=(GPL LGPL FDL)
-depends=(kxmlgui knotifications hicolor-icon-theme)
+depends=(kinit hicolor-icon-theme)
 makedepends=(extra-cmake-modules kdoctools plasma-framework)
 conflicts=(kdemultimedia-kmix)
 replaces=(kdemultimedia-kmix)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('aefdeba4f836bcb8089037fddc0b385a3f25cc1f764c35594e6da2ff1c1ebfaf'
-            'SKIP')
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}
+        kmix-qt5.12.patch)
+sha256sums=('2d27ad00533188d55f01c4d98b1ca91a22e0cdcd1f3f77bae9005a2a357e1214'
+            'SKIP'
+            '9980bc24c289e86067c6f05b12d1b761918237e758329d72d8284fe7bee7eea5')
 validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <aacid at kde.org>
               F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck at kde.org>
 
 prepare() {
   mkdir -p build
+
+  cd $pkgname-$pkgver
+  patch -p1 -i ../kmix-qt5.12.patch # Fix PulseAudio support with Qt 5.12
 }
 
 build() {



More information about the arch-commits mailing list