Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbiltesting.git;a=commitdiff;h=e1a2fa661eb4a1a973fa7c5b82990e6ef0fe2cee
commit e1a2fa661eb4a1a973fa7c5b82990e6ef0fe2cee Author: bouleetbil <[email protected]> Date: Mon Dec 29 00:00:09 2008 +0100 wild-shine-icon-theme-1.0-1-i686 *new package *Don't use ubuntu but I like this theme diff --git a/source/xlib-extra/wild-shine-icon-theme/FrugalBuild b/source/xlib-extra/wild-shine-icon-theme/FrugalBuild new file mode 100644 index 0000000..a362f0f --- /dev/null +++ b/source/xlib-extra/wild-shine-icon-theme/FrugalBuild @@ -0,0 +1,54 @@ +# Compiling Time: 0 SBU +# Maintainer: bouleetbil <[email protected]> + +pkgname=wild-shine-icon-theme +pkgver=1.0 +pkgrel=1 +pkgdesc="icon theme wild-shine" +url="http://francois.vogelweith.com/index.php?option=com_content&view=article&id=20:theme-wild-shine&catid=3:themes&Itemid=14" +rodepends=('icon-naming-utils' 'libpng') +groups=('xlib-extra') +archs=('i686') +_F_archive_name=wild-shine-theme +up2date="lynx -dump http://debian.vogelweith.com/pool/intrepid/zgegthemes/ | grep wild-shine-theme | tail -1 | cut -d '/' -f 7 | sed 's/wild-shine-theme_//' | sed 's/.orig.tar.gz//'" +source=(http://debian.vogelweith.com/pool/intrepid/zgegthemes/${_F_archive_name}_${pkgver}.orig.tar.gz) +sha1sums=('ae25156878760e74dcb0774691df2d8211a71094') +_F_cd_path=wild-shine-theme + +subpkgs=("wild-shine-gdm-theme" "wild-shine-background" "gtk+2-theme-wild-shine") +subdescs=('wild shine theme for gdm' 'Backgrounds for wild-shine theme' 'GTK+2 theme wild-shine') +subrodepends=('gdm' '' 'gtk+2-engines-murrine') +subgroups=('gnome-extra' 'xlib-extra' 'xlib-extra') +subarchs=('i686' 'i686' 'i686') + +build() { + Fcd + #icons + Fextract Icons/wild-shine.tar.bz2 + Fmkdir usr/share/icons/ + Fcp wild-shine-theme/wild-shine usr/share/icons/ + Ffileschmod usr/share/icons/wild-shine/index.theme 644 + rm -R wild-shine || Fdie + + #gdm + Fextract GDM/wild-shine.tar.gz + Fmkdir usr/share/gdm/themes + Fcp wild-shine-theme/wild-shine usr/share/gdm/themes + Ffileschmod usr/share/gdm/themes/*/* 644 + Fsplit wild-shine-gdm-theme usr/share/gdm + rm -R wild-shine || Fdie + + #background + Fmkdir usr/share/pixmaps/backgrounds/wild-shine + Fcp wild-shine-theme/Wallpaper/wild_shine.png usr/share/pixmaps/backgrounds/wild-shine + Ffileschmod usr/share/pixmaps/backgrounds/wild-shine/* 644 + Fsplit wild-shine-background usr/share/pixmaps + + #gtk + Fextract Gtk/wild-shine.tar.gz + Fmkdir usr/share/themes/wild-shine + Fcp wild-shine-theme/wild-shine usr/share/themes/ + Ffileschmod usr/share/themes/wild-shine/index.theme 644 + Fsplit gtk+2-theme-wild-shine usr/share/themes + +} _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
