mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
community/libqtxdg to 3.7.1-1
This commit is contained in:
parent
3343be4191
commit
5e5f5fa928
1 changed files with 7 additions and 4 deletions
|
@ -1,12 +1,12 @@
|
|||
# Maintainer: Jerome Leclanche <jerome@leclan.ch>
|
||||
# Co-Maintainer: Chih-Hsuan Yen <yan12125@gmail.com>
|
||||
# Co-Maintainer: Chih-Hsuan Yen <yan12125@archlinux.org>
|
||||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - patch to disable LTO
|
||||
|
||||
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"
|
||||
|
@ -14,13 +14,16 @@ 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"
|
||||
'0001-disable-LTO.patch'
|
||||
)
|
||||
sha256sums=('0fefb362eac9120fccd401202f15d092a59fd1aaacfc4b885a33578cdd41cf42'
|
||||
sha256sums=('477cbe76b3305071ff5f5bfa31dbcddcc51f3434b9ed75d91988219296d88a9b'
|
||||
'SKIP'
|
||||
'36061244c5f0822a9724f8d4a614673a52a6bd95979f7b0b746e206319ccef5f')
|
||||
validpgpkeys=(
|
||||
|
|
Loading…
Reference in a new issue