milis/talimatname/genel/q/qupzilla/talimat

23 lines
624 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: Çapraz platform QtWebKit tarayıcı.
# URL: http://www.qupzilla.com/
# Packager: milisarge
# Depends on: qt5 desktop-file-utils hunspell qt5-webkit qt5-webengine
name=qupzilla
version=2.1.2
release=2
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
}