summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: e611f41c5b077a8d83d6420bbabb254655fcb19e (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# Maintainer: Erik Dubois <erik.dubois@gmail.com>
pkgname=sardi-icons
pkgver=5.0
pkgrel=4
pkgdesc="Sardi is an icon theme build upon ardis icons but has outgrown its roots > 18 iconsets"
arch=('any')
url="http://sourceforge.net/projects/sardi"
license=('Attribution-NonCommercial-ShareAlike 4.0 International Public License')
provides=('sardi-icons')
options=(!strip !emptydirs)
source=("http://downloads.sourceforge.net/project/sardi/${pkgname}-${pkgver}-${pkgrel}.tar.gz")
sha256sums=('SKIP')

package() {
  cd ${pkgname}-${pkgver}-${pkgrel}

  install -dm 755 "${pkgdir}"/usr/share/icons
  cp -dr --no-preserve='ownership' Sardi "${pkgdir}"/usr/share/icons/
  cp -dr --no-preserve='ownership' Sardi\ Faenza\ Black "${pkgdir}"/usr/share/icons/
  cp -dr --no-preserve='ownership' Sardi\ Flat "${pkgdir}"/usr/share/icons/
  cp -dr --no-preserve='ownership' Sardi\ Flat\ Black "${pkgdir}"/usr/share/icons/
  cp -dr --no-preserve='ownership' Sardi\ Flat\ Majestic "${pkgdir}"/usr/share/icons/
  cp -dr --no-preserve='ownership' Sardi\ Flat\ Orange "${pkgdir}"/usr/share/icons/
  cp -dr --no-preserve='ownership' Sardi\ Flexible "${pkgdir}"/usr/share/icons/
  cp -dr --no-preserve='ownership' Sardi\ Ghost "${pkgdir}"/usr/share/icons/
  cp -dr --no-preserve='ownership' Sardi\ Grey "${pkgdir}"/usr/share/icons/
  cp -dr --no-preserve='ownership' Sardi\ Mono "${pkgdir}"/usr/share/icons/
  cp -dr --no-preserve='ownership' Sardi\ Mono\ Mint-X-Grey "${pkgdir}"/usr/share/icons/
  cp -dr --no-preserve='ownership' Sardi\ Mono\ Numix "${pkgdir}"/usr/share/icons/
  cp -dr --no-preserve='ownership' Sardi\ Mono\ Numix\ Grey "${pkgdir}"/usr/share/icons/
  cp -dr --no-preserve='ownership' Sardi\ Mono\ Orange "${pkgdir}"/usr/share/icons/
  cp -dr --no-preserve='ownership' Sardi\ Mono\ Vertexed "${pkgdir}"/usr/share/icons/
  cp -dr --no-preserve='ownership' Sardi\ Orange "${pkgdir}"/usr/share/icons/
  cp -dr --no-preserve='ownership' Sardi\ Red "${pkgdir}"/usr/share/icons/
  cp -dr --no-preserve='ownership' Sardi\ Vertexed "${pkgdir}"/usr/share/icons/
  
}