summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 7d3b5cc2d6b2cb814d0675b4825ac969625054e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Maintainer: Evgeniy Alekseev <arcanis at archlinux dot org>
# Contributor: turborob <robertcgagne at gmail dot com>
# Contributor: foalsrock <foalsrock at gmail dot com>

pkgname=compass-icon-theme
pkgver=1.3.8
pkgrel=1
pkgdesc='The alternative icon theme for Nitrux OS'
url='http://nitrux.in/store/artwork-store/compass-icon-theme/'
license=('cc-by-nc-nd-4.0')
depends=('librsvg')
arch=('any')
source=("https://launchpad.net/~nitrux-team/+archive/ubuntu/nitrux-artwork/+files/${pkgname}_${pkgver}.tar.gz")
md5sums=('da6069af00ec59924874c1d9636f9ffe')

package() {
  install -dm755 "${pkgdir}/usr/share/icons"
  cp -r "${srcdir}/${pkgname}-${pkgver}/Compass" "${pkgdir}/usr/share/icons/${pkgname}"

  find "${pkgdir}/usr/share/icons" -type d -exec chmod 755 '{}' \;
  find "${pkgdir}/usr/share/icons" -type f -exec chmod 644 '{}' \;

  install -Dm644 "${pkgdir}/usr/share/"{icons,licenses}"/${pkgname}/COPYING"
}