Date: Tuesday, April 4, 2023 @ 17:42:49
  Author: svenstaro
Revision: 1434728

archrelease: copy trunk to community-x86_64

Added:
  tiled/repos/community-x86_64/PKGBUILD
    (from rev 1434727, tiled/trunk/PKGBUILD)
Deleted:
  tiled/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++++---------------------------
 1 file changed, 31 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-04 17:42:40 UTC (rev 1434727)
+++ PKGBUILD    2023-04-04 17:42:49 UTC (rev 1434728)
@@ -1,27 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <[email protected]>
-# Collaborator: Jonathan Fine (were.Vire AT gmail DOT com)
-pkgname=tiled
-pkgver=1.10.0
-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=('595a3f4c9563a2ed323e786613e6c1eee6589830b3e4e4c0e061fcbeb84656b18f1aba94c3d933a2e54e4889a645b0fdd3ad595cd7fce58ec4bbd4814862731e')
-
-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 1434727, 
tiled/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-04-04 17:42:49 UTC (rev 1434728)
@@ -0,0 +1,31 @@
+# Maintainer: Sven-Hendrik Haase <[email protected]>
+# Collaborator: Jonathan Fine (were.Vire AT gmail DOT com)
+pkgname=tiled
+pkgver=1.10.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')
+depends=('qt6-base' 'libgl' 'gtk-update-icon-cache' 'shared-mime-info' 
'desktop-file-utils' 'libxkbcommon-x11'
+         'qt6-declarative' 'qt6-quickcontrols2' 'qt6-svg' 'zstd')
+makedepends=('mesa' 'qt6-tools' 'python' 'qbs')
+optdepends=('python: Python plugin'
+            'qt6-imageformats: Support for additional image formats (including 
WebP)')
+source=($pkgname-$pkgver.tar.gz::https://github.com/mapeditor/tiled/archive/v${pkgver}.tar.gz)
+sha512sums=('7cf2f87640b1fd78b251737c6da2e0b9c7dbeb6df4b7f9b9aa9634c98157e00b334b35c2162741cf46ece00dcce38f5a81e3f9b83de8087764e2f1c77ad2755c')
+
+prepare() {
+  qbs setup-qt /usr/bin/qmake6 qt6
+  qbs config defaultProfile qt6
+}
+
+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"
+}

Reply via email to