mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
kwebkitpart update & bugfix, webgl, html5 enabled
This commit is contained in:
parent
3cbad601fd
commit
5b2519ff99
@ -8,25 +8,24 @@
|
||||
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
|
||||
pkgname=kwebkitpart
|
||||
pkgver=1.1
|
||||
pkgver=1.2
|
||||
pkgrel=1
|
||||
pkgdesc="A web browser component for KDE"
|
||||
url="http://opendesktop.org/content/show.php?content=127960"
|
||||
arch=('i686' 'x86_64')
|
||||
license=('GPL')
|
||||
depends=('kdebase-runtime')
|
||||
depends=('kde-runtime')
|
||||
makedepends=('cmake' 'automoc4')
|
||||
conflicts=('kwebkitpart-svn')
|
||||
install=${pkgname}.install
|
||||
source=("http://chakra-project.org/sources/kwebkitpart/${pkgname}-${pkgver}.tar.bz2")
|
||||
md5sums=('1a72499b91d668409ed8ea8e5e71b398')
|
||||
options=('force')
|
||||
source=("${pkgname}-${pkgver}.tar.bz2"::"http://quickgit.kde.org/?p=${pkgname}.git&a=snapshot&h=d2aba2aa0664fde17f29d526226576aa6b956ee1&fmt=tbz2")
|
||||
md5sums=('ed249c5b36706eb05edcaf660932c92c')
|
||||
|
||||
build() {
|
||||
cd ${srcdir}
|
||||
mkdir -p build
|
||||
mkdir build
|
||||
cd build
|
||||
cmake ../${pkgname}-${pkgver} \
|
||||
cmake ../${pkgname} \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DCMAKE_BUILD_TYPE=Release
|
||||
make
|
||||
|
Loading…
Reference in New Issue
Block a user