Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions packages/t/tiled/package.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# yaml-language-server: $schema=/usr/share/ypkg/schema/schema.json
name : tiled
version : 1.12.2
release : 30
release : 31
source :
- https://github.com/mapeditor/tiled/archive/refs/tags/v1.12.2.tar.gz : 3564bd1601b1b170dc894c7e66a2e5c61849b3fb8612e944c84fd97115cce248
- https://github.com/qbs/qbs/archive/refs/tags/v3.2.0.tar.gz#qbs.tar.gz : 267dd2859fe46b0004f351c385d171fb8449a9cff8cc95faece2e530121842fd
Expand All @@ -17,7 +17,7 @@ description: |
Tiled is a general purpose tile map editor.
libsplit : false
environment: |
export QBS=$workdir/qbs-tool/bin/qbs
export QBS=$workdir/qbs-tool/solusBuildDir/bin/qbs
builddeps :
- pkgconfig(Qt6Core5Compat)
- pkgconfig(Qt6Help)
Expand All @@ -30,8 +30,8 @@ setup : |
mkdir qbs-tool
tar xf $sources/qbs.tar.gz -C qbs-tool --strip-components=1
pushd qbs-tool
%cmake -DQt6_DIR=/usr/lib64/cmake/Qt6 -DWITH_TESTS=OFF .
%make
%cmake_ninja -DQt6_DIR=/usr/lib64/cmake/Qt6 -DWITH_TESTS=OFF
%cmake_build
popd
%patch -p1 -i $pkgfiles/0001-Update-default-style-for-better-integration.patch
$QBS setup-toolchains --detect
Expand Down
12 changes: 6 additions & 6 deletions packages/t/tiled/pspec_x86_64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<Name>tiled</Name>
<Homepage>https://www.mapeditor.org</Homepage>
<Packager>
<Name>Troy Harvey</Name>
<Email>harvey@getsol.us</Email>
<Name>David Harder</Name>
<Email>david@davidjharder.ca</Email>
</Packager>
<License>Apache-2.0</License>
<License>BSD-2-Clause</License>
Expand Down Expand Up @@ -91,12 +91,12 @@
</Files>
</Package>
<History>
<Update release="30">
<Date>2026-08-19</Date>
<Update release="31">
<Date>2026-09-07</Date>
<Version>1.12.2</Version>
<Comment>Packaging update</Comment>
<Name>Troy Harvey</Name>
<Email>harvey@getsol.us</Email>
<Name>David Harder</Name>
<Email>david@davidjharder.ca</Email>
</Update>
</History>
</PISI>