mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/libqtxdg to 3.6.0-1
This commit is contained in:
parent
8371c19230
commit
d768dd01e3
1 changed files with 7 additions and 7 deletions
|
@ -5,22 +5,22 @@
|
|||
# - patch to disable LTO
|
||||
|
||||
pkgname=libqtxdg
|
||||
pkgver=3.5.0
|
||||
pkgrel=3
|
||||
pkgdesc="Library providing freedesktop.org XDG specs implementations for Qt."
|
||||
pkgver=3.6.0
|
||||
pkgrel=1
|
||||
pkgdesc="Library providing freedesktop.org XDG specs implementations for Qt"
|
||||
arch=("x86_64")
|
||||
url="https://lxqt.org"
|
||||
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")
|
||||
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"
|
||||
"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=('41a99b36302f5391321ed1469a05dcba9033778fb27afca03ce320fa6ee4553c'
|
||||
sha256sums=('0fefb362eac9120fccd401202f15d092a59fd1aaacfc4b885a33578cdd41cf42'
|
||||
'SKIP'
|
||||
'36061244c5f0822a9724f8d4a614673a52a6bd95979f7b0b746e206319ccef5f')
|
||||
validpgpkeys=(
|
||||
|
|
Loading…
Reference in a new issue