summaryrefslogtreecommitdiffstats
path: root/gnome-backgrounds/Pkgfile
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.servegame.org>2011-07-23 00:25:03 +0200
committerpiernov <piernov@piernov.servegame.org>2011-07-23 00:25:03 +0200
commit457ba45f1f7d291d5881f18786b6a876573a8320 (patch)
tree0cb3caa3241b510b8a377f683aaa559342424471 /gnome-backgrounds/Pkgfile
downloadgnome3-457ba45f1f7d291d5881f18786b6a876573a8320.tar.gz
gnome3-457ba45f1f7d291d5881f18786b6a876573a8320.tar.bz2
gnome3-457ba45f1f7d291d5881f18786b6a876573a8320.tar.xz
gnome3-457ba45f1f7d291d5881f18786b6a876573a8320.zip
Création du dépôt
Diffstat (limited to 'gnome-backgrounds/Pkgfile')
-rw-r--r--gnome-backgrounds/Pkgfile22
1 files changed, 22 insertions, 0 deletions
diff --git a/gnome-backgrounds/Pkgfile b/gnome-backgrounds/Pkgfile
new file mode 100644
index 0000000..dec12bd
--- /dev/null
+++ b/gnome-backgrounds/Pkgfile
@@ -0,0 +1,22 @@
+# Description: Collection de fichiers graphiques pouvant etre utilises comme fonds d'ecrans
+# URL: http://www.gnome.org/
+# Maintainer: NuTyX GNOME team
+# Packager: b at juglas dot name
+# Depends on: p5-xml-parser, intltool
+# Run on: p5-xml-parser,intltool
+
+name=gnome-backgrounds
+version=3.1.2
+release=1
+source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz \
+ nutyx-attapu.jpg)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+ mkdir -p $PKG/usr/share/pixmaps/backgrounds/nutyx
+ cp ../nutyx-attapu.jpg \
+ $PKG/usr/share/pixmaps/backgrounds/nutyx/attapu.jpg
+}