Date: Monday, September 19, 2022 @ 05:36:45
Author: svenstaro
Revision: 1305129
archrelease: copy trunk to community-x86_64
Added:
tiled/repos/community-x86_64/PKGBUILD
(from rev 1305128, tiled/trunk/PKGBUILD)
Deleted:
tiled/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 54 +++++++++++++++++++++++++++---------------------------
1 file changed, 27 insertions(+), 27 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-19 05:36:20 UTC (rev 1305128)
+++ PKGBUILD 2022-09-19 05:36:45 UTC (rev 1305129)
@@ -1,27 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <[email protected]>
-# Collaborator: Jonathan Fine (were.Vire AT gmail DOT com)
-pkgname=tiled
-pkgver=1.9.1
-pkgrel=1
-pkgdesc='A general purpose tile map editor, built to be flexible and easy to
use'
-arch=('x86_64')
-url='http://www.mapeditor.org'
-license=('GPL')
-replaces=('tiled-qt')
-depends=('qt5-base' 'libgl' 'gtk-update-icon-cache' 'shared-mime-info'
'desktop-file-utils' 'libxkbcommon-x11'
- 'qt5-declarative' 'qt5-quickcontrols2' 'qt5-svg' 'zstd')
-makedepends=('mesa' 'qt5-tools' 'python' 'qbs')
-optdepends=('python: Python plugin'
- 'qt5-imageformats: Support for additional image formats (including
WebP)')
-source=($pkgname-$pkgver.tar.gz::https://github.com/mapeditor/tiled/archive/v${pkgver}.tar.gz)
-sha512sums=('cf0ebd453e3589ff7ff398d567dca8f28ab777a5053cb620dfe017c83bdfe3e57dd80121f2897881026f02f7b0122995e803c23d9cf2f74367ee352d732b8a0f')
-
-build() {
- cd $pkgname-$pkgver
- qbs qbs.installPrefix:"/usr" projects.Tiled.useRPaths:false
projects.Tiled.installHeaders:true
-}
-
-package() {
- cd $pkgname-$pkgver
- qbs install --install-root "$pkgdir"
-}
Copied: tiled/repos/community-x86_64/PKGBUILD (from rev 1305128,
tiled/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-09-19 05:36:45 UTC (rev 1305129)
@@ -0,0 +1,27 @@
+# Maintainer: Sven-Hendrik Haase <[email protected]>
+# Collaborator: Jonathan Fine (were.Vire AT gmail DOT com)
+pkgname=tiled
+pkgver=1.9.2
+pkgrel=1
+pkgdesc='A general purpose tile map editor, built to be flexible and easy to
use'
+arch=('x86_64')
+url='http://www.mapeditor.org'
+license=('GPL')
+replaces=('tiled-qt')
+depends=('qt5-base' 'libgl' 'gtk-update-icon-cache' 'shared-mime-info'
'desktop-file-utils' 'libxkbcommon-x11'
+ 'qt5-declarative' 'qt5-quickcontrols2' 'qt5-svg' 'zstd')
+makedepends=('mesa' 'qt5-tools' 'python' 'qbs')
+optdepends=('python: Python plugin'
+ 'qt5-imageformats: Support for additional image formats (including
WebP)')
+source=($pkgname-$pkgver.tar.gz::https://github.com/mapeditor/tiled/archive/v${pkgver}.tar.gz)
+sha512sums=('a8594a064df918b052a04428080ff3075d409756b81633acbddf7f1921c76d2ae29f63e95c0cbd981cdde00759658877db143163da38d238c733081a571464ea')
+
+build() {
+ cd $pkgname-$pkgver
+ qbs qbs.installPrefix:"/usr" projects.Tiled.useRPaths:false
projects.Tiled.installHeaders:true
+}
+
+package() {
+ cd $pkgname-$pkgver
+ qbs install --install-root "$pkgdir"
+}