[arch-commits] Commit in tiled/repos/community-x86_64 (PKGBUILD PKGBUILD)
Sven-Hendrik Haase
svenstaro at archlinux.org
Thu Sep 20 02:21:16 UTC 2018
Date: Thursday, September 20, 2018 @ 02:21:16
Author: svenstaro
Revision: 383458
archrelease: copy trunk to community-x86_64
Added:
tiled/repos/community-x86_64/PKGBUILD
(from rev 383457, tiled/trunk/PKGBUILD)
Deleted:
tiled/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 54 +++++++++++++++++++++++++++---------------------------
1 file changed, 27 insertions(+), 27 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-09-20 02:21:02 UTC (rev 383457)
+++ PKGBUILD 2018-09-20 02:21:16 UTC (rev 383458)
@@ -1,27 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase>
-# Collaborator: Jonathan Fine (were.Vire AT gmail DOT com)
-pkgname=tiled
-pkgver=1.1.6
-pkgrel=1
-pkgdesc='A general purpose tile map editor, built to be flexible and easy to use'
-arch=('x86_64')
-url='http://mapeditor.org'
-license=('GPL')
-replaces=('tiled-qt')
-depends=('qt5-base' 'libgl' 'gtk-update-icon-cache' 'shared-mime-info' 'desktop-file-utils' 'libxkbcommon-x11')
-makedepends=('mesa' 'qt5-tools' 'python2')
-optdepends=('python2: Python plugin')
-source=($pkgname-$pkgver.tar.gz::https://github.com/bjorn/tiled/archive/v${pkgver}.tar.gz)
-sha512sums=('d1083a938bbbd87897c5897fe79d424706e719a4319680ed907be481773daea656fc5b3230ba6b674e5ea044e22ee0044df2a07a7c91c56f9521e32b86847830')
-
-build() {
- cd $srcdir/$pkgname-$pkgver
- qmake -r INSTALL_HEADERS=yes RPATH=no PREFIX=/usr
- make
-}
-
-package() {
- cd $pkgname-$pkgver
-
- make install INSTALL_ROOT=$pkgdir
-}
Copied: tiled/repos/community-x86_64/PKGBUILD (from rev 383457, tiled/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-09-20 02:21:16 UTC (rev 383458)
@@ -0,0 +1,27 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase>
+# Collaborator: Jonathan Fine (were.Vire AT gmail DOT com)
+pkgname=tiled
+pkgver=1.2.0
+pkgrel=1
+pkgdesc='A general purpose tile map editor, built to be flexible and easy to use'
+arch=('x86_64')
+url='http://mapeditor.org'
+license=('GPL')
+replaces=('tiled-qt')
+depends=('qt5-base' 'libgl' 'gtk-update-icon-cache' 'shared-mime-info' 'desktop-file-utils' 'libxkbcommon-x11')
+makedepends=('mesa' 'qt5-tools' 'python2')
+optdepends=('python2: Python plugin')
+source=($pkgname-$pkgver.tar.gz::https://github.com/bjorn/tiled/archive/v${pkgver}.tar.gz)
+sha512sums=('9c0c151348a90344b355e9bc8a7c9d38e2203d48474e8cf496e2c08cc75f764042e4355db2827f0e3518a1c03bfbcc79be7ba643c44c50430c7ecec09fbb8563')
+
+build() {
+ cd $srcdir/$pkgname-$pkgver
+ qmake -r INSTALL_HEADERS=yes RPATH=no PREFIX=/usr
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+
+ make install INSTALL_ROOT=$pkgdir
+}
More information about the arch-commits
mailing list