Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=wipv.git;a=commitdiff;h=1e66fd62d68d3dd2a196619513654ff2130a3579
commit 1e66fd62d68d3dd2a196619513654ff2130a3579 Author: Devil505 <[email protected]> Date: Sun Aug 1 10:45:20 2010 +0200 gtk+2-theme-dust-0.5-1-i686 * new package * I hope Ironiq will like this one :) diff --git a/source/gnome-extra/gtk+2-theme-dust/FrugalBuild b/source/gnome-extra/gtk+2-theme-dust/FrugalBuild new file mode 100644 index 0000000..ceff76a --- /dev/null +++ b/source/gnome-extra/gtk+2-theme-dust/FrugalBuild @@ -0,0 +1,20 @@ +# Compiling Time: 0.01 SBU +# Maintainer: Devil505 <[email protected]> + +pkgname=gtk+2-theme-dust +pkgver=0.5 +pkgrel=1 +pkgdesc="A clean, modern remix on the defining aesthetic elements of Ubuntu theme" +url="https://wiki.ubuntu.com/Artwork/Incoming/DustTheme" +depends=('gtk+2-engines-murrine') +groups=('gnome-extra') +archs=('i686' 'x86_64') +_F_archive_name="Dust" +up2date="Flasttar https://code.launchpad.net/dusttheme/+download" +source=(http://code.launchpad.net/dusttheme/$pkgver/0.5.0/+download/$_F_archive_name-$pkgver.tar.gz) +sha1sums=('63eb3af44e2c0c3c86bd82b686492271dd7f187e') + +build() { + Fmkdir usr/share/themes + Fcp $_F_archive_name usr/share/themes/ +} _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
