summaryrefslogtreecommitdiffstats
path: root/gnome/gnome-backgrounds
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-10-24 12:47:42 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-10-24 12:47:42 +0200
commitdc6ed487f1b1a218eaa511c88ce3b56d31be5f58 (patch)
tree902cb73ccc841a794ed2e97e519d281819f52274 /gnome/gnome-backgrounds
parent8f61f59f7a942017eb8830bcc19795e4d1ce8aee (diff)
downloadnutyx-pakxe-dc6ed487f1b1a218eaa511c88ce3b56d31be5f58.tar.gz
nutyx-pakxe-dc6ed487f1b1a218eaa511c88ce3b56d31be5f58.tar.bz2
nutyx-pakxe-dc6ed487f1b1a218eaa511c88ce3b56d31be5f58.tar.xz
nutyx-pakxe-dc6ed487f1b1a218eaa511c88ce3b56d31be5f58.zip
ajout de gnome-background#2.24.1-1
Diffstat (limited to 'gnome/gnome-backgrounds')
-rw-r--r--gnome/gnome-backgrounds/.footprint31
-rw-r--r--gnome/gnome-backgrounds/.md5sum1
-rw-r--r--gnome/gnome-backgrounds/Pkgfile17
3 files changed, 49 insertions, 0 deletions
diff --git a/gnome/gnome-backgrounds/.footprint b/gnome/gnome-backgrounds/.footprint
new file mode 100644
index 000000000..88a325241
--- /dev/null
+++ b/gnome/gnome-backgrounds/.footprint
@@ -0,0 +1,31 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/gnome-background-properties/
+-rw-r--r-- root/root usr/share/gnome-background-properties/gnome-abstract.xml
+-rw-r--r-- root/root usr/share/gnome-background-properties/gnome-nature.xml
+drwxr-xr-x root/root usr/share/locale/
+drwxr-xr-x root/root usr/share/locale/fr/
+drwxr-xr-x root/root usr/share/locale/fr/LC_MESSAGES/
+-rw-r--r-- root/root usr/share/locale/fr/LC_MESSAGES/gnome-backgrounds.mo
+drwxr-xr-x root/root usr/share/pixmaps/
+drwxr-xr-x root/root usr/share/pixmaps/backgrounds/
+drwxr-xr-x root/root usr/share/pixmaps/backgrounds/gnome/
+drwxr-xr-x root/root usr/share/pixmaps/backgrounds/gnome/abstract/
+-rw-r--r-- root/root usr/share/pixmaps/backgrounds/gnome/abstract/Flow.png
+-rw-r--r-- root/root usr/share/pixmaps/backgrounds/gnome/abstract/Gulp.png
+-rw-r--r-- root/root usr/share/pixmaps/backgrounds/gnome/abstract/Silk.png
+-rw-r--r-- root/root usr/share/pixmaps/backgrounds/gnome/abstract/Spring.png
+-rw-r--r-- root/root usr/share/pixmaps/backgrounds/gnome/abstract/Waves.png
+drwxr-xr-x root/root usr/share/pixmaps/backgrounds/gnome/nature/
+-rw-r--r-- root/root usr/share/pixmaps/backgrounds/gnome/nature/Aqua.jpg
+-rw-r--r-- root/root usr/share/pixmaps/backgrounds/gnome/nature/Blinds.jpg
+-rw-r--r-- root/root usr/share/pixmaps/backgrounds/gnome/nature/Dune.jpg
+-rw-r--r-- root/root usr/share/pixmaps/backgrounds/gnome/nature/FreshFlower.jpg
+-rw-r--r-- root/root usr/share/pixmaps/backgrounds/gnome/nature/Garden.jpg
+-rw-r--r-- root/root usr/share/pixmaps/backgrounds/gnome/nature/GreenMeadow.jpg
+-rw-r--r-- root/root usr/share/pixmaps/backgrounds/gnome/nature/LadyBird.jpg
+-rw-r--r-- root/root usr/share/pixmaps/backgrounds/gnome/nature/RainDrops.jpg
+-rw-r--r-- root/root usr/share/pixmaps/backgrounds/gnome/nature/Storm.jpg
+-rw-r--r-- root/root usr/share/pixmaps/backgrounds/gnome/nature/TwoWings.jpg
+-rw-r--r-- root/root usr/share/pixmaps/backgrounds/gnome/nature/Wood.jpg
+-rw-r--r-- root/root usr/share/pixmaps/backgrounds/gnome/nature/YellowFlower.jpg
diff --git a/gnome/gnome-backgrounds/.md5sum b/gnome/gnome-backgrounds/.md5sum
new file mode 100644
index 000000000..62773d310
--- /dev/null
+++ b/gnome/gnome-backgrounds/.md5sum
@@ -0,0 +1 @@
+28e09fcdeef5616bc612b36e5068e413 gnome-backgrounds-2.24.1.tar.bz2
diff --git a/gnome/gnome-backgrounds/Pkgfile b/gnome/gnome-backgrounds/Pkgfile
new file mode 100644
index 000000000..b1d0a13f7
--- /dev/null
+++ b/gnome/gnome-backgrounds/Pkgfile
@@ -0,0 +1,17 @@
+# Description: Collection de fichiers graphiques pouvant etre utilises comme fonds d'ecrans
+# URL: http://www.gnome.org/
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: p5-xml-parser
+
+name=gnome-backgrounds
+version=2.24.1
+release=1
+source=(http://ftp.gnome.org/pub/gnome/sources/$name/2.24/$name-$version.tar.bz2)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=$GNOME_PREFIX
+ make
+ make DESTDIR=$PKG install
+}