# Description: Polar cursor themes # URL: http://gnome-look.org/content/show.php/Polar+Cursor+Theme?content=27913 # Maintainer: Petar Petrov, slackalaxy at gmail dot com # Depends on: xorg-server name=polar-cursor-themes version=1.4 release=2 source=(https://raw.githubusercontent.com/slackalaxy/sources/main/27913-PolarCursorThemes.tar.bz2) build() { mkdir -p $PKG/usr/share/icons cp -a PolarCursorTheme $PKG/usr/share/icons cp -a PolarCursorTheme-Blue $PKG/usr/share/icons cp -a PolarCursorTheme-Green $PKG/usr/share/icons # delete backup files and fix permissions find $PKG -type f -name '*~' -delete find $PKG -type f -exec chmod 0644 {} \; }