summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 0edf06f6eac01773cb1cc4241c8c2e56d2903c28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Maintainer: Charles Bos <charlesbos1 AT gmail>

pkgname=gnome-icon-theme-xfce
pkgver=0.6
pkgrel=2
pkgdesc="Extra Xfce icons for the GNOME icon theme"
arch=('any')
url="https://launchpad.net/gnome-icon-theme-xfce"
license=('GPL')
depends=('gnome-icon-theme' 'adwaita-icon-theme')
source=(https://launchpad.net/${pkgname}/trunk/${pkgver}/+download/${pkgname}-source-${pkgver}.tar.gz)
sha256sums=('ee250311d8eff7dbfe6b7bd8e736e3dbc5e21a88f1808bc6aa6d5f0ff175b3ae')

package() {
  cp -R ${srcdir}/${pkgname}/usr ${pkgdir}
}