diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-08-04 18:23:26 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-06-08 12:21:37 +0200 |
commit | 23d7a0300d59318b3620d8bf0e9264259a80257f (patch) | |
tree | 06b45cbbddb0a0a763209e5382e689f3cc3088dd /PKGBUILD | |
parent | 99e3146a5ca97cb1668a8ca4dc43caf9581c5794 (diff) | |
download | pkgbuilds-23d7a0300d59318b3620d8bf0e9264259a80257f.tar.xz |
pcmanfm-git: Add lxmenu-data as an alternative to gnome-menus
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') |