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
|
|
|
|
|
2016-07-19 22:00:40 +02:00
|
|
|
|
source=( https://github.com/QupZilla/qupzilla/releases/download/v$version/QupZilla-$version.tar.xz)
|
2017-05-16 15:01:53 +02:00
|
|
|
|
build () {
|
|
|
|
|
cd QupZilla-$version
|
|
|
|
|
export USE_WEBGL=true \
|
|
|
|
|
export DISABLE_UPDATES_CHECK=true \
|
|
|
|
|
qmake-qt5 QUPZILLA_PREFIX=/usr/
|
|
|
|
|
make
|
|
|
|
|
make INSTALL_ROOT="$PKG/" install
|
2016-02-24 01:27:23 +01:00
|
|
|
|
}
|