Advertisement
Peaceseeker

gtk-theme-evolve updated PKGBUILD 11.10

Nov 18th, 2012
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. # Maintainer: Lucain
  2. pkgname=gtk-theme-evolve
  3. pkgver=7
  4. pkgrel=01.23
  5. pkgdesc="a simple and minimal light theme for Gnome. The theme is compatible with the latest GTK 3.2 and uses the Adwaita engine. It also includes a GTK 2.0 theme suing Murrine engine."
  6. url="http://satya164.deviantart.com/art/Evolve-GTK3-Theme-264780816"
  7. license=('GPLv3' 'LGPLv2')
  8. arch=('any')
  9. depends=('gtk-engine-murrine')
  10. optdepends=('gnome-shell-extension-user-theme: User Theme extension for GNOME Shell'
  11. 'gnome-tweak-tool: A tool to customize advanced GNOME 3 options.')
  12. source=('http://www.deviantart.com/download/264780816/evolve___gtk3_theme_by_satya164-d4dn66o.zip')
  13. md5sums=('e5169c7400b0245102aef8c216387774')
  14. package() {
  15. cd "$srcdir/"
  16. mkdir -p "$pkgdir/usr/share/themes/Evolve"
  17. cp -r Evolve/* "$pkgdir/usr/share/themes/Evolve/"
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement