summaryrefslogtreecommitdiffstats
path: root/extra/pcmanfm
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-11 22:56:32 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-11 22:56:32 +0200
commit7318f39298527339591aa1dac906cb07e57297c5 (patch)
tree09527fc85076071d2786ac269bc8186e4ec93e79 /extra/pcmanfm
parentdedae755b1401f38fe9af8b8ab8282ed9bc15b72 (diff)
downloadnutyx-extra-7318f39298527339591aa1dac906cb07e57297c5.tar.gz
nutyx-extra-7318f39298527339591aa1dac906cb07e57297c5.tar.bz2
nutyx-extra-7318f39298527339591aa1dac906cb07e57297c5.tar.xz
nutyx-extra-7318f39298527339591aa1dac906cb07e57297c5.zip
pcmanfm#0.5-1
Diffstat (limited to 'extra/pcmanfm')
-rw-r--r--extra/pcmanfm/.footprint28
-rw-r--r--extra/pcmanfm/.md5sum1
-rw-r--r--extra/pcmanfm/Pkgfile19
-rw-r--r--extra/pcmanfm/build~1
4 files changed, 49 insertions, 0 deletions
diff --git a/extra/pcmanfm/.footprint b/extra/pcmanfm/.footprint
new file mode 100644
index 000000000..4bc36a868
--- /dev/null
+++ b/extra/pcmanfm/.footprint
@@ -0,0 +1,28 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/pcmanfm
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/applications/
+-rw-r--r-- root/root usr/share/applications/pcmanfm-find.desktop
+-rw-r--r-- root/root usr/share/applications/pcmanfm-folder-handler.desktop
+-rw-r--r-- root/root usr/share/applications/pcmanfm.desktop
+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/pcmanfm.mo
+drwxr-xr-x root/root usr/share/mime/
+drwxr-xr-x root/root usr/share/mime/packages/
+-rw-r--r-- root/root usr/share/mime/packages/libmimetype.xml
+drwxr-xr-x root/root usr/share/pcmanfm/
+drwxr-xr-x root/root usr/share/pcmanfm/icons/
+-rw-r--r-- root/root usr/share/pcmanfm/icons/file.png
+-rw-r--r-- root/root usr/share/pcmanfm/icons/folder.png
+-rw-r--r-- root/root usr/share/pcmanfm/mount.rules
+drwxr-xr-x root/root usr/share/pcmanfm/ui/
+-rw-r--r-- root/root usr/share/pcmanfm/ui/about-dlg.glade
+-rw-r--r-- root/root usr/share/pcmanfm/ui/appchooserdlg.glade
+-rw-r--r-- root/root usr/share/pcmanfm/ui/file_properties.glade
+-rw-r--r-- root/root usr/share/pcmanfm/ui/find-files.glade
+-rw-r--r-- root/root usr/share/pcmanfm/ui/prefdlg.glade
+drwxr-xr-x root/root usr/share/pixmaps/
+-rw-r--r-- root/root usr/share/pixmaps/pcmanfm.png
diff --git a/extra/pcmanfm/.md5sum b/extra/pcmanfm/.md5sum
new file mode 100644
index 000000000..8420b890e
--- /dev/null
+++ b/extra/pcmanfm/.md5sum
@@ -0,0 +1 @@
+fe1a836eed6a42107e7d71a01a52f7ec pcmanfm-0.5.tar.gz
diff --git a/extra/pcmanfm/Pkgfile b/extra/pcmanfm/Pkgfile
new file mode 100644
index 000000000..489281158
--- /dev/null
+++ b/extra/pcmanfm/Pkgfile
@@ -0,0 +1,19 @@
+# Description: Gestionnaire de fichiers très léger
+# URL: http://pcmanfm.sourceforge.net/
+# Maintainer: NuTyX core team
+# Packager: geantbrun at gmail dot com
+# Depends on: desktop-file-utils, gtk, hal, shared-mime-info, startup-notification, gamin, xorg-libxcomposite, intltool
+
+name=pcmanfm
+version=0.5
+release=1
+source=(http://downloads.sourceforge.net/$name/$name-$version.tar.gz)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc
+ make
+ make DESTDIR=$PKG install
+}
+
diff --git a/extra/pcmanfm/build~ b/extra/pcmanfm/build~
new file mode 100644
index 000000000..8d1c8b69c
--- /dev/null
+++ b/extra/pcmanfm/build~
@@ -0,0 +1 @@
+