Skip to content
This repository has been archived by the owner on May 20, 2023. It is now read-only.

Commit

Permalink
upgpkg: libqtxdg 3.7.1-1
Browse files Browse the repository at this point in the history
Add xterm to optdepends since lxqt/libqtxdg#242


git-svn-id: file:///srv/repos/svn-community/svn@919428 9fca08f4-af9d-4005-b8df-a31f2cc04f65
  • Loading branch information
yan12125 committed Apr 16, 2021
1 parent 64b7288 commit 9eaaec5
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions libqtxdg/trunk/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,24 @@
# Co-Maintainer: Chih-Hsuan Yen <yan12125@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"
license=("LGPL" "custom")
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@leclan.ch>
Expand Down

0 comments on commit 9eaaec5

Please sign in to comment.