Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=7cffaa8a3546f0a7787e22675afe6ecb5d753182
commit 7cffaa8a3546f0a7787e22675afe6ecb5d753182 Author: DeX77 <[email protected]> Date: Fri Aug 8 12:24:15 2014 +0200 x2godesktopsharing-3.1.1.1-1-x86_64 * new package diff --git a/source/xapps-extra/x2godesktopsharing/FrugalBuild b/source/xapps-extra/x2godesktopsharing/FrugalBuild new file mode 100644 index 0000000..3cd333a --- /dev/null +++ b/source/xapps-extra/x2godesktopsharing/FrugalBuild @@ -0,0 +1,34 @@ +# Compiling Time: 0 SBU +# Maintainer: DeX77 <[email protected]> + +pkgname=x2godesktopsharing +pkgver=3.1.1.1 +pkgrel=1 +pkgdesc="X2Go Desktop Sharing" +groups=('xapps-extra' 'x2go') +depends=('glib2') +makedepends=('libqtcore' 'qt4-linguist') +archs=('i686' 'x86_64') +url="http://www.x2go.org" +Finclude lxde +source=("http://code.x2go.org/releases/source/$pkgname/$pkgname-$pkgver.tar.gz") +up2date="Flasttar http://code.x2go.org/releases/source/$pkgname" +signatures=("${source[0]}.asc") + +build() { + Fcd + Fexec qmake + Fmake + Fexerel usr/bin/$pkgname + Fexerel bin/* usr/bin/ + Finstallrel 755 usr/share/applications/$pkgname.desktop + Ficonrel icons/$pkgname.xpm + + for i in 128x128 16x16 22x22 32x32 64x64 svg + do + Finstallrel 644 icons/$i/* usr/share/icons/highcolor/$i/apps + done + +} + +# optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
