summaryrefslogtreecommitdiffstats
path: root/xfce/xfce4-icon-theme/Pkgfile
blob: 55285330a2ad6b9cbfb4eb1f29ec63f085cc5258 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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

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
}