mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-10 11:34:36 +08:00
calligra RC4, rekonq 2.0.50 updates
This commit is contained in:
parent
2a320d1e2a
commit
282e9cc4d9
@ -4,8 +4,8 @@
|
||||
# maintainer: abveritas@chakra-project.org
|
||||
|
||||
pkgname=rekonq
|
||||
pkgver=2.0
|
||||
pkgrel=4
|
||||
pkgver=2.0.50
|
||||
pkgrel=1
|
||||
pkgdesc='A WebKit based web browser for KDE'
|
||||
arch=('x86_64')
|
||||
url='http://rekonq.sourceforge.net/'
|
||||
@ -15,28 +15,40 @@ makedepends=('cmake' 'automoc4' 'docbook-xsl')
|
||||
categories=('network')
|
||||
screenshot=('http://rekonq.kde.org/sites/rekonq.kde.org/files/images/Rekonq-0.6.0.png')
|
||||
install=${pkgname}.install
|
||||
source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2"
|
||||
'background.png'
|
||||
'background.diff'
|
||||
'searchengine.diff'
|
||||
'google_sync.diff')
|
||||
md5sums=('d73e3fdeefaaa4d9cf51dd4ba4395bd7'
|
||||
source=("rekonq-${pkgver}.tar.xz"
|
||||
'background.png'
|
||||
'background.diff'
|
||||
'searchengine.diff')
|
||||
md5sums=('3a4c3fb2fc7d4afc1b8303495eb12a51'
|
||||
'cd493df91e34030a8195eaf8b6d68140'
|
||||
'5d7bab51b8f4b78c0f7cd94c885f22c3'
|
||||
'7ab9dc2e4397a66c7a64e08265171996'
|
||||
'e4fcbc0103d6a884dcd5f2e930bafb1c')
|
||||
'7ab9dc2e4397a66c7a64e08265171996')
|
||||
|
||||
# source PKGBUILD && mksource
|
||||
mksource() {
|
||||
git clone git://anongit.kde.org/rekonq.git
|
||||
pushd rekonq
|
||||
popd
|
||||
tar -cvJf rekonq-${pkgver}.tar.xz rekonq/*
|
||||
md5sum rekonq-${pkgver}.tar.xz
|
||||
}
|
||||
|
||||
build(){
|
||||
cd ${srcdir}/${pkgname}-${pkgver}
|
||||
# Chakra theme:
|
||||
build() {
|
||||
cd ${srcdir}/rekonq
|
||||
patch -p1 -i "${srcdir}/background.diff"
|
||||
|
||||
patch -p1 -i "${srcdir}/google_sync.diff"
|
||||
|
||||
cd ${srcdir}
|
||||
mkdir -p build
|
||||
mkdir -p build
|
||||
cd build
|
||||
cmake ../${pkgname}-${pkgver} \
|
||||
|
||||
#export RK_SRCS="${srcdir}/build"
|
||||
#cd scripts
|
||||
#chmod +x download_i18n.sh
|
||||
#./download_i18n.sh
|
||||
#cd ..
|
||||
# end path and run localization files
|
||||
|
||||
cmake ../${pkgname} \
|
||||
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr
|
||||
make
|
||||
@ -44,8 +56,8 @@ build(){
|
||||
|
||||
package() {
|
||||
cd ${srcdir}/build
|
||||
|
||||
make DESTDIR=${pkgdir} install
|
||||
|
||||
rm ${pkgdir}/usr/share/apps/rekonq/pics/background.png
|
||||
install -m 644 -p ${srcdir}/background.png ${pkgdir}/usr/share/apps/rekonq/pics/background.png
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user