From 6ca1db2a8851233a646c2d91d670e7846cbe7714 Mon Sep 17 00:00:00 2001 From: Thierry N Date: Fri, 21 Aug 2009 22:58:35 +0200 Subject: Ajout de thunar-volman#0.3.80-2 --- xfce/thunar-volman/.footprint | 23 +++++++++++++++++++++++ xfce/thunar-volman/.md5sum | 1 + xfce/thunar-volman/Pkgfile | 22 ++++++++++++++++++++++ 3 files changed, 46 insertions(+) create mode 100644 xfce/thunar-volman/.footprint create mode 100644 xfce/thunar-volman/.md5sum create mode 100755 xfce/thunar-volman/Pkgfile (limited to 'xfce') diff --git a/xfce/thunar-volman/.footprint b/xfce/thunar-volman/.footprint new file mode 100644 index 000000000..611494f0f --- /dev/null +++ b/xfce/thunar-volman/.footprint @@ -0,0 +1,23 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/thunar-volman +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/xfce4/ +-rwxr-xr-x root/root usr/lib/xfce4/thunar-volman-settings +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/applications/ +-rw-r--r-- root/root usr/share/applications/thunar-volman-settings.desktop +drwxr-xr-x root/root usr/share/icons/ +drwxr-xr-x root/root usr/share/icons/hicolor/ +drwxr-xr-x root/root usr/share/icons/hicolor/48x48/ +drwxr-xr-x root/root usr/share/icons/hicolor/48x48/apps/ +-rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/tvm-burn-cd.png +-rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/tvm-dev-pocketpc.png +-rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/tvm-dev-tablet.png +drwxr-xr-x root/root usr/share/icons/hicolor/scalable/ +drwxr-xr-x root/root usr/share/icons/hicolor/scalable/apps/ +-rw-r--r-- root/root usr/share/icons/hicolor/scalable/apps/tvm-burn-cd.svg +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/thunar-volman.mo diff --git a/xfce/thunar-volman/.md5sum b/xfce/thunar-volman/.md5sum new file mode 100644 index 000000000..060cb1cef --- /dev/null +++ b/xfce/thunar-volman/.md5sum @@ -0,0 +1 @@ +4fd81b62690797317ca649ab20609dae thunar-volman-0.3.80.tar.bz2 diff --git a/xfce/thunar-volman/Pkgfile b/xfce/thunar-volman/Pkgfile new file mode 100755 index 000000000..8cb3d25c5 --- /dev/null +++ b/xfce/thunar-volman/Pkgfile @@ -0,0 +1,22 @@ +# Description: Gestion des médias amovibles pour Thunar +# URL: http://goodies.xfce.org/projects/thunar-plugins/thunar-volman/ +# Maintainer: NuTyX core team +# Packager: fred.galusik at gmail dot com +# Depends on: dbus-glib, hal, thunar + +name=thunar-volman +version=0.3.80 +release=2 +source=(http://goodies.xfce.org/releases/$name/$name-$version.tar.bz2) + +build() { +cd $name-$version + ./configure --prefix=/usr \ + --libexecdir=/usr/lib/xfce4 \ + --sysconfdir=/etc \ + --localstatedir=/var \ + --disable-static + make + make DESTDIR=$PKG install +} + -- cgit v1.2.3-54-g00ecf