[arch-commits] Commit in libqtxdg/trunk (PKGBUILD)
Chih-Hsuan Yen
yan12125 at archlinux.org
Fri Apr 16 13:57:49 UTC 2021
Date: Friday, April 16, 2021 @ 13:57:49
Author: yan12125
Revision: 919428
upgpkg: libqtxdg 3.7.1-1
Add xterm to optdepends since https://github.com/lxqt/libqtxdg/pull/242
Modified:
libqtxdg/trunk/PKGBUILD
----------+
PKGBUILD | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-04-16 13:57:41 UTC (rev 919427)
+++ PKGBUILD 2021-04-16 13:57:49 UTC (rev 919428)
@@ -2,8 +2,8 @@
# Co-Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
pkgname=libqtxdg
-pkgver=3.6.0
-pkgrel=2
+pkgver=3.7.1
+pkgrel=1
pkgdesc="Library providing freedesktop.org XDG specs implementations for Qt"
arch=("x86_64")
url="https://github.com/lxqt/$pkgname"
@@ -11,12 +11,15 @@
depends=("libsm" "libxkbcommon-x11" "qt5-base" "qt5-svg")
makedepends=("cmake" "lxqt-build-tools")
checkdepends=("xorg-server-xvfb")
+optdepends=(
+ 'xterm: the default terminal for running .desktop files'
+)
provides=("libQt5Xdg.so" "libQt5XdgIconLoader.so")
source=(
"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"
"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc"
)
-sha256sums=('0fefb362eac9120fccd401202f15d092a59fd1aaacfc4b885a33578cdd41cf42'
+sha256sums=('477cbe76b3305071ff5f5bfa31dbcddcc51f3434b9ed75d91988219296d88a9b'
'SKIP')
validpgpkeys=(
"169704C6FB490C6892C7F23C37E0AF1FDA48F373" # Jerome Leclanche <jerome at leclan.ch>
More information about the arch-commits
mailing list