Date: Sunday, June 12, 2016 @ 14:31:09 Author: arojas Revision: 269389
Hooks Modified: qsynth/trunk/PKGBUILD Deleted: qsynth/trunk/qsynth.install ----------------+ PKGBUILD | 13 +++++++++---- qsynth.install | 13 ------------- 2 files changed, 9 insertions(+), 17 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-06-12 12:20:06 UTC (rev 269388) +++ PKGBUILD 2016-06-12 12:31:09 UTC (rev 269389) @@ -3,8 +3,8 @@ # Contributor: damir <[email protected]> pkgname=qsynth -pkgver=0.4.0 -pkgrel=2 +pkgver=0.4.1 +pkgrel=1 pkgdesc="Qt GUI for FluidSynth" arch=('i686' 'x86_64') url="http://qsynth.sourceforge.net/" @@ -11,10 +11,15 @@ license=('GPL') depends=('fluidsynth' 'qt5-x11extras' 'hicolor-icon-theme') makedepends=('qt5-tools') -install=$pkgname.install source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz") -md5sums=('47f9a2784082372689db9bf220afd63f') +md5sums=('1fc967c1aa0b468e9be1916e6fe836a4') +prepare() { + cd $pkgname-$pkgver + # Fix build with GCC 6 + sed -i.ac_with_paths -e "s|^ac_with_paths=.*|ac_with_paths=|g" configure +} + build() { cd "$srcdir/$pkgname-$pkgver" Deleted: qsynth.install =================================================================== --- qsynth.install 2016-06-12 12:20:06 UTC (rev 269388) +++ qsynth.install 2016-06-12 12:31:09 UTC (rev 269389) @@ -1,13 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} - -# vim:set ts=2 sw=2 et:
