commit 80c81a69c66e8098e93719d29f47759ee7138f1e Author: Fredrik Rinnestam <fredrik@crux.nu> Date: Sat Jul 30 00:09:13 2016 +0200 pcmanfm: dropped unmaintained and broken port diff --git a/pcmanfm/.footprint b/pcmanfm/.footprint deleted file mode 100644 index 643c504..0000000 --- a/pcmanfm/.footprint +++ /dev/null @@ -1,26 +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/include/ --rw-r--r-- root/root usr/include/pcmanfm-modules.h -drwxr-xr-x root/root usr/lib/ -drwxr-xr-x root/root usr/lib/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-pref.desktop --rw-r--r-- root/root usr/share/applications/pcmanfm.desktop -drwxr-xr-x root/root usr/share/man/ -drwxr-xr-x root/root usr/share/man/man1/ --rw-r--r-- root/root usr/share/man/man1/pcmanfm.1.gz -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/connect.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/pcmanfm/.md5sum b/pcmanfm/.md5sum deleted file mode 100644 index 8f3926e..0000000 --- a/pcmanfm/.md5sum +++ /dev/null @@ -1 +0,0 @@ -c993402d407b0a3fc076f842ac1bc5c9 pcmanfm-1.2.3.tar.xz diff --git a/pcmanfm/Pkgfile b/pcmanfm/Pkgfile deleted file mode 100644 index dee3224..0000000 --- a/pcmanfm/Pkgfile +++ /dev/null @@ -1,17 +0,0 @@ -# Description: fast and lightweight file manager -# URL: http://pcmanfm.sourceforge.net/ -# Maintainer: James Mills, prologic at shortcircuit dot net dot au -# Depends on: libfm desktop-file-utils shared-mime-info - -name=pcmanfm -version=1.2.3 -release=1 -source=(http://downloads.sourceforge.net/$name/$name-$version.tar.xz) - -build() { - cd $name-$version - ./configure --prefix=/usr --sysconfdir=/etc - make - make DESTDIR=$PKG install - rm -rf $PKG/usr/share/locale -} diff --git a/pcmanfm/post-install b/pcmanfm/post-install deleted file mode 100755 index 116d78b..0000000 --- a/pcmanfm/post-install +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/bash - -update-mime-database /usr/share/mime -update-desktop-database