Want more features on Pastebin? Sign Up, it's FREE!

Untitled

By: caRo_Ot on May 11th, 2015  |  syntax: None  |  size: 0.56 KB  |  views: 258  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print  |  QR code  |  clone
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. # Mantainer: supernbo at gmail dot com <supernbo@gmail.com>
  2.  
  3. pkgname=gtk-theme-libra
  4. pkgver=2.0
  5. pkgrel=1
  6. pkgdesc="A light modern theme derived from Flattastic-Blue"
  7. arch=('any')
  8. url="http://gnome-look.org/content/show.php/Libra?content=167689"
  9. source=("http://gnome-look.org/CONTENT/content-files/167689-Libra2.0.tar.gz")
  10. license=('GPL')
  11. md5sums=('SKIP')
  12.  
  13. package() {
  14.     mkdir -p $pkgdir/usr/share/themes/
  15.     cp -r $srcdir/Libra $pkgdir/usr/share/themes/
  16.     cd $pkgdir/usr/share/themes/Libra
  17.     chmod -R 0644 *
  18.     chmod 0755 $(find . -type d)
  19. }
clone this paste RAW Paste Data