summaryrefslogtreecommitdiffstats
path: root/xfce4-icon-theme/Pkgfile
blob: 321017345d5bd12a89eca411cccbb516c74e777a (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: libpng,librsvg

name=xfce4-icon-theme
version=4.8.0
release=1
source=(index.theme)

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