summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChih-Hsuan Yen2018-08-15 01:16:08 +0800
committerChih-Hsuan Yen2018-08-15 01:16:08 +0800
commitb8438287b8337be53bf83e447297b7bae23bbe1e (patch)
treea6373ad7bd275eba479811f08dd6b8d390273398 /PKGBUILD
parent7b1b089a26e2749fcf76f8fa69895e5d207b8465 (diff)
downloadaur-b8438287b8337be53bf83e447297b7bae23bbe1e.tar.gz
add gvfs to optdepends
lximage-qt-git, lxqt-qtplugin-git: rebuild after libfm-qt ABI changes Ref: https://github.com/lxqt/libfm-qt/pull/210
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD15
1 files changed, 9 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1baee859482b..8a6e891ba054 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,21 @@
_pkgname=libfm-qt
pkgname=$_pkgname-git
-pkgver=0.11.1.8.g4556a9b
-pkgrel=2
+pkgver=0.13.1.144.g62b5fbd
+pkgrel=1
pkgdesc='Qt port of libfm, a library providing components to build desktop file managers'
arch=('i686' 'x86_64')
-url='https://github.com/lxde/libfm-qt'
+url='https://github.com/lxqt/libfm-qt'
license=('LGPL')
-depends=('qt5-x11extras' 'libfm')
+depends=('qt5-x11extras' 'menu-cache' 'libexif')
makedepends=('git' 'cmake' 'qt5-tools' 'lxqt-build-tools-git')
+optdepends=(
+ 'gvfs: support for the trash bin and network devices'
+)
provides=("$_pkgname")
conflicts=("$_pkgname" 'pcmanfm-qt<=0.10.0')
-source=('git+https://github.com/lxde/libfm-qt.git')
-sha256sums=("SKIP")
+source=('git+https://github.com/lxqt/libfm-qt.git')
+sha256sums=('SKIP')
pkgver() {
cd $_pkgname