summaryrefslogtreecommitdiffstats
path: root/xfce
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-21 22:58:35 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-21 22:58:35 +0200
commit6ca1db2a8851233a646c2d91d670e7846cbe7714 (patch)
tree2d903ae07d597677c51933d0662868083269be45 /xfce
parentfb208b379661f37184d33560e536a12222e02a90 (diff)
downloadnutyx-extra-6ca1db2a8851233a646c2d91d670e7846cbe7714.tar.gz
nutyx-extra-6ca1db2a8851233a646c2d91d670e7846cbe7714.tar.bz2
nutyx-extra-6ca1db2a8851233a646c2d91d670e7846cbe7714.tar.xz
nutyx-extra-6ca1db2a8851233a646c2d91d670e7846cbe7714.zip
Ajout de thunar-volman#0.3.80-2
Diffstat (limited to 'xfce')
-rw-r--r--xfce/thunar-volman/.footprint23
-rw-r--r--xfce/thunar-volman/.md5sum1
-rwxr-xr-xxfce/thunar-volman/Pkgfile22
3 files changed, 46 insertions, 0 deletions
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
+}
+