Advertisement
Unknown47

gtk-theme-hope

Jun 26th, 2011
316
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.91 KB | None | 0 0
  1. # Maintainer: twa022 <twa022 at gmail dot com>
  2.  
  3. pkgname=gtk-theme-hope
  4. pkgver=20110622
  5. pkgrel=1
  6. pkgdesc="Matching GTK2, GTK3 and Gnome-shell Hope Themes"
  7. url="http://grvrulz.deviantart.com/art/Hope-gtk3-206207315"
  8. license=('cc-by-nc-sa-3.0')
  9. arch=('any')
  10. depends=('gtk-engine-murrine-git')
  11. makedepends=('p7zip')
  12. optdepends=('gtk3: for the gtk3 theme' 'gtk-engine-unico: for the gtk3 theme')
  13. [ $CARCH == "x86_64" ] && optdepends=('lib32-gtk-engine-murrine-git: 32 bit application GTK2 theme support')
  14. source=("http://www.deviantart.com/download/206207315/hope_gtk3_by_grvrulz-d3erqkz.7z")
  15. DLAGENTS=('http::/usr/bin/wget -c -t 3 --waitretry=3 -H -U Mozilla -O %o %u')
  16.  
  17. package() {
  18.   mkdir -p ${pkgdir}/usr/share/themes/
  19.   7za x ${srcdir}/hope_gtk3_by_grvrulz-d3erqkz.7z -o"${pkgdir}/usr/share/themes/"
  20.   chmod -R 755 ${pkgdir}/usr/share/themes/Hope/gnome-shell
  21. }
  22.  
  23. md5sums=('0c41f45131047fd7cfda6e3f91d5b970')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement