[arch-commits] Commit in libqtxdg/trunk (PKGBUILD)
Chih-Hsuan Yen
yan12125 at archlinux.org
Fri Apr 24 19:14:42 UTC 2020
Date: Friday, April 24, 2020 @ 19:14:41
Author: yan12125
Revision: 619520
upgpkg: libqtxdg 3.5.0-1
* Add .so provides
* Use --auto-display to avoid conflicts among different xvfb-run invocations on the same server. This option is added in FS#65039.
Modified:
libqtxdg/trunk/PKGBUILD
----------+
PKGBUILD | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-24 19:08:37 UTC (rev 619519)
+++ PKGBUILD 2020-04-24 19:14:41 UTC (rev 619520)
@@ -2,8 +2,8 @@
# Co-Maintainer: Chih-Hsuan Yen <yan12125 at gmail.com>
pkgname=libqtxdg
-pkgver=3.4.0
-pkgrel=4
+pkgver=3.5.0
+pkgrel=1
pkgdesc="Library providing freedesktop.org XDG specs implementations for Qt."
arch=("x86_64")
url="https://lxqt.org"
@@ -11,15 +11,17 @@
depends=("libsm" "libxkbcommon-x11" "qt5-base" "qt5-svg")
makedepends=("cmake" "lxqt-build-tools")
checkdepends=("xorg-server-xvfb")
+provides=("libQt5Xdg.so" "libQt5XdgIconLoader.so")
source=(
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc"
)
-sha256sums=('7bb5bbbb901915888107ddcd1f120801569970832bda656b3abeb6514c2ab66e'
+sha256sums=('41a99b36302f5391321ed1469a05dcba9033778fb27afca03ce320fa6ee4553c'
'SKIP')
validpgpkeys=(
"169704C6FB490C6892C7F23C37E0AF1FDA48F373" # Jerome Leclanche <jerome at leclan.ch>
"7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3" # Alf Gaida <agaida at siduction.org>
+ "19DFDF3A579BD509DBB572D8BE793007AD22DF7E" # Pedram Pourang <tsujan2000 at gmail.com>
)
@@ -35,7 +37,7 @@
check() {
cd build
- xvfb-run -d make test
+ xvfb-run --auto-display make test
}
package() {
More information about the arch-commits
mailing list