Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / tiled
Commits:
fa6a7667 by Antonio Rojas at 2024-11-17T13:22:12+01:00
upgpkg: 1.11.0-2: Python 3.13 rebuild
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = tiled
pkgdesc = A general purpose tile map editor, built to be flexible and
easy to use
pkgver = 1.11.0
- pkgrel = 1
+ pkgrel = 2
url = http://www.mapeditor.org
arch = x86_64
license = GPL
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Collaborator: Jonathan Fine (were.Vire AT gmail DOT com)
pkgname=tiled
pkgver=1.11.0
-pkgrel=1
+pkgrel=2
pkgdesc='A general purpose tile map editor, built to be flexible and easy to
use'
arch=('x86_64')
url='http://www.mapeditor.org'
@@ -16,6 +16,7 @@
source=($pkgname-$pkgver.tar.gz::https://github.com/mapeditor/tiled/archive/v${p
sha512sums=('59e7ff38bedb0b897b40b2d3f6231004970de843e3700ef8adfaf78ab9b15c57e291ec27d409ba61094871b84f27238defb33bef5b23e838736f515ec1addf5d')
prepare() {
+ sed -e '/QT_DISABLE_DEPRECATED_BEFORE/d' -i $pkgname-$pkgver/*/*/*.qbs
qbs setup-qt /usr/bin/qmake6 qt6
qbs config defaultProfile qt6
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/tiled/-/commit/fa6a76674f605e8844f5e1acb0454823b955f721
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/tiled/-/commit/fa6a76674f605e8844f5e1acb0454823b955f721
You're receiving this email because of your account on gitlab.archlinux.org.