From 7318f39298527339591aa1dac906cb07e57297c5 Mon Sep 17 00:00:00 2001 From: Thierry N Date: Tue, 11 Aug 2009 22:56:32 +0200 Subject: pcmanfm#0.5-1 --- extra/pcmanfm/.footprint | 28 ++++++++++++++++++++++++++++ extra/pcmanfm/.md5sum | 1 + extra/pcmanfm/Pkgfile | 19 +++++++++++++++++++ extra/pcmanfm/build~ | 1 + 4 files changed, 49 insertions(+) create mode 100644 extra/pcmanfm/.footprint create mode 100644 extra/pcmanfm/.md5sum create mode 100644 extra/pcmanfm/Pkgfile create mode 100644 extra/pcmanfm/build~ (limited to 'extra/pcmanfm') 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 @@ + -- cgit v1.2.3-54-g00ecf