Advertisement
arcolinux

Untitled

Jul 20th, 2019
616
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. # Maintainer: goetzc
  2. # Contributor: Philip Goto <philip.goto@gmail.com>
  3. # Contributor: grimi
  4.  
  5. pkgname=xcursor-breeze
  6. epoch=1
  7. pkgver=5.16.3
  8. pkgrel=1
  9. pkgdesc="Breeze cursor theme (KDE Plasma 5). This package is for usage in non-KDE Plasma desktops."
  10. arch=('any')
  11. url="https://www.kde.org"
  12. license=('GPL')
  13. depends=('libxcursor')
  14. conflicts=('breeze')
  15. source=("http://download.kde.org/stable/plasma/${pkgver}/breeze-${pkgver}.tar.xz")
  16. sha1sums=('30d7c4cd2439d32125cc49fce7c782e34008deb1')
  17.  
  18. package() {
  19. install -dm755 "$pkgdir"/usr/share/icons/
  20. cp -r "$srcdir"/breeze-${pkgver}/cursors/Breeze/Breeze/ "$pkgdir"/usr/share/icons/
  21. cp -r "$srcdir"/breeze-${pkgver}/cursors/Breeze_Snow/Breeze_Snow/ "$pkgdir"/usr/share/icons/
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement