Advertisement
Guest User

elementary-xfce-icons 0.4 PKGBUILD

a guest
Mar 1st, 2014
349
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. # Maintainer: Limao Luo <luolimao+AUR@gmail.com>
  2. # Contributor: flan_suse
  3.  
  4. # This icon theme was created by the Shimmer Project
  5. # to better integrate into Xfce and match their
  6. # Xfce themes. It is based on the Elementary icons,
  7. # and uses upstream GNOME icons, as well.
  8.  
  9. pkgname=elementary-xfce-icons
  10. pkgver=0.4
  11. pkgrel=1
  12. pkgdesc='Elementary icons with better Xfce support'
  13. arch=(any)
  14. url=https://github.com/shimmerproject/elementary-xfce
  15. license=(GPL2)
  16. depends=(gnome-icon-theme)
  17. options=(!strip)
  18. conflicts=($pkgname-git)
  19. optdepends=('xfce-theme-albatross: matching Shimmer Project Xfce theme'
  20. 'xfce-theme-bluebird: matching Shimmer Project Xfce theme'
  21. 'xfce-theme-greybird: matching Shimmer Project Xfce theme')
  22. source=($pkgname-$pkgver.tar.gz::https://github.com/shimmerproject/${pkgname%-*}/archive/v$pkgver.tar.gz)
  23. sha256sums=('2df47aaba6441d107eb2bc203da9b61ff4ee5cf760f35c17a105ed507bd48b84')
  24.  
  25. package() {
  26. install -d "$pkgdir"/usr/share/icons/
  27. cp -rf ${pkgname%-*}-$pkgver/${pkgname%-*}{,-dark} "$pkgdir"/usr/share/icons/
  28. install -Dm644 ${pkgname%-*}-$pkgver/README "$pkgdir"/usr/share/doc/$pkgname/README
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement