Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=5e1a68546e35482e01091f5327d797706eff4bdf
commit 5e1a68546e35482e01091f5327d797706eff4bdf Author: Slown <[email protected]> Date: Sat May 28 12:17:17 2016 +0100 socnetv-1.9-1-x86_64 * version bump diff --git a/source/xapps-extra/socnetv/FrugalBuild b/source/xapps-extra/socnetv/FrugalBuild index 6e9af8d..2f7a24a 100644 --- a/source/xapps-extra/socnetv/FrugalBuild +++ b/source/xapps-extra/socnetv/FrugalBuild @@ -1,17 +1,29 @@ -# Compiling Time: 0.30 SBU +# Compiling Time: 0.20 SBU # Maintainer: Elentir <[email protected]> pkgname=socnetv -pkgver=0.90 +pkgver=1.9 pkgrel=1 pkgdesc="Social Networks Analysis and Visualisation" archs=('i686' 'x86_64') groups=('xapps-extra') -depends=('libqtwebkit' 'libqtgui' 'libqtscript') +depends=('qt5-base') _F_sourceforge_name="SocNetV" _F_cd_path=$pkgname-$pkgver Finclude sourceforge -Fconfopts+=" --disable-sse" -sha1sums=('274cace13e0ff046460656d672f4b818ea8088a3') +sha1sums=('50935070d56b9a71f8d97366826999e6f221cc0d') + +build() { + Fcd + qmake-qt5 + make || Fdie + Fexerel /usr/bin/$pkgname + Ffilerel /usr/share/applications/$pkgname.desktop + Ficonrel src/images/$pkgname.png + Fmanrel man/$pkgname.1.gz + Fmkdir /usr/share/$pkgname + Fcprel translations /usr/share/$pkgname/ + Fdocrel manual +} # optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
