From 846db38624f69201aabb55817060334e3f1f500d Mon Sep 17 00:00:00 2001 From: Martchus Date: Sat, 29 Apr 2023 21:24:35 +0200 Subject: [PATCH] Update own projects --- c++utilities/default/PKGBUILD | 4 ++-- c++utilities/doc/PKGBUILD | 4 ++-- c++utilities/mingw-w64/PKGBUILD | 4 ++-- c++utilities/static-compat/PKGBUILD | 4 ++-- devel/own-projects/upload-mingw-w64-to-github.sh | 7 +++++++ devel/versions.sh | 10 +++++----- qtutilities/default/PKGBUILD | 4 ++-- qtutilities/doc/PKGBUILD | 4 ++-- qtutilities/mingw-w64-qt6/PKGBUILD | 4 ++-- qtutilities/mingw-w64/PKGBUILD | 4 ++-- qtutilities/qt6/PKGBUILD | 4 ++-- qtutilities/static-compat/PKGBUILD | 4 ++-- reflective-rapidjson/mingw-w64/PKGBUILD | 12 +++++++++--- syncthingtray/default/PKGBUILD | 4 ++-- syncthingtray/mingw-w64-qt6/PKGBUILD | 4 ++-- syncthingtray/mingw-w64/PKGBUILD | 4 ++-- syncthingtray/qt6/PKGBUILD | 4 ++-- syncthingtray/static-compat/PKGBUILD | 4 ++-- tageditor/cli/PKGBUILD | 4 ++-- tageditor/default/PKGBUILD | 4 ++-- tageditor/mingw-w64-qt6/PKGBUILD | 4 ++-- tageditor/mingw-w64/PKGBUILD | 4 ++-- tageditor/qt6/PKGBUILD | 4 ++-- tageditor/static-compat/PKGBUILD | 4 ++-- tagparser/default/PKGBUILD | 4 ++-- tagparser/doc/PKGBUILD | 4 ++-- tagparser/mingw-w64/PKGBUILD | 5 +++-- tagparser/static-compat/PKGBUILD | 4 ++-- 28 files changed, 72 insertions(+), 58 deletions(-) diff --git a/c++utilities/default/PKGBUILD b/c++utilities/default/PKGBUILD index a6fc4115..e7d3b523 100644 --- a/c++utilities/default/PKGBUILD +++ b/c++utilities/default/PKGBUILD @@ -5,7 +5,7 @@ _reponame=cpp-utilities pkgname=c++utilities -pkgver=5.22.0 +pkgver=5.23.0 pkgrel=1 arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64') pkgdesc='Common C++ classes and routines such as argument parser, IO and conversion utilities' @@ -17,7 +17,7 @@ checkdepends=('cppunit') provides=(libc++utilities.so) url="https://github.com/Martchus/${_reponame}" source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz") -sha256sums=('ea68a894f9d5879dc247c1a08172319ca34d2a0022bbc0412e9428c011ffaba2') +sha256sums=('2a0564afb3c5c2f9119ef4ea434001d4ee67a88a99484c412253b3f9ae4147bc') build() { cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}" diff --git a/c++utilities/doc/PKGBUILD b/c++utilities/doc/PKGBUILD index 106217d2..8df913f4 100644 --- a/c++utilities/doc/PKGBUILD +++ b/c++utilities/doc/PKGBUILD @@ -6,7 +6,7 @@ _name=c++utilities _reponame=cpp-utilities pkgname=$_name-doc -pkgver=5.22.0 +pkgver=5.23.0 pkgrel=1 arch=('any') pkgdesc='Common C++ classes and routines such as argument parser, IO and conversion utilities (API documentation)' @@ -14,7 +14,7 @@ license=('GPL') makedepends=('cmake' 'ninja' 'doxygen' 'graphviz') url="https://github.com/Martchus/${_reponame}" source=("${_name}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz") -sha256sums=('ea68a894f9d5879dc247c1a08172319ca34d2a0022bbc0412e9428c011ffaba2') +sha256sums=('2a0564afb3c5c2f9119ef4ea434001d4ee67a88a99484c412253b3f9ae4147bc') build() { cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}" diff --git a/c++utilities/mingw-w64/PKGBUILD b/c++utilities/mingw-w64/PKGBUILD index 224994ee..f5fb9921 100644 --- a/c++utilities/mingw-w64/PKGBUILD +++ b/c++utilities/mingw-w64/PKGBUILD @@ -6,7 +6,7 @@ _reponame=cpp-utilities pkgname=mingw-w64-c++utilities _name=${pkgname#mingw-w64-} -pkgver=5.22.0 +pkgver=5.23.0 pkgrel=1 arch=('any') pkgdesc='Common C++ classes and routines such as argument parser, IO and conversion utilities (mingw-w64)' @@ -17,7 +17,7 @@ checkdepends=('mingw-w64-cppunit' 'mingw-w64-wine') makedepends=('mingw-w64-gcc' 'mingw-w64-cmake' 'ninja') url="https://github.com/Martchus/${_reponame}" source=("${_name}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz") -sha256sums=('ea68a894f9d5879dc247c1a08172319ca34d2a0022bbc0412e9428c011ffaba2') +sha256sums=('2a0564afb3c5c2f9119ef4ea434001d4ee67a88a99484c412253b3f9ae4147bc') options=(!buildflags staticlibs !strip !emptydirs) _architectures=('i686-w64-mingw32' 'x86_64-w64-mingw32') diff --git a/c++utilities/static-compat/PKGBUILD b/c++utilities/static-compat/PKGBUILD index 1a56fc55..03a1e918 100644 --- a/c++utilities/static-compat/PKGBUILD +++ b/c++utilities/static-compat/PKGBUILD @@ -6,7 +6,7 @@ _reponame=cpp-utilities pkgname=static-compat-c++utilities _name=${pkgname#static-compat-} -pkgver=5.22.0 +pkgver=5.23.0 pkgrel=1 arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64') pkgdesc='Common C++ classes and routines such as argument parser, IO and conversion utilities' @@ -17,7 +17,7 @@ makedepends=('ninja' 'static-compat-cmake') checkdepends=('static-compat-cppunit') url="https://github.com/Martchus/${_reponame}" source=("${_name}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz") -sha256sums=('ea68a894f9d5879dc247c1a08172319ca34d2a0022bbc0412e9428c011ffaba2') +sha256sums=('2a0564afb3c5c2f9119ef4ea434001d4ee67a88a99484c412253b3f9ae4147bc') prepare() { cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}" diff --git a/devel/own-projects/upload-mingw-w64-to-github.sh b/devel/own-projects/upload-mingw-w64-to-github.sh index a6ab5c15..11f1accb 100755 --- a/devel/own-projects/upload-mingw-w64-to-github.sh +++ b/devel/own-projects/upload-mingw-w64-to-github.sh @@ -66,9 +66,11 @@ do for arch in i686-w64-mingw32 x86_64-w64-mingw32; do binaries=(usr/$arch/bin/*-static.exe) for binary in ${binaries[@]}; do + binary_cli=${binary%-static.exe}-static-cli.exe base_name=${binary##*/} base_name=${base_name%-static.exe} symlink_name=$base_name-$arch.exe + symlink_name_cli=$base_name-$arch-cli.exe # consider Qt 6 the suffixless default and use suffix for Qt 5 version instead if [[ $base_name =~ .*-qt6 ]]; then base_name=${base_name%-qt6} @@ -76,6 +78,7 @@ do base_name=${base_name}-qt5 fi binary_name=$base_name-$version-$arch.exe + binary_name_cli=$base_name-$version-$arch-cli.exe # check whether upload already exists zip_file="$binary_name.zip" @@ -91,6 +94,10 @@ do echo "zipping $binary to $zip_file" mv "$binary" "$binary_name" ln -s "$binary_name" "$symlink_name" + if [[ -f $binary_cli ]]; then + mv "$binary_cli" "$binary_name_cli" + ln -s "$binary_name_cli" "$symlink_name_cli" + fi license_file_2=$project-$version-$arch-LICENSES.md cp "$license_file" "$license_file_2" bsdtar acf "$zip_file" "$binary_name" "$license_file_2" diff --git a/devel/versions.sh b/devel/versions.sh index 93d2094d..2e358a05 100755 --- a/devel/versions.sh +++ b/devel/versions.sh @@ -1,11 +1,11 @@ #!/bin/bash declare -A versions=( - [syncthingtray]=1.4.1 - [c++utilities]=5.22.0 - [qtutilities]=6.12.0 + [syncthingtray]=1.4.2 + [c++utilities]=5.23.0 + [qtutilities]=6.12.1 [qtforkawesome]=0.1.0 - [tagparser]=11.6.0 - [tageditor]=3.7.9 + [tagparser]=12.0.0 + [tageditor]=3.8.0 [passwordfile]=5.0.8 [passwordmanager]=4.1.12 [videodownloader]=1.3.6 diff --git a/qtutilities/default/PKGBUILD b/qtutilities/default/PKGBUILD index 1875d75b..e25c9c0b 100644 --- a/qtutilities/default/PKGBUILD +++ b/qtutilities/default/PKGBUILD @@ -5,7 +5,7 @@ _reponame=qtutilities pkgname=qtutilities -pkgver=6.12.0 +pkgver=6.12.1 pkgrel=1 arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64') pkgdesc='Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models' @@ -16,7 +16,7 @@ optdepends=("$pkgname-doc: API documentation") provides=(libqtutilities.so) url="https://github.com/Martchus/${_reponame}" source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz") -sha256sums=('d3b8bc68c82d195cfeb4aa8d599c020774322aea7faebf5243e139088d89a82c') +sha256sums=('83a68a39a2edbd1ba3ec2e50b9b4c84ed5a54c30fb3cb1bc3088e8d0290989c2') build() { cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}" diff --git a/qtutilities/doc/PKGBUILD b/qtutilities/doc/PKGBUILD index f5d345bc..8fe24b46 100644 --- a/qtutilities/doc/PKGBUILD +++ b/qtutilities/doc/PKGBUILD @@ -6,7 +6,7 @@ _name=qtutilities _reponame=$_name pkgname=$_name-doc -pkgver=6.12.0 +pkgver=6.12.1 pkgrel=1 arch=('any') pkgdesc='Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models (API documentation)' @@ -14,7 +14,7 @@ license=('GPL') makedepends=('cmake' 'ninja' 'doxygen' 'graphviz' 'c++utilities' 'qt5-tools' 'mesa') url="https://github.com/Martchus/${_reponame}" source=("${_name}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz") -sha256sums=('d3b8bc68c82d195cfeb4aa8d599c020774322aea7faebf5243e139088d89a82c') +sha256sums=('83a68a39a2edbd1ba3ec2e50b9b4c84ed5a54c30fb3cb1bc3088e8d0290989c2') build() { cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}" diff --git a/qtutilities/mingw-w64-qt6/PKGBUILD b/qtutilities/mingw-w64-qt6/PKGBUILD index 635f5e53..a440e62e 100644 --- a/qtutilities/mingw-w64-qt6/PKGBUILD +++ b/qtutilities/mingw-w64-qt6/PKGBUILD @@ -7,7 +7,7 @@ _reponame=qtutilities pkgname=mingw-w64-qtutilities-qt6 _name=${pkgname#mingw-w64-} _name=${_name%-qt6} -pkgver=6.12.0 +pkgver=6.12.1 pkgrel=1 arch=('any') pkgdesc='Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models (mingw-w64)' @@ -18,7 +18,7 @@ checkdepends=('mingw-w64-wine') makedepends=('mingw-w64-gcc' 'mingw-w64-cmake' 'mingw-w64-qt6-tools' 'qt6-base' 'qt6-tools' 'qt6-declarative' 'clang' 'ninja') url="https://github.com/Martchus/${_reponame}" source=("${_name}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz") -sha256sums=('d3b8bc68c82d195cfeb4aa8d599c020774322aea7faebf5243e139088d89a82c') +sha256sums=('83a68a39a2edbd1ba3ec2e50b9b4c84ed5a54c30fb3cb1bc3088e8d0290989c2') options=(!buildflags staticlibs !strip !emptydirs) _architectures=('i686-w64-mingw32' 'x86_64-w64-mingw32') diff --git a/qtutilities/mingw-w64/PKGBUILD b/qtutilities/mingw-w64/PKGBUILD index 9956c45c..869aba35 100644 --- a/qtutilities/mingw-w64/PKGBUILD +++ b/qtutilities/mingw-w64/PKGBUILD @@ -6,7 +6,7 @@ _reponame=qtutilities pkgname=mingw-w64-qtutilities _name=${pkgname#mingw-w64-} -pkgver=6.12.0 +pkgver=6.12.1 pkgrel=1 arch=('any') pkgdesc='Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models (mingw-w64)' @@ -17,7 +17,7 @@ checkdepends=('mingw-w64-wine') makedepends=('mingw-w64-gcc' 'mingw-w64-cmake' 'mingw-w64-qt5-tools' 'ninja') url="https://github.com/Martchus/${_reponame}" source=("${_name}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz") -sha256sums=('d3b8bc68c82d195cfeb4aa8d599c020774322aea7faebf5243e139088d89a82c') +sha256sums=('83a68a39a2edbd1ba3ec2e50b9b4c84ed5a54c30fb3cb1bc3088e8d0290989c2') options=(!buildflags staticlibs !strip !emptydirs) _architectures=('i686-w64-mingw32' 'x86_64-w64-mingw32') diff --git a/qtutilities/qt6/PKGBUILD b/qtutilities/qt6/PKGBUILD index c8a98b6d..ca1b345d 100644 --- a/qtutilities/qt6/PKGBUILD +++ b/qtutilities/qt6/PKGBUILD @@ -7,7 +7,7 @@ _reponame=qtutilities _cfg=qt6 pkgname=qtutilities-$_cfg _name=${pkgname%-$_cfg} -pkgver=6.12.0 +pkgver=6.12.1 pkgrel=1 arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64') pkgdesc='Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models (using Qt 6)' @@ -18,7 +18,7 @@ optdepends=("$_name-doc: API documentation") provides=(libqtutilities-qt6.so) url="https://github.com/Martchus/${_reponame}" source=("${_name}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz") -sha256sums=('d3b8bc68c82d195cfeb4aa8d599c020774322aea7faebf5243e139088d89a82c') +sha256sums=('83a68a39a2edbd1ba3ec2e50b9b4c84ed5a54c30fb3cb1bc3088e8d0290989c2') build() { cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}" diff --git a/qtutilities/static-compat/PKGBUILD b/qtutilities/static-compat/PKGBUILD index e1d33828..193952e9 100644 --- a/qtutilities/static-compat/PKGBUILD +++ b/qtutilities/static-compat/PKGBUILD @@ -6,7 +6,7 @@ _reponame=qtutilities pkgname=static-compat-qtutilities _name=${pkgname#static-compat-} -pkgver=6.12.0 +pkgver=6.12.1 pkgrel=1 arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64') pkgdesc='Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models' @@ -16,7 +16,7 @@ makedepends=('static-compat-cmake' 'ninja' 'static-compat-qt6-tools' 'clang') optdepends=("$_name-doc: API documentation") url="https://github.com/Martchus/${_reponame}" source=("${_name}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz") -sha256sums=('d3b8bc68c82d195cfeb4aa8d599c020774322aea7faebf5243e139088d89a82c') +sha256sums=('83a68a39a2edbd1ba3ec2e50b9b4c84ed5a54c30fb3cb1bc3088e8d0290989c2') build() { check_buildoption ccache y && ccache_args=' diff --git a/reflective-rapidjson/mingw-w64/PKGBUILD b/reflective-rapidjson/mingw-w64/PKGBUILD index 4092e9b6..d9dbf670 100644 --- a/reflective-rapidjson/mingw-w64/PKGBUILD +++ b/reflective-rapidjson/mingw-w64/PKGBUILD @@ -7,7 +7,7 @@ _reponame=reflective-rapidjson pkgname=mingw-w64-reflective-rapidjson _name=${pkgname#mingw-w64-} pkgver=0.0.15 -pkgrel=1 +pkgrel=2 arch=('any') pkgdesc='Code generator for serializing/deserializing C++ objects to/from JSON using Clang and RapidJSON (mingw-w64)' license=('GPL') @@ -17,8 +17,9 @@ optdepends=("mingw-w64-boost: use Boost.Hana instead of code generator" checkdepends=('mingw-w64-cppunit' 'mingw-w64-wine' 'mingw-w64-boost') makedepends=('mingw-w64-gcc' 'mingw-w64-cmake' 'ninja') url="https://github.com/Martchus/${_reponame}" -source=("${_name}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz") -sha256sums=('1e253ca0c63c6432ede1b1d7ad6c828b93eeb47eb1843d7bdc09445be7c1bba6') +source=("${_name}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz" + https://github.com/Martchus/reflective-rapidjson/commit/7c8ef68155724417066bfaf694ce26834251a62e.patch) +sha256sums=('1e253ca0c63c6432ede1b1d7ad6c828b93eeb47eb1843d7bdc09445be7c1bba6' SKIP) options=(!buildflags staticlibs !strip !emptydirs) _architectures=('i686-w64-mingw32' 'x86_64-w64-mingw32') @@ -26,6 +27,11 @@ _configurations=() [[ $NO_SHARED_LIBS ]] || _configurations+=('shared') [[ $NO_STATIC_LIBS ]] || _configurations+=('static') +prepare() { + cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}" + patch -p1 -i ../7c8ef68155724417066bfaf694ce26834251a62e.patch +} + build() { cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}" diff --git a/syncthingtray/default/PKGBUILD b/syncthingtray/default/PKGBUILD index f3c54445..fd72b72f 100644 --- a/syncthingtray/default/PKGBUILD +++ b/syncthingtray/default/PKGBUILD @@ -24,7 +24,7 @@ _enable_plasmoid=${SYNCTHING_TRAY_ENABLE_PLASMOID:-1} _reponame=syncthingtray pkgname=syncthingtray -pkgver=1.4.1 +pkgver=1.4.2 pkgrel=1 arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64') pkgdesc='Tray application for Syncthing' @@ -44,7 +44,7 @@ checkdepends=('cppunit' 'syncthing' 'iproute2' 'appstream') [[ $_enable_plasmoid ]] && makedepends+=('plasma-framework' 'extra-cmake-modules') url="https://github.com/Martchus/${_reponame}" source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz") -sha256sums=('6a2102c82dc6a8d9b0cf72941e997bb300b5011fe877696edc762e1440abd133') +sha256sums=('76f27c8b1f7e39befca698edcc8092f61e86819d6fa99b9b581e97214f17920c') ephemeral_port() { comm -23 <(seq 49152 65535) <(ss -tan | awk '{print $4}' | cut -d':' -f2 | grep "[0-9]\{1,5\}" | sort | uniq) | shuf | head -n 1 diff --git a/syncthingtray/mingw-w64-qt6/PKGBUILD b/syncthingtray/mingw-w64-qt6/PKGBUILD index ce5ddafb..27179846 100644 --- a/syncthingtray/mingw-w64-qt6/PKGBUILD +++ b/syncthingtray/mingw-w64-qt6/PKGBUILD @@ -16,7 +16,7 @@ _reponame=syncthingtray pkgname=mingw-w64-syncthingtray-qt6 _name=${pkgname#mingw-w64-} _name=${_name%-qt6} -pkgver=1.4.1 +pkgver=1.4.2 pkgrel=1 arch=('any') pkgdesc='Tray application for Syncthing (mingw-w64)' @@ -32,7 +32,7 @@ makedepends=('mingw-w64-gcc' 'mingw-w64-cmake' 'mingw-w64-qt6-tools' 'qt6-tools' url="https://github.com/Martchus/${_reponame}" source=("${_name}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz") [[ $_enable_libsyncthing == ON ]] && source+=("syncthing::git+https://github.com/Martchus/syncthing.git#branch=libsyncthing-latest") -sha256sums=('6a2102c82dc6a8d9b0cf72941e997bb300b5011fe877696edc762e1440abd133' +sha256sums=('76f27c8b1f7e39befca698edcc8092f61e86819d6fa99b9b581e97214f17920c' 'SKIP') options=(!buildflags staticlibs !strip !emptydirs) diff --git a/syncthingtray/mingw-w64/PKGBUILD b/syncthingtray/mingw-w64/PKGBUILD index 5d752eca..8885142d 100644 --- a/syncthingtray/mingw-w64/PKGBUILD +++ b/syncthingtray/mingw-w64/PKGBUILD @@ -15,7 +15,7 @@ _enable_libsyncthing=${MINGW_W64_SYNCTHING_TRAY_ENABLE_LIBSYNCTHING:-ON} _reponame=syncthingtray pkgname=mingw-w64-syncthingtray _name=${pkgname#mingw-w64-} -pkgver=1.4.1 +pkgver=1.4.2 pkgrel=1 arch=('any') pkgdesc='Tray application for Syncthing (mingw-w64)' @@ -31,7 +31,7 @@ makedepends=('mingw-w64-gcc' 'mingw-w64-cmake' 'mingw-w64-qt5-tools' 'ffmpeg' 'n url="https://github.com/Martchus/${_reponame}" source=("${_name}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz") [[ $_enable_libsyncthing == ON ]] && source+=("syncthing::git+https://github.com/Martchus/syncthing.git#branch=libsyncthing-latest") -sha256sums=('6a2102c82dc6a8d9b0cf72941e997bb300b5011fe877696edc762e1440abd133' +sha256sums=('76f27c8b1f7e39befca698edcc8092f61e86819d6fa99b9b581e97214f17920c' 'SKIP') options=(!buildflags staticlibs !strip !emptydirs) diff --git a/syncthingtray/qt6/PKGBUILD b/syncthingtray/qt6/PKGBUILD index e7b541db..92159bb8 100644 --- a/syncthingtray/qt6/PKGBUILD +++ b/syncthingtray/qt6/PKGBUILD @@ -26,7 +26,7 @@ _reponame=syncthingtray _cfg=qt6 pkgname=syncthingtray-$_cfg _name=${pkgname%-$_cfg} -pkgver=1.4.1 +pkgver=1.4.2 pkgrel=1 arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64') pkgdesc='Tray application for Syncthing (using Qt 6)' @@ -46,7 +46,7 @@ checkdepends=('cppunit' 'syncthing' 'iproute2' 'appstream') [[ $_enable_plasmoid ]] && makedepends+=('plasma-framework' 'extra-cmake-modules') url="https://github.com/Martchus/${_reponame}" source=("${_name}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz") -sha256sums=('6a2102c82dc6a8d9b0cf72941e997bb300b5011fe877696edc762e1440abd133') +sha256sums=('76f27c8b1f7e39befca698edcc8092f61e86819d6fa99b9b581e97214f17920c') ephemeral_port() { comm -23 <(seq 49152 65535) <(ss -tan | awk '{print $4}' | cut -d':' -f2 | grep "[0-9]\{1,5\}" | sort | uniq) | shuf | head -n 1 diff --git a/syncthingtray/static-compat/PKGBUILD b/syncthingtray/static-compat/PKGBUILD index e0a55591..ed925ce6 100644 --- a/syncthingtray/static-compat/PKGBUILD +++ b/syncthingtray/static-compat/PKGBUILD @@ -28,7 +28,7 @@ _enable_libsyncthing=${SYNCTHING_TRAY_ENABLE_LIBSYNCTHING:-ON} _reponame=syncthingtray pkgname=static-compat-syncthingtray _name=${pkgname#static-compat-} -pkgver=1.4.1 +pkgver=1.4.2 pkgrel=1 arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64') pkgdesc='Tray application for Syncthing' @@ -49,7 +49,7 @@ checkdepends=('static-compat-cppunit' 'syncthing' 'iproute2') url="https://github.com/Martchus/${_reponame}" source=("${_name}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz") [[ $_enable_libsyncthing == ON ]] && source+=("syncthing::git+https://github.com/Martchus/syncthing.git#branch=libsyncthing-latest") -sha256sums=('6a2102c82dc6a8d9b0cf72941e997bb300b5011fe877696edc762e1440abd133' +sha256sums=('76f27c8b1f7e39befca698edcc8092f61e86819d6fa99b9b581e97214f17920c' 'SKIP') [[ $_enable_libsyncthing == ON ]] && _disable_libsyncthing=OFF || _disable_libsyncthing=ON diff --git a/tageditor/cli/PKGBUILD b/tageditor/cli/PKGBUILD index d2b58c36..d4db9482 100644 --- a/tageditor/cli/PKGBUILD +++ b/tageditor/cli/PKGBUILD @@ -11,7 +11,7 @@ _json_export=${TAGEDITOR_JSON_EXPORT:-OFF} _reponame=tageditor pkgname=tageditor-cli -pkgver=3.7.9 +pkgver=3.8.0 pkgrel=1 arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64') pkgdesc='A tag editor with command-line interface supporting MP4/M4A/AAC (iTunes), ID3, Vorbis, Opus, FLAC and Matroska (GUI disabled)' @@ -24,7 +24,7 @@ provides=("${pkgname%-cli}") checkdepends=('cppunit') url="https://github.com/Martchus/${_reponame}" source=("${_reponame}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz") -sha256sums=('987101e9a259db79b28b872c778e9818f12618ce5a12ab7558b6262c7621b217') +sha256sums=('9ab25924be61b1ddd12510c2fa90a9fd9ebae1b634764e50415f47c1e0be28ab') build() { cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}" diff --git a/tageditor/default/PKGBUILD b/tageditor/default/PKGBUILD index fd76bf88..556d3651 100644 --- a/tageditor/default/PKGBUILD +++ b/tageditor/default/PKGBUILD @@ -14,7 +14,7 @@ _json_export=${TAGEDITOR_JSON_EXPORT:-ON} _reponame=tageditor pkgname=tageditor -pkgver=3.7.9 +pkgver=3.8.0 pkgrel=1 arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64') pkgdesc='A tag editor with Qt GUI and command-line interface supporting MP4/M4A/AAC (iTunes), ID3, Vorbis, Opus, FLAC and Matroska' @@ -30,7 +30,7 @@ makedepends=('cmake' 'ninja' 'qt5-tools' 'mesa') checkdepends=('cppunit' 'jq' 'appstream') url="https://github.com/Martchus/${_reponame}" source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz") -sha256sums=('987101e9a259db79b28b872c778e9818f12618ce5a12ab7558b6262c7621b217') +sha256sums=('9ab25924be61b1ddd12510c2fa90a9fd9ebae1b634764e50415f47c1e0be28ab') build() { cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}" diff --git a/tageditor/mingw-w64-qt6/PKGBUILD b/tageditor/mingw-w64-qt6/PKGBUILD index df2fe8ff..903d0b7d 100644 --- a/tageditor/mingw-w64-qt6/PKGBUILD +++ b/tageditor/mingw-w64-qt6/PKGBUILD @@ -16,7 +16,7 @@ _reponame=tageditor pkgname=mingw-w64-tageditor-qt6 _name=${pkgname#mingw-w64-} _name=${_name%-qt6} -pkgver=3.7.9 +pkgver=3.8.0 pkgrel=1 arch=('any') pkgdesc='A tag editor with Qt GUI and command-line interface supporting MP4/M4A/AAC (iTunes), ID3, Vorbis, Opus, FLAC and Matroska' @@ -31,7 +31,7 @@ makedepends=('mingw-w64-gcc' 'mingw-w64-cmake' 'mingw-w64-qt6-tools' 'qt6-tools' [[ $_json_export == ON ]] && makedepends+=('mingw-w64-reflective-rapidjson') url="https://github.com/Martchus/${_reponame}" source=("${_name}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz") -sha256sums=('987101e9a259db79b28b872c778e9818f12618ce5a12ab7558b6262c7621b217') +sha256sums=('9ab25924be61b1ddd12510c2fa90a9fd9ebae1b634764e50415f47c1e0be28ab') options=(!buildflags staticlibs !strip !emptydirs) _architectures=('i686-w64-mingw32' 'x86_64-w64-mingw32') diff --git a/tageditor/mingw-w64/PKGBUILD b/tageditor/mingw-w64/PKGBUILD index 006c74fd..6728bcb5 100644 --- a/tageditor/mingw-w64/PKGBUILD +++ b/tageditor/mingw-w64/PKGBUILD @@ -15,7 +15,7 @@ _json_export=${MINGW_64_TAGEDITOR_JSON_EXPORT:-ON} _reponame=tageditor pkgname=mingw-w64-tageditor _name=${pkgname#mingw-w64-} -pkgver=3.7.9 +pkgver=3.8.0 pkgrel=1 arch=('any') pkgdesc='A tag editor with Qt GUI and command-line interface supporting MP4/M4A/AAC (iTunes), ID3, Vorbis, Opus, FLAC and Matroska' @@ -30,7 +30,7 @@ makedepends=('mingw-w64-gcc' 'mingw-w64-cmake' 'mingw-w64-qt5-tools' 'ffmpeg' 'n [[ $_json_export == ON ]] && makedepends+=('mingw-w64-reflective-rapidjson') url="https://github.com/Martchus/${_reponame}" source=("${_name}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz") -sha256sums=('987101e9a259db79b28b872c778e9818f12618ce5a12ab7558b6262c7621b217') +sha256sums=('9ab25924be61b1ddd12510c2fa90a9fd9ebae1b634764e50415f47c1e0be28ab') options=(!buildflags staticlibs !strip !emptydirs) _architectures=('i686-w64-mingw32' 'x86_64-w64-mingw32') diff --git a/tageditor/qt6/PKGBUILD b/tageditor/qt6/PKGBUILD index a8c2df73..5ad9015e 100644 --- a/tageditor/qt6/PKGBUILD +++ b/tageditor/qt6/PKGBUILD @@ -16,7 +16,7 @@ _reponame=tageditor _cfg=qt6 pkgname=tageditor-$_cfg _name=${pkgname%-$_cfg} -pkgver=3.7.9 +pkgver=3.8.0 pkgrel=1 arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64') pkgdesc='A tag editor with Qt GUI and command-line interface supporting MP4/M4A/AAC (iTunes), ID3, Vorbis, Opus, FLAC and Matroska (using Qt 6)' @@ -32,7 +32,7 @@ makedepends=('cmake' 'ninja' 'qt6-tools' 'qt6-declarative' 'clang' 'mesa') checkdepends=('cppunit' 'jq' 'appstream') url="https://github.com/Martchus/${_reponame}" source=("${_name}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz") -sha256sums=('987101e9a259db79b28b872c778e9818f12618ce5a12ab7558b6262c7621b217') +sha256sums=('9ab25924be61b1ddd12510c2fa90a9fd9ebae1b634764e50415f47c1e0be28ab') build() { cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}" diff --git a/tageditor/static-compat/PKGBUILD b/tageditor/static-compat/PKGBUILD index 00c03958..02076c73 100644 --- a/tageditor/static-compat/PKGBUILD +++ b/tageditor/static-compat/PKGBUILD @@ -18,7 +18,7 @@ _json_export=${TAGEDITOR_JSON_EXPORT:-OFF} _reponame=tageditor pkgname=static-compat-tageditor _name=${pkgname#static-compat-} -pkgver=3.7.9 +pkgver=3.8.0 pkgrel=1 arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64') pkgdesc='A tag editor with Qt GUI and command-line interface supporting MP4/M4A/AAC (iTunes), ID3, Vorbis, Opus, FLAC and Matroska' @@ -34,7 +34,7 @@ makedepends=('static-compat-cmake' 'static-compat-tagparser' 'ninja') checkdepends=('static-compat-cppunit' 'jq') url="https://github.com/Martchus/${_reponame}" source=("${_name}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz") -sha256sums=('987101e9a259db79b28b872c778e9818f12618ce5a12ab7558b6262c7621b217') +sha256sums=('9ab25924be61b1ddd12510c2fa90a9fd9ebae1b634764e50415f47c1e0be28ab') build() { check_buildoption ccache y && ccache_args=' diff --git a/tagparser/default/PKGBUILD b/tagparser/default/PKGBUILD index f6b5f5af..3218cb2d 100644 --- a/tagparser/default/PKGBUILD +++ b/tagparser/default/PKGBUILD @@ -5,7 +5,7 @@ _reponame=tagparser pkgname=tagparser -pkgver=11.6.0 +pkgver=12.0.0 pkgrel=1 arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64') pkgdesc='C++ library for reading and writing MP4/M4A/AAC (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags' @@ -17,7 +17,7 @@ optdepends=("$pkgname-doc: API documentation") provides=(libtagparser.so) url="https://github.com/Martchus/${_reponame}" source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz") -sha256sums=('298ff927e14860e97e5b75057ff50fe64e0e0521ca7253e8624be6db6ac77261') +sha256sums=('94ded89093beb67d95816c4ba700cb50f64b4f4fdc7748ccfbb61946246b635e') prepare() { [[ -d tagparser ]] || ln -s "${PROJECT_DIR_NAME:-$_reponame-$pkgver}" tagparser diff --git a/tagparser/doc/PKGBUILD b/tagparser/doc/PKGBUILD index abc263bf..df63eaef 100644 --- a/tagparser/doc/PKGBUILD +++ b/tagparser/doc/PKGBUILD @@ -6,7 +6,7 @@ _name=tagparser _reponame=tagparser pkgname=$_name-doc -pkgver=11.6.0 +pkgver=12.0.0 pkgrel=1 arch=('any') pkgdesc='C++ library for reading and writing MP4/M4A/AAC (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags (API documentation)' @@ -14,7 +14,7 @@ license=('GPL') makedepends=('cmake' 'ninja' 'iso-codes' 'doxygen' 'graphviz' 'c++utilities') url="https://github.com/Martchus/${_reponame}" source=("${_name}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz") -sha256sums=('298ff927e14860e97e5b75057ff50fe64e0e0521ca7253e8624be6db6ac77261') +sha256sums=('94ded89093beb67d95816c4ba700cb50f64b4f4fdc7748ccfbb61946246b635e') prepare() { [[ -d tagparser ]] || ln -s "${PROJECT_DIR_NAME:-$_reponame-$pkgver}" tagparser diff --git a/tagparser/mingw-w64/PKGBUILD b/tagparser/mingw-w64/PKGBUILD index 1ad21d2d..0f4c15ca 100644 --- a/tagparser/mingw-w64/PKGBUILD +++ b/tagparser/mingw-w64/PKGBUILD @@ -6,7 +6,7 @@ _reponame=tagparser pkgname=mingw-w64-tagparser _name=${pkgname#mingw-w64-} -pkgver=11.6.0 +pkgver=12.0.0 pkgrel=1 arch=('any') pkgdesc='C++ library for reading and writing MP4/M4A/AAC (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags (mingw-w64)' @@ -17,7 +17,7 @@ checkdepends=('mingw-w64-cppunit' 'mingw-w64-wine' 'mingw-w64-openssl') makedepends=('mingw-w64-gcc' 'mingw-w64-cmake' 'ninja' 'iso-codes') url="https://github.com/Martchus/${_reponame}" source=("${_name}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz") -sha256sums=('298ff927e14860e97e5b75057ff50fe64e0e0521ca7253e8624be6db6ac77261') +sha256sums=('94ded89093beb67d95816c4ba700cb50f64b4f4fdc7748ccfbb61946246b635e') options=(!buildflags staticlibs !strip !emptydirs) _architectures=('i686-w64-mingw32' 'x86_64-w64-mingw32') @@ -55,6 +55,7 @@ build() { -DCONFIGURATION_NAME:STRING="${_cfg}" \ -DCONFIGURATION_PACKAGE_SUFFIX:STRING="-${_cfg}" \ -DENABLE_TARGETS_FOR_MINGW64_CROSS_PACKAGING:BOOL=ON \ + -DVERSIONED_MINGW_LIBRARIES:BOOL=ON \ ${_config_flags[$_cfg]} \ ../ ninja diff --git a/tagparser/static-compat/PKGBUILD b/tagparser/static-compat/PKGBUILD index 96c21374..f1d45fe4 100644 --- a/tagparser/static-compat/PKGBUILD +++ b/tagparser/static-compat/PKGBUILD @@ -6,7 +6,7 @@ _reponame=tagparser pkgname=static-compat-tagparser _name=${pkgname#static-compat-} -pkgver=11.6.0 +pkgver=12.0.0 pkgrel=1 arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64') pkgdesc='C++ library for reading and writing MP4/M4A/AAC (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags' @@ -17,7 +17,7 @@ checkdepends=('static-compat-cppunit' 'static-compat-openssl') optdepends=("$_name-doc: API documentation") url="https://github.com/Martchus/${_reponame}" source=("${_name}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz") -sha256sums=('298ff927e14860e97e5b75057ff50fe64e0e0521ca7253e8624be6db6ac77261') +sha256sums=('94ded89093beb67d95816c4ba700cb50f64b4f4fdc7748ccfbb61946246b635e') prepare() { [[ -d tagparser ]] || ln -s "${PROJECT_DIR_NAME:-$_reponame-$pkgver}" tagparser