[arch-commits] Commit in phonon (kde-unstable trunk/PKGBUILD)

Andrea Scarpino andrea at archlinux.org
Tue Jul 26 11:49:05 UTC 2011


    Date: Tuesday, July 26, 2011 @ 07:49:05
  Author: andrea
Revision: 132818

cleanup

Modified:
  phonon/trunk/PKGBUILD
Deleted:
  phonon/kde-unstable/

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

Modified: trunk/PKGBUILD
===================================================================
--- trunk/PKGBUILD	2011-07-26 11:34:32 UTC (rev 132817)
+++ trunk/PKGBUILD	2011-07-26 11:49:05 UTC (rev 132818)
@@ -2,31 +2,31 @@
 # Maintainer: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=phonon
-pkgver=4.5.0
+pkgver=4.5.55
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://phonon.kde.org"
 license=('LGPL')
 pkgdesc="The multimedia framework for KDE4"
-depends=('qt' 'phonon-backend' 'libpulse')
+depends=('qt' 'phonon-backend' 'libpulse' 'libqzeitgeist')
 optdepends=('pulseaudio: PulseAudio support')
 makedepends=('cmake' 'automoc4' 'pulseaudio')
-source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('32f8d388c18fde2e23dea7bb103f9713')
+source=("${pkgname}-${pkgver}.tar.bz2"::"http://quickgit.kde.org/?p=phonon.git&a=snapshot&h=37ec84753af68c4f30041d080b37f1a49a89197c&fmt=tbz2")
+#source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('ce1316c88df988320e75a2b4c3cb8804')
 
 build() {
-  cd ${srcdir}
+  cd "${srcdir}"
   mkdir build
   cd build
-  cmake ../${pkgname}-${pkgver} \
+  cmake ../${pkgname} \
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_SKIP_RPATH=ON \
-    -DWITH_QZeitgeist=OFF
+    -DCMAKE_SKIP_RPATH=ON
   make
 }
 
 package(){
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
 }




More information about the arch-commits mailing list