Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=5aad3629224a4c1b2c6ea5c1108944d634e8d207
commit 5aad3629224a4c1b2c6ea5c1108944d634e8d207 Author: Devil505 <[email protected]> Date: Tue May 8 09:21:59 2012 +0200 eidete-20120508-1-i686 * new package diff --git a/source/xapps-extra/eidete/FrugalBuild b/source/xapps-extra/eidete/FrugalBuild new file mode 100644 index 0000000..a7b1489 --- /dev/null +++ b/source/xapps-extra/eidete/FrugalBuild @@ -0,0 +1,25 @@ +# Compiling Time: 0.02 SBU +# Maintainer: Devil505 <[email protected]> + +pkgname=eidete +pkgver=20120508 +pkgrel=1 +pkgdesc="A simple screencasting app for the elementary project." +url="https://launchpad.net/eidete" +rodepends=('contractor') +depends=('libwnck' 'granite' 'libxtst' 'gst-plugins-good-pulseaudio' 'gst-plugins-bad-vp8enc') +makedepends=('vala') +groups=('xapps-extra' 'pantheon-desktop') +_F_gnome_iconcache="y" +_F_gnome_desktop="y" +Finclude cmake gnome-scriptlet +archs=('i686' 'x86_64') +up2date="Flasttar http://ftp.frugalware.org/pub/other/people/devil505/snapshots/$pkgname" +source=(http://ftp.frugalware.org/pub/other/people/devil505/snapshots/$pkgname/$pkgname-$pkgver.tar.bz2) +sha1sums=('13c331a2b04e5d947a9305e09f6d128c21f6a49b') + +build() { + CMake_build + Fbuild_gnome_scriptlet +} + _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
