Skip to content
Snippets Groups Projects
Commit 66dbcc10 authored by Zach van Rijn's avatar Zach van Rijn
Browse files

user/qt5-qtsvg: bump { 5.12.9 --> 5.15.3+KDE (20220105) }

parent 25415278
No related branches found
No related tags found
No related merge requests found
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=qt5-qtsvg
_pkgname=qtsvg-everywhere-src
pkgver=5.12.9
_pkgname=${pkgname#*-}-everywhere-src
pkgver=5.15.3_git20220105
pkgrel=0
_commit=728012f7762ecd5762d493f8796907c6456f31e7
pkgdesc="Qt SVG rendering library"
url="https://www.qt.io/"
arch="all"
license="LGPL-3.0-only WITH Qt-LGPL-exception-1.1 OR GPL-3.0-only WITH Qt-GPL-exception-1.0"
makedepends="qt5-qtbase-dev zlib-dev"
subpackages="$pkgname-dev"
source="https://download.qt.io/official_releases/qt/${pkgver%.*}/$pkgver/submodules/$_pkgname-$pkgver.tar.xz"
builddir="$srcdir"/$_pkgname-$pkgver
source="https://invent.kde.org/qt/qt/${pkgname#*-}/-/archive/$_commit/${pkgname#*-}-$_commit.tar.gz"
builddir="$srcdir"/${pkgname#*-}-$_commit
prepare() {
default_prepare
# Make configure think we are running in a git directory
# This makes it symlink the include files to the right directory
mkdir .git
}
build() {
qmake
......@@ -25,4 +34,4 @@ package() {
make install INSTALL_ROOT="$pkgdir"
}
sha512sums="30e32772d9be1f7cec7cef905686dd861bb974dc74230575f9b2cd4aa2b28da5af3083b67872573f54976c5560486c5469b3fa1acb5ef86fe439367453c368f0 qtsvg-everywhere-src-5.12.9.tar.xz"
sha512sums="ccf16606ff0abc9dce1279d58bd85489d0b1205da953842e12e8a9dad895c53a4420e4bd1aeafca1291f6721e2cc5c1a1178ad1d329832d21cc165646e8448d5 qtsvg-728012f7762ecd5762d493f8796907c6456f31e7.tar.gz"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment