milis/talimatname/genel/q/qupzilla/talimat

23 lines
617 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Çapraz platform QtWebKit tarayıcı.
2016-02-24 01:27:23 +01:00
# URL: http://www.qupzilla.com/
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: qt5 desktop-file-utils hunspell qt5-webkit qt5-webengine
2016-02-24 01:27:23 +01:00
name=qupzilla
2017-05-16 15:01:53 +02:00
version=2.1.2
2017-09-20 18:38:26 +02:00
release=2
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
}