summaryrefslogtreecommitdiffstats
path: root/gnome-desktop2/Pkgfile
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2011-08-16 19:52:01 +0200
committerpiernov <piernov@piernov.org>2011-08-16 19:52:01 +0200
commit26ed0a831827804eef8e9837c136f6533a28a091 (patch)
tree053af680a9f31ecfa9a520088266167f4dc3f1dc /gnome-desktop2/Pkgfile
parent75a4fe8434fd80e7abdcc25c0d1fdcc1cc7ac2ea (diff)
downloadgnome3-26ed0a831827804eef8e9837c136f6533a28a091.tar.gz
gnome3-26ed0a831827804eef8e9837c136f6533a28a091.tar.bz2
gnome3-26ed0a831827804eef8e9837c136f6533a28a091.tar.xz
gnome3-26ed0a831827804eef8e9837c136f6533a28a091.zip
gnome-desktop2 2.32.1-1 ajout port
Diffstat (limited to 'gnome-desktop2/Pkgfile')
-rw-r--r--gnome-desktop2/Pkgfile27
1 files changed, 27 insertions, 0 deletions
diff --git a/gnome-desktop2/Pkgfile b/gnome-desktop2/Pkgfile
new file mode 100644
index 0000000..2e06141
--- /dev/null
+++ b/gnome-desktop2/Pkgfile
@@ -0,0 +1,27 @@
+# Description: Bibliothèque contenant une API pour différents modules Gnome2
+# URL: http://www.gnome.org/
+# Maintainer: NuTyX core team
+# Packager: piernov <piernov@piernov.org>
+# Depends on: libgnomeui, startup-notification, gnome-doc-utils
+# Run on: libgnomeui,startup-notification,rarian
+
+name=gnome-desktop2
+version=2.32.1
+release=1
+source=(http://download.gnome.org/sources/${name%2}/${version%.*}/${name%2}-$version.tar.bz2)
+
+build() {
+ cd ${name%2}-$version
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --localstatedir=/var/lib \
+ --with-gnome-distributor="NuTyX" \
+ --disable-gtk-doc \
+ --disable-scrollkeeper \
+ --disable-desktop-docs
+ make
+ make DESTDIR=$PKG install
+ sed 's|#!/usr/bin/python|#!/usr/bin/python2|' -i $PKG/usr/bin/gnome-about
+ rm -rf $PKG/usr/share/gtk-doc
+ rm -rf $PKG/usr/share/omf/
+}