From 0950f39bbe00a8b107ba33c6afc9e73a57f2d2a3 Mon Sep 17 00:00:00 2001 From: Ray Donnelly Date: Mon, 5 May 2014 14:02:12 +0100 Subject: [PATCH] octopi: build with qt5-static --- mingw-w64-octopi-git/PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/mingw-w64-octopi-git/PKGBUILD b/mingw-w64-octopi-git/PKGBUILD index cfec0f8e4d..211f71b52b 100644 --- a/mingw-w64-octopi-git/PKGBUILD +++ b/mingw-w64-octopi-git/PKGBUILD @@ -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