diff options
Diffstat (limited to 'extra/pcmanfm')
-rw-r--r-- | extra/pcmanfm/.footprint.i686 | 21 | ||||
-rw-r--r-- | extra/pcmanfm/.footprint.x86_64 | 21 | ||||
-rw-r--r-- | extra/pcmanfm/.md5sum.i686 | 1 | ||||
-rw-r--r-- | extra/pcmanfm/.md5sum.x86_64 | 1 | ||||
-rw-r--r-- | extra/pcmanfm/Pkgfile | 21 |
5 files changed, 0 insertions, 65 deletions
diff --git a/extra/pcmanfm/.footprint.i686 b/extra/pcmanfm/.footprint.i686 deleted file mode 100644 index 27e992731..000000000 --- a/extra/pcmanfm/.footprint.i686 +++ /dev/null @@ -1,21 +0,0 @@ -drwxr-xr-x root/root etc/ -drwxr-xr-x root/root etc/xdg/ -drwxr-xr-x root/root etc/xdg/pcmanfm/ -drwxr-xr-x root/root etc/xdg/pcmanfm/default/ --rw-r--r-- root/root etc/xdg/pcmanfm/default/pcmanfm.conf -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.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/pcmanfm/ -drwxr-xr-x root/root usr/share/pcmanfm/ui/ --rw-r--r-- root/root usr/share/pcmanfm/ui/about.ui --rw-r--r-- root/root usr/share/pcmanfm/ui/autorun.ui --rw-r--r-- root/root usr/share/pcmanfm/ui/desktop-pref.ui --rw-r--r-- root/root usr/share/pcmanfm/ui/pref.ui diff --git a/extra/pcmanfm/.footprint.x86_64 b/extra/pcmanfm/.footprint.x86_64 deleted file mode 100644 index 27e992731..000000000 --- a/extra/pcmanfm/.footprint.x86_64 +++ /dev/null @@ -1,21 +0,0 @@ -drwxr-xr-x root/root etc/ -drwxr-xr-x root/root etc/xdg/ -drwxr-xr-x root/root etc/xdg/pcmanfm/ -drwxr-xr-x root/root etc/xdg/pcmanfm/default/ --rw-r--r-- root/root etc/xdg/pcmanfm/default/pcmanfm.conf -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.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/pcmanfm/ -drwxr-xr-x root/root usr/share/pcmanfm/ui/ --rw-r--r-- root/root usr/share/pcmanfm/ui/about.ui --rw-r--r-- root/root usr/share/pcmanfm/ui/autorun.ui --rw-r--r-- root/root usr/share/pcmanfm/ui/desktop-pref.ui --rw-r--r-- root/root usr/share/pcmanfm/ui/pref.ui diff --git a/extra/pcmanfm/.md5sum.i686 b/extra/pcmanfm/.md5sum.i686 deleted file mode 100644 index 11519f4b0..000000000 --- a/extra/pcmanfm/.md5sum.i686 +++ /dev/null @@ -1 +0,0 @@ -bd932b377a7acadb44acaee5ca3f78ac pcmanfm-6b8584c.tar.gz diff --git a/extra/pcmanfm/.md5sum.x86_64 b/extra/pcmanfm/.md5sum.x86_64 deleted file mode 100644 index 11519f4b0..000000000 --- a/extra/pcmanfm/.md5sum.x86_64 +++ /dev/null @@ -1 +0,0 @@ -bd932b377a7acadb44acaee5ca3f78ac pcmanfm-6b8584c.tar.gz diff --git a/extra/pcmanfm/Pkgfile b/extra/pcmanfm/Pkgfile deleted file mode 100644 index 0f72677ac..000000000 --- a/extra/pcmanfm/Pkgfile +++ /dev/null @@ -1,21 +0,0 @@ -# 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: libfm -# Run on: libfm - -name=pcmanfm -version=6b8584c -release=1 -source=(http://nutyx.meticul.eu/files/$name-$version.tar.gz) - -build() { - cd $name-$version - sh autogen.sh - ./configure --prefix=/usr \ - --sysconfdir=/etc - make - make DESTDIR=$PKG install -} - |