Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=461d7d6c1b9129c5a1bfb46ed427194c82a05810
commit 461d7d6c1b9129c5a1bfb46ed427194c82a05810 Author: Devil505 <[EMAIL PROTECTED]> Date: Tue Sep 16 18:05:39 2008 +0200 somatic-gdm-themes-1.1-1-i686 * new package diff --git a/source/gnome-extra/somatic-gdm-themes/FrugalBuild b/source/gnome-extra/somatic-gdm-themes/FrugalBuild new file mode 100644 index 0000000..4c015b6 --- /dev/null +++ b/source/gnome-extra/somatic-gdm-themes/FrugalBuild @@ -0,0 +1,32 @@ +# Compiling Time: 0 SBU +# Maintainer: Devil505 <[EMAIL PROTECTED]> + +pkgname=somatic-gdm-themes +pkgver=1.1 +pkgrel=1 +pkgdesc="GDM Somatic themes made by pokemon_jojo" +url="http://www.gnome-look.org/content/show.php/Somatic?content=86643" +rodepends=('gdm') +depends=() +groups=('gnome-extra') +archs=('i686' 'x86_64') +up2date=$pkgver +_F_cd_path="./" +source=(http://www.mibhouse.org/pokemon_jojo/public/files/SOMATIC_sleep.tar.gz \ + http://www.mibhouse.org/pokemon_jojo/public/files/SOMATIC_MarshmallowHunting.tar.gz \ + http://www.mibhouse.org/pokemon_jojo/public/files/SOMATIC_PhosphoricAcid.tar.gz \ + http://www.mibhouse.org/pokemon_jojo/public/files/SOMATIC_red.tar.gz) +sha1sums=('c66a10cd61d000f4c13dfa23a58299210ec86f1d' \ + '9491406f7521cd2194fcf85705f4a2a9c58ac54d' \ + '9c6086c69ff74142a8eb3831b1a4f6a14842b775' \ + '58dca85b065b35f0d25479319906cf8587a6f397') + +build() { + Fmkdir usr/share/gdm/themes + Fcp SOMATIC_sleep usr/share/gdm/themes + Fcp SOMATIC_MarshmallowHunting usr/share/gdm/themes + Fcp SOMATIC_PhosphoricAcid usr/share/gdm/themes + Fcp SOMATIC_red usr/share/gdm/themes + Ffileschmod usr/share/gdm/themes/*/* 644 +} + _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
