ports/contrib (3.2): Revert "pcmanfm: dropped unmaintained and broken port"
commit 5dcc9fe8359d6d443e03a3bfd3a22df92a5c49d0 Author: Danny Rawlins <monster.romster@gmail.com> Date: Sat Jul 30 14:10:54 2016 +1000 Revert "pcmanfm: dropped unmaintained and broken port" This reverts commit 80c81a69c66e8098e93719d29f47759ee7138f1e. diff --git a/pcmanfm/.footprint b/pcmanfm/.footprint new file mode 100644 index 0000000..643c504 --- /dev/null +++ b/pcmanfm/.footprint @@ -0,0 +1,26 @@ +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 new file mode 100644 index 0000000..8f3926e --- /dev/null +++ b/pcmanfm/.md5sum @@ -0,0 +1 @@ +c993402d407b0a3fc076f842ac1bc5c9 pcmanfm-1.2.3.tar.xz diff --git a/pcmanfm/Pkgfile b/pcmanfm/Pkgfile new file mode 100644 index 0000000..dee3224 --- /dev/null +++ b/pcmanfm/Pkgfile @@ -0,0 +1,17 @@ +# 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 new file mode 100755 index 0000000..116d78b --- /dev/null +++ b/pcmanfm/post-install @@ -0,0 +1,4 @@ +#!/bin/bash + +update-mime-database /usr/share/mime +update-desktop-database
participants (1)
-
crux@crux.nu