summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg2014-08-04 18:23:26 +0200
committerJohannes Löthberg2015-06-08 12:21:37 +0200
commit23d7a0300d59318b3620d8bf0e9264259a80257f (patch)
tree06b45cbbddb0a0a763209e5382e689f3cc3088dd
parent99e3146a5ca97cb1668a8ca4dc43caf9581c5794 (diff)
downloadaur-23d7a0300d59318b3620d8bf0e9264259a80257f.tar.gz
pcmanfm-git: Add lxmenu-data as an alternative to gnome-menus
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD20
2 files changed, 16 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 186826e88317..124b243c753f 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 cbf4a5b56440..2d57a95ea172 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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')