Fix duplicate `kde+` suffix in version of Qt 5 packages

* Prevent appending the `kde+`-suffix multiple times when running `makepkg` consecutively without cleanup
* Modify the assignment of `_basever` from `_basever=$pkgver` to `_basever=${pkgver%%+*}`
This commit is contained in:
Ben 2023-10-22 20:51:41 +08:00 committed by GitHub
parent 4fdfd13518
commit b4382ecbef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
55 changed files with 55 additions and 55 deletions

View File

@ -23,7 +23,7 @@ pkgname=mingw-w64-qt5-<%== $qt_module %><%== $static_variant ? '-static' : '' %>
<%== content %>\
% if ($kde_fork_revision) {
_commit=<%== $kde_fork_revision->[1] %>
_basever=$pkgver
_basever=${pkgver%%+*}
% if ($kde_fork_revision->[0] > 0) {
pkgver+=+kde+r<%== $kde_fork_revision->[0] %>
% }

View File

@ -18,7 +18,7 @@ depends=('mingw-w64-qt5-declarative-static' 'mingw-w64-assimp')
makedepends=('mingw-w64-gcc' 'mingw-w64-pkg-config' 'mingw-w64-vulkan-headers' 'assimp')
license=('GPL3' 'LGPL3' 'FDL' 'custom')
_commit=c1f8fa2578d99e07f5e581f26bd532695b9534f9
_basever=$pkgver
_basever=${pkgver%%+*}
makedepends+=('git')
options=('!strip' '!buildflags' 'staticlibs')
groups=('mingw-w64-qt5')

View File

@ -18,7 +18,7 @@ depends=('mingw-w64-qt5-declarative' 'mingw-w64-assimp')
makedepends=('mingw-w64-gcc' 'mingw-w64-pkg-config' 'mingw-w64-vulkan-headers' 'assimp')
license=('GPL3' 'LGPL3' 'FDL' 'custom')
_commit=c1f8fa2578d99e07f5e581f26bd532695b9534f9
_basever=$pkgver
_basever=${pkgver%%+*}
makedepends+=('git')
options=('!strip' '!buildflags' 'staticlibs')
groups=('mingw-w64-qt5')

View File

@ -23,7 +23,7 @@ depends=('mingw-w64-qt5-base')
makedepends=('mingw-w64-gcc' 'mingw-w64-pkg-config' 'python')
license=('GPL3' 'LGPL3' 'LGPL2.1' 'FDL' 'custom')
_commit=2ed4be9e852d2533b982493a26bf061b245dc106
_basever=$pkgver
_basever=${pkgver%%+*}
makedepends+=('git')
options=('!strip' '!buildflags' 'staticlibs')
groups=('mingw-w64-qt5')

View File

@ -18,7 +18,7 @@ optdepends=('mingw-w64-qt5-declarative-static: QML bindings')
makedepends=('mingw-w64-gcc' 'mingw-w64-qt5-declarative-static')
license=('GPL3' 'LGPL' 'FDL' 'custom')
_commit=e17308d5ce83a8b66aeeaaaf16ce16d4ee6b2826
_basever=$pkgver
_basever=${pkgver%%+*}
makedepends+=('git')
options=('!strip' '!buildflags' 'staticlibs')
groups=('mingw-w64-qt5')

View File

@ -18,7 +18,7 @@ optdepends=('mingw-w64-qt5-declarative: QML bindings')
makedepends=('mingw-w64-gcc' 'mingw-w64-qt5-declarative')
license=('GPL3' 'LGPL' 'FDL' 'custom')
_commit=e17308d5ce83a8b66aeeaaaf16ce16d4ee6b2826
_basever=$pkgver
_basever=${pkgver%%+*}
makedepends+=('git')
options=('!strip' '!buildflags' 'staticlibs')
groups=('mingw-w64-qt5')

View File

@ -17,7 +17,7 @@ depends=('mingw-w64-qt5-base-static')
makedepends=('mingw-w64-gcc' 'mingw-w64-pkg-config' 'mingw-w64-qt5-declarative-static')
license=('GPL3' 'LGPL3' 'FDL' 'custom')
_commit=e33b82889625b6a72e0be91c5023a30d53136a80
_basever=$pkgver
_basever=${pkgver%%+*}
pkgver+=+kde+r6
makedepends+=('git')
options=('!strip' '!buildflags' 'staticlibs')

View File

@ -17,7 +17,7 @@ depends=('mingw-w64-qt5-base')
makedepends=('mingw-w64-gcc' 'mingw-w64-pkg-config' 'mingw-w64-qt5-declarative')
license=('GPL3' 'LGPL3' 'FDL' 'custom')
_commit=e33b82889625b6a72e0be91c5023a30d53136a80
_basever=$pkgver
_basever=${pkgver%%+*}
pkgver+=+kde+r6
makedepends+=('git')
options=('!strip' '!buildflags' 'staticlibs')

View File

@ -18,7 +18,7 @@ optdepends=('mingw-w64-qt5-declarative-static: QML bindings')
makedepends=('mingw-w64-gcc' 'mingw-w64-pkg-config' 'mingw-w64-qt5-declarative-static')
license=('GPL3' 'LGPL' 'FDL' 'custom')
_commit=d7af24d26b9fbb83bf57b2b7245d280eb78e8b22
_basever=$pkgver
_basever=${pkgver%%+*}
makedepends+=('git')
options=('!strip' '!buildflags' 'staticlibs')
groups=('mingw-w64-qt5')

View File

@ -18,7 +18,7 @@ optdepends=('mingw-w64-qt5-declarative: QML bindings')
makedepends=('mingw-w64-gcc' 'mingw-w64-pkg-config' 'mingw-w64-qt5-declarative')
license=('GPL3' 'LGPL' 'FDL' 'custom')
_commit=d7af24d26b9fbb83bf57b2b7245d280eb78e8b22
_basever=$pkgver
_basever=${pkgver%%+*}
makedepends+=('git')
options=('!strip' '!buildflags' 'staticlibs')
groups=('mingw-w64-qt5')

View File

@ -22,7 +22,7 @@ depends=('mingw-w64-qt5-base-static')
makedepends=('mingw-w64-gcc' 'mingw-w64-vulkan-headers' 'mingw-w64-pkg-config' 'python')
license=('GPL3' 'LGPL3' 'FDL' 'custom')
_commit=1b0e366092bcfae0392592c3b7891f0e47af1018
_basever=$pkgver
_basever=${pkgver%%+*}
pkgver+=+kde+r30
makedepends+=('git')
options=('!strip' '!buildflags' 'staticlibs')

View File

@ -22,7 +22,7 @@ depends=('mingw-w64-qt5-base')
makedepends=('mingw-w64-gcc' 'mingw-w64-vulkan-headers' 'mingw-w64-pkg-config' 'python')
license=('GPL3' 'LGPL3' 'FDL' 'custom')
_commit=1b0e366092bcfae0392592c3b7891f0e47af1018
_basever=$pkgver
_basever=${pkgver%%+*}
pkgver+=+kde+r30
makedepends+=('git')
options=('!strip' '!buildflags' 'staticlibs')

View File

@ -18,7 +18,7 @@ optdepends=('mingw-w64-qt5-declarative-static: QML bindings')
makedepends=('mingw-w64-gcc' 'mingw-w64-pkg-config' 'mingw-w64-qt5-declarative-static')
license=('GPL3' 'LGPL' 'FDL' 'custom')
_commit=4b52913503e3713200265cd6bc19b301792dbf96
_basever=$pkgver
_basever=${pkgver%%+*}
makedepends+=('git')
options=('!strip' '!buildflags' 'staticlibs')
groups=('mingw-w64-qt5')

View File

@ -18,7 +18,7 @@ optdepends=('mingw-w64-qt5-declarative: QML bindings')
makedepends=('mingw-w64-gcc' 'mingw-w64-pkg-config' 'mingw-w64-qt5-declarative')
license=('GPL3' 'LGPL' 'FDL' 'custom')
_commit=4b52913503e3713200265cd6bc19b301792dbf96
_basever=$pkgver
_basever=${pkgver%%+*}
makedepends+=('git')
options=('!strip' '!buildflags' 'staticlibs')
groups=('mingw-w64-qt5')

View File

@ -19,7 +19,7 @@ depends=('mingw-w64-qt5-declarative-static')
makedepends=('mingw-w64-gcc' 'mingw-w64-pkg-config')
license=('GPL3' 'LGPL' 'FDL' 'custom')
_commit=cce7d784237cd2dd4af1abe2757d048e34e02685
_basever=$pkgver
_basever=${pkgver%%+*}
makedepends+=('git')
options=('!strip' '!buildflags' 'staticlibs')
groups=('mingw-w64-qt5')

View File

@ -19,7 +19,7 @@ depends=('mingw-w64-qt5-declarative')
makedepends=('mingw-w64-gcc' 'mingw-w64-pkg-config')
license=('GPL3' 'LGPL' 'FDL' 'custom')
_commit=cce7d784237cd2dd4af1abe2757d048e34e02685
_basever=$pkgver
_basever=${pkgver%%+*}
makedepends+=('git')
options=('!strip' '!buildflags' 'staticlibs')
groups=('mingw-w64-qt5')

View File

@ -23,7 +23,7 @@ depends=('mingw-w64-qt5-base-static')
makedepends=('mingw-w64-gcc' 'mingw-w64-pkg-config')
license=('GPL3' 'LGPL' 'FDL' 'custom')
_commit=b22bf4d0d77c7dafe8b4622f8bb45ac0b9cc9bdd
_basever=$pkgver
_basever=${pkgver%%+*}
pkgver+=+kde+r12
makedepends+=('git')
options=('!strip' '!buildflags' 'staticlibs')

View File

@ -23,7 +23,7 @@ depends=('mingw-w64-qt5-base')
makedepends=('mingw-w64-gcc' 'mingw-w64-pkg-config')
license=('GPL3' 'LGPL' 'FDL' 'custom')
_commit=b22bf4d0d77c7dafe8b4622f8bb45ac0b9cc9bdd
_basever=$pkgver
_basever=${pkgver%%+*}
pkgver+=+kde+r12
makedepends+=('git')
options=('!strip' '!buildflags' 'staticlibs')

View File

@ -23,7 +23,7 @@ depends=('mingw-w64-qt5-base-static' 'mingw-w64-qt5-declarative-static')
makedepends=('mingw-w64-gcc' 'mingw-w64-pkg-config')
license=('GPL3' 'LGPL' 'FDL' 'custom')
_commit=b4c42e255ee0f04eec4cf5cde35398f3c303ddb9
_basever=$pkgver
_basever=${pkgver%%+*}
pkgver+=+kde+r4
makedepends+=('git')
options=('!strip' '!buildflags' 'staticlibs')

View File

@ -23,7 +23,7 @@ depends=('mingw-w64-qt5-base' 'mingw-w64-qt5-declarative')
makedepends=('mingw-w64-gcc' 'mingw-w64-pkg-config')
license=('GPL3' 'LGPL' 'FDL' 'custom')
_commit=b4c42e255ee0f04eec4cf5cde35398f3c303ddb9
_basever=$pkgver
_basever=${pkgver%%+*}
pkgver+=+kde+r4
makedepends+=('git')
options=('!strip' '!buildflags' 'staticlibs')

View File

@ -20,7 +20,7 @@ depends=('mingw-w64-qt5-base-static' 'mingw-w64-qt5-declarative-static')
makedepends=('mingw-w64-gcc' 'mingw-w64-pkg-config')
license=('GPL3' 'LGPL' 'FDL' 'custom')
_commit=f587b18db4abd68cb6d4d77fbcec1b94c38d2a51
_basever=$pkgver
_basever=${pkgver%%+*}
pkgver+=+kde+r2
makedepends+=('git')
options=('!strip' '!buildflags' 'staticlibs')

View File

@ -20,7 +20,7 @@ depends=('mingw-w64-qt5-base' 'mingw-w64-qt5-declarative')
makedepends=('mingw-w64-gcc' 'mingw-w64-pkg-config')
license=('GPL3' 'LGPL' 'FDL' 'custom')
_commit=f587b18db4abd68cb6d4d77fbcec1b94c38d2a51
_basever=$pkgver
_basever=${pkgver%%+*}
pkgver+=+kde+r2
makedepends+=('git')
options=('!strip' '!buildflags' 'staticlibs')

View File

@ -19,7 +19,7 @@ optdepends=()
makedepends=('mingw-w64-gcc')
license=('GPL3' 'LGPL3' 'FDL' 'custom')
_commit=1e3f2196bd45a5ee272b08b1d82cef29aaa89b61
_basever=$pkgver
_basever=${pkgver%%+*}
makedepends+=('git')
options=('!strip' '!buildflags' 'staticlibs')
groups=('mingw-w64-qt5')

View File

@ -19,7 +19,7 @@ optdepends=()
makedepends=('mingw-w64-gcc')
license=('GPL3' 'LGPL3' 'FDL' 'custom')
_commit=1e3f2196bd45a5ee272b08b1d82cef29aaa89b61
_basever=$pkgver
_basever=${pkgver%%+*}
makedepends+=('git')
options=('!strip' '!buildflags' 'staticlibs')
groups=('mingw-w64-qt5')

View File

@ -19,7 +19,7 @@ depends=('mingw-w64-qt5-declarative-static')
makedepends=('mingw-w64-gcc' 'mingw-w64-pkg-config')
license=('GPL3' 'LGPL' 'FDL' 'custom')
_commit=dcc90558d9c0cba41eec7df290943994289b0e87
_basever=$pkgver
_basever=${pkgver%%+*}
makedepends+=('git')
options=('!strip' '!buildflags' 'staticlibs')
groups=('mingw-w64-qt5')

View File

@ -19,7 +19,7 @@ depends=('mingw-w64-qt5-declarative')
makedepends=('mingw-w64-gcc' 'mingw-w64-pkg-config')
license=('GPL3' 'LGPL' 'FDL' 'custom')
_commit=dcc90558d9c0cba41eec7df290943994289b0e87
_basever=$pkgver
_basever=${pkgver%%+*}
makedepends+=('git')
options=('!strip' '!buildflags' 'staticlibs')
groups=('mingw-w64-qt5')

View File

@ -19,7 +19,7 @@ depends=('mingw-w64-qt5-declarative-static')
makedepends=('mingw-w64-gcc' 'mingw-w64-pkg-config')
license=('GPL3' 'LGPL' 'FDL' 'custom')
_commit=a2d56960dd76c94a5115b5415be5ee174d377718
_basever=$pkgver
_basever=${pkgver%%+*}
pkgver+=+kde+r5
makedepends+=('git')
options=('!strip' '!buildflags' 'staticlibs')

View File

@ -19,7 +19,7 @@ depends=('mingw-w64-qt5-declarative')
makedepends=('mingw-w64-gcc' 'mingw-w64-pkg-config')
license=('GPL3' 'LGPL' 'FDL' 'custom')
_commit=a2d56960dd76c94a5115b5415be5ee174d377718
_basever=$pkgver
_basever=${pkgver%%+*}
pkgver+=+kde+r5
makedepends+=('git')
options=('!strip' '!buildflags' 'staticlibs')

View File

@ -18,7 +18,7 @@ optdepends=('mingw-w64-qt5-declarative-static: QML bindings')
makedepends=('mingw-w64-gcc' 'mingw-w64-qt5-declarative-static')
license=('GPL3' 'LGPL' 'FDL' 'custom')
_commit=bdc316aca82769b43cb7821c10d80a1ca02b846e
_basever=$pkgver
_basever=${pkgver%%+*}
makedepends+=('git')
options=('!strip' '!buildflags' 'staticlibs')
groups=('mingw-w64-qt5')

View File

@ -18,7 +18,7 @@ optdepends=('mingw-w64-qt5-declarative: QML bindings')
makedepends=('mingw-w64-gcc' 'mingw-w64-qt5-declarative')
license=('GPL3' 'LGPL' 'FDL' 'custom')
_commit=bdc316aca82769b43cb7821c10d80a1ca02b846e
_basever=$pkgver
_basever=${pkgver%%+*}
makedepends+=('git')
options=('!strip' '!buildflags' 'staticlibs')
groups=('mingw-w64-qt5')

View File

@ -17,7 +17,7 @@ depends=('mingw-w64-qt5-declarative-static')
makedepends=('mingw-w64-gcc' 'mingw-w64-pkg-config')
license=('GPL3' 'LGPL3' 'FDL' 'custom')
_commit=e8727aabe55526956295407d27317ec15e12b283
_basever=$pkgver
_basever=${pkgver%%+*}
makedepends+=('git')
options=('!strip' '!buildflags' 'staticlibs')
groups=('mingw-w64-qt5')

View File

@ -17,7 +17,7 @@ depends=('mingw-w64-qt5-declarative')
makedepends=('mingw-w64-gcc' 'mingw-w64-pkg-config')
license=('GPL3' 'LGPL3' 'FDL' 'custom')
_commit=e8727aabe55526956295407d27317ec15e12b283
_basever=$pkgver
_basever=${pkgver%%+*}
makedepends+=('git')
options=('!strip' '!buildflags' 'staticlibs')
groups=('mingw-w64-qt5')

View File

@ -19,7 +19,7 @@ depends=('mingw-w64-qt5-base-static' 'mingw-w64-qt5-declarative-static')
makedepends=('mingw-w64-gcc' 'mingw-w64-pkg-config')
license=('GPL3' 'LGPL' 'FDL' 'custom')
_commit=a41492b23cde20d1e00427d31e4637d06aea3638
_basever=$pkgver
_basever=${pkgver%%+*}
makedepends+=('git')
options=('!strip' '!buildflags' 'staticlibs')
groups=('mingw-w64-qt5')

View File

@ -19,7 +19,7 @@ depends=('mingw-w64-qt5-base' 'mingw-w64-qt5-declarative')
makedepends=('mingw-w64-gcc' 'mingw-w64-pkg-config')
license=('GPL3' 'LGPL' 'FDL' 'custom')
_commit=a41492b23cde20d1e00427d31e4637d06aea3638
_basever=$pkgver
_basever=${pkgver%%+*}
makedepends+=('git')
options=('!strip' '!buildflags' 'staticlibs')
groups=('mingw-w64-qt5')

View File

@ -18,7 +18,7 @@ depends=('mingw-w64-qt5-base-static')
makedepends=('mingw-w64-gcc' 'mingw-w64-pkg-config')
license=('GPL3' 'LGPL3' 'FDL' 'custom')
_commit=3380465d5d4977326616c5e57789a81681be650e
_basever=$pkgver
_basever=${pkgver%%+*}
makedepends+=('git')
options=('!strip' '!buildflags' 'staticlibs')
groups=('mingw-w64-qt5')

View File

@ -18,7 +18,7 @@ depends=('mingw-w64-qt5-base')
makedepends=('mingw-w64-gcc' 'mingw-w64-pkg-config')
license=('GPL3' 'LGPL3' 'FDL' 'custom')
_commit=3380465d5d4977326616c5e57789a81681be650e
_basever=$pkgver
_basever=${pkgver%%+*}
makedepends+=('git')
options=('!strip' '!buildflags' 'staticlibs')
groups=('mingw-w64-qt5')

View File

@ -21,7 +21,7 @@ makedepends=('mingw-w64-gcc')
#makedepends=('mingw-w64-gcc' 'mingw-w64-flite' 'mingw-w64-speech-dispatcher')
license=('GPL3' 'LGPL' 'FDL' 'custom')
_commit=3b163bfd46d96bc9ee848dcee49e9cabe6699287
_basever=$pkgver
_basever=${pkgver%%+*}
pkgver+=+kde+r1
makedepends+=('git')
options=('!strip' '!buildflags' 'staticlibs')

View File

@ -21,7 +21,7 @@ makedepends=('mingw-w64-gcc')
#makedepends=('mingw-w64-gcc' 'mingw-w64-flite' 'mingw-w64-speech-dispatcher')
license=('GPL3' 'LGPL' 'FDL' 'custom')
_commit=3b163bfd46d96bc9ee848dcee49e9cabe6699287
_basever=$pkgver
_basever=${pkgver%%+*}
pkgver+=+kde+r1
makedepends+=('git')
options=('!strip' '!buildflags' 'staticlibs')

View File

@ -18,7 +18,7 @@ depends=('mingw-w64-qt5-base-static')
makedepends=('mingw-w64-gcc' 'mingw-w64-pkg-config')
license=('GPL3' 'LGPL' 'FDL' 'custom')
_commit=7d6e373c7db9c05ef586db0eb50c87cd894229ad
_basever=$pkgver
_basever=${pkgver%%+*}
pkgver+=+kde+r6
makedepends+=('git')
options=('!strip' '!buildflags' 'staticlibs')

View File

@ -18,7 +18,7 @@ depends=('mingw-w64-qt5-base')
makedepends=('mingw-w64-gcc' 'mingw-w64-pkg-config')
license=('GPL3' 'LGPL' 'FDL' 'custom')
_commit=7d6e373c7db9c05ef586db0eb50c87cd894229ad
_basever=$pkgver
_basever=${pkgver%%+*}
pkgver+=+kde+r6
makedepends+=('git')
options=('!strip' '!buildflags' 'staticlibs')

View File

@ -31,7 +31,7 @@ depends=('mingw-w64-qt5-declarative-static')
makedepends=('mingw-w64-gcc' 'mingw-w64-pkg-config' 'mingw-w64-postgresql' 'mingw-w64-mariadb-connector-c' 'mingw-w64-vulkan-headers')
license=('GPL3' 'LGPL3' 'FDL' 'custom')
_commit=38ae810be3fb4984f75b55a16d3413e35d701af1
_basever=$pkgver
_basever=${pkgver%%+*}
pkgver+=+kde+r3
makedepends+=('git')
options=('!strip' '!buildflags' 'staticlibs')

View File

@ -31,7 +31,7 @@ depends=('mingw-w64-qt5-declarative')
makedepends=('mingw-w64-gcc' 'mingw-w64-pkg-config' 'mingw-w64-postgresql' 'mingw-w64-mariadb-connector-c' 'mingw-w64-vulkan-headers')
license=('GPL3' 'LGPL3' 'FDL' 'custom')
_commit=38ae810be3fb4984f75b55a16d3413e35d701af1
_basever=$pkgver
_basever=${pkgver%%+*}
pkgver+=+kde+r3
makedepends+=('git')
options=('!strip' '!buildflags' 'staticlibs')

View File

@ -19,7 +19,7 @@ depends=('mingw-w64-qt5-base')
makedepends=('mingw-w64-gcc' 'mingw-w64-pkg-config' 'mingw-w64-qt5-tools')
license=('GPL3' 'LGPL3' 'FDL' 'custom')
_commit=56065158ffc4cd0fd78f9edf4b21b77b969f8dbb
_basever=$pkgver
_basever=${pkgver%%+*}
makedepends+=('git')
options=('!strip' '!buildflags' 'staticlibs')
groups=('mingw-w64-qt5')

View File

@ -19,7 +19,7 @@ depends=('mingw-w64-pkg-config' 'mingw-w64-qt5-declarative-static' 'mingw-w64-qt
makedepends=('mingw-w64-gcc')
license=('GPL3')
_commit=817378aa10176fd26eed36542bc657e48d9dd42e
_basever=$pkgver
_basever=${pkgver%%+*}
makedepends+=('git')
options=('!strip' '!buildflags' 'staticlibs')
groups=('mingw-w64-qt5')

View File

@ -19,7 +19,7 @@ depends=('mingw-w64-pkg-config' 'mingw-w64-qt5-declarative' 'mingw-w64-qt5-svg')
makedepends=('mingw-w64-gcc')
license=('GPL3')
_commit=817378aa10176fd26eed36542bc657e48d9dd42e
_basever=$pkgver
_basever=${pkgver%%+*}
makedepends+=('git')
options=('!strip' '!buildflags' 'staticlibs')
groups=('mingw-w64-qt5')

View File

@ -17,7 +17,7 @@ depends=('mingw-w64-qt5-declarative-static')
makedepends=('mingw-w64-gcc' 'mingw-w64-pkg-config')
license=('GPL3' 'LGPL' 'FDL' 'custom')
_commit=f84887c1aee4ab04af375e639ae965c9ea2186a5
_basever=$pkgver
_basever=${pkgver%%+*}
pkgver+=+kde+r3
makedepends+=('git')
options=('!strip' '!buildflags' 'staticlibs')

View File

@ -17,7 +17,7 @@ depends=('mingw-w64-qt5-declarative')
makedepends=('mingw-w64-gcc' 'mingw-w64-pkg-config')
license=('GPL3' 'LGPL' 'FDL' 'custom')
_commit=f84887c1aee4ab04af375e639ae965c9ea2186a5
_basever=$pkgver
_basever=${pkgver%%+*}
pkgver+=+kde+r3
makedepends+=('git')
options=('!strip' '!buildflags' 'staticlibs')

View File

@ -19,7 +19,7 @@ depends=('mingw-w64-qt5-declarative-static' 'mingw-w64-qt5-websockets-static')
makedepends=('mingw-w64-gcc' 'mingw-w64-pkg-config')
license=('GPL3' 'LGPL3' 'FDL' 'custom')
_commit=ddcff45e8f2ca9f229017b3ded62327d2fb50af2
_basever=$pkgver
_basever=${pkgver%%+*}
makedepends+=('git')
options=('!strip' '!buildflags' 'staticlibs')
groups=('mingw-w64-qt5')

View File

@ -19,7 +19,7 @@ depends=('mingw-w64-qt5-declarative' 'mingw-w64-qt5-websockets')
makedepends=('mingw-w64-gcc' 'mingw-w64-pkg-config')
license=('GPL3' 'LGPL3' 'FDL' 'custom')
_commit=ddcff45e8f2ca9f229017b3ded62327d2fb50af2
_basever=$pkgver
_basever=${pkgver%%+*}
makedepends+=('git')
options=('!strip' '!buildflags' 'staticlibs')
groups=('mingw-w64-qt5')

View File

@ -18,7 +18,7 @@ depends=('mingw-w64-qt5-base-static')
makedepends=('mingw-w64-gcc' 'mingw-w64-pkg-config')
license=('GPL3' 'LGPL' 'FDL' 'custom')
_commit=d41bb9f4f7ab9d5ff184ef94cf2f6ff7cf01de00
_basever=$pkgver
_basever=${pkgver%%+*}
pkgver+=+kde+r2
makedepends+=('git')
options=('!strip' '!buildflags' 'staticlibs')

View File

@ -18,7 +18,7 @@ depends=('mingw-w64-qt5-base')
makedepends=('mingw-w64-gcc' 'mingw-w64-pkg-config')
license=('GPL3' 'LGPL' 'FDL' 'custom')
_commit=d41bb9f4f7ab9d5ff184ef94cf2f6ff7cf01de00
_basever=$pkgver
_basever=${pkgver%%+*}
pkgver+=+kde+r2
makedepends+=('git')
options=('!strip' '!buildflags' 'staticlibs')

View File

@ -18,7 +18,7 @@ depends=('mingw-w64-qt5-base-static' 'mingw-w64-qt5-declarative-static')
makedepends=('mingw-w64-gcc' 'mingw-w64-pkg-config')
license=('GPL3' 'LGPL3' 'LGPL2.1' 'FDL' 'custom')
_commit=1bf19cc6a7972d8543485786418b6631459d3469
_basever=$pkgver
_basever=${pkgver%%+*}
makedepends+=('git')
options=('!strip' '!buildflags' 'staticlibs')
groups=('mingw-w64-qt5')

View File

@ -18,7 +18,7 @@ depends=('mingw-w64-qt5-base' 'mingw-w64-qt5-declarative')
makedepends=('mingw-w64-gcc' 'mingw-w64-pkg-config')
license=('GPL3' 'LGPL3' 'LGPL2.1' 'FDL' 'custom')
_commit=1bf19cc6a7972d8543485786418b6631459d3469
_basever=$pkgver
_basever=${pkgver%%+*}
makedepends+=('git')
options=('!strip' '!buildflags' 'staticlibs')
groups=('mingw-w64-qt5')

View File

@ -18,7 +18,7 @@ depends=('mingw-w64-qt5-base-static')
makedepends=('mingw-w64-gcc' 'mingw-w64-pkg-config')
license=('GPL3' 'LGPL3' 'FDL' 'custom')
_commit=5a1948ddc05bf44017ac12bd5c2b9bc79fbcb9a2
_basever=$pkgver
_basever=${pkgver%%+*}
makedepends+=('git')
options=('!strip' '!buildflags' 'staticlibs')
groups=('mingw-w64-qt5')

View File

@ -18,7 +18,7 @@ depends=('mingw-w64-qt5-base')
makedepends=('mingw-w64-gcc' 'mingw-w64-pkg-config')
license=('GPL3' 'LGPL3' 'FDL' 'custom')
_commit=5a1948ddc05bf44017ac12bd5c2b9bc79fbcb9a2
_basever=$pkgver
_basever=${pkgver%%+*}
makedepends+=('git')
options=('!strip' '!buildflags' 'staticlibs')
groups=('mingw-w64-qt5')