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 | |
parent | 99e3146a5ca97cb1668a8ca4dc43caf9581c5794 (diff) | |
download | pkgbuilds-23d7a0300d59318b3620d8bf0e9264259a80257f.tar.xz |
pcmanfm-git: Add lxmenu-data as an alternative to gnome-menus
-rw-r--r-- | .SRCINFO | 7 | ||||
-rw-r--r-- | PKGBUILD | 20 |
2 files changed, 16 insertions, 11 deletions
@@ -2,8 +2,8 @@ # Mon Jun 1 13:54:20 UTC 2015 pkgbase = pcmanfm-git pkgdesc = An extremely fast, lightweight, yet feature-rich file manager with tabbed browsing - pkgver = git - pkgrel = 2 + pkgver = 1.2.1.r3.g8a2c730 + pkgrel = 1 url = http://pcmanfm.sourceforge.net/ install = pcmanfm.install arch = i686 @@ -14,7 +14,8 @@ pkgbase = pcmanfm-git makedepends = pkg-config depends = libfm-gtk-git optdepends = gvfs: mounting of local and remote drives - optdepends = gnome-menus: applications menu and "Open with..." dialog + optdepends = lxmenu-data: applications menu and "Open with" dialog + optdepends = gnome-menus: applications menu and "Open with" dialog provides = pcmanfm conflicts = pcmanfm source = git://git.lxde.org/git/lxde/pcmanfm @@ -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') |