Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xfcetesting.git;a=commitdiff;h=31249e6070796eb9b98da8f3c6957ec8467c2df9
commit 31249e6070796eb9b98da8f3c6957ec8467c2df9 Author: Devil505 <[email protected]> Date: Mon Apr 18 21:50:24 2011 +0200 gnome-shell-frugalware-theme-0.1-1-i686 * new package diff --git a/source/gnome/gnome-shell-frugalware-theme/FrugalBuild b/source/gnome/gnome-shell-frugalware-theme/FrugalBuild new file mode 100644 index 0000000..184bfc6 --- /dev/null +++ b/source/gnome/gnome-shell-frugalware-theme/FrugalBuild @@ -0,0 +1,19 @@ +# Compiling Time: 0.01 SBU +# Maintainer: Devil505 <[email protected]> + +pkgname=gnome-shell-frugalware-theme +pkgver=0.1 +pkgrel=1 +pkgdesc="Frugalware theme for gnome-shell" +url="http://frugalware.org" +depends=() +groups=('gnome') +archs=('i686' 'x86_64') +up2date="Flasttar http://ftp.frugalware.org/pub/other/artwork/$pkgname" +source=(http://ftp.frugalware.org/pub/other/artwork/$pkgname/$pkgname-$pkgver.tar.bz2) +sha1sums=('c2d08f5a1236a2b55f6100a8a682caf89d67dd86') + +build() { + Fmkdir usr/share/gnome-shell/frugalware-theme + Fcpr $pkgname/* usr/share/gnome-shell/frugalware-theme/ +} _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
