Date: Tuesday, May 24, 2016 @ 22:04:56 Author: arodseth Revision: 176455
upgpkg: qgo 2.1.0-3 Modified: qgo/trunk/PKGBUILD Deleted: qgo/trunk/qgo.install -------------+ PKGBUILD | 11 +++++------ qgo.install | 14 -------------- 2 files changed, 5 insertions(+), 20 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-05-24 19:50:17 UTC (rev 176454) +++ PKGBUILD 2016-05-24 20:04:56 UTC (rev 176455) @@ -1,19 +1,17 @@ # $Id$ -# Maintainer: Alexander Rødseth <[email protected]> +# Maintainer: Alexander F Rødseth <[email protected]> # Contributor: Douglas Soares de Andrade <[email protected]> # Contributor: Magnus Jonsson <[email protected]> pkgname=qgo pkgver=2.1.0 -pkgrel=2 +pkgrel=3 pkgdesc='Go client and full featured SGF editor' arch=('x86_64' 'i686') url='https://github.com/pzorin/qgo' license=('GPL') -depends=('qt5-multimedia' 'qt5-tools' 'libsm' 'desktop-file-utils' - 'shared-mime-info') +depends=('qt5-multimedia' 'qt5-tools' 'libsm') makedepends=('git') -install='qgo.install' options=('!emptydirs') source=("$pkgname::git://github.com/pzorin/$pkgname.git#commit=a4bc9c986e") md5sums=('SKIP') @@ -21,7 +19,8 @@ build() { cd "$pkgname" - qmake && make + qmake + make CXXFLAGS="$CXXFLAGS -w -fPIC" } package() { Deleted: qgo.install =================================================================== --- qgo.install 2016-05-24 19:50:17 UTC (rev 176454) +++ qgo.install 2016-05-24 20:04:56 UTC (rev 176455) @@ -1,14 +0,0 @@ -post_upgrade() { - update-desktop-database -q - update-mime-database /usr/share/mime -} - -post_install() { - post_upgrade -} - -post_remove() { - post_upgrade -} - -# vim:set ts=2 sw=2 et:
