summaryrefslogtreecommitdiffstats
path: root/xfce/xfce4-icon-theme/Pkgfile
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-21 23:02:46 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-21 23:02:46 +0200
commitc8b37ac44e8321e7720beab4be6f3b01bf1ba4e8 (patch)
tree69dd309e7b378f774c1c2933848ff81aea75bf77 /xfce/xfce4-icon-theme/Pkgfile
parente016236bd1db046e47a5fc19296f9e13967cb614 (diff)
downloadnutyx-pakxe-c8b37ac44e8321e7720beab4be6f3b01bf1ba4e8.tar.gz
nutyx-pakxe-c8b37ac44e8321e7720beab4be6f3b01bf1ba4e8.tar.bz2
nutyx-pakxe-c8b37ac44e8321e7720beab4be6f3b01bf1ba4e8.tar.xz
nutyx-pakxe-c8b37ac44e8321e7720beab4be6f3b01bf1ba4e8.zip
Ajout de xfce4-icon-theme#4.6.1-2
Diffstat (limited to 'xfce/xfce4-icon-theme/Pkgfile')
-rwxr-xr-xxfce/xfce4-icon-theme/Pkgfile16
1 files changed, 16 insertions, 0 deletions
diff --git a/xfce/xfce4-icon-theme/Pkgfile b/xfce/xfce4-icon-theme/Pkgfile
new file mode 100755
index 000000000..55285330a
--- /dev/null
+++ b/xfce/xfce4-icon-theme/Pkgfile
@@ -0,0 +1,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
+}
+