summaryrefslogtreecommitdiffstats
path: root/xfce4-xquisite-icon-theme/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'xfce4-xquisite-icon-theme/Pkgfile')
-rwxr-xr-xxfce4-xquisite-icon-theme/Pkgfile17
1 files changed, 17 insertions, 0 deletions
diff --git a/xfce4-xquisite-icon-theme/Pkgfile b/xfce4-xquisite-icon-theme/Pkgfile
new file mode 100755
index 000000000..c44e4ba3f
--- /dev/null
+++ b/xfce4-xquisite-icon-theme/Pkgfile
@@ -0,0 +1,17 @@
+# Description: Theme d'icones xquisite pour xfce
+# URL: http://xfce-look.org/content/show.php/Xquisite?content=69735
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on:
+# Run on:
+
+name=xfce4-xquisite-icon-theme
+version=0.4.1
+release=1
+source=(http://dl.dropbox.com/u/24716740/mirror/Xquisite.tbz)
+
+build() {
+ tar -xvf Xquisite.tbz
+ mkdir -p $PKG/usr/share/icons/
+ cp -R Xquisite $PKG/usr/share/icons
+}