[arch-commits] Commit in phonon/repos (staging-x86_64 staging-x86_64/PKGBUILD)

Felix Yan felixonmars at archlinux.org
Tue May 19 08:06:37 UTC 2020


    Date: Tuesday, May 19, 2020 @ 08:06:36
  Author: felixonmars
Revision: 386151

archrelease: copy trunk to staging-x86_64

Added:
  phonon/repos/staging-x86_64/
  phonon/repos/staging-x86_64/PKGBUILD
    (from rev 386150, phonon/trunk/PKGBUILD)

----------+
 PKGBUILD |   34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

Copied: phonon/repos/staging-x86_64/PKGBUILD (from rev 386150, phonon/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2020-05-19 08:06:36 UTC (rev 386151)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgbase=phonon
+pkgname=(phonon-qt5)
+pkgdesc="The multimedia framework by KDE"
+pkgver=4.11.1
+pkgrel=2
+arch=(x86_64)
+url='https://community.kde.org/Phonon'
+license=(LGPL)
+depends=(libpulse qt5-base)
+optdepends=('pulseaudio: PulseAudio support' 'qt5-tools: Designer plugin')
+makedepends=(extra-cmake-modules qt5-tools)
+source=("https://download.kde.org/stable/$pkgbase/$pkgver/$pkgbase-$pkgver.tar.xz"{,.sig})
+sha256sums=('b4431ea2600df8137a717741ad9ebc7f7ec1649fa3e138541d8f42597144de2d'
+            'SKIP')
+validpgpkeys=(CB9387521E1EE0127DA804843FDBB55084CC5D84) # Harald Sitter <sitter at kde.org>
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgbase-$pkgver
+  make
+}
+
+package_phonon-qt5(){
+  depends+=(phonon-qt5-backend)
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list