diff options
Diffstat (limited to 'xfce/xfce4-artwork')
-rw-r--r-- | xfce/xfce4-artwork/.footprint | 9 | ||||
-rw-r--r-- | xfce/xfce4-artwork/.md5sum | 1 | ||||
-rwxr-xr-x | xfce/xfce4-artwork/Pkgfile | 22 |
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 +} + |