mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 10:32:13 +08:00
Version up rekonq to 0.6, removing gtk2 dep
This commit is contained in:
parent
a4330da2e8
commit
18d62b5777
@ -2,30 +2,30 @@
|
||||
# KDE SC Packages for Chakra, part of chakra-project.org
|
||||
#
|
||||
# maintainer (i686): Phil Miller <philm[at]chakra-project[dog]org>
|
||||
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
|
||||
# maintainer (x86_64): Andrei Nistor <coder[dot]tux[at]ceata[dot]org>
|
||||
|
||||
# include global config
|
||||
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
|
||||
pkgname=rekonq
|
||||
pkgver=0.5.0
|
||||
pkgrel=2
|
||||
pkgver=0.6.0
|
||||
pkgrel=1
|
||||
pkgdesc='A WebKit based web browser for KDE'
|
||||
arch=('i686' 'x86_64')
|
||||
url='http://rekonq.sourceforge.net/'
|
||||
license=('GPL')
|
||||
depends=('kdelibs>=4.4.0' 'qt>=4.6' 'gtk2')
|
||||
depends=('kdelibs>=4.5.0' 'qt>=4.7' 'docbook-xml')
|
||||
makedepends=('cmake' 'automoc4')
|
||||
install=${pkgname}.install
|
||||
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
|
||||
md5sums=('ffa227236b9e4aa6cca6851cc05855fb')
|
||||
md5sums=('68875a7a00dccc8fc7daec2245320314')
|
||||
|
||||
build(){
|
||||
cd ${srcdir}
|
||||
mkdir -p build
|
||||
cd build
|
||||
cmake ../${pkgname}-${pkgver} \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
|
||||
-DCMAKE_SKIP_RPATH=ON \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr
|
||||
make || return 1
|
||||
|
Loading…
Reference in New Issue
Block a user