summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2020-09-13 13:27:05 +0200
committerMartchus2020-09-13 13:27:05 +0200
commit1c573a1fd0577dab8a1f408902f39e7b4e8110ec (patch)
tree3cc373946727870bfd4617a1f647262bb0b10f91
parent1cbd9c31ef5f2b3b031fbd7e08f6fd9ba7e51a71 (diff)
downloadaur-1c573a1fd0577dab8a1f408902f39e7b4e8110ec.tar.gz
Update to 5.15.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD16
-rw-r--r--PKGBUILD.sh.ep8
-rw-r--r--qtgamepad-sha256.txt2
4 files changed, 12 insertions, 22 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c35df19c9ee7..80dcd269b338 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-qt5-gamepad
pkgdesc = Adds support for getting events from gamepad devices (mingw-w64)
- pkgver = 5.15.0
+ pkgver = 5.15.1
pkgrel = 1
url = https://www.qt.io/
arch = any
@@ -12,16 +12,14 @@ pkgbase = mingw-w64-qt5-gamepad
makedepends = mingw-w64-gcc
makedepends = mingw-w64-pkg-config
makedepends = mingw-w64-qt5-declarative
- makedepends = mingw-w64-qt5-base-static
depends = mingw-w64-qt5-base
depends = mingw-w64-sdl2
optdepends = mingw-w64-qt5-declarative: QML bindings
- optdepends = mingw-w64-qt5-base-static: use of static libraries
options = !strip
options = !buildflags
options = staticlibs
- source = https://download.qt.io/official_releases/qt/5.15/5.15.0/submodules/qtgamepad-everywhere-src-5.15.0.tar.xz
- sha256sums = dda54d9f90897944bed5e6af48a904a677fd97eb6f57ab08a2b232c431caf31a
+ source = https://download.qt.io/official_releases/qt/5.15/5.15.1/submodules/qtgamepad-everywhere-src-5.15.1.tar.xz
+ sha256sums = 87ffcd5cd5588a0114b7ec76d9de5d486154a0833cd11f400c414d07402eb452
pkgname = mingw-w64-qt5-gamepad
diff --git a/PKGBUILD b/PKGBUILD
index 6c42b7c1f730..c9428a8e9680 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,13 @@
# All my PKGBUILDs are managed at https://github.com/Martchus/PKGBUILDs where
# you also find the URL of a binary repository.
-# This file is created from PKGBUILD.sh.in contained by the mentioned repository.
+# This file is created from PKGBUILD.sh.ep contained by the mentioned repository.
# Do not edit it manually! See README.md in the repository's root directory
# for more information.
-# Includes dynamic and static versions; if only one version is requried, just
-# set $NO_STATIC_LIBS or $NO_SHARED_LIBS.
-
_qt_module=qtgamepad
pkgname=mingw-w64-qt5-gamepad
-pkgver=5.15.0
+pkgver=5.15.1
pkgrel=1
arch=('any')
pkgdesc="Adds support for getting events from gamepad devices (mingw-w64)"
@@ -25,16 +22,11 @@ groups=('mingw-w64-qt5')
url='https://www.qt.io/'
_pkgfqn="${_qt_module}-everywhere-src-${pkgver}"
source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${pkgver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('dda54d9f90897944bed5e6af48a904a677fd97eb6f57ab08a2b232c431caf31a')
+sha256sums=('87ffcd5cd5588a0114b7ec76d9de5d486154a0833cd11f400c414d07402eb452')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
-[[ $NO_STATIC_LIBS ]] || \
- makedepends+=('mingw-w64-qt5-base-static') \
- optdepends+=('mingw-w64-qt5-base-static: use of static libraries') \
- _configurations+=('CONFIG+=no_smart_library_merge CONFIG+=static')
-[[ $NO_SHARED_LIBS ]] || \
- _configurations+=('CONFIG+=actually_a_shared_build CONFIG+=shared')
+_configurations+=('CONFIG+=actually_a_shared_build CONFIG+=shared')
build() {
cd "${srcdir}/${_pkgfqn}"
diff --git a/PKGBUILD.sh.ep b/PKGBUILD.sh.ep
index f4f881089972..9d80c1624e56 100644
--- a/PKGBUILD.sh.ep
+++ b/PKGBUILD.sh.ep
@@ -1,10 +1,10 @@
% layout 'mingw-w64-qt5-module';
\
-pkgver=5.15.0
+pkgver=5.15.1
pkgrel=1
arch=('any')
pkgdesc="Adds support for getting events from gamepad devices (mingw-w64)"
-depends=('mingw-w64-qt5-base' 'mingw-w64-sdl2')
-optdepends=('mingw-w64-qt5-declarative: QML bindings')
-makedepends=('mingw-w64-gcc' 'mingw-w64-pkg-config' 'mingw-w64-qt5-declarative')
+depends=(<%== qt5deps qw(base) %> 'mingw-w64-sdl2')
+optdepends=(<%== qt5optdeps declarative => 'QML bindings' %>)
+makedepends=('mingw-w64-gcc' 'mingw-w64-pkg-config' <%== qt5deps qw(declarative) %>)
license=('GPL3' 'LGPL' 'FDL' 'custom')
diff --git a/qtgamepad-sha256.txt b/qtgamepad-sha256.txt
index 3289b6991cd6..38866fa34f67 100644
--- a/qtgamepad-sha256.txt
+++ b/qtgamepad-sha256.txt
@@ -1 +1 @@
-dda54d9f90897944bed5e6af48a904a677fd97eb6f57ab08a2b232c431caf31a
+87ffcd5cd5588a0114b7ec76d9de5d486154a0833cd11f400c414d07402eb452