summaryrefslogtreecommitdiffstats
path: root/xfce
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-21 23:01:12 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-21 23:01:12 +0200
commit21acf730ff8fb925a17f988d7e4e0f3cd7b2374a (patch)
treeb25931d734dd7dc68eb41f303c558c3be6bec274 /xfce
parent3c73cd0f7837a4ad9fbe1ffae0793ec911322835 (diff)
downloadnutyx-extra-21acf730ff8fb925a17f988d7e4e0f3cd7b2374a.tar.gz
nutyx-extra-21acf730ff8fb925a17f988d7e4e0f3cd7b2374a.tar.bz2
nutyx-extra-21acf730ff8fb925a17f988d7e4e0f3cd7b2374a.tar.xz
nutyx-extra-21acf730ff8fb925a17f988d7e4e0f3cd7b2374a.zip
Ajout de xfce4-artwork#0.1-5
Diffstat (limited to 'xfce')
-rw-r--r--xfce/xfce4-artwork/.footprint9
-rw-r--r--xfce/xfce4-artwork/.md5sum1
-rwxr-xr-xxfce/xfce4-artwork/Pkgfile22
3 files changed, 32 insertions, 0 deletions
diff --git a/xfce/xfce4-artwork/.footprint b/xfce/xfce4-artwork/.footprint
new file mode 100644
index 000000000..a0297700b
--- /dev/null
+++ b/xfce/xfce4-artwork/.footprint
@@ -0,0 +1,9 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/xfce4/
+drwxr-xr-x root/root usr/share/xfce4/backdrops/
+-rw-r--r-- root/root usr/share/xfce4/backdrops/paltanen.jpg
+-rw-r--r-- root/root usr/share/xfce4/backdrops/xfce-evil.jpg
+-rw-r--r-- root/root usr/share/xfce4/backdrops/xfce-gradiented.png
+-rw-r--r-- root/root usr/share/xfce4/backdrops/xfce-rio.png
+-rw-r--r-- root/root usr/share/xfce4/backdrops/xfce-transparent.png
diff --git a/xfce/xfce4-artwork/.md5sum b/xfce/xfce4-artwork/.md5sum
new file mode 100644
index 000000000..80a7375ca
--- /dev/null
+++ b/xfce/xfce4-artwork/.md5sum
@@ -0,0 +1 @@
+b7612ee950fcf052e5acfacd0fda729f xfce4-artwork-0.1.tar.gz
diff --git a/xfce/xfce4-artwork/Pkgfile b/xfce/xfce4-artwork/Pkgfile
new file mode 100755
index 000000000..dc29c4ae8
--- /dev/null
+++ b/xfce/xfce4-artwork/Pkgfile
@@ -0,0 +1,22 @@
+# Description: Fonds d'écrans pour xfce
+# URL: http://www.xfce.org/
+# Maintainer: NuTyX core team
+# Packager: fred.galusik at gmail dot com
+# Depends on:
+
+name=xfce4-artwork
+version=0.1
+release=5
+source=(http://download.berlios.de/xfce-goodies/$name-$version.tar.gz)
+
+build() {
+cd $name-$version
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --libexecdir=/usr/lib/xfce4 \
+ --localstatedir=/var \
+ --disable-static
+ make
+ make DESTDIR=$PKG install
+}
+