summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChih-Hsuan Yen2019-05-04 23:05:48 +0800
committerChih-Hsuan Yen2019-05-04 23:05:48 +0800
commitdb40b8aaaf79c9ef5db7cee8051df4e05d229dcb (patch)
tree67af20604b5a66d5b2bb5eb7847d7c7c14b4d9be
parentb3e7bb793b1c24c17a05de80dca347d8d9cb938d (diff)
downloadaur-db40b8aaaf79c9ef5db7cee8051df4e05d229dcb.tar.gz
fix building
Upstream suggests libfm-qt should be a mandatory dependency instead of an optional one [1]. [1] https://github.com/lxqt/lxqt-qtplugin/pull/49
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD9
2 files changed, 7 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a6b2c37f1926..ca208ac22e95 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = lxqt-qtplugin-git
pkgdesc = LXQt platform integration for Qt
- pkgver = 0.13.0.4.g7065c43
- pkgrel = 2
+ pkgver = 0.14.0.5.g9068b5b
+ pkgrel = 1
url = https://lxqt.org
arch = i686
arch = x86_64
@@ -12,8 +12,8 @@ pkgbase = lxqt-qtplugin-git
makedepends = lxqt-build-tools-git
depends = libdbusmenu-qt5
depends = libqtxdg-git
- optdepends = libfm-qt-git: for enhanced file dialog (highly recommended)
- provides = lxqt-qtplugin=0.13.0.4.g7065c43
+ depends = libfm-qt-git
+ provides = lxqt-qtplugin=0.14.0.5.g9068b5b
conflicts = lxqt-qtplugin
source = git+https://github.com/lxqt/lxqt-qtplugin.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index e6eef9ce060d..1292e552ba5d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,17 +3,14 @@
_pkgname=lxqt-qtplugin
pkgname=$_pkgname-git
-pkgver=0.13.0.4.g7065c43
-pkgrel=2
+pkgver=0.14.0.5.g9068b5b
+pkgrel=1
pkgdesc="LXQt platform integration for Qt"
arch=("i686" "x86_64")
url="https://lxqt.org"
license=("GPL2")
-depends=("libdbusmenu-qt5" "libqtxdg-git")
+depends=("libdbusmenu-qt5" "libqtxdg-git" "libfm-qt-git")
makedepends=("git" "cmake" "qt5-tools" "lxqt-build-tools-git")
-optdepends=(
- "libfm-qt-git: for enhanced file dialog (highly recommended)"
-)
provides=("$_pkgname=$pkgver")
conflicts=("$_pkgname")
source=("git+https://github.com/lxqt/$_pkgname.git")