qupzilla.guncellendi
This commit is contained in:
parent
8fd12eb6ff
commit
381bd37dd1
|
@ -1,24 +1,18 @@
|
||||||
# Description: Çapraz platform QtWebKit tarayıcı.
|
# Description: Çapraz platform QtWebKit tarayıcı.
|
||||||
# URL: http://www.qupzilla.com/
|
# URL: http://www.qupzilla.com/
|
||||||
# Packager: alihan-ozturk28@hotmail.com
|
# Packager: milisarge
|
||||||
# Depends on: qt5 desktop-file-utils hunspell qt5-webkit
|
# Depends on: qt5 desktop-file-utils hunspell qt5-webkit
|
||||||
|
|
||||||
name=qupzilla
|
name=qupzilla
|
||||||
version=2.0.1
|
version=2.1.2
|
||||||
release=1
|
release=1
|
||||||
|
|
||||||
source=( https://github.com/QupZilla/qupzilla/releases/download/v$version/QupZilla-$version.tar.xz)
|
source=( https://github.com/QupZilla/qupzilla/releases/download/v$version/QupZilla-$version.tar.xz)
|
||||||
build ()
|
build () {
|
||||||
{
|
cd QupZilla-$version
|
||||||
|
export USE_WEBGL=true \
|
||||||
cd QupZilla-$version
|
export DISABLE_UPDATES_CHECK=true \
|
||||||
|
qmake-qt5 QUPZILLA_PREFIX=/usr/
|
||||||
export USE_WEBGL=true \
|
make
|
||||||
|
make INSTALL_ROOT="$PKG/" install
|
||||||
qmake-qt5 QUPZILLA_PREFIX=/usr/
|
|
||||||
|
|
||||||
make
|
|
||||||
|
|
||||||
make INSTALL_ROOT="$PKG/" install
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue