Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages /
tiled
Commits:
4fdb3ec5 by Sven-Hendrik Haase at 2025-01-27T07:08:59+01:00
upgpkg: 1.11.1-2: Add optdep on qaseprite
- - - - -
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.1
- pkgrel = 1
+ pkgrel = 2
url = http://www.mapeditor.org
arch = x86_64
license = GPL
@@ -20,6 +20,7 @@ pkgbase = tiled
depends = zstd
optdepends = python: Python plugin
optdepends = qt6-imageformats: Support for additional image formats
(including WebP)
+ optdepends = qaseprite: Support for the Aseprite image format
source =
tiled-1.11.1.tar.gz::https://github.com/mapeditor/tiled/archive/v1.11.1.tar.gz
sha512sums =
b5498cfa5396f02e997f4ad02ded205e446fcc799fd3314dcc93c68ecdc6bb5efd753e756191081400d0b0edea4dc6b745285f8a50f3386de55e2ec660514797
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Collaborator: Jonathan Fine (were.Vire AT gmail DOT com)
pkgname=tiled
pkgver=1.11.1
-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'
@@ -11,7 +11,8 @@ depends=('qt6-base' 'libgl' 'gtk-update-icon-cache'
'shared-mime-info' 'desktop-
'qt6-declarative' 'qt6-svg' 'zstd')
makedepends=('mesa' 'qt6-tools' 'python' 'qbs')
optdepends=('python: Python plugin'
- 'qt6-imageformats: Support for additional image formats (including
WebP)')
+ 'qt6-imageformats: Support for additional image formats (including
WebP)'
+ 'qaseprite: Support for the Aseprite image format')
source=($pkgname-$pkgver.tar.gz::https://github.com/mapeditor/tiled/archive/v${pkgver}.tar.gz)
sha512sums=('b5498cfa5396f02e997f4ad02ded205e446fcc799fd3314dcc93c68ecdc6bb5efd753e756191081400d0b0edea4dc6b745285f8a50f3386de55e2ec660514797')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/tiled/-/commit/4fdb3ec56159d021203e8489404525557b01f83d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/tiled/-/commit/4fdb3ec56159d021203e8489404525557b01f83d
You're receiving this email because of your account on gitlab.archlinux.org.