summaryrefslogtreecommitdiffstats
path: root/xfce/xfce4-icon-theme/Pkgfile
blob: a654b4ce24a641b5eeba5fa6ea16896e8050f24e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Description: Theme d'icones pour Xfce
# URL: http://www.xfce.org
# Maintainer: NuTyX core team
# Packager: fred.galusik at gmail dot com
# Depends on: libpng, librsvg
# Run on:

name=xfce4-icon-theme
version=4.6.1
release=2
source=(index.theme)

build() {
	install -D -m644 index.theme $PKG/usr/share/icons/Rodent/index.theme
	chown -R root:root $PKG
}