From d1ac726f2fa1bdc217b0d6ed1310ad13bc7512c1 Mon Sep 17 00:00:00 2001 From: Thierry N Date: Sat, 24 Oct 2009 12:49:33 +0200 Subject: ajout de gnome-mount#0.8-1 --- gnome/gnome-mount/.footprint | 27 +++++++++++++++++++++++++++ gnome/gnome-mount/.md5sum | 1 + gnome/gnome-mount/Pkgfile | 19 +++++++++++++++++++ 3 files changed, 47 insertions(+) create mode 100644 gnome/gnome-mount/.footprint create mode 100644 gnome/gnome-mount/.md5sum create mode 100644 gnome/gnome-mount/Pkgfile (limited to 'gnome/gnome-mount') diff --git a/gnome/gnome-mount/.footprint b/gnome/gnome-mount/.footprint new file mode 100644 index 000000000..d13f2956a --- /dev/null +++ b/gnome/gnome-mount/.footprint @@ -0,0 +1,27 @@ +drwxr-xr-x root/root etc/ +drwxr-xr-x root/root etc/gconf/ +drwxr-xr-x root/root etc/gconf/schemas/ +-rw-r--r-- root/root etc/gconf/schemas/gnome-mount.schemas +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +lrwxrwxrwx root/root usr/bin/gnome-eject -> /usr/bin/gnome-mount +-rwxr-xr-x root/root usr/bin/gnome-mount +lrwxrwxrwx root/root usr/bin/gnome-umount -> /usr/bin/gnome-mount +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/nautilus/ +drwxr-xr-x root/root usr/lib/nautilus/extensions-2.0/ +-rw-r--r-- root/root usr/lib/nautilus/extensions-2.0/libgnome-mount.a +-rwxr-xr-x root/root usr/lib/nautilus/extensions-2.0/libgnome-mount.la +-rwxr-xr-x root/root usr/lib/nautilus/extensions-2.0/libgnome-mount.so +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/gnome-mount.pc +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/gnome-mount/ +-rw-r--r-- root/root usr/share/gnome-mount/gnome-mount-properties.glade +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-mount.mo +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/gnome-mount.1.gz diff --git a/gnome/gnome-mount/.md5sum b/gnome/gnome-mount/.md5sum new file mode 100644 index 000000000..56af54b7e --- /dev/null +++ b/gnome/gnome-mount/.md5sum @@ -0,0 +1 @@ +562ec9d0196e5e000bdd249a04a3aa6a gnome-mount-0.8.tar.gz diff --git a/gnome/gnome-mount/Pkgfile b/gnome/gnome-mount/Pkgfile new file mode 100644 index 000000000..848e32683 --- /dev/null +++ b/gnome/gnome-mount/Pkgfile @@ -0,0 +1,19 @@ +# Description: Permet le montage et démontage des médias externes +# URL: http://www.gnome.org/ +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: gnome-keyring, hal, nautilus, libnotify, intltool, gconf + +name=gnome-mount +version=0.8 +release=1 +source=(http://hal.freedesktop.org/releases/$name-$version.tar.gz) + +build() { + cd $name-$version + ./configure --prefix=$GNOME_PREFIX \ + --sysconfdir=/etc + + make + make DESTDIR=$PKG install +} -- cgit v1.2.3-54-g00ecf