Date: Saturday, May 14, 2016 @ 21:41:45 Author: arojas Revision: 268015
Hooks Modified: qtiplot/trunk/PKGBUILD Deleted: qtiplot/trunk/qtiplot.install -----------------+ PKGBUILD | 5 ++--- qtiplot.install | 12 ------------ 2 files changed, 2 insertions(+), 15 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-05-14 19:40:14 UTC (rev 268014) +++ PKGBUILD 2016-05-14 19:41:45 UTC (rev 268015) @@ -5,7 +5,7 @@ pkgname=qtiplot pkgver=0.9.8.9 -pkgrel=8 +pkgrel=9 arch=('i686' 'x86_64') url="http://soft.proindependent.com/qtiplot.html" pkgdesc="Data analysis and scientific plotting - free clone of Origin" @@ -15,7 +15,6 @@ # as systemwide one doesn't provide all needed functions makedepends=('pkg-config' 'boost' 'mesa') license=('GPL2') -install=${pkgname}.install source=(http://downloads.sourceforge.net/project/qtiplot.berlios/$pkgname-$pkgver.tar.bz2 $pkgname.desktop $pkgname.png @@ -90,7 +89,7 @@ sed -i 's|<QAssistantClient>|<QtAssistant/qassistantclient.h>|' src/core/ApplicationWindow.cpp sed -i 's#d_python_config_folder + "#"/usr/share/qtiplot#' src/core/ApplicationWindow.cpp - qmake-qt4 qtiplot.pro QMAKESPEC=linux-g++ + qmake-qt4 qtiplot.pro QMAKESPEC=linux-g++ QMAKE_CXXFLAGS+="-std=gnu++98" make QTDIR=/usr/ QMAKESPEC=linux-g++ } Deleted: qtiplot.install =================================================================== --- qtiplot.install 2016-05-14 19:40:14 UTC (rev 268014) +++ qtiplot.install 2016-05-14 19:41:45 UTC (rev 268015) @@ -1,12 +0,0 @@ -post_install() { - update-mime-database usr/share/mime &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove () { - post_install -} -