Skip to content
Snippets Groups Projects
Commit be1fe934 authored by Antonio Rojas's avatar Antonio Rojas
Browse files

Switch to KDE maintenance branch

parent 726cbb82
No related branches found
Tags 5.15.2+kde+r20-1
No related merge requests found
......@@ -2,19 +2,24 @@
# Contributor: Andrea Scarpino <andrea@archlinux.org>
pkgname=qt5-translations
_qtver=5.15.2
pkgver=${_qtver/-/}
pkgver=5.15.2+kde+r20
pkgrel=1
_commit=68f420ebdfb226e3d0c09ebed06d5454cc6c3a7f
arch=('any')
url='https://www.qt.io'
license=('GPL3' 'LGPL3' 'FDL' 'custom')
pkgdesc='A cross-platform application and UI framework (Translations)'
depends=('qt5-base')
makedepends=('qt5-tools')
makedepends=('git' 'qt5-tools')
groups=('qt' 'qt5')
_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
sha256sums=('d5788e86257b21d5323f1efd94376a213e091d1e5e03b45a95dd052b5f570db8')
_pkgfqn=qttranslations
source=(git+https://invent.kde.org/qt/qt/$_pkgfqn#commit=$_commit)
sha256sums=('SKIP')
pkgver() {
cd $_pkgfqn
echo "5.15.2+kde+r"`git rev-list --count origin/5.15.2..$_commit`
}
prepare() {
mkdir -p build
......
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