diff options
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 20 |
1 files changed, 12 insertions, 8 deletions
@@ -1,21 +1,25 @@ -# Maintainer: Johannes Löthberg <johannes@kyriasis.com> -# Contributor: TDY <tdy@gmx.com> - pkgname=pcmanfm-git -pkgver=git -pkgrel=2 +pkgver=1.2.1.r3.g8a2c730 +pkgrel=1 + pkgdesc="An extremely fast, lightweight, yet feature-rich file manager with tabbed browsing" -arch=('i686' 'x86_64') url="http://pcmanfm.sourceforge.net/" +arch=('i686' 'x86_64') license=('GPL') + depends=('libfm-gtk-git') makedepends=('git' 'intltool' 'pkg-config') optdepends=('gvfs: mounting of local and remote drives' - 'gnome-menus: applications menu and "Open with..." dialog') + 'lxmenu-data: applications menu and "Open with" dialog' + 'gnome-menus: applications menu and "Open with" dialog') + provides=('pcmanfm') conflicts=('pcmanfm') + install=pcmanfm.install -source=('git://git.lxde.org/git/lxde/pcmanfm' 'pcmanfm.install') + +source=('git://git.lxde.org/git/lxde/pcmanfm' + pcmanfm.install) md5sums=('SKIP' 'fc9ea2af71f55f32c8b22bf5ea879e69') |