Date: Tuesday, July 18, 2017 @ 19:45:42 Author: anthraxx Revision: 245591
upgpkg: linssid 2.9-1 Modified: linssid/trunk/PKGBUILD ----------+ PKGBUILD | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-07-18 18:51:44 UTC (rev 245590) +++ PKGBUILD 2017-07-18 19:45:42 UTC (rev 245591) @@ -3,24 +3,25 @@ # Contributor: Ryan Young <[email protected]> pkgname=linssid -pkgver=2.7 -pkgrel=4 +pkgver=2.9 +pkgrel=1 pkgdesc='Graphical wireless scanner for Linux' url='https://sourceforge.net/projects/linssid/' arch=('i686' 'x86_64') license=('GPL3') -depends=('qt5-base' 'qt5-svg' 'libxkbcommon-x11' 'iw' 'wireless_tools' 'xdg-utils' 'desktop-file-utils' 'gtk-update-icon-cache') +depends=('qt5-base' 'qt5-svg' 'qwt' 'libxkbcommon-x11' 'iw' 'wireless_tools' 'xdg-utils' 'boost-libs' + 'desktop-file-utils' 'gtk-update-icon-cache') makedepends=('boost') optdepends=('sudo: privilege escalation to use wireless tools') -source=(${pkgname}-${pkgver}.tar.gz::https://downloads.sourceforge.net/${pkgname}/${pkgname}_$pkgver.orig.tar.gz) -sha512sums=('33e69b0491bee74453cb71befb3a314da7766f12d2c1a21e947cf1d068b2941162eb72ab53989d9e5e5e2c8f2dd051576d0bfb775835d648eb9b1fc8b046a0cb') +source=(${pkgname}-${pkgver}.tar.gz::https://downloads.sourceforge.net/${pkgname}/${pkgname}_${pkgver}.orig.tar.gz) +sha256sums=('3745beed51a210a79d0b0ae9071c75e312734650bda01a269435ba4ae5903f1b') +sha512sums=('687912acfaa5d2d2e39f05cd01730f0727ad6e3b01687c392dbfa5aee32ff9133c27a5d8fd9c223ab56f4f234d8afaec8b7ea826e45ed035dcf552d4be699ae6') prepare() { cd ${pkgname}-${pkgver} - # build workarounds, credit 'czerwonyd' - sed -e 's/QT_STATIC_CONST/static const/g' -i qwt-lib/src/qwt_transform.h - sed -e 's/QT_STATIC_CONST_IMPL/const/g' -i qwt-lib/src/qwt_transform.cpp + sed -r 's|libqwt-qt5.so|libqwt.so|g' -i linssid-app/linssid-app.pro } + build() { cd ${pkgname}-${pkgver} qmake-qt5
