From b8feadf0b9db078a90bc1104389ca0cf5f3d9dda Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Fri, 16 Feb 2024 02:08:30 +0000 Subject: [PATCH] extra/qt5-base to 5.15.12+kde+r151-1 --- extra/qt5-base/.SRCINFO | 6 +++--- extra/qt5-base/.nvchecker.toml | 6 ++++++ extra/qt5-base/PKGBUILD | 4 ++-- 3 files changed, 11 insertions(+), 5 deletions(-) create mode 100644 extra/qt5-base/.nvchecker.toml diff --git a/extra/qt5-base/.SRCINFO b/extra/qt5-base/.SRCINFO index 6cbbf0b9e..6c9b6eb3a 100644 --- a/extra/qt5-base/.SRCINFO +++ b/extra/qt5-base/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = qt5-base pkgdesc = A cross-platform application and UI framework - pkgver = 5.15.12+kde+r150 + pkgver = 5.15.12+kde+r151 pkgrel = 1 url = https://www.qt.io arch = x86_64 @@ -51,7 +51,7 @@ pkgbase = qt5-base optdepends = gtk3: GTK platform plugin optdepends = perl: for fixqt4headers and syncqt conflicts = qtchooser - source = git+https://invent.kde.org/qt/qt/qtbase#commit=f2e586366678383a0fe25fbcd4ecd5d55e7b61cd + source = git+https://invent.kde.org/qt/qt/qtbase#commit=a43df98d037ad07cf096ef2f775958ceba743613 source = work-around-pyside2-brokenness.patch source = qmake-cflags.patch source = qmake-config.patch @@ -87,6 +87,6 @@ pkgname = qt5-base pkgname = qt5-xcb-private-headers pkgdesc = Private headers for Qt5 Xcb groups = - depends = qt5-base=5.15.12+kde+r150 + depends = qt5-base=5.15.12+kde+r151 optdepends = conflicts = diff --git a/extra/qt5-base/.nvchecker.toml b/extra/qt5-base/.nvchecker.toml new file mode 100644 index 000000000..f836d7277 --- /dev/null +++ b/extra/qt5-base/.nvchecker.toml @@ -0,0 +1,6 @@ +[qt5-base] +source = 'git' +git = 'git://code.qt.io/qt/qtbase.git' +include_regex = 'v5.*-lts-lgpl' +from_pattern = 'v(\d.+)-lts-lgpl' +to_pattern = '\1' diff --git a/extra/qt5-base/PKGBUILD b/extra/qt5-base/PKGBUILD index 7a64f0306..fc5ab3e1b 100644 --- a/extra/qt5-base/PKGBUILD +++ b/extra/qt5-base/PKGBUILD @@ -10,9 +10,9 @@ pkgbase=qt5-base pkgname=(qt5-base qt5-xcb-private-headers) _basever=5.15.12 -pkgver=5.15.12+kde+r150 +pkgver=5.15.12+kde+r151 pkgrel=1 -_commit=f2e586366678383a0fe25fbcd4ecd5d55e7b61cd +_commit=a43df98d037ad07cf096ef2f775958ceba743613 arch=('x86_64') url='https://www.qt.io' license=('GPL3' 'LGPL3' 'FDL' 'custom')