summaryrefslogtreecommitdiffstats
path: root/extra/pcmanfm
diff options
context:
space:
mode:
Diffstat (limited to 'extra/pcmanfm')
-rw-r--r--extra/pcmanfm/.footprint14
-rw-r--r--extra/pcmanfm/.md5sum2
-rw-r--r--extra/pcmanfm/Pkgfile6
3 files changed, 11 insertions, 11 deletions
diff --git a/extra/pcmanfm/.footprint b/extra/pcmanfm/.footprint
index 4bc36a868..beea7db74 100644
--- a/extra/pcmanfm/.footprint
+++ b/extra/pcmanfm/.footprint
@@ -14,15 +14,13 @@ 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
+-rw-r--r-- root/root usr/share/pcmanfm/ui/about-dlg.ui
+-rw-r--r-- root/root usr/share/pcmanfm/ui/appchooserdlg.ui
+-rw-r--r-- root/root usr/share/pcmanfm/ui/file_properties.ui
+-rw-r--r-- root/root usr/share/pcmanfm/ui/find-files.ui
+-rw-r--r-- root/root usr/share/pcmanfm/ui/godlg.ui
+-rw-r--r-- root/root usr/share/pcmanfm/ui/prefdlg.ui
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
index 8420b890e..387b05703 100644
--- a/extra/pcmanfm/.md5sum
+++ b/extra/pcmanfm/.md5sum
@@ -1 +1 @@
-fe1a836eed6a42107e7d71a01a52f7ec pcmanfm-0.5.tar.gz
+750f89cbe7496e5f4c09e4c5a95dec6e pcmanfm-0.5.2.tar.bz2
diff --git a/extra/pcmanfm/Pkgfile b/extra/pcmanfm/Pkgfile
index 489281158..4c119c44c 100644
--- a/extra/pcmanfm/Pkgfile
+++ b/extra/pcmanfm/Pkgfile
@@ -5,12 +5,14 @@
# Depends on: desktop-file-utils, gtk, hal, shared-mime-info, startup-notification, gamin, xorg-libxcomposite, intltool
name=pcmanfm
-version=0.5
+version=0.5.2
release=1
-source=(http://downloads.sourceforge.net/$name/$name-$version.tar.gz)
+source=(http://downloads.sourceforge.net/$name/$name-$version.tar.bz2)
build() {
cd $name-$version
+ sed -i "/MimeType/d" data/pcmanfm-find.desktop.in
+ echo "fr" > po/LINGUAS
./configure --prefix=/usr \
--sysconfdir=/etc
make