Advertisement
Peaceseeker

gtk-theme-zukiwi-20131012 PKGBUILD

Oct 13th, 2013
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. # Maintainer: Frikilinux <frikilinux at gmail.com>
  2. # Contributor: bwat47 <bwat47 at gmail dot com>
  3.  
  4. pkgname=gtk-theme-zukiwi
  5. pkgver=20131012
  6. pkgrel=1
  7. pkgdesc="A gtk2, gtk3, metacity, gnome-shell and unity theme..."
  8. arch=('any')
  9. url="http://gnome-look.org/content/show.php/Zukiwi?content=152192"
  10. license=('GPL3')
  11. depends=('gtk-engines' 'gtk-engine-murrine')
  12. conflicts=('zukiwi-theme')
  13. options=('!strip')
  14. source=("http://gnome-look.org/CONTENT/content-files/152192-Zukiwi.zip")
  15. sha256sums=('b8bd9b895e387c42eb4057dca189fc4411e57e3da03c098f5ffdd36270860d81')
  16.  
  17.  
  18. package() {
  19. # install theme
  20. find Zukiwi/ -type f -exec install -Dm644 "{}" "$pkgdir/usr/share/themes/{}" \;
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement