# Maintainer: Brian Bidulock # Contributor: Marc Poiroud # Contributor: Joel Almeida # Contributor: flan_suse pkgname=xcursor-archcursorblue _pkgname=xcursor-arch-simple pkgver=1.1 pkgrel=2 pkgdesc="Simple blue Arch Linux cursor theme" arch=('any') #url="http://xfce-look.org/content/show.php/Arch+Cursor+Theme+%28simple%29?content=135902" url="http://gnome-look.org/content/show.php/Arch+Cursor+Theme+(simple)?content=135902" license=('GPL') conflicts=($_pkgnbame) #source=("http://xfce-look.org/CONTENT/content-files/135902-ArchCursorTheme.tar.gz") #source=('http://gnome-look.org/CONTENT/content-files/135902-ArchCursorTheme.tar.gz') source=('135902-ArchCursorTheme.tar.gz::https://www.ppload.com/api/files/download?id=1462316425') md5sums=('ac2c9e3c6ddc46b36793007e6a5eeb48') build() { # Remove unnecessary preview images rm -f ArchCursorTheme/preview*.png } package() { # Create installation directories install -d -m755 "${pkgdir}/usr/share/icons/" # Install the cursor theme cp -rf "ArchCursorTheme" "${pkgdir}/usr/share/icons/" }