2017-04-13 15:06:12 +02:00
|
|
|
|
# Description: Çapraz platform QtWebKit tarayıcı.
|
2016-02-24 01:27:23 +01:00
|
|
|
|
# URL: http://www.qupzilla.com/
|
2017-05-16 15:01:53 +02:00
|
|
|
|
# Packager: milisarge
|
2016-07-19 22:00:40 +02:00
|
|
|
|
# Depends on: qt5 desktop-file-utils hunspell qt5-webkit
|
2016-02-24 01:27:23 +01:00
|
|
|
|
|
|
|
|
|
name=qupzilla
|
2017-05-16 15:01:53 +02:00
|
|
|
|
version=2.1.2
|
2016-07-19 22:00:40 +02:00
|
|
|
|
release=1
|
2016-02-24 01:27:23 +01:00
|
|
|
|
|
2017-05-16 15:18:33 +02:00
|
|
|
|
source=(https://github.com/QupZilla/qupzilla/releases/download/v$version/QupZilla-$version.tar.xz
|
|
|
|
|
https://raw.githubusercontent.com/6c37/crux-ports/3.3/qupzilla/plugins-80fea7d.zip)
|
|
|
|
|
|
2017-05-16 15:01:53 +02:00
|
|
|
|
build () {
|
|
|
|
|
cd QupZilla-$version
|
2017-05-16 15:18:33 +02:00
|
|
|
|
mv $SRC/$name-plugins-master/plugins/* src/plugins
|
2017-05-16 15:01:53 +02:00
|
|
|
|
export USE_WEBGL=true \
|
2017-05-16 15:18:33 +02:00
|
|
|
|
DISABLE_UPDATES_CHECK=true \
|
|
|
|
|
QUPZILLA_PREFIX=/usr/
|
|
|
|
|
qmake-qt5
|
2017-05-16 15:01:53 +02:00
|
|
|
|
make
|
|
|
|
|
make INSTALL_ROOT="$PKG/" install
|
2016-02-24 01:27:23 +01:00
|
|
|
|
}
|