updated on Thu Jan 12 04:00:44 UTC 2012
[aur-mirror.git] / gnome-shell-extension-starcal / PKGBUILD
blob5a20a039c36a39a431e37eeca355fa59232d6344
1 # Maintainer: ghArch <free.gharch[at]gmail.com>
2 pkgname=gnome-shell-extension-starcal
3 pkgver=3.2
4 pkgrel=1
5 pkgdesc="Integrate StarCal with Gnome Shell's top bar"
6 arch=(any)
7 url="http://hedayat.fedorapeople.org/misc/starcal-gnome-shell-extension/"
8 license=('GPL')
9 depends=('gnome-shell>=3.2.0' 'starcal2')
10 source=(http://hedayat.fedorapeople.org/misc/starcal-gnome-shell-extension/$pkgname-$pkgver.tar.gz)
11 md5sums=('75e8850098f42290b04604d5ec49ae24')
12 build() {
13   cd "$srcdir/starcal@hedayatvk.wordpress.com/" 
14   sed -i 's/starcal2.py/starcal2_gtk.py/g' extension.js
15   sed -i 's/starcal.py/starcal_gtk.py/g' extension.js
16   mkdir -p ${pkgdir}/usr/share/gnome-shell/extensions/
17   cp -r ${srcdir}/starcal@hedayatvk.wordpress.com ${pkgdir}/usr/share/gnome-shell/extensions/  
18