From 23d7a0300d59318b3620d8bf0e9264259a80257f Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Mon, 4 Aug 2014 18:23:26 +0200 Subject: pcmanfm-git: Add lxmenu-data as an alternative to gnome-menus --- .SRCINFO | 7 ++++--- PKGBUILD | 20 ++++++++++++-------- 2 files changed, 16 insertions(+), 11 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 186826e..124b243 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -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 diff --git a/PKGBUILD b/PKGBUILD index cbf4a5b..2d57a95 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,21 +1,25 @@ -# Maintainer: Johannes Löthberg -# Contributor: TDY - 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') -- cgit v1.2.3-70-g09d2