Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=ec09d1ed243a22a6c60b43a6be42cec0ee6e0921
commit ec09d1ed243a22a6c60b43a6be42cec0ee6e0921 Author: crazy <[email protected]> Date: Thu Dec 22 13:57:23 2016 +0100 communi-3.5.0-1-x86_64 * Version bump diff --git a/source/xlib-extra/communi/FrugalBuild b/source/xlib-extra/communi/FrugalBuild new file mode 100644 index 0000000..c7fc434 --- /dev/null +++ b/source/xlib-extra/communi/FrugalBuild @@ -0,0 +1,30 @@ +# Compiling Time: 0.04 SBU +# Maintainer: crazy <[email protected]> + +pkgname=communi +pkgver=3.5.0 +pkgrel=1 +pkgdesc="A cross-platform IRC client written with Qt" +depends=('libcommuni>=3.5.0' 'qt5-x11extras>=5.7.1' 'qt5-multimedia>=5.7.1') +makedepends=('x11-protos' 'git') ## stupid people +_F_github_author="communi" +_F_github_name="communi-desktop" +_F_github_tag_v="yes" +Finclude github +groups=('xlib-extra') +archs=('x86_64') +sha1sums=('7596a8c69658e6e8176c5a0c88b4fefa1fdc322e') +_F_cd_path="$_F_github_name-$pkgver" + +build() { + + Fcd + ## now let us clone shared stuff .. missing from source.. + ## and no won't work when packaging this since they need it _in this source_ weird.. + git clone https://github.com/communi/communi-shared.git src/libs/base/shared + Fexec qmake-qt5 QMAKE_CFLAGS_ISYSTEM= || Fdie + Fexec make || Fdie + Fexec make INSTALL_ROOT=$Fdestdir install || Fdie +} + +# optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
