octopi: build with qt5-static
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
_realname=octopi
|
||||
_mingw_suff=mingw-w64-${CARCH}
|
||||
pkgname="${_mingw_suff}-${_realname}-git"
|
||||
_qmake=${MINGW_PREFIX}/bin/qmake
|
||||
#_qmake=${MINGW_PREFIX}/qt5-static/bin/qmake
|
||||
pkgver=r503.50e15c9
|
||||
#_qmake=${MINGW_PREFIX}/bin/qmake
|
||||
_qmake=${MINGW_PREFIX}/qt5-static/bin/qmake
|
||||
pkgver=r530.dc776b6
|
||||
pkgrel=1
|
||||
pkgdesc="a powerful Pacman frontend using Qt libs"
|
||||
arch=('any')
|
||||
@@ -17,7 +17,7 @@ provides=("${_mingw_suff}-${_realname}")
|
||||
conflicts=("${_mingw_suff}-${_realname}" "${_mingw_suff}-${_realname}-git")
|
||||
_gitroot="git://github.com/aarnt/octopi.git"
|
||||
_gitname="octopi"
|
||||
options=('debug' '!strip')
|
||||
#options=('debug' '!strip')
|
||||
source=("${_gitname}"::"${_gitroot}"
|
||||
"0001-Hack-isRootRunning-to-always-be-false-for-_WIN32.patch"
|
||||
"0002-Define-QT_WA-as-unicode.patch"
|
||||
@@ -59,7 +59,7 @@ build() {
|
||||
cd build-${MINGW_CHOST}
|
||||
|
||||
msg "Building Octopi..."
|
||||
qmake ../$_gitname/$_gitname.pro CONFIG+="c++11 ${_config}"
|
||||
${_qmake} ../$_gitname/$_gitname.pro CONFIG+="c++11 ${_config}"
|
||||
mingw32-make ${_config}
|
||||
|
||||
mkdir -p notifier/pacmanhelper
|
||||
|
||||
Reference in New Issue
Block a user