summaryrefslogtreecommitdiffstats
path: root/gnome/gnome-mount
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-10-24 12:49:33 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-10-24 12:49:33 +0200
commitd1ac726f2fa1bdc217b0d6ed1310ad13bc7512c1 (patch)
treeb9e5b98789508f167b5cc6f80decf9b6a2ab9112 /gnome/gnome-mount
parent6147615b212c13b6a57006a94abf965e81ca87bc (diff)
downloadnutyx-pakxe-d1ac726f2fa1bdc217b0d6ed1310ad13bc7512c1.tar.gz
nutyx-pakxe-d1ac726f2fa1bdc217b0d6ed1310ad13bc7512c1.tar.bz2
nutyx-pakxe-d1ac726f2fa1bdc217b0d6ed1310ad13bc7512c1.tar.xz
nutyx-pakxe-d1ac726f2fa1bdc217b0d6ed1310ad13bc7512c1.zip
ajout de gnome-mount#0.8-1
Diffstat (limited to 'gnome/gnome-mount')
-rw-r--r--gnome/gnome-mount/.footprint27
-rw-r--r--gnome/gnome-mount/.md5sum1
-rw-r--r--gnome/gnome-mount/Pkgfile19
3 files changed, 47 insertions, 0 deletions
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
+}