summarylogtreecommitdiffstats
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
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
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD15
2 files changed, 16 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7c0c034f8058..72fc3916ca28 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,8 @@
-# Generated by mksrcinfo v8
-# Sun Jan 22 14:23:50 UTC 2017
pkgbase = libfm-qt-git
pkgdesc = Qt port of libfm, a library providing components to build desktop file managers
- pkgver = 0.11.1.8.g4556a9b
- pkgrel = 2
- url = https://github.com/lxde/libfm-qt
+ pkgver = 0.13.1.144.g62b5fbd
+ pkgrel = 1
+ url = https://github.com/lxqt/libfm-qt
arch = i686
arch = x86_64
license = LGPL
@@ -13,11 +11,13 @@ pkgbase = libfm-qt-git
makedepends = qt5-tools
makedepends = lxqt-build-tools-git
depends = qt5-x11extras
- depends = libfm
+ depends = menu-cache
+ depends = libexif
+ optdepends = gvfs: support for the trash bin and network devices
provides = libfm-qt
conflicts = libfm-qt
conflicts = pcmanfm-qt<=0.10.0
- source = git+https://github.com/lxde/libfm-qt.git
+ source = git+https://github.com/lxqt/libfm-qt.git
sha256sums = SKIP
pkgname = libfm-qt-git
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