summaryrefslogtreecommitdiffstats
path: root/xfce4-xquisite-icon-theme/Pkgfile
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.servegame.org>2012-08-05 23:38:46 +0200
committerpiernov <piernov@piernov.servegame.org>2012-08-05 23:38:46 +0200
commit6019e7d77688dbb26351e4971c9b48f9a95e5c2b (patch)
tree3298e274a25ccd3b26907c214bb8cede548d332e /xfce4-xquisite-icon-theme/Pkgfile
parent7e5e5129b32942a892d6d2ede036c6e200e21308 (diff)
downloadnutyx-extra-6019e7d77688dbb26351e4971c9b48f9a95e5c2b.tar.gz
nutyx-extra-6019e7d77688dbb26351e4971c9b48f9a95e5c2b.tar.bz2
nutyx-extra-6019e7d77688dbb26351e4971c9b48f9a95e5c2b.tar.xz
nutyx-extra-6019e7d77688dbb26351e4971c9b48f9a95e5c2b.zip
xquisite -> xfce4-xquisite-icon-theme 0.4.1 màj port
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
+}