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
|
pkgbase = libqtxdg
|
||||||
pkgdesc = Library providing freedesktop.org XDG specs implementations for Qt
|
pkgdesc = Library providing freedesktop.org XDG specs implementations for Qt
|
||||||
pkgver = 3.12.0
|
pkgver = 4.0.0
|
||||||
pkgrel = 3
|
pkgrel = 1
|
||||||
url = https://github.com/lxqt/libqtxdg
|
url = https://github.com/lxqt/libqtxdg
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = LGPL
|
license = LGPL
|
||||||
|
@ -11,17 +11,17 @@ pkgbase = libqtxdg
|
||||||
makedepends = lxqt-build-tools
|
makedepends = lxqt-build-tools
|
||||||
depends = libsm
|
depends = libsm
|
||||||
depends = libxkbcommon-x11
|
depends = libxkbcommon-x11
|
||||||
depends = qt5-base
|
depends = qt6-base
|
||||||
depends = qt5-svg
|
depends = qt6-svg
|
||||||
optdepends = xterm: the default terminal for running .desktop files
|
optdepends = xterm: the default terminal for running .desktop files
|
||||||
provides = libQt5Xdg.so
|
provides = libQt6Xdg.so
|
||||||
provides = libQt5XdgIconLoader.so
|
provides = libQt6XdgIconLoader.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/4.0.0/libqtxdg-4.0.0.tar.xz
|
||||||
source = https://github.com/lxqt/libqtxdg/releases/download/3.12.0/libqtxdg-3.12.0.tar.xz.asc
|
source = https://github.com/lxqt/libqtxdg/releases/download/4.0.0/libqtxdg-4.0.0.tar.xz.asc
|
||||||
validpgpkeys = 169704C6FB490C6892C7F23C37E0AF1FDA48F373
|
validpgpkeys = 169704C6FB490C6892C7F23C37E0AF1FDA48F373
|
||||||
validpgpkeys = 7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3
|
validpgpkeys = 7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3
|
||||||
validpgpkeys = 19DFDF3A579BD509DBB572D8BE793007AD22DF7E
|
validpgpkeys = 19DFDF3A579BD509DBB572D8BE793007AD22DF7E
|
||||||
sha256sums = 726856ff447220575c84461800b151328e784c6c326a5065ef3f9a7f9506d4dc
|
sha256sums = 8c1b250de914b2e1fb451c213ee6f249b7b5729c85ac3283fd75615a47a66b62
|
||||||
sha256sums = SKIP
|
sha256sums = SKIP
|
||||||
|
|
||||||
pkgname = libqtxdg
|
pkgname = libqtxdg
|
||||||
|
|
|
@ -5,25 +5,25 @@
|
||||||
# - patch to disable LTO
|
# - patch to disable LTO
|
||||||
|
|
||||||
pkgname=libqtxdg
|
pkgname=libqtxdg
|
||||||
pkgver=3.12.0
|
pkgver=4.0.0
|
||||||
pkgrel=3
|
pkgrel=1
|
||||||
pkgdesc="Library providing freedesktop.org XDG specs implementations for Qt"
|
pkgdesc="Library providing freedesktop.org XDG specs implementations for Qt"
|
||||||
arch=("x86_64")
|
arch=("x86_64")
|
||||||
url="https://github.com/lxqt/$pkgname"
|
url="https://github.com/lxqt/$pkgname"
|
||||||
license=("LGPL" "custom")
|
license=("LGPL" "custom")
|
||||||
depends=("libsm" "libxkbcommon-x11" "qt5-base" "qt5-svg")
|
depends=("libsm" "libxkbcommon-x11" "qt6-base" "qt6-svg")
|
||||||
makedepends=("cmake" "lxqt-build-tools")
|
makedepends=("cmake" "lxqt-build-tools")
|
||||||
checkdepends=("xorg-server-xvfb")
|
checkdepends=("xorg-server-xvfb")
|
||||||
optdepends=(
|
optdepends=(
|
||||||
'xterm: the default terminal for running .desktop files'
|
'xterm: the default terminal for running .desktop files'
|
||||||
)
|
)
|
||||||
provides=("libQt5Xdg.so" "libQt5XdgIconLoader.so")
|
provides=("libQt6Xdg.so" "libQt6XdgIconLoader.so")
|
||||||
source=(
|
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"
|
||||||
"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc"
|
"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc"
|
||||||
'0001-disable-LTO.patch'
|
'0001-disable-LTO.patch'
|
||||||
)
|
)
|
||||||
sha256sums=('726856ff447220575c84461800b151328e784c6c326a5065ef3f9a7f9506d4dc'
|
sha256sums=('8c1b250de914b2e1fb451c213ee6f249b7b5729c85ac3283fd75615a47a66b62'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
'36061244c5f0822a9724f8d4a614673a52a6bd95979f7b0b746e206319ccef5f')
|
'36061244c5f0822a9724f8d4a614673a52a6bd95979f7b0b746e206319ccef5f')
|
||||||
validpgpkeys=(
|
validpgpkeys=(
|
||||||
|
|
Loading…
Reference in a new issue