mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/libqtxdg to 4.0.0-1
This commit is contained in:
parent
15d0b4afbd
commit
f385d1786e
2 changed files with 14 additions and 14 deletions
|
@ -1,7 +1,7 @@
|
|||
pkgbase = libqtxdg
|
||||
pkgdesc = Library providing freedesktop.org XDG specs implementations for Qt
|
||||
pkgver = 3.12.0
|
||||
pkgrel = 3
|
||||
pkgver = 4.0.0
|
||||
pkgrel = 1
|
||||
url = https://github.com/lxqt/libqtxdg
|
||||
arch = x86_64
|
||||
license = LGPL
|
||||
|
@ -11,17 +11,17 @@ pkgbase = libqtxdg
|
|||
makedepends = lxqt-build-tools
|
||||
depends = libsm
|
||||
depends = libxkbcommon-x11
|
||||
depends = qt5-base
|
||||
depends = qt5-svg
|
||||
depends = qt6-base
|
||||
depends = qt6-svg
|
||||
optdepends = xterm: the default terminal for running .desktop files
|
||||
provides = libQt5Xdg.so
|
||||
provides = libQt5XdgIconLoader.so
|
||||
source = https://github.com/lxqt/libqtxdg/releases/download/3.12.0/libqtxdg-3.12.0.tar.xz
|
||||
source = https://github.com/lxqt/libqtxdg/releases/download/3.12.0/libqtxdg-3.12.0.tar.xz.asc
|
||||
provides = libQt6Xdg.so
|
||||
provides = libQt6XdgIconLoader.so
|
||||
source = https://github.com/lxqt/libqtxdg/releases/download/4.0.0/libqtxdg-4.0.0.tar.xz
|
||||
source = https://github.com/lxqt/libqtxdg/releases/download/4.0.0/libqtxdg-4.0.0.tar.xz.asc
|
||||
validpgpkeys = 169704C6FB490C6892C7F23C37E0AF1FDA48F373
|
||||
validpgpkeys = 7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3
|
||||
validpgpkeys = 19DFDF3A579BD509DBB572D8BE793007AD22DF7E
|
||||
sha256sums = 726856ff447220575c84461800b151328e784c6c326a5065ef3f9a7f9506d4dc
|
||||
sha256sums = 8c1b250de914b2e1fb451c213ee6f249b7b5729c85ac3283fd75615a47a66b62
|
||||
sha256sums = SKIP
|
||||
|
||||
pkgname = libqtxdg
|
||||
|
|
|
@ -5,25 +5,25 @@
|
|||
# - patch to disable LTO
|
||||
|
||||
pkgname=libqtxdg
|
||||
pkgver=3.12.0
|
||||
pkgrel=3
|
||||
pkgver=4.0.0
|
||||
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")
|
||||
depends=("libsm" "libxkbcommon-x11" "qt6-base" "qt6-svg")
|
||||
makedepends=("cmake" "lxqt-build-tools")
|
||||
checkdepends=("xorg-server-xvfb")
|
||||
optdepends=(
|
||||
'xterm: the default terminal for running .desktop files'
|
||||
)
|
||||
provides=("libQt5Xdg.so" "libQt5XdgIconLoader.so")
|
||||
provides=("libQt6Xdg.so" "libQt6XdgIconLoader.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=('726856ff447220575c84461800b151328e784c6c326a5065ef3f9a7f9506d4dc'
|
||||
sha256sums=('8c1b250de914b2e1fb451c213ee6f249b7b5729c85ac3283fd75615a47a66b62'
|
||||
'SKIP'
|
||||
'36061244c5f0822a9724f8d4a614673a52a6bd95979f7b0b746e206319ccef5f')
|
||||
validpgpkeys=(
|
||||
|
|
Loading…
Reference in a new issue