From 21acf730ff8fb925a17f988d7e4e0f3cd7b2374a Mon Sep 17 00:00:00 2001 From: Thierry N Date: Fri, 21 Aug 2009 23:01:12 +0200 Subject: Ajout de xfce4-artwork#0.1-5 --- xfce/xfce4-artwork/.footprint | 9 +++++++++ xfce/xfce4-artwork/.md5sum | 1 + xfce/xfce4-artwork/Pkgfile | 22 ++++++++++++++++++++++ 3 files changed, 32 insertions(+) create mode 100644 xfce/xfce4-artwork/.footprint create mode 100644 xfce/xfce4-artwork/.md5sum create mode 100755 xfce/xfce4-artwork/Pkgfile (limited to 'xfce') 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 +} + -- cgit v1.2.3-54-g00ecf