# Maintainer: Felix Yan <felixonmars@archlinux.org>
# Contributor: Josip Ponjavic <josipponjavic at gmail dot com>
# Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>

pkgname=deepin-sound-theme
pkgver=15.10.6
pkgrel=2
pkgdesc="Deepin sound theme"
arch=('any')
url="https://github.com/linuxdeepin/deepin-sound-theme"
license=('GPL3')
groups=('deepin')
conflicts=('deepin-artwork')
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-sound-theme/archive/$pkgver.tar.gz")
sha512sums=('59d87cddf4720a084fdbcb97de12cd6e1409e450f2a5e5d632870fa2d01c4c5c9d16138179b55b4590a108aee58b4308738baa2424b2ac643dfe35180290a2be')

package() {
  cd $pkgname-$pkgver
  make PREFIX=/usr DESTDIR="$pkgdir" install
}
