kwebkitpart update & bugfix, webgl, html5 enabled

This commit is contained in:
abveritas 2011-10-12 20:48:40 +00:00
parent 3cbad601fd
commit 5b2519ff99

View File

@ -8,25 +8,24 @@
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
pkgname=kwebkitpart pkgname=kwebkitpart
pkgver=1.1 pkgver=1.2
pkgrel=1 pkgrel=1
pkgdesc="A web browser component for KDE" pkgdesc="A web browser component for KDE"
url="http://opendesktop.org/content/show.php?content=127960" url="http://opendesktop.org/content/show.php?content=127960"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
license=('GPL') license=('GPL')
depends=('kdebase-runtime') depends=('kde-runtime')
makedepends=('cmake' 'automoc4') makedepends=('cmake' 'automoc4')
conflicts=('kwebkitpart-svn') conflicts=('kwebkitpart-svn')
install=${pkgname}.install install=${pkgname}.install
source=("http://chakra-project.org/sources/kwebkitpart/${pkgname}-${pkgver}.tar.bz2") source=("${pkgname}-${pkgver}.tar.bz2"::"http://quickgit.kde.org/?p=${pkgname}.git&a=snapshot&h=d2aba2aa0664fde17f29d526226576aa6b956ee1&fmt=tbz2")
md5sums=('1a72499b91d668409ed8ea8e5e71b398') md5sums=('ed249c5b36706eb05edcaf660932c92c')
options=('force')
build() { build() {
cd ${srcdir} cd ${srcdir}
mkdir -p build mkdir build
cd build cd build
cmake ../${pkgname}-${pkgver} \ cmake ../${pkgname} \
-DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release -DCMAKE_BUILD_TYPE=Release
make make