Skip to content

Instantly share code, notes, and snippets.

@flying-sheep
Created October 26, 2014 09:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save flying-sheep/43e92baf63c27107e46d to your computer and use it in GitHub Desktop.
Save flying-sheep/43e92baf63c27107e46d to your computer and use it in GitHub Desktop.
_name=breeze
pkgname=xcursor-breeze
pkgver=5.1.0
pkgrel=1
pkgdesc="A really awesome part of kde5 cursor themes"
arch=('any')
url="https://projects.kde.org/projects/kde/workspace/$_name/repository/show/cursors"
license=('GPL')
depends=('libxcursor')
source=("git://anongit.kde.org/$_name")
md5sums=('SKIP')
package() {
cd "$srcdir/$_name/cursors"
git checkout "v$pkgver"
install -d "$pkgdir/usr/share/icons/$_name/cursors"
install -m644 index.theme "$pkgdir/usr/share/icons/$_name"
install -m644 cursors/* "$pkgdir/usr/share/icons/$_name/cursors"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment