[arch-commits] Commit in tiled/repos (8 files)

2016-03-31 Thread Sven-Hendrik Haase
Date: Thursday, March 31, 2016 @ 22:06:25
  Author: svenstaro
Revision: 169162

archrelease: copy trunk to community-i686, community-x86_64

Added:
  tiled/repos/community-i686/PKGBUILD
(from rev 169161, tiled/trunk/PKGBUILD)
  tiled/repos/community-i686/tiled.install
(from rev 169161, tiled/trunk/tiled.install)
  tiled/repos/community-x86_64/PKGBUILD
(from rev 169161, tiled/trunk/PKGBUILD)
  tiled/repos/community-x86_64/tiled.install
(from rev 169161, tiled/trunk/tiled.install)
Deleted:
  tiled/repos/community-i686/PKGBUILD
  tiled/repos/community-i686/tiled.install
  tiled/repos/community-x86_64/PKGBUILD
  tiled/repos/community-x86_64/tiled.install

+
 /PKGBUILD  |   56 +++
 /tiled.install |   26 ++
 community-i686/PKGBUILD|   27 --
 community-i686/tiled.install   |   13 -
 community-x86_64/PKGBUILD  |   27 --
 community-x86_64/tiled.install |   13 -
 6 files changed, 82 insertions(+), 80 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-31 20:06:12 UTC (rev 169161)
+++ community-i686/PKGBUILD 2016-03-31 20:06:25 UTC (rev 169162)
@@ -1,27 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Collaborator: Jonathan Fine (were.Vire AT gmail DOT com)
-pkgname=tiled
-pkgver=0.16.0
-pkgrel=1
-pkgdesc='A general purpose tile map editor, built to be flexible and easy to 
use'
-arch=('i686' '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')
-install=${pkgname}.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/bjorn/tiled/archive/v${pkgver}.tar.gz)
-md5sums=('f5b897d9174a19ed30eadeaad705ea43')
-
-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-i686/PKGBUILD (from rev 169161, 
tiled/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-31 20:06:25 UTC (rev 169162)
@@ -0,0 +1,28 @@
+# Maintainer: Sven-Hendrik Haase 
+# Collaborator: Jonathan Fine (were.Vire AT gmail DOT com)
+pkgname=tiled
+pkgver=0.16.0
+pkgrel=2
+pkgdesc='A general purpose tile map editor, built to be flexible and easy to 
use'
+arch=('i686' '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')
+install=${pkgname}.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/bjorn/tiled/archive/v${pkgver}.tar.gz)
+md5sums=('f5b897d9174a19ed30eadeaad705ea43')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  qmake -r INSTALL_HEADERS=yes RPATH=no PREFIX=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make install INSTALL_ROOT=$pkgdir
+}

Deleted: community-i686/tiled.install
===
--- community-i686/tiled.install2016-03-31 20:06:12 UTC (rev 169161)
+++ community-i686/tiled.install2016-03-31 20:06:25 UTC (rev 169162)
@@ -1,13 +0,0 @@
-post_install() {
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-update-mime-database usr/share/mime
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: tiled/repos/community-i686/tiled.install (from rev 169161, 
tiled/trunk/tiled.install)
===
--- community-i686/tiled.install(rev 0)
+++ community-i686/tiled.install2016-03-31 20:06:25 UTC (rev 169162)
@@ -0,0 +1,13 @@
+post_install() {
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+update-mime-database usr/share/mime
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-03-31 20:06:12 UTC (rev 169161)
+++ community-x86_64/PKGBUILD   2016-03-31 20:06:25 UTC (rev 169162)
@@ -1,27 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Collaborator: Jonathan Fine (were.Vire AT gmail DOT com)
-pkgname=tiled
-pkgver=0.16.0
-pkgrel=1
-pkgdesc='A general purpose tile map editor, built to be flexible and easy to 
use'
-arch=('i686' 'x86_64')

[arch-commits] Commit in tiled/repos (8 files)

2016-03-30 Thread Sven-Hendrik Haase
Date: Wednesday, March 30, 2016 @ 10:59:42
  Author: svenstaro
Revision: 168853

archrelease: copy trunk to community-i686, community-x86_64

Added:
  tiled/repos/community-i686/PKGBUILD
(from rev 168852, tiled/trunk/PKGBUILD)
  tiled/repos/community-i686/tiled.install
(from rev 168852, tiled/trunk/tiled.install)
  tiled/repos/community-x86_64/PKGBUILD
(from rev 168852, tiled/trunk/PKGBUILD)
  tiled/repos/community-x86_64/tiled.install
(from rev 168852, tiled/trunk/tiled.install)
Deleted:
  tiled/repos/community-i686/PKGBUILD
  tiled/repos/community-i686/tiled.install
  tiled/repos/community-x86_64/PKGBUILD
  tiled/repos/community-x86_64/tiled.install

+
 /PKGBUILD  |   54 +++
 /tiled.install |   26 ++
 community-i686/PKGBUILD|   27 ---
 community-i686/tiled.install   |   13 -
 community-x86_64/PKGBUILD  |   27 ---
 community-x86_64/tiled.install |   13 -
 6 files changed, 80 insertions(+), 80 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-30 08:59:33 UTC (rev 168852)
+++ community-i686/PKGBUILD 2016-03-30 08:59:42 UTC (rev 168853)
@@ -1,27 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Collaborator: Jonathan Fine (were.Vire AT gmail DOT com)
-pkgname=tiled
-pkgver=0.15.2
-pkgrel=1
-pkgdesc='A general purpose tile map editor, built to be flexible and easy to 
use'
-arch=('i686' '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')
-install=${pkgname}.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/bjorn/tiled/archive/v${pkgver}.tar.gz)
-md5sums=('2276a515f6dcd9270225ff4a253f7233')
-
-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-i686/PKGBUILD (from rev 168852, 
tiled/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-30 08:59:42 UTC (rev 168853)
@@ -0,0 +1,27 @@
+# Maintainer: Sven-Hendrik Haase 
+# Collaborator: Jonathan Fine (were.Vire AT gmail DOT com)
+pkgname=tiled
+pkgver=0.16.0
+pkgrel=1
+pkgdesc='A general purpose tile map editor, built to be flexible and easy to 
use'
+arch=('i686' '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')
+install=${pkgname}.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/bjorn/tiled/archive/v${pkgver}.tar.gz)
+md5sums=('f5b897d9174a19ed30eadeaad705ea43')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  qmake -r INSTALL_HEADERS=yes RPATH=no PREFIX=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make install INSTALL_ROOT=$pkgdir
+}

Deleted: community-i686/tiled.install
===
--- community-i686/tiled.install2016-03-30 08:59:33 UTC (rev 168852)
+++ community-i686/tiled.install2016-03-30 08:59:42 UTC (rev 168853)
@@ -1,13 +0,0 @@
-post_install() {
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-update-mime-database usr/share/mime
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: tiled/repos/community-i686/tiled.install (from rev 168852, 
tiled/trunk/tiled.install)
===
--- community-i686/tiled.install(rev 0)
+++ community-i686/tiled.install2016-03-30 08:59:42 UTC (rev 168853)
@@ -0,0 +1,13 @@
+post_install() {
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+update-mime-database usr/share/mime
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-03-30 08:59:33 UTC (rev 168852)
+++ community-x86_64/PKGBUILD   2016-03-30 08:59:42 UTC (rev 168853)
@@ -1,27 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Collaborator: Jonathan Fine (were.Vire AT gmail DOT com)
-pkgname=tiled
-pkgver=0.15.2
-pkgrel=1
-pkgdesc='A general purpose tile map editor, built to be flexible and easy to 
use'
-arch=('i686' 'x86_64')
-url='http://mapeditor.org'
-license=('GPL')
-replaces=('tiled-qt')

[arch-commits] Commit in tiled/repos (8 files)

2016-03-10 Thread Sven-Hendrik Haase
Date: Thursday, March 10, 2016 @ 14:16:47
  Author: svenstaro
Revision: 165942

archrelease: copy trunk to community-i686, community-x86_64

Added:
  tiled/repos/community-i686/PKGBUILD
(from rev 165941, tiled/trunk/PKGBUILD)
  tiled/repos/community-i686/tiled.install
(from rev 165941, tiled/trunk/tiled.install)
  tiled/repos/community-x86_64/PKGBUILD
(from rev 165941, tiled/trunk/PKGBUILD)
  tiled/repos/community-x86_64/tiled.install
(from rev 165941, tiled/trunk/tiled.install)
Deleted:
  tiled/repos/community-i686/PKGBUILD
  tiled/repos/community-i686/tiled.install
  tiled/repos/community-x86_64/PKGBUILD
  tiled/repos/community-x86_64/tiled.install

+
 /PKGBUILD  |   54 +++
 /tiled.install |   26 ++
 community-i686/PKGBUILD|   27 ---
 community-i686/tiled.install   |   13 -
 community-x86_64/PKGBUILD  |   27 ---
 community-x86_64/tiled.install |   13 -
 6 files changed, 80 insertions(+), 80 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-10 13:16:41 UTC (rev 165941)
+++ community-i686/PKGBUILD 2016-03-10 13:16:47 UTC (rev 165942)
@@ -1,27 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Collaborator: Jonathan Fine (were.Vire AT gmail DOT com)
-pkgname=tiled
-pkgver=0.15.1
-pkgrel=1
-pkgdesc='A general purpose tile map editor, built to be flexible and easy to 
use'
-arch=('i686' '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')
-install=${pkgname}.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/bjorn/tiled/archive/v${pkgver}.tar.gz)
-md5sums=('e2c78807f096ac9bc44207ec1a9870ec')
-
-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-i686/PKGBUILD (from rev 165941, 
tiled/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-10 13:16:47 UTC (rev 165942)
@@ -0,0 +1,27 @@
+# Maintainer: Sven-Hendrik Haase 
+# Collaborator: Jonathan Fine (were.Vire AT gmail DOT com)
+pkgname=tiled
+pkgver=0.15.2
+pkgrel=1
+pkgdesc='A general purpose tile map editor, built to be flexible and easy to 
use'
+arch=('i686' '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')
+install=${pkgname}.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/bjorn/tiled/archive/v${pkgver}.tar.gz)
+md5sums=('2276a515f6dcd9270225ff4a253f7233')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  qmake -r INSTALL_HEADERS=yes RPATH=no PREFIX=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make install INSTALL_ROOT=$pkgdir
+}

Deleted: community-i686/tiled.install
===
--- community-i686/tiled.install2016-03-10 13:16:41 UTC (rev 165941)
+++ community-i686/tiled.install2016-03-10 13:16:47 UTC (rev 165942)
@@ -1,13 +0,0 @@
-post_install() {
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-update-mime-database usr/share/mime
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: tiled/repos/community-i686/tiled.install (from rev 165941, 
tiled/trunk/tiled.install)
===
--- community-i686/tiled.install(rev 0)
+++ community-i686/tiled.install2016-03-10 13:16:47 UTC (rev 165942)
@@ -0,0 +1,13 @@
+post_install() {
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+update-mime-database usr/share/mime
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-03-10 13:16:41 UTC (rev 165941)
+++ community-x86_64/PKGBUILD   2016-03-10 13:16:47 UTC (rev 165942)
@@ -1,27 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Collaborator: Jonathan Fine (were.Vire AT gmail DOT com)
-pkgname=tiled
-pkgver=0.15.1
-pkgrel=1
-pkgdesc='A general purpose tile map editor, built to be flexible and easy to 
use'
-arch=('i686' 'x86_64')
-url='http://mapeditor.org'
-license=('GPL')
-replaces=('tiled-qt')

[arch-commits] Commit in tiled/repos (8 files)

2016-02-07 Thread Sven-Hendrik Haase
Date: Sunday, February 7, 2016 @ 22:29:37
  Author: svenstaro
Revision: 160539

archrelease: copy trunk to community-i686, community-x86_64

Added:
  tiled/repos/community-i686/PKGBUILD
(from rev 160538, tiled/trunk/PKGBUILD)
  tiled/repos/community-i686/tiled.install
(from rev 160538, tiled/trunk/tiled.install)
  tiled/repos/community-x86_64/PKGBUILD
(from rev 160538, tiled/trunk/PKGBUILD)
  tiled/repos/community-x86_64/tiled.install
(from rev 160538, tiled/trunk/tiled.install)
Deleted:
  tiled/repos/community-i686/PKGBUILD
  tiled/repos/community-i686/tiled.install
  tiled/repos/community-x86_64/PKGBUILD
  tiled/repos/community-x86_64/tiled.install

+
 /PKGBUILD  |   54 +++
 /tiled.install |   26 ++
 community-i686/PKGBUILD|   27 ---
 community-i686/tiled.install   |   13 -
 community-x86_64/PKGBUILD  |   27 ---
 community-x86_64/tiled.install |   13 -
 6 files changed, 80 insertions(+), 80 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-07 21:29:30 UTC (rev 160538)
+++ community-i686/PKGBUILD 2016-02-07 21:29:37 UTC (rev 160539)
@@ -1,27 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Collaborator: Jonathan Fine (were.Vire AT gmail DOT com)
-pkgname=tiled
-pkgver=0.15.0
-pkgrel=1
-pkgdesc='A general purpose tile map editor, built to be flexible and easy to 
use'
-arch=('i686' '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')
-install=${pkgname}.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/bjorn/tiled/archive/v${pkgver}.tar.gz)
-md5sums=('6488e7b52ffa5e36c1cc8520cf7bbd59')
-
-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-i686/PKGBUILD (from rev 160538, 
tiled/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-07 21:29:37 UTC (rev 160539)
@@ -0,0 +1,27 @@
+# Maintainer: Sven-Hendrik Haase 
+# Collaborator: Jonathan Fine (were.Vire AT gmail DOT com)
+pkgname=tiled
+pkgver=0.15.1
+pkgrel=1
+pkgdesc='A general purpose tile map editor, built to be flexible and easy to 
use'
+arch=('i686' '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')
+install=${pkgname}.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/bjorn/tiled/archive/v${pkgver}.tar.gz)
+md5sums=('e2c78807f096ac9bc44207ec1a9870ec')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  qmake -r INSTALL_HEADERS=yes RPATH=no PREFIX=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make install INSTALL_ROOT=$pkgdir
+}

Deleted: community-i686/tiled.install
===
--- community-i686/tiled.install2016-02-07 21:29:30 UTC (rev 160538)
+++ community-i686/tiled.install2016-02-07 21:29:37 UTC (rev 160539)
@@ -1,13 +0,0 @@
-post_install() {
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-update-mime-database usr/share/mime
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: tiled/repos/community-i686/tiled.install (from rev 160538, 
tiled/trunk/tiled.install)
===
--- community-i686/tiled.install(rev 0)
+++ community-i686/tiled.install2016-02-07 21:29:37 UTC (rev 160539)
@@ -0,0 +1,13 @@
+post_install() {
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+update-mime-database usr/share/mime
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-02-07 21:29:30 UTC (rev 160538)
+++ community-x86_64/PKGBUILD   2016-02-07 21:29:37 UTC (rev 160539)
@@ -1,27 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Collaborator: Jonathan Fine (were.Vire AT gmail DOT com)
-pkgname=tiled
-pkgver=0.15.0
-pkgrel=1
-pkgdesc='A general purpose tile map editor, built to be flexible and easy to 
use'
-arch=('i686' 'x86_64')
-url='http://mapeditor.org'
-license=('GPL')
-replaces=('tiled-qt')

[arch-commits] Commit in tiled/repos (8 files)

2016-01-10 Thread Sven-Hendrik Haase
Date: Monday, January 11, 2016 @ 05:32:14
  Author: svenstaro
Revision: 155939

archrelease: copy trunk to community-i686, community-x86_64

Added:
  tiled/repos/community-i686/PKGBUILD
(from rev 155938, tiled/trunk/PKGBUILD)
  tiled/repos/community-i686/tiled.install
(from rev 155938, tiled/trunk/tiled.install)
  tiled/repos/community-x86_64/PKGBUILD
(from rev 155938, tiled/trunk/PKGBUILD)
  tiled/repos/community-x86_64/tiled.install
(from rev 155938, tiled/trunk/tiled.install)
Deleted:
  tiled/repos/community-i686/PKGBUILD
  tiled/repos/community-i686/tiled.install
  tiled/repos/community-x86_64/PKGBUILD
  tiled/repos/community-x86_64/tiled.install

+
 /PKGBUILD  |   54 +++
 /tiled.install |   26 ++
 community-i686/PKGBUILD|   27 ---
 community-i686/tiled.install   |   13 -
 community-x86_64/PKGBUILD  |   27 ---
 community-x86_64/tiled.install |   13 -
 6 files changed, 80 insertions(+), 80 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-01-11 04:32:05 UTC (rev 155938)
+++ community-i686/PKGBUILD 2016-01-11 04:32:14 UTC (rev 155939)
@@ -1,27 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Collaborator: Jonathan Fine (were.Vire AT gmail DOT com)
-pkgname=tiled
-pkgver=0.14.2
-pkgrel=2
-pkgdesc='A general purpose tile map editor, built to be flexible and easy to 
use'
-arch=('i686' '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')
-install=${pkgname}.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/bjorn/tiled/archive/v${pkgver}.tar.gz)
-md5sums=('7a9f356130d2e89bfb25f7bfa817dbf2')
-
-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-i686/PKGBUILD (from rev 155938, 
tiled/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-11 04:32:14 UTC (rev 155939)
@@ -0,0 +1,27 @@
+# Maintainer: Sven-Hendrik Haase 
+# Collaborator: Jonathan Fine (were.Vire AT gmail DOT com)
+pkgname=tiled
+pkgver=0.15.0
+pkgrel=1
+pkgdesc='A general purpose tile map editor, built to be flexible and easy to 
use'
+arch=('i686' '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')
+install=${pkgname}.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/bjorn/tiled/archive/v${pkgver}.tar.gz)
+md5sums=('6488e7b52ffa5e36c1cc8520cf7bbd59')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  qmake -r INSTALL_HEADERS=yes RPATH=no PREFIX=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make install INSTALL_ROOT=$pkgdir
+}

Deleted: community-i686/tiled.install
===
--- community-i686/tiled.install2016-01-11 04:32:05 UTC (rev 155938)
+++ community-i686/tiled.install2016-01-11 04:32:14 UTC (rev 155939)
@@ -1,13 +0,0 @@
-post_install() {
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-update-mime-database usr/share/mime
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: tiled/repos/community-i686/tiled.install (from rev 155938, 
tiled/trunk/tiled.install)
===
--- community-i686/tiled.install(rev 0)
+++ community-i686/tiled.install2016-01-11 04:32:14 UTC (rev 155939)
@@ -0,0 +1,13 @@
+post_install() {
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+update-mime-database usr/share/mime
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-01-11 04:32:05 UTC (rev 155938)
+++ community-x86_64/PKGBUILD   2016-01-11 04:32:14 UTC (rev 155939)
@@ -1,27 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Collaborator: Jonathan Fine (were.Vire AT gmail DOT com)
-pkgname=tiled
-pkgver=0.14.2
-pkgrel=2
-pkgdesc='A general purpose tile map editor, built to be flexible and easy to 
use'
-arch=('i686' 'x86_64')
-url='http://mapeditor.org'
-license=('GPL')
-replaces=('tiled-qt')

[arch-commits] Commit in tiled/repos (8 files)

2015-11-06 Thread Sven-Hendrik Haase
Date: Saturday, November 7, 2015 @ 00:35:25
  Author: svenstaro
Revision: 146334

archrelease: copy trunk to community-i686, community-x86_64

Added:
  tiled/repos/community-i686/PKGBUILD
(from rev 146333, tiled/trunk/PKGBUILD)
  tiled/repos/community-i686/tiled.install
(from rev 146333, tiled/trunk/tiled.install)
  tiled/repos/community-x86_64/PKGBUILD
(from rev 146333, tiled/trunk/PKGBUILD)
  tiled/repos/community-x86_64/tiled.install
(from rev 146333, tiled/trunk/tiled.install)
Deleted:
  tiled/repos/community-i686/PKGBUILD
  tiled/repos/community-i686/tiled.install
  tiled/repos/community-x86_64/PKGBUILD
  tiled/repos/community-x86_64/tiled.install

+
 /PKGBUILD  |   54 +++
 /tiled.install |   26 ++
 community-i686/PKGBUILD|   27 ---
 community-i686/tiled.install   |   13 -
 community-x86_64/PKGBUILD  |   27 ---
 community-x86_64/tiled.install |   13 -
 6 files changed, 80 insertions(+), 80 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-06 23:35:15 UTC (rev 146333)
+++ community-i686/PKGBUILD 2015-11-06 23:35:25 UTC (rev 146334)
@@ -1,27 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Collaborator: Jonathan Fine (were.Vire AT gmail DOT com)
-pkgname=tiled
-pkgver=0.14.1
-pkgrel=1
-pkgdesc='A general purpose tile map editor, built to be flexible and easy to 
use'
-arch=('i686' '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')
-install=${pkgname}.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/bjorn/tiled/archive/v${pkgver}.tar.gz)
-md5sums=('5ae57d9a192274bd1af962bcbc4bfef9')
-
-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-i686/PKGBUILD (from rev 146333, 
tiled/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-06 23:35:25 UTC (rev 146334)
@@ -0,0 +1,27 @@
+# Maintainer: Sven-Hendrik Haase 
+# Collaborator: Jonathan Fine (were.Vire AT gmail DOT com)
+pkgname=tiled
+pkgver=0.14.2
+pkgrel=1
+pkgdesc='A general purpose tile map editor, built to be flexible and easy to 
use'
+arch=('i686' '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')
+install=${pkgname}.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/bjorn/tiled/archive/v${pkgver}.tar.gz)
+md5sums=('7a9f356130d2e89bfb25f7bfa817dbf2')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  qmake -r INSTALL_HEADERS=yes RPATH=no PREFIX=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make install INSTALL_ROOT=$pkgdir
+}

Deleted: community-i686/tiled.install
===
--- community-i686/tiled.install2015-11-06 23:35:15 UTC (rev 146333)
+++ community-i686/tiled.install2015-11-06 23:35:25 UTC (rev 146334)
@@ -1,13 +0,0 @@
-post_install() {
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-update-mime-database usr/share/mime
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: tiled/repos/community-i686/tiled.install (from rev 146333, 
tiled/trunk/tiled.install)
===
--- community-i686/tiled.install(rev 0)
+++ community-i686/tiled.install2015-11-06 23:35:25 UTC (rev 146334)
@@ -0,0 +1,13 @@
+post_install() {
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+update-mime-database usr/share/mime
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-11-06 23:35:15 UTC (rev 146333)
+++ community-x86_64/PKGBUILD   2015-11-06 23:35:25 UTC (rev 146334)
@@ -1,27 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Collaborator: Jonathan Fine (were.Vire AT gmail DOT com)
-pkgname=tiled
-pkgver=0.14.1
-pkgrel=1
-pkgdesc='A general purpose tile map editor, built to be flexible and easy to 
use'
-arch=('i686' 'x86_64')
-url='http://mapeditor.org'
-license=('GPL')

[arch-commits] Commit in tiled/repos (8 files)

2015-09-28 Thread Sven-Hendrik Haase
Date: Monday, September 28, 2015 @ 20:08:50
  Author: svenstaro
Revision: 142108

archrelease: copy trunk to community-i686, community-x86_64

Added:
  tiled/repos/community-i686/PKGBUILD
(from rev 142107, tiled/trunk/PKGBUILD)
  tiled/repos/community-i686/tiled.install
(from rev 142107, tiled/trunk/tiled.install)
  tiled/repos/community-x86_64/PKGBUILD
(from rev 142107, tiled/trunk/PKGBUILD)
  tiled/repos/community-x86_64/tiled.install
(from rev 142107, tiled/trunk/tiled.install)
Deleted:
  tiled/repos/community-i686/PKGBUILD
  tiled/repos/community-i686/tiled.install
  tiled/repos/community-x86_64/PKGBUILD
  tiled/repos/community-x86_64/tiled.install

+
 /PKGBUILD  |   54 +++
 /tiled.install |   26 ++
 community-i686/PKGBUILD|   27 ---
 community-i686/tiled.install   |   13 -
 community-x86_64/PKGBUILD  |   27 ---
 community-x86_64/tiled.install |   13 -
 6 files changed, 80 insertions(+), 80 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-28 18:08:40 UTC (rev 142107)
+++ community-i686/PKGBUILD 2015-09-28 18:08:50 UTC (rev 142108)
@@ -1,27 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Collaborator: Jonathan Fine (were.Vire AT gmail DOT com)
-pkgname=tiled
-pkgver=0.13.0
-pkgrel=1
-pkgdesc='A general purpose tile map editor, built to be flexible and easy to 
use'
-arch=('i686' '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')
-install=${pkgname}.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/bjorn/tiled/archive/v${pkgver}.tar.gz)
-md5sums=('a9f546091b1ce80b8ff56b03214fa8be')
-
-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-i686/PKGBUILD (from rev 142107, 
tiled/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-28 18:08:50 UTC (rev 142108)
@@ -0,0 +1,27 @@
+# Maintainer: Sven-Hendrik Haase 
+# Collaborator: Jonathan Fine (were.Vire AT gmail DOT com)
+pkgname=tiled
+pkgver=0.14.1
+pkgrel=1
+pkgdesc='A general purpose tile map editor, built to be flexible and easy to 
use'
+arch=('i686' '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')
+install=${pkgname}.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/bjorn/tiled/archive/v${pkgver}.tar.gz)
+md5sums=('5ae57d9a192274bd1af962bcbc4bfef9')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  qmake -r INSTALL_HEADERS=yes RPATH=no PREFIX=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make install INSTALL_ROOT=$pkgdir
+}

Deleted: community-i686/tiled.install
===
--- community-i686/tiled.install2015-09-28 18:08:40 UTC (rev 142107)
+++ community-i686/tiled.install2015-09-28 18:08:50 UTC (rev 142108)
@@ -1,13 +0,0 @@
-post_install() {
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-update-mime-database usr/share/mime
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: tiled/repos/community-i686/tiled.install (from rev 142107, 
tiled/trunk/tiled.install)
===
--- community-i686/tiled.install(rev 0)
+++ community-i686/tiled.install2015-09-28 18:08:50 UTC (rev 142108)
@@ -0,0 +1,13 @@
+post_install() {
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+update-mime-database usr/share/mime
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-09-28 18:08:40 UTC (rev 142107)
+++ community-x86_64/PKGBUILD   2015-09-28 18:08:50 UTC (rev 142108)
@@ -1,27 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Collaborator: Jonathan Fine (were.Vire AT gmail DOT com)
-pkgname=tiled
-pkgver=0.13.0
-pkgrel=1
-pkgdesc='A general purpose tile map editor, built to be flexible and easy to 
use'
-arch=('i686' 'x86_64')
-url='http://mapeditor.org'
-license=('GPL')

[arch-commits] Commit in tiled/repos (8 files)

2015-08-16 Thread Sven-Hendrik Haase
Date: Sunday, August 16, 2015 @ 21:04:50
  Author: svenstaro
Revision: 138429

archrelease: copy trunk to community-i686, community-x86_64

Added:
  tiled/repos/community-i686/PKGBUILD
(from rev 138428, tiled/trunk/PKGBUILD)
  tiled/repos/community-i686/tiled.install
(from rev 138428, tiled/trunk/tiled.install)
  tiled/repos/community-x86_64/PKGBUILD
(from rev 138428, tiled/trunk/PKGBUILD)
  tiled/repos/community-x86_64/tiled.install
(from rev 138428, tiled/trunk/tiled.install)
Deleted:
  tiled/repos/community-i686/PKGBUILD
  tiled/repos/community-i686/tiled.install
  tiled/repos/community-x86_64/PKGBUILD
  tiled/repos/community-x86_64/tiled.install

+
 /PKGBUILD  |   54 +++
 /tiled.install |   26 ++
 community-i686/PKGBUILD|   27 ---
 community-i686/tiled.install   |   13 -
 community-x86_64/PKGBUILD  |   27 ---
 community-x86_64/tiled.install |   13 -
 6 files changed, 80 insertions(+), 80 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-16 19:04:41 UTC (rev 138428)
+++ community-i686/PKGBUILD 2015-08-16 19:04:50 UTC (rev 138429)
@@ -1,27 +0,0 @@
-# Maintainer: Sven-Hendrik Haase sh@lutzhaase
-# Collaborator: Jonathan Fine (were.Vire AT gmail DOT com)
-pkgname=tiled
-pkgver=0.12.3
-pkgrel=1
-pkgdesc='A general purpose tile map editor, built to be flexible and easy to 
use'
-arch=('i686' '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')
-install=${pkgname}.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/bjorn/tiled/archive/v${pkgver}.tar.gz)
-md5sums=('b3afda73d80b70b96351ea2de8e0959c')
-
-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-i686/PKGBUILD (from rev 138428, 
tiled/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-16 19:04:50 UTC (rev 138429)
@@ -0,0 +1,27 @@
+# Maintainer: Sven-Hendrik Haase sh@lutzhaase
+# Collaborator: Jonathan Fine (were.Vire AT gmail DOT com)
+pkgname=tiled
+pkgver=0.13.0
+pkgrel=1
+pkgdesc='A general purpose tile map editor, built to be flexible and easy to 
use'
+arch=('i686' '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')
+install=${pkgname}.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/bjorn/tiled/archive/v${pkgver}.tar.gz)
+md5sums=('a9f546091b1ce80b8ff56b03214fa8be')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  qmake -r INSTALL_HEADERS=yes RPATH=no PREFIX=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make install INSTALL_ROOT=$pkgdir
+}

Deleted: community-i686/tiled.install
===
--- community-i686/tiled.install2015-08-16 19:04:41 UTC (rev 138428)
+++ community-i686/tiled.install2015-08-16 19:04:50 UTC (rev 138429)
@@ -1,13 +0,0 @@
-post_install() {
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-update-mime-database usr/share/mime
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: tiled/repos/community-i686/tiled.install (from rev 138428, 
tiled/trunk/tiled.install)
===
--- community-i686/tiled.install(rev 0)
+++ community-i686/tiled.install2015-08-16 19:04:50 UTC (rev 138429)
@@ -0,0 +1,13 @@
+post_install() {
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+update-mime-database usr/share/mime
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-08-16 19:04:41 UTC (rev 138428)
+++ community-x86_64/PKGBUILD   2015-08-16 19:04:50 UTC (rev 138429)
@@ -1,27 +0,0 @@
-# Maintainer: Sven-Hendrik Haase sh@lutzhaase
-# Collaborator: Jonathan Fine (were.Vire AT gmail DOT com)
-pkgname=tiled
-pkgver=0.12.3
-pkgrel=1
-pkgdesc='A general purpose tile map editor, built to be flexible and easy to 
use'
-arch=('i686' 'x86_64')
-url='http://mapeditor.org'
-license=('GPL')
-replaces=('tiled-qt')

[arch-commits] Commit in tiled/repos (8 files)

2015-06-02 Thread Sven-Hendrik Haase
Date: Wednesday, June 3, 2015 @ 05:57:29
  Author: svenstaro
Revision: 134665

archrelease: copy trunk to community-i686, community-x86_64

Added:
  tiled/repos/community-i686/PKGBUILD
(from rev 134664, tiled/trunk/PKGBUILD)
  tiled/repos/community-i686/tiled.install
(from rev 134664, tiled/trunk/tiled.install)
  tiled/repos/community-x86_64/PKGBUILD
(from rev 134664, tiled/trunk/PKGBUILD)
  tiled/repos/community-x86_64/tiled.install
(from rev 134664, tiled/trunk/tiled.install)
Deleted:
  tiled/repos/community-i686/PKGBUILD
  tiled/repos/community-i686/tiled.install
  tiled/repos/community-x86_64/PKGBUILD
  tiled/repos/community-x86_64/tiled.install

+
 /PKGBUILD  |   54 +++
 /tiled.install |   26 ++
 community-i686/PKGBUILD|   27 ---
 community-i686/tiled.install   |   13 -
 community-x86_64/PKGBUILD  |   27 ---
 community-x86_64/tiled.install |   13 -
 6 files changed, 80 insertions(+), 80 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-06-03 03:57:20 UTC (rev 134664)
+++ community-i686/PKGBUILD 2015-06-03 03:57:29 UTC (rev 134665)
@@ -1,27 +0,0 @@
-# Maintainer: Sven-Hendrik Haase sh@lutzhaase
-# Collaborator: Jonathan Fine (were.Vire AT gmail DOT com)
-pkgname=tiled
-pkgver=0.12.2
-pkgrel=1
-pkgdesc='A general purpose tile map editor, built to be flexible and easy to 
use'
-arch=('i686' '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')
-install=${pkgname}.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/bjorn/tiled/archive/v${pkgver}.tar.gz)
-md5sums=('68ef4c1f19c59a40f1de6c0dac9fda47')
-
-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-i686/PKGBUILD (from rev 134664, 
tiled/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-03 03:57:29 UTC (rev 134665)
@@ -0,0 +1,27 @@
+# Maintainer: Sven-Hendrik Haase sh@lutzhaase
+# Collaborator: Jonathan Fine (were.Vire AT gmail DOT com)
+pkgname=tiled
+pkgver=0.12.3
+pkgrel=1
+pkgdesc='A general purpose tile map editor, built to be flexible and easy to 
use'
+arch=('i686' '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')
+install=${pkgname}.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/bjorn/tiled/archive/v${pkgver}.tar.gz)
+md5sums=('b3afda73d80b70b96351ea2de8e0959c')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  qmake -r INSTALL_HEADERS=yes RPATH=no PREFIX=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make install INSTALL_ROOT=$pkgdir
+}

Deleted: community-i686/tiled.install
===
--- community-i686/tiled.install2015-06-03 03:57:20 UTC (rev 134664)
+++ community-i686/tiled.install2015-06-03 03:57:29 UTC (rev 134665)
@@ -1,13 +0,0 @@
-post_install() {
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-update-mime-database usr/share/mime
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: tiled/repos/community-i686/tiled.install (from rev 134664, 
tiled/trunk/tiled.install)
===
--- community-i686/tiled.install(rev 0)
+++ community-i686/tiled.install2015-06-03 03:57:29 UTC (rev 134665)
@@ -0,0 +1,13 @@
+post_install() {
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+update-mime-database usr/share/mime
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-06-03 03:57:20 UTC (rev 134664)
+++ community-x86_64/PKGBUILD   2015-06-03 03:57:29 UTC (rev 134665)
@@ -1,27 +0,0 @@
-# Maintainer: Sven-Hendrik Haase sh@lutzhaase
-# Collaborator: Jonathan Fine (were.Vire AT gmail DOT com)
-pkgname=tiled
-pkgver=0.12.2
-pkgrel=1
-pkgdesc='A general purpose tile map editor, built to be flexible and easy to 
use'
-arch=('i686' 'x86_64')
-url='http://mapeditor.org'
-license=('GPL')
-replaces=('tiled-qt')

[arch-commits] Commit in tiled/repos (8 files)

2015-05-22 Thread Sven-Hendrik Haase
Date: Saturday, May 23, 2015 @ 00:11:21
  Author: svenstaro
Revision: 133984

archrelease: copy trunk to community-i686, community-x86_64

Added:
  tiled/repos/community-i686/PKGBUILD
(from rev 133983, tiled/trunk/PKGBUILD)
  tiled/repos/community-i686/tiled.install
(from rev 133983, tiled/trunk/tiled.install)
  tiled/repos/community-x86_64/PKGBUILD
(from rev 133983, tiled/trunk/PKGBUILD)
  tiled/repos/community-x86_64/tiled.install
(from rev 133983, tiled/trunk/tiled.install)
Deleted:
  tiled/repos/community-i686/PKGBUILD
  tiled/repos/community-i686/tiled.install
  tiled/repos/community-x86_64/PKGBUILD
  tiled/repos/community-x86_64/tiled.install

+
 /PKGBUILD  |   54 +++
 /tiled.install |   26 ++
 community-i686/PKGBUILD|   27 ---
 community-i686/tiled.install   |   13 -
 community-x86_64/PKGBUILD  |   27 ---
 community-x86_64/tiled.install |   13 -
 6 files changed, 80 insertions(+), 80 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-22 22:11:09 UTC (rev 133983)
+++ community-i686/PKGBUILD 2015-05-22 22:11:21 UTC (rev 133984)
@@ -1,27 +0,0 @@
-# Maintainer: Sven-Hendrik Haase sh@lutzhaase
-# Collaborator: Jonathan Fine (were.Vire AT gmail DOT com)
-pkgname=tiled
-pkgver=0.11.0
-pkgrel=1
-pkgdesc='A general purpose tile map editor, built to be flexible and easy to 
use'
-arch=('i686' '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')
-install=${pkgname}.install
-source=(https://github.com/bjorn/tiled/archive/v${pkgver}.tar.gz)
-md5sums=('478a78431ca57d6a88d634954abb2b5b')
-
-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-i686/PKGBUILD (from rev 133983, 
tiled/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-22 22:11:21 UTC (rev 133984)
@@ -0,0 +1,27 @@
+# Maintainer: Sven-Hendrik Haase sh@lutzhaase
+# Collaborator: Jonathan Fine (were.Vire AT gmail DOT com)
+pkgname=tiled
+pkgver=0.12.2
+pkgrel=1
+pkgdesc='A general purpose tile map editor, built to be flexible and easy to 
use'
+arch=('i686' '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')
+install=${pkgname}.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/bjorn/tiled/archive/v${pkgver}.tar.gz)
+md5sums=('68ef4c1f19c59a40f1de6c0dac9fda47')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  qmake -r INSTALL_HEADERS=yes RPATH=no PREFIX=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make install INSTALL_ROOT=$pkgdir
+}

Deleted: community-i686/tiled.install
===
--- community-i686/tiled.install2015-05-22 22:11:09 UTC (rev 133983)
+++ community-i686/tiled.install2015-05-22 22:11:21 UTC (rev 133984)
@@ -1,13 +0,0 @@
-post_install() {
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-update-mime-database usr/share/mime
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: tiled/repos/community-i686/tiled.install (from rev 133983, 
tiled/trunk/tiled.install)
===
--- community-i686/tiled.install(rev 0)
+++ community-i686/tiled.install2015-05-22 22:11:21 UTC (rev 133984)
@@ -0,0 +1,13 @@
+post_install() {
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+update-mime-database usr/share/mime
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-05-22 22:11:09 UTC (rev 133983)
+++ community-x86_64/PKGBUILD   2015-05-22 22:11:21 UTC (rev 133984)
@@ -1,27 +0,0 @@
-# Maintainer: Sven-Hendrik Haase sh@lutzhaase
-# Collaborator: Jonathan Fine (were.Vire AT gmail DOT com)
-pkgname=tiled
-pkgver=0.11.0
-pkgrel=1
-pkgdesc='A general purpose tile map editor, built to be flexible and easy to 
use'
-arch=('i686' 'x86_64')
-url='http://mapeditor.org'
-license=('GPL')
-replaces=('tiled-qt')
-depends=('qt5-base' 'libgl' 

[arch-commits] Commit in tiled/repos (8 files)

2015-01-17 Thread Sven-Hendrik Haase
Date: Saturday, January 17, 2015 @ 11:42:28
  Author: svenstaro
Revision: 126034

archrelease: copy trunk to community-i686, community-x86_64

Added:
  tiled/repos/community-i686/PKGBUILD
(from rev 126033, tiled/trunk/PKGBUILD)
  tiled/repos/community-i686/tiled.install
(from rev 126033, tiled/trunk/tiled.install)
  tiled/repos/community-x86_64/PKGBUILD
(from rev 126033, tiled/trunk/PKGBUILD)
  tiled/repos/community-x86_64/tiled.install
(from rev 126033, tiled/trunk/tiled.install)
Deleted:
  tiled/repos/community-i686/PKGBUILD
  tiled/repos/community-i686/tiled.install
  tiled/repos/community-x86_64/PKGBUILD
  tiled/repos/community-x86_64/tiled.install

+
 /PKGBUILD  |   54 +++
 /tiled.install |   26 ++
 community-i686/PKGBUILD|   27 ---
 community-i686/tiled.install   |   13 -
 community-x86_64/PKGBUILD  |   27 ---
 community-x86_64/tiled.install |   13 -
 6 files changed, 80 insertions(+), 80 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-17 10:42:09 UTC (rev 126033)
+++ community-i686/PKGBUILD 2015-01-17 10:42:28 UTC (rev 126034)
@@ -1,27 +0,0 @@
-# Maintainer: Sven-Hendrik Haase sh@lutzhaase
-# Collaborator: Jonathan Fine (were.Vire AT gmail DOT com)
-pkgname=tiled
-pkgver=0.10.2
-pkgrel=1
-pkgdesc='A general purpose tile map editor, built to be flexible and easy to 
use'
-arch=('i686' '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')
-install=${pkgname}.install
-source=(https://github.com/bjorn/tiled/archive/v${pkgver}.tar.gz)
-md5sums=('d1df43199f2281c2505a8665c7162e53')
-
-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-i686/PKGBUILD (from rev 126033, 
tiled/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-17 10:42:28 UTC (rev 126034)
@@ -0,0 +1,27 @@
+# Maintainer: Sven-Hendrik Haase sh@lutzhaase
+# Collaborator: Jonathan Fine (were.Vire AT gmail DOT com)
+pkgname=tiled
+pkgver=0.11.0
+pkgrel=1
+pkgdesc='A general purpose tile map editor, built to be flexible and easy to 
use'
+arch=('i686' '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')
+install=${pkgname}.install
+source=(https://github.com/bjorn/tiled/archive/v${pkgver}.tar.gz)
+md5sums=('478a78431ca57d6a88d634954abb2b5b')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  qmake -r INSTALL_HEADERS=yes RPATH=no PREFIX=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make install INSTALL_ROOT=$pkgdir
+}

Deleted: community-i686/tiled.install
===
--- community-i686/tiled.install2015-01-17 10:42:09 UTC (rev 126033)
+++ community-i686/tiled.install2015-01-17 10:42:28 UTC (rev 126034)
@@ -1,13 +0,0 @@
-post_install() {
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-update-mime-database usr/share/mime
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: tiled/repos/community-i686/tiled.install (from rev 126033, 
tiled/trunk/tiled.install)
===
--- community-i686/tiled.install(rev 0)
+++ community-i686/tiled.install2015-01-17 10:42:28 UTC (rev 126034)
@@ -0,0 +1,13 @@
+post_install() {
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+update-mime-database usr/share/mime
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-01-17 10:42:09 UTC (rev 126033)
+++ community-x86_64/PKGBUILD   2015-01-17 10:42:28 UTC (rev 126034)
@@ -1,27 +0,0 @@
-# Maintainer: Sven-Hendrik Haase sh@lutzhaase
-# Collaborator: Jonathan Fine (were.Vire AT gmail DOT com)
-pkgname=tiled
-pkgver=0.10.2
-pkgrel=1
-pkgdesc='A general purpose tile map editor, built to be flexible and easy to 
use'
-arch=('i686' 'x86_64')
-url='http://mapeditor.org'
-license=('GPL')
-replaces=('tiled-qt')
-depends=('qt5-base' 'libgl' 'gtk-update-icon-cache' 

[arch-commits] Commit in tiled/repos (8 files)

2014-11-04 Thread Sven-Hendrik Haase
Date: Wednesday, November 5, 2014 @ 04:35:13
  Author: svenstaro
Revision: 121926

archrelease: copy trunk to community-i686, community-x86_64

Added:
  tiled/repos/community-i686/PKGBUILD
(from rev 121925, tiled/trunk/PKGBUILD)
  tiled/repos/community-i686/tiled.install
(from rev 121925, tiled/trunk/tiled.install)
  tiled/repos/community-x86_64/PKGBUILD
(from rev 121925, tiled/trunk/PKGBUILD)
  tiled/repos/community-x86_64/tiled.install
(from rev 121925, tiled/trunk/tiled.install)
Deleted:
  tiled/repos/community-i686/PKGBUILD
  tiled/repos/community-i686/tiled.install
  tiled/repos/community-x86_64/PKGBUILD
  tiled/repos/community-x86_64/tiled.install

+
 /PKGBUILD  |   54 +++
 /tiled.install |   26 ++
 community-i686/PKGBUILD|   27 ---
 community-i686/tiled.install   |   13 -
 community-x86_64/PKGBUILD  |   27 ---
 community-x86_64/tiled.install |   13 -
 6 files changed, 80 insertions(+), 80 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-11-05 03:35:01 UTC (rev 121925)
+++ community-i686/PKGBUILD 2014-11-05 03:35:13 UTC (rev 121926)
@@ -1,27 +0,0 @@
-# Maintainer: Sven-Hendrik Haase sh@lutzhaase
-# Collaborator: Jonathan Fine (were.Vire AT gmail DOT com)
-pkgname=tiled
-pkgver=0.10.1
-pkgrel=1
-pkgdesc='A general purpose tile map editor, built to be flexible and easy to 
use'
-arch=('i686' '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')
-install=${pkgname}.install
-source=(https://github.com/bjorn/tiled/archive/v${pkgver}.tar.gz)
-md5sums=('e9a92908d075db94275c4d7d109449ee')
-
-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-i686/PKGBUILD (from rev 121925, 
tiled/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-11-05 03:35:13 UTC (rev 121926)
@@ -0,0 +1,27 @@
+# Maintainer: Sven-Hendrik Haase sh@lutzhaase
+# Collaborator: Jonathan Fine (were.Vire AT gmail DOT com)
+pkgname=tiled
+pkgver=0.10.2
+pkgrel=1
+pkgdesc='A general purpose tile map editor, built to be flexible and easy to 
use'
+arch=('i686' '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')
+install=${pkgname}.install
+source=(https://github.com/bjorn/tiled/archive/v${pkgver}.tar.gz)
+md5sums=('d1df43199f2281c2505a8665c7162e53')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  qmake -r INSTALL_HEADERS=yes RPATH=no PREFIX=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make install INSTALL_ROOT=$pkgdir
+}

Deleted: community-i686/tiled.install
===
--- community-i686/tiled.install2014-11-05 03:35:01 UTC (rev 121925)
+++ community-i686/tiled.install2014-11-05 03:35:13 UTC (rev 121926)
@@ -1,13 +0,0 @@
-post_install() {
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-update-mime-database usr/share/mime
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: tiled/repos/community-i686/tiled.install (from rev 121925, 
tiled/trunk/tiled.install)
===
--- community-i686/tiled.install(rev 0)
+++ community-i686/tiled.install2014-11-05 03:35:13 UTC (rev 121926)
@@ -0,0 +1,13 @@
+post_install() {
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+update-mime-database usr/share/mime
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-11-05 03:35:01 UTC (rev 121925)
+++ community-x86_64/PKGBUILD   2014-11-05 03:35:13 UTC (rev 121926)
@@ -1,27 +0,0 @@
-# Maintainer: Sven-Hendrik Haase sh@lutzhaase
-# Collaborator: Jonathan Fine (were.Vire AT gmail DOT com)
-pkgname=tiled
-pkgver=0.10.1
-pkgrel=1
-pkgdesc='A general purpose tile map editor, built to be flexible and easy to 
use'
-arch=('i686' 'x86_64')
-url='http://mapeditor.org'
-license=('GPL')
-replaces=('tiled-qt')
-depends=('qt5-base' 'libgl' 'gtk-update-icon-cache' 

[arch-commits] Commit in tiled/repos (8 files)

2014-10-02 Thread Sven-Hendrik Haase
Date: Friday, October 3, 2014 @ 00:24:36
  Author: svenstaro
Revision: 120078

archrelease: copy trunk to community-i686, community-x86_64

Added:
  tiled/repos/community-i686/PKGBUILD
(from rev 120077, tiled/trunk/PKGBUILD)
  tiled/repos/community-i686/tiled.install
(from rev 120077, tiled/trunk/tiled.install)
  tiled/repos/community-x86_64/PKGBUILD
(from rev 120077, tiled/trunk/PKGBUILD)
  tiled/repos/community-x86_64/tiled.install
(from rev 120077, tiled/trunk/tiled.install)
Deleted:
  tiled/repos/community-i686/PKGBUILD
  tiled/repos/community-i686/tiled.install
  tiled/repos/community-x86_64/PKGBUILD
  tiled/repos/community-x86_64/tiled.install

+
 /PKGBUILD  |   54 +++
 /tiled.install |   26 ++
 community-i686/PKGBUILD|   27 ---
 community-i686/tiled.install   |   13 -
 community-x86_64/PKGBUILD  |   27 ---
 community-x86_64/tiled.install |   13 -
 6 files changed, 80 insertions(+), 80 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-02 22:24:19 UTC (rev 120077)
+++ community-i686/PKGBUILD 2014-10-02 22:24:36 UTC (rev 120078)
@@ -1,27 +0,0 @@
-# Maintainer: Sven-Hendrik Haase sh@lutzhaase
-# Collaborator: Jonathan Fine (were.Vire AT gmail DOT com)
-pkgname=tiled
-pkgver=0.10.0
-pkgrel=1
-pkgdesc='A general purpose tile map editor, built to be flexible and easy to 
use'
-arch=('i686' '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')
-install=${pkgname}.install
-source=(https://github.com/bjorn/tiled/archive/v${pkgver}.tar.gz)
-md5sums=('420b9ee87004883c98bee3cfafa808f2')
-
-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-i686/PKGBUILD (from rev 120077, 
tiled/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-02 22:24:36 UTC (rev 120078)
@@ -0,0 +1,27 @@
+# Maintainer: Sven-Hendrik Haase sh@lutzhaase
+# Collaborator: Jonathan Fine (were.Vire AT gmail DOT com)
+pkgname=tiled
+pkgver=0.10.1
+pkgrel=1
+pkgdesc='A general purpose tile map editor, built to be flexible and easy to 
use'
+arch=('i686' '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')
+install=${pkgname}.install
+source=(https://github.com/bjorn/tiled/archive/v${pkgver}.tar.gz)
+md5sums=('e9a92908d075db94275c4d7d109449ee')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  qmake -r INSTALL_HEADERS=yes RPATH=no PREFIX=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make install INSTALL_ROOT=$pkgdir
+}

Deleted: community-i686/tiled.install
===
--- community-i686/tiled.install2014-10-02 22:24:19 UTC (rev 120077)
+++ community-i686/tiled.install2014-10-02 22:24:36 UTC (rev 120078)
@@ -1,13 +0,0 @@
-post_install() {
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-update-mime-database usr/share/mime
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: tiled/repos/community-i686/tiled.install (from rev 120077, 
tiled/trunk/tiled.install)
===
--- community-i686/tiled.install(rev 0)
+++ community-i686/tiled.install2014-10-02 22:24:36 UTC (rev 120078)
@@ -0,0 +1,13 @@
+post_install() {
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+update-mime-database usr/share/mime
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-10-02 22:24:19 UTC (rev 120077)
+++ community-x86_64/PKGBUILD   2014-10-02 22:24:36 UTC (rev 120078)
@@ -1,27 +0,0 @@
-# Maintainer: Sven-Hendrik Haase sh@lutzhaase
-# Collaborator: Jonathan Fine (were.Vire AT gmail DOT com)
-pkgname=tiled
-pkgver=0.10.0
-pkgrel=1
-pkgdesc='A general purpose tile map editor, built to be flexible and easy to 
use'
-arch=('i686' 'x86_64')
-url='http://mapeditor.org'
-license=('GPL')
-replaces=('tiled-qt')
-depends=('qt5-base' 'libgl' 'gtk-update-icon-cache'