Advertisement
Guest User

evopop

a guest
May 1st, 2015
322
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. # Maintainer: Michael Wendland <michael@michiwend.com>
  2.  
  3. pkgname=evopop-gtk-theme
  4. pkgver=0.25
  5. pkgrel=1
  6. pkgdesc="A simple, flat and bold Gtk theme for Evolve OS & Budgie Desktop. Iris Dark was used as base."
  7. arch=('any')
  8. url="https://github.com/solus-project/evopop-gtk-theme"
  9. license=('GPL3')
  10. depends=('gtk3>=3.16')
  11. provides=('evopop-gtk-theme', 'evopop-light-gtk-theme')
  12. conflicts=('evopop-gtk-theme-git', 'evopop-gtk-theme')
  13. source=("${pkgname}-${pkgver}.tar.gz::https://github.com/solus-project/evopop-gtk-theme/archive/$pkgver.tar.gz")
  14. sha256sums=('2536040c8e746e9ff46c50443ddf0c527d425bfbdbd1dd6387a8e81925bac109')
  15.  
  16.  
  17. build() {
  18. cd $pkgname-$pkgver
  19.  
  20. autoreconf -vfi
  21. ./configure --prefix=/usr $*
  22. }
  23.  
  24. package() {
  25. cd $pkgname-$pkgver
  26.  
  27. make DESTDIR=${pkgdir} install
  28. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement