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

Andrea Scarpino andrea at archlinux.org
Sat Oct 29 17:14:00 UTC 2011


    Date: Saturday, October 29, 2011 @ 13:13:59
  Author: andrea
Revision: 141352

Rebuilt to enable WebGl support; use tarball from al.org

Modified:
  kwebkitpart/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-10-29 17:10:19 UTC (rev 141351)
+++ PKGBUILD	2011-10-29 17:13:59 UTC (rev 141352)
@@ -4,7 +4,7 @@
 
 pkgname=kwebkitpart
 pkgver=1.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A WebKit browser component for KDE"
 url="http://opendesktop.org/content/show.php?content=127960"
 arch=('i686' 'x86_64')
@@ -12,14 +12,14 @@
 depends=('kdebase-runtime')
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
-source=("${pkgname}-${pkgver}.tar.bz2"::"http://quickgit.kde.org/?p=${pkgname}.git&a=snapshot&h=d2aba2aa0664fde17f29d526226576aa6b956ee1&fmt=tbz2")
-md5sums=('d87b69fc4945aa9159908f842c3f9e2e')
+source=("ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.xz")
+md5sums=('e736d7b26cf6e3c0eed837837b3f032b')
 
 build() {
   cd "${srcdir}"
   mkdir build
   cd build
-  cmake ../${pkgname} \
+  cmake ../${pkgname}-${pkgver} \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DCMAKE_BUILD_TYPE=Release
   make




More information about the arch-commits mailing list