summaryrefslogtreecommitdiffstats
path: root/gnome-user-share/Pkgfile
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2011-08-17 00:43:21 +0200
committerpiernov <piernov@piernov.org>2011-08-17 00:43:21 +0200
commit7ae53bfec4b52ac525b1b3186449fc8a4e454ab0 (patch)
treeaa36ab9450d121eee19969428fd07cdf8dcd172d /gnome-user-share/Pkgfile
parentf3c1e632b17b830f771f1c697382657442df11bf (diff)
downloadgnome3-7ae53bfec4b52ac525b1b3186449fc8a4e454ab0.tar.gz
gnome3-7ae53bfec4b52ac525b1b3186449fc8a4e454ab0.tar.bz2
gnome3-7ae53bfec4b52ac525b1b3186449fc8a4e454ab0.tar.xz
gnome3-7ae53bfec4b52ac525b1b3186449fc8a4e454ab0.zip
gnome-user-share 3.0.0-1 ajout port
Diffstat (limited to 'gnome-user-share/Pkgfile')
-rw-r--r--gnome-user-share/Pkgfile27
1 files changed, 27 insertions, 0 deletions
diff --git a/gnome-user-share/Pkgfile b/gnome-user-share/Pkgfile
new file mode 100644
index 0000000..f5f3058
--- /dev/null
+++ b/gnome-user-share/Pkgfile
@@ -0,0 +1,27 @@
+# Description: Partage de fichier simple d'utilisation pour Gnome
+# URL: http://library.gnome.org/users/gnome-user-share/3.0/gnome-user-share.html
+# Maintainer: NuTyX GNOME team
+# Packager: piernov <piernov@piernov.org>
+# Depends on: gconf, gtk3, libnotify, gnome-bluetooth, libcanberra, nautilus
+# Run on: gconf,gtk3,libnotify,gnome-bluetooth,libcanberra,nautilus
+
+name=gnome-user-share
+version=3.0.0
+release=1
+source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.bz2)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --libexecdir=/usr/lib/$name \
+ --localstatedir=/var
+ make
+ make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=$PKG install
+
+ install -m755 -d $PKG/usr/share/gconf/schemas
+ gconf-merge-schema $PKG/usr/share/gconf/schemas/$name.schemas --domain $name $PKG/etc/gconf/schemas/*.schemas
+ rm -f $PKG/etc/gconf/schemas/*.schemas
+
+ rm -rf $PKG/usr/share/gtk-doc
+}