23 lines
610 B
Plaintext
23 lines
610 B
Plaintext
# Description: Çapraz platform QtWebKit tarayıcı.
|
||
# URL: http://www.qupzilla.com/
|
||
# Packager: milisarge
|
||
# Depends on: qt5 desktop-file-utils hunspell qt5-webkit
|
||
|
||
name=qupzilla
|
||
version=2.1.2
|
||
release=1
|
||
|
||
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)
|
||
|
||
build () {
|
||
cd QupZilla-$version
|
||
mv $SRC/$name-plugins-master/plugins/* src/plugins
|
||
export USE_WEBGL=true \
|
||
DISABLE_UPDATES_CHECK=true \
|
||
QUPZILLA_PREFIX=/usr/
|
||
qmake-qt5
|
||
make
|
||
make INSTALL_ROOT="$PKG/" install
|
||
}
|