Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=4b27f2b429544eeb26107ad6f99c4a9853bd4905
commit 4b27f2b429544eeb26107ad6f99c4a9853bd4905 Author: Baste <[email protected]> Date: Sun Oct 23 13:42:05 2011 +0200 gnome-shell-extension-icon-manager-20111023-1-x86_64 * New package diff --git a/source/gnome-extra/gnome-shell-extension-icon-manager/FrugalBuild b/source/gnome-extra/gnome-shell-extension-icon-manager/FrugalBuild new file mode 100644 index 0000000..00134e1 --- /dev/null +++ b/source/gnome-extra/gnome-shell-extension-icon-manager/FrugalBuild @@ -0,0 +1,25 @@ +# Compiling Time: 0.01 SBU +# Maintainer: Baste <[email protected]> + +pkgname=gnome-shell-extension-icon-manager +pkgver=20111023 +pkgrel=1 +pkgdesc="Add/remove icons from top bar panel by simple editing gsettings." +url="https://github.com/MrTheodor/gnome-shell-ext-icon-manager" +depends=('gnome-shell') +groups=('gnome-extra') +archs=('i686' 'x86_64') +_F_gnome_glib="y" +Finclude gnome-scriptlet gnome-shell-extensions +up2date="Flasttar http://ftp.frugalware.org/pub/other/people/baste/snapshots/$pkgname" +source=(http://ftp.frugalware.org/pub/other/people/baste/snapshots/$pkgname/$pkgname-$pkgver.tar.bz2) +sha1sums=('a5fed1879871503a6b6ec52af5e40a3af8259a70') +build(){ + Fcd + Fmkdir usr/share/gnome-shell/extensions + Fcprel [email protected] usr/share/gnome-shell/extensions/ + Fmkdir usr/share/glib-2.0/schemas + Ffilerel org.gnome.shell.extensions.icon-manager.gschema.xml usr/share/glib-2.0/schemas/ + FGnomeShellVersion + Fbuild_gnome_scriptlet +} _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
