Skip to content

Commit ed4752f

Browse files
committed
Split architectures for syncthingctl and dependencies
1 parent 29b7e25 commit ed4752f

4 files changed

Lines changed: 16 additions & 8 deletions

File tree

package/libcpp-utilities/package

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,19 @@
22
# Copyright (c) 2021 The Toltec Contributors
33
# SPDX-License-Identifier: MIT
44

5+
archs=(rm1 rm2 rmpp rmppm)
56
pkgnames=(libcpp-utilities libcpp-utilities-dev)
67
pkgdesc="Common C++ classes and routines used by Martchus' applications"
78
url=https://github.com/Martchus/cpp-utilities
8-
pkgver=5.31.0-1
9+
_srcver=5.31.0
10+
pkgver=$_srcver-2
911
timestamp=2025-09-20T23:53Z
1012
section="devel"
1113
maintainer="Tom Parker-Shemilt <palfrey@tevps.net>"
1214
license=GPL-2.0-or-later
1315
image=base:v3.3
1416
source=(
15-
https://github.com/Martchus/cpp-utilities/archive/refs/tags/v5.31.0.zip
17+
"https://github.com/Martchus/cpp-utilities/archive/refs/tags/v$_srcver.zip"
1618
targets.cmake.patch
1719
)
1820
sha256sums=(

package/qtforkawesome/package

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,19 @@
22
# Copyright (c) 2021 The Toltec Contributors
33
# SPDX-License-Identifier: MIT
44

5+
archs=(rm1 rm2 rmpp rmppm)
56
pkgnames=(libqtforkawesome libqtforkawesome-dev)
67
pkgdesc="Library that bundles ForkAwesome for use within Qt applications"
78
url=https://github.com/Martchus/qtforkawesome
8-
pkgver=0.3.2-1
9+
_srcver=0.3.2
10+
pkgver=$_srcver-2
911
timestamp=2025-11-04T20:54Z
1012
section="devel"
1113
maintainer="Tom Parker-Shemilt <palfrey@tevps.net>"
1214
license=GPL-2.0-or-later
1315
image=qt:v3.3
1416
source=(
15-
"https://github.com/Martchus/qtforkawesome/archive/refs/tags/v0.3.2.zip"
17+
"https://github.com/Martchus/qtforkawesome/archive/refs/tags/v$_srcver.zip"
1618
"https://raw.githubusercontent.com/ForkAwesome/Fork-Awesome/1e3849530d0266ece3a883649e1398414b92241d/fonts/forkawesome-webfont.ttf"
1719
"https://raw.githubusercontent.com/ForkAwesome/Fork-Awesome/0237ab8eafeeacb896e008f744be6d9d717f44b0/src/icons/icons.yml"
1820
)

package/qtutilities/package

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,19 @@
22
# Copyright (c) 2021 The Toltec Contributors
33
# SPDX-License-Identifier: MIT
44

5+
archs=(rm1 rm2 rmpp rmppm)
56
pkgnames=(libqtutilities libqtutilities-dev)
67
pkgdesc="Common Qt related C++ classes and routines used by Martchus' applications"
78
url=https://github.com/Martchus/qtutilities
8-
pkgver=6.18.2-1
9+
_srcver=6.18.2
10+
pkgver=$_srcver-2
911
timestamp=2025-09-24T09:03Z
1012
section="devel"
1113
maintainer="Tom Parker-Shemilt <palfrey@tevps.net>"
1214
license=GPL-2.0-or-later
1315
image=qt:v3.3
1416
source=(
15-
https://github.com/Martchus/qtutilities/archive/refs/tags/v6.18.2.zip
17+
"https://github.com/Martchus/qtutilities/archive/refs/tags/v$_srcver.zip"
1618
targets.cmake.patch
1719
)
1820
sha256sums=(

package/syncthingctl/package

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22
# Copyright (c) 2025 The Toltec Contributors
33
# SPDX-License-Identifier: MIT
44

5+
archs=(rm1 rm2 rmpp rmppm)
56
pkgnames=(syncthingctl)
67
pkgdesc="CLI that orchestrates syncthing"
78
url="https://martchus.github.io/syncthingtray/"
8-
pkgver=2.0.3-1
9+
_srcver=2.0.3
10+
pkgver=$_srcver-2
911
timestamp=2025-11-04T22:54:13Z
1012
section=utils
1113
maintainer="Tom Parker-Shemilt <palfrey@tevps.net>"
@@ -14,7 +16,7 @@ image=qt:v3.3
1416
makedepends=(build:cmake host:libcpp-utilities-dev host:libcpp-utilities host:libqtutilities host:libqtutilities-dev)
1517
installdepends=(libcpp-utilities libqtutilities syncthing)
1618
source=(
17-
https://github.com/Martchus/syncthingtray/archive/refs/tags/v2.0.3.zip
19+
"https://github.com/Martchus/syncthingtray/archive/refs/tags/v$_srcver.zip"
1820
syncthingctl
1921
)
2022
sha256sums=(

0 commit comments

Comments
 (0)