Update own projects

This commit is contained in:
Martchus 2023-06-08 15:34:58 +02:00
parent a7980f7c77
commit efa277b114
18 changed files with 37 additions and 37 deletions

View File

@ -1,11 +1,11 @@
#!/bin/bash #!/bin/bash
declare -A versions=( declare -A versions=(
[syncthingtray]=1.4.2 [syncthingtray]=1.4.3
[c++utilities]=5.23.0 [c++utilities]=5.23.0
[qtutilities]=6.12.1 [qtutilities]=6.12.2
[qtforkawesome]=0.1.0 [qtforkawesome]=0.1.0
[tagparser]=12.0.0 [tagparser]=12.0.0
[tageditor]=3.8.0 [tageditor]=3.8.1
[passwordfile]=5.0.8 [passwordfile]=5.0.8
[passwordmanager]=4.1.12 [passwordmanager]=4.1.12
[videodownloader]=1.3.6 [videodownloader]=1.3.6

View File

@ -5,7 +5,7 @@
_reponame=qtutilities _reponame=qtutilities
pkgname=qtutilities pkgname=qtutilities
pkgver=6.12.1 pkgver=6.12.2
pkgrel=1 pkgrel=1
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64') 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' 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) provides=(libqtutilities.so)
url="https://github.com/Martchus/${_reponame}" url="https://github.com/Martchus/${_reponame}"
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz") source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz")
sha256sums=('83a68a39a2edbd1ba3ec2e50b9b4c84ed5a54c30fb3cb1bc3088e8d0290989c2') sha256sums=('1e8ad562fdf02e6a8d8fbbfda43ba7082a97d632fe330862b6cf661a3dd6b22a')
build() { build() {
cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}" cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}"

View File

@ -6,7 +6,7 @@
_name=qtutilities _name=qtutilities
_reponame=$_name _reponame=$_name
pkgname=$_name-doc pkgname=$_name-doc
pkgver=6.12.1 pkgver=6.12.2
pkgrel=1 pkgrel=1
arch=('any') arch=('any')
pkgdesc='Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models (API documentation)' 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') makedepends=('cmake' 'ninja' 'doxygen' 'graphviz' 'c++utilities' 'qt5-tools' 'mesa')
url="https://github.com/Martchus/${_reponame}" url="https://github.com/Martchus/${_reponame}"
source=("${_name}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz") source=("${_name}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz")
sha256sums=('83a68a39a2edbd1ba3ec2e50b9b4c84ed5a54c30fb3cb1bc3088e8d0290989c2') sha256sums=('1e8ad562fdf02e6a8d8fbbfda43ba7082a97d632fe330862b6cf661a3dd6b22a')
build() { build() {
cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}" cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}"

View File

@ -7,7 +7,7 @@ _reponame=qtutilities
pkgname=mingw-w64-qtutilities-qt6 pkgname=mingw-w64-qtutilities-qt6
_name=${pkgname#mingw-w64-} _name=${pkgname#mingw-w64-}
_name=${_name%-qt6} _name=${_name%-qt6}
pkgver=6.12.1 pkgver=6.12.2
pkgrel=1 pkgrel=1
arch=('any') arch=('any')
pkgdesc='Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models (mingw-w64)' 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') 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}" url="https://github.com/Martchus/${_reponame}"
source=("${_name}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz") source=("${_name}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz")
sha256sums=('83a68a39a2edbd1ba3ec2e50b9b4c84ed5a54c30fb3cb1bc3088e8d0290989c2') sha256sums=('1e8ad562fdf02e6a8d8fbbfda43ba7082a97d632fe330862b6cf661a3dd6b22a')
options=(!buildflags staticlibs !strip !emptydirs) options=(!buildflags staticlibs !strip !emptydirs)
_architectures=('i686-w64-mingw32' 'x86_64-w64-mingw32') _architectures=('i686-w64-mingw32' 'x86_64-w64-mingw32')

View File

@ -6,7 +6,7 @@
_reponame=qtutilities _reponame=qtutilities
pkgname=mingw-w64-qtutilities pkgname=mingw-w64-qtutilities
_name=${pkgname#mingw-w64-} _name=${pkgname#mingw-w64-}
pkgver=6.12.1 pkgver=6.12.2
pkgrel=1 pkgrel=1
arch=('any') arch=('any')
pkgdesc='Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models (mingw-w64)' 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') makedepends=('mingw-w64-gcc' 'mingw-w64-cmake' 'mingw-w64-qt5-tools' 'ninja')
url="https://github.com/Martchus/${_reponame}" url="https://github.com/Martchus/${_reponame}"
source=("${_name}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz") source=("${_name}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz")
sha256sums=('83a68a39a2edbd1ba3ec2e50b9b4c84ed5a54c30fb3cb1bc3088e8d0290989c2') sha256sums=('1e8ad562fdf02e6a8d8fbbfda43ba7082a97d632fe330862b6cf661a3dd6b22a')
options=(!buildflags staticlibs !strip !emptydirs) options=(!buildflags staticlibs !strip !emptydirs)
_architectures=('i686-w64-mingw32' 'x86_64-w64-mingw32') _architectures=('i686-w64-mingw32' 'x86_64-w64-mingw32')

View File

@ -7,7 +7,7 @@ _reponame=qtutilities
_cfg=qt6 _cfg=qt6
pkgname=qtutilities-$_cfg pkgname=qtutilities-$_cfg
_name=${pkgname%-$_cfg} _name=${pkgname%-$_cfg}
pkgver=6.12.1 pkgver=6.12.2
pkgrel=1 pkgrel=1
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64') 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)' 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) provides=(libqtutilities-qt6.so)
url="https://github.com/Martchus/${_reponame}" url="https://github.com/Martchus/${_reponame}"
source=("${_name}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz") source=("${_name}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz")
sha256sums=('83a68a39a2edbd1ba3ec2e50b9b4c84ed5a54c30fb3cb1bc3088e8d0290989c2') sha256sums=('1e8ad562fdf02e6a8d8fbbfda43ba7082a97d632fe330862b6cf661a3dd6b22a')
build() { build() {
cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}" cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}"

View File

@ -6,7 +6,7 @@
_reponame=qtutilities _reponame=qtutilities
pkgname=static-compat-qtutilities pkgname=static-compat-qtutilities
_name=${pkgname#static-compat-} _name=${pkgname#static-compat-}
pkgver=6.12.1 pkgver=6.12.2
pkgrel=1 pkgrel=1
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64') 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' 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") optdepends=("$_name-doc: API documentation")
url="https://github.com/Martchus/${_reponame}" url="https://github.com/Martchus/${_reponame}"
source=("${_name}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz") source=("${_name}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz")
sha256sums=('83a68a39a2edbd1ba3ec2e50b9b4c84ed5a54c30fb3cb1bc3088e8d0290989c2') sha256sums=('1e8ad562fdf02e6a8d8fbbfda43ba7082a97d632fe330862b6cf661a3dd6b22a')
build() { build() {
check_buildoption ccache y && ccache_args=' check_buildoption ccache y && ccache_args='

View File

@ -24,7 +24,7 @@ _enable_plasmoid=${SYNCTHING_TRAY_ENABLE_PLASMOID:-1}
_reponame=syncthingtray _reponame=syncthingtray
pkgname=syncthingtray pkgname=syncthingtray
pkgver=1.4.2 pkgver=1.4.3
pkgrel=1 pkgrel=1
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64') arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
pkgdesc='Tray application for Syncthing' pkgdesc='Tray application for Syncthing'
@ -44,7 +44,7 @@ checkdepends=('cppunit' 'syncthing' 'iproute2' 'appstream')
[[ $_enable_plasmoid ]] && makedepends+=('plasma-framework' 'extra-cmake-modules') [[ $_enable_plasmoid ]] && makedepends+=('plasma-framework' 'extra-cmake-modules')
url="https://github.com/Martchus/${_reponame}" url="https://github.com/Martchus/${_reponame}"
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz") source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz")
sha256sums=('76f27c8b1f7e39befca698edcc8092f61e86819d6fa99b9b581e97214f17920c') sha256sums=('fa3ffe19210c0438fe513fcee49fae00b6087b4ad3f6855615e96c51bbb5150d')
ephemeral_port() { 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 comm -23 <(seq 49152 65535) <(ss -tan | awk '{print $4}' | cut -d':' -f2 | grep "[0-9]\{1,5\}" | sort | uniq) | shuf | head -n 1

View File

@ -16,7 +16,7 @@ _reponame=syncthingtray
pkgname=mingw-w64-syncthingtray-qt6 pkgname=mingw-w64-syncthingtray-qt6
_name=${pkgname#mingw-w64-} _name=${pkgname#mingw-w64-}
_name=${_name%-qt6} _name=${_name%-qt6}
pkgver=1.4.2 pkgver=1.4.3
pkgrel=1 pkgrel=1
arch=('any') arch=('any')
pkgdesc='Tray application for Syncthing (mingw-w64)' 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}" url="https://github.com/Martchus/${_reponame}"
source=("${_name}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz") 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") [[ $_enable_libsyncthing == ON ]] && source+=("syncthing::git+https://github.com/Martchus/syncthing.git#branch=libsyncthing-latest")
sha256sums=('76f27c8b1f7e39befca698edcc8092f61e86819d6fa99b9b581e97214f17920c' sha256sums=('fa3ffe19210c0438fe513fcee49fae00b6087b4ad3f6855615e96c51bbb5150d'
'SKIP') 'SKIP')
options=(!buildflags staticlibs !strip !emptydirs) options=(!buildflags staticlibs !strip !emptydirs)

View File

@ -15,7 +15,7 @@ _enable_libsyncthing=${MINGW_W64_SYNCTHING_TRAY_ENABLE_LIBSYNCTHING:-ON}
_reponame=syncthingtray _reponame=syncthingtray
pkgname=mingw-w64-syncthingtray pkgname=mingw-w64-syncthingtray
_name=${pkgname#mingw-w64-} _name=${pkgname#mingw-w64-}
pkgver=1.4.2 pkgver=1.4.3
pkgrel=1 pkgrel=1
arch=('any') arch=('any')
pkgdesc='Tray application for Syncthing (mingw-w64)' 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}" url="https://github.com/Martchus/${_reponame}"
source=("${_name}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz") 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") [[ $_enable_libsyncthing == ON ]] && source+=("syncthing::git+https://github.com/Martchus/syncthing.git#branch=libsyncthing-latest")
sha256sums=('76f27c8b1f7e39befca698edcc8092f61e86819d6fa99b9b581e97214f17920c' sha256sums=('fa3ffe19210c0438fe513fcee49fae00b6087b4ad3f6855615e96c51bbb5150d'
'SKIP') 'SKIP')
options=(!buildflags staticlibs !strip !emptydirs) options=(!buildflags staticlibs !strip !emptydirs)

View File

@ -26,7 +26,7 @@ _reponame=syncthingtray
_cfg=qt6 _cfg=qt6
pkgname=syncthingtray-$_cfg pkgname=syncthingtray-$_cfg
_name=${pkgname%-$_cfg} _name=${pkgname%-$_cfg}
pkgver=1.4.2 pkgver=1.4.3
pkgrel=1 pkgrel=1
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64') arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
pkgdesc='Tray application for Syncthing (using Qt 6)' 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') [[ $_enable_plasmoid ]] && makedepends+=('plasma-framework' 'extra-cmake-modules')
url="https://github.com/Martchus/${_reponame}" url="https://github.com/Martchus/${_reponame}"
source=("${_name}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz") source=("${_name}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz")
sha256sums=('76f27c8b1f7e39befca698edcc8092f61e86819d6fa99b9b581e97214f17920c') sha256sums=('fa3ffe19210c0438fe513fcee49fae00b6087b4ad3f6855615e96c51bbb5150d')
ephemeral_port() { 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 comm -23 <(seq 49152 65535) <(ss -tan | awk '{print $4}' | cut -d':' -f2 | grep "[0-9]\{1,5\}" | sort | uniq) | shuf | head -n 1

View File

@ -28,7 +28,7 @@ _enable_libsyncthing=${SYNCTHING_TRAY_ENABLE_LIBSYNCTHING:-ON}
_reponame=syncthingtray _reponame=syncthingtray
pkgname=static-compat-syncthingtray pkgname=static-compat-syncthingtray
_name=${pkgname#static-compat-} _name=${pkgname#static-compat-}
pkgver=1.4.2 pkgver=1.4.3
pkgrel=1 pkgrel=1
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64') arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
pkgdesc='Tray application for Syncthing' pkgdesc='Tray application for Syncthing'
@ -49,7 +49,7 @@ checkdepends=('static-compat-cppunit' 'syncthing' 'iproute2')
url="https://github.com/Martchus/${_reponame}" url="https://github.com/Martchus/${_reponame}"
source=("${_name}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz") 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") [[ $_enable_libsyncthing == ON ]] && source+=("syncthing::git+https://github.com/Martchus/syncthing.git#branch=libsyncthing-latest")
sha256sums=('76f27c8b1f7e39befca698edcc8092f61e86819d6fa99b9b581e97214f17920c' sha256sums=('fa3ffe19210c0438fe513fcee49fae00b6087b4ad3f6855615e96c51bbb5150d'
'SKIP') 'SKIP')
[[ $_enable_libsyncthing == ON ]] && _disable_libsyncthing=OFF || _disable_libsyncthing=ON [[ $_enable_libsyncthing == ON ]] && _disable_libsyncthing=OFF || _disable_libsyncthing=ON

View File

@ -11,7 +11,7 @@ _json_export=${TAGEDITOR_JSON_EXPORT:-OFF}
_reponame=tageditor _reponame=tageditor
pkgname=tageditor-cli pkgname=tageditor-cli
pkgver=3.8.0 pkgver=3.8.1
pkgrel=1 pkgrel=1
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64') 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)' 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') checkdepends=('cppunit')
url="https://github.com/Martchus/${_reponame}" url="https://github.com/Martchus/${_reponame}"
source=("${_reponame}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz") source=("${_reponame}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz")
sha256sums=('9ab25924be61b1ddd12510c2fa90a9fd9ebae1b634764e50415f47c1e0be28ab') sha256sums=('92965ed67676e46196d3178c99deb043d0af36c78f3756d72837de9fdfa10937')
build() { build() {
cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}" cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}"

View File

@ -14,7 +14,7 @@ _json_export=${TAGEDITOR_JSON_EXPORT:-ON}
_reponame=tageditor _reponame=tageditor
pkgname=tageditor pkgname=tageditor
pkgver=3.8.0 pkgver=3.8.1
pkgrel=1 pkgrel=1
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64') 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' 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') checkdepends=('cppunit' 'jq' 'appstream')
url="https://github.com/Martchus/${_reponame}" url="https://github.com/Martchus/${_reponame}"
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz") source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz")
sha256sums=('9ab25924be61b1ddd12510c2fa90a9fd9ebae1b634764e50415f47c1e0be28ab') sha256sums=('92965ed67676e46196d3178c99deb043d0af36c78f3756d72837de9fdfa10937')
build() { build() {
cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}" cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}"

View File

@ -16,7 +16,7 @@ _reponame=tageditor
pkgname=mingw-w64-tageditor-qt6 pkgname=mingw-w64-tageditor-qt6
_name=${pkgname#mingw-w64-} _name=${pkgname#mingw-w64-}
_name=${_name%-qt6} _name=${_name%-qt6}
pkgver=3.8.0 pkgver=3.8.1
pkgrel=1 pkgrel=1
arch=('any') arch=('any')
pkgdesc='A tag editor with Qt GUI and command-line interface supporting MP4/M4A/AAC (iTunes), ID3, Vorbis, Opus, FLAC and Matroska' 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') [[ $_json_export == ON ]] && makedepends+=('mingw-w64-reflective-rapidjson')
url="https://github.com/Martchus/${_reponame}" url="https://github.com/Martchus/${_reponame}"
source=("${_name}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz") source=("${_name}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz")
sha256sums=('9ab25924be61b1ddd12510c2fa90a9fd9ebae1b634764e50415f47c1e0be28ab') sha256sums=('92965ed67676e46196d3178c99deb043d0af36c78f3756d72837de9fdfa10937')
options=(!buildflags staticlibs !strip !emptydirs) options=(!buildflags staticlibs !strip !emptydirs)
_architectures=('i686-w64-mingw32' 'x86_64-w64-mingw32') _architectures=('i686-w64-mingw32' 'x86_64-w64-mingw32')

View File

@ -15,7 +15,7 @@ _json_export=${MINGW_64_TAGEDITOR_JSON_EXPORT:-ON}
_reponame=tageditor _reponame=tageditor
pkgname=mingw-w64-tageditor pkgname=mingw-w64-tageditor
_name=${pkgname#mingw-w64-} _name=${pkgname#mingw-w64-}
pkgver=3.8.0 pkgver=3.8.1
pkgrel=1 pkgrel=1
arch=('any') arch=('any')
pkgdesc='A tag editor with Qt GUI and command-line interface supporting MP4/M4A/AAC (iTunes), ID3, Vorbis, Opus, FLAC and Matroska' 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') [[ $_json_export == ON ]] && makedepends+=('mingw-w64-reflective-rapidjson')
url="https://github.com/Martchus/${_reponame}" url="https://github.com/Martchus/${_reponame}"
source=("${_name}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz") source=("${_name}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz")
sha256sums=('9ab25924be61b1ddd12510c2fa90a9fd9ebae1b634764e50415f47c1e0be28ab') sha256sums=('92965ed67676e46196d3178c99deb043d0af36c78f3756d72837de9fdfa10937')
options=(!buildflags staticlibs !strip !emptydirs) options=(!buildflags staticlibs !strip !emptydirs)
_architectures=('i686-w64-mingw32' 'x86_64-w64-mingw32') _architectures=('i686-w64-mingw32' 'x86_64-w64-mingw32')

View File

@ -16,7 +16,7 @@ _reponame=tageditor
_cfg=qt6 _cfg=qt6
pkgname=tageditor-$_cfg pkgname=tageditor-$_cfg
_name=${pkgname%-$_cfg} _name=${pkgname%-$_cfg}
pkgver=3.8.0 pkgver=3.8.1
pkgrel=1 pkgrel=1
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64') 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)' 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') checkdepends=('cppunit' 'jq' 'appstream')
url="https://github.com/Martchus/${_reponame}" url="https://github.com/Martchus/${_reponame}"
source=("${_name}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz") source=("${_name}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz")
sha256sums=('9ab25924be61b1ddd12510c2fa90a9fd9ebae1b634764e50415f47c1e0be28ab') sha256sums=('92965ed67676e46196d3178c99deb043d0af36c78f3756d72837de9fdfa10937')
build() { build() {
cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}" cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}"

View File

@ -18,7 +18,7 @@ _json_export=${TAGEDITOR_JSON_EXPORT:-OFF}
_reponame=tageditor _reponame=tageditor
pkgname=static-compat-tageditor pkgname=static-compat-tageditor
_name=${pkgname#static-compat-} _name=${pkgname#static-compat-}
pkgver=3.8.0 pkgver=3.8.1
pkgrel=1 pkgrel=1
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64') 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' 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') checkdepends=('static-compat-cppunit' 'jq')
url="https://github.com/Martchus/${_reponame}" url="https://github.com/Martchus/${_reponame}"
source=("${_name}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz") source=("${_name}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz")
sha256sums=('9ab25924be61b1ddd12510c2fa90a9fd9ebae1b634764e50415f47c1e0be28ab') sha256sums=('92965ed67676e46196d3178c99deb043d0af36c78f3756d72837de9fdfa10937')
build() { build() {
check_buildoption ccache y && ccache_args=' check_buildoption ccache y && ccache_args='