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

2013-04-01 Thread Sven-Hendrik Haase
Date: Monday, April 1, 2013 @ 10:04:23
  Author: svenstaro
Revision: 87461

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

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

---+
 /PKGBUILD |   52 
 /tiled-qt.install |   22 +++
 /tiled.desktop|   20 +
 community-i686/PKGBUILD   |   26 --
 community-i686/tiled-qt.install   |   11 ---
 community-i686/tiled.desktop  |   10 --
 community-x86_64/PKGBUILD |   26 --
 community-x86_64/tiled-qt.install |   11 ---
 community-x86_64/tiled.desktop|   10 --
 9 files changed, 94 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-01 08:04:08 UTC (rev 87460)
+++ community-i686/PKGBUILD 2013-04-01 08:04:23 UTC (rev 87461)
@@ -1,26 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Collaborator: Jonathan Fine (were.Vire AT gmail DOT com)
-pkgname=tiled-qt
-pkgver=0.9.0
-pkgrel=4
-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')
-depends=('qt5-base' 'qt5-tools' 'libgl' 'gtk-update-icon-cache')
-makedepends=('mesa')
-install=${pkgname}.install
-source=(http://sourceforge.net/projects/tiled/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('e2e21a54ff17e34b49b8a330cc8b657e')
-
-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-qt/repos/community-i686/PKGBUILD (from rev 87460, 
tiled-qt/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-01 08:04:23 UTC (rev 87461)
@@ -0,0 +1,26 @@
+# Maintainer: Sven-Hendrik Haase 
+# Collaborator: Jonathan Fine (were.Vire AT gmail DOT com)
+pkgname=tiled-qt
+pkgver=0.9.0
+pkgrel=5
+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')
+depends=('qt5-base' 'qt5-tools' 'libgl' 'gtk-update-icon-cache')
+makedepends=('mesa')
+install=${pkgname}.install
+source=(http://sourceforge.net/projects/tiled/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('e2e21a54ff17e34b49b8a330cc8b657e')
+
+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-qt.install
===
--- community-i686/tiled-qt.install 2013-04-01 08:04:08 UTC (rev 87460)
+++ community-i686/tiled-qt.install 2013-04-01 08:04:23 UTC (rev 87461)
@@ -1,11 +0,0 @@
-post_install() {
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: tiled-qt/repos/community-i686/tiled-qt.install (from rev 87460, 
tiled-qt/trunk/tiled-qt.install)
===
--- community-i686/tiled-qt.install (rev 0)
+++ community-i686/tiled-qt.install 2013-04-01 08:04:23 UTC (rev 87461)
@@ -0,0 +1,11 @@
+post_install() {
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: community-i686/tiled.desktop
===
--- community-i686/tiled.desktop2013-04-01 08:04:08 UTC (rev 87460)
+++ community-i686/tiled.desktop2013-04-01 08:04:23 UTC (rev 87461)
@@ -1,10 +0,0 @@
-#!/usr/bin/env xdg-open
-[Desktop Entry]
-Name=Tiled
-Comment=Edit Video Game Tile Maps
-GenericName=Tiled
-Ex

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

2013-04-05 Thread Sven-Hendrik Haase
Date: Friday, April 5, 2013 @ 10:40:37
  Author: svenstaro
Revision: 87670

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

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

---+
 /PKGBUILD |   52 
 /tiled-qt.install |   22 +++
 /tiled.desktop|   20 +
 community-i686/PKGBUILD   |   26 --
 community-i686/tiled-qt.install   |   11 ---
 community-i686/tiled.desktop  |   10 --
 community-x86_64/PKGBUILD |   26 --
 community-x86_64/tiled-qt.install |   11 ---
 community-x86_64/tiled.desktop|   10 --
 9 files changed, 94 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-05 08:40:17 UTC (rev 87669)
+++ community-i686/PKGBUILD 2013-04-05 08:40:37 UTC (rev 87670)
@@ -1,26 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Collaborator: Jonathan Fine (were.Vire AT gmail DOT com)
-pkgname=tiled-qt
-pkgver=0.9.0
-pkgrel=5
-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')
-depends=('qt5-base' 'qt5-tools' 'libgl' 'gtk-update-icon-cache')
-makedepends=('mesa')
-install=${pkgname}.install
-source=(http://sourceforge.net/projects/tiled/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('e2e21a54ff17e34b49b8a330cc8b657e')
-
-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-qt/repos/community-i686/PKGBUILD (from rev 87669, 
tiled-qt/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-05 08:40:37 UTC (rev 87670)
@@ -0,0 +1,26 @@
+# Maintainer: Sven-Hendrik Haase 
+# Collaborator: Jonathan Fine (were.Vire AT gmail DOT com)
+pkgname=tiled-qt
+pkgver=0.9.0
+pkgrel=6
+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')
+depends=('qt5-base' 'libgl' 'gtk-update-icon-cache')
+makedepends=('mesa' 'qt5-tools')
+install=${pkgname}.install
+source=(http://sourceforge.net/projects/tiled/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('e2e21a54ff17e34b49b8a330cc8b657e')
+
+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-qt.install
===
--- community-i686/tiled-qt.install 2013-04-05 08:40:17 UTC (rev 87669)
+++ community-i686/tiled-qt.install 2013-04-05 08:40:37 UTC (rev 87670)
@@ -1,11 +0,0 @@
-post_install() {
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: tiled-qt/repos/community-i686/tiled-qt.install (from rev 87669, 
tiled-qt/trunk/tiled-qt.install)
===
--- community-i686/tiled-qt.install (rev 0)
+++ community-i686/tiled-qt.install 2013-04-05 08:40:37 UTC (rev 87670)
@@ -0,0 +1,11 @@
+post_install() {
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: community-i686/tiled.desktop
===
--- community-i686/tiled.desktop2013-04-05 08:40:17 UTC (rev 87669)
+++ community-i686/tiled.desktop2013-04-05 08:40:37 UTC (rev 87670)
@@ -1,10 +0,0 @@
-#!/usr/bin/env xdg-open
-[Desktop Entry]
-Name=Tiled
-Comment=Edit Video Game Tile Maps
-GenericName=Tiled
-Ex

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

2013-01-31 Thread Sven-Hendrik Haase
Date: Friday, February 1, 2013 @ 03:17:22
  Author: svenstaro
Revision: 83434

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

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

---+
 community-i686/PKGBUILD   |   67 +---
 community-i686/tiled-qt.install   |   22 +--
 community-i686/tiled.desktop  |   20 +-
 community-x86_64/PKGBUILD |   67 +---
 community-x86_64/tiled-qt.install |   22 +--
 community-x86_64/tiled.desktop|   20 +-
 6 files changed, 94 insertions(+), 124 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-02-01 02:17:07 UTC (rev 83433)
+++ community-i686/PKGBUILD 2013-02-01 02:17:22 UTC (rev 83434)
@@ -1,41 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Collaborator: Jonathan Fine (were.Vire AT gmail DOT com)
-pkgname=tiled-qt
-pkgver=0.8.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')
-depends=('qt' 'libgl' 'gtk-update-icon-cache')
-makedepends=('mesa')
-install=${pkgname}.install
-source=(http://sourceforge.net/projects/tiled/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz
-   tiled.desktop)
-md5sums=('2a8b42e5b956562a184ab0f2b926cac7'
- '3c44178b349de1c1a5f56b08d229c2f4')
-
-build() {
-cd $srcdir/$pkgname-$pkgver
-qmake -r PREFIX=/usr
-make
-}
-
-package() {
-   cd $srcdir
-   install -D -m 644 tiled.desktop 
"$pkgdir/usr/share/applications/tiled.desktop"
-
-   cd $pkgname-$pkgver
-
-make install INSTALL_ROOT=$pkgdir
-
-   install -D -m 644 "src/tiled/images/tiled-icon-16.png" 
"$pkgdir/usr/share/icons/hicolor/16x16/apps/tiled-icon.png"
-   install -D -m 644 "src/tiled/images/tiled-icon-32.png" 
"$pkgdir/usr/share/icons/hicolor/32x32/apps/tiled-icon.png"
-   install -D -m 644 "src/tiled/images/tiled-icon.svg" 
"$pkgdir/usr/share/icons/hicolor/scalable/apps/tiled-icon.svg"
-
-   cd src/libtiled
-   for i in *.h
-   do
-   install -D -m 644 $i "$pkgdir/usr/include/libtiled/$i"
-   done
-}

Copied: tiled-qt/repos/community-i686/PKGBUILD (from rev 83433, 
tiled-qt/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-02-01 02:17:22 UTC (rev 83434)
@@ -0,0 +1,26 @@
+# Maintainer: Sven-Hendrik Haase 
+# Collaborator: Jonathan Fine (were.Vire AT gmail DOT com)
+pkgname=tiled-qt
+pkgver=0.9.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')
+depends=('qt' 'libgl' 'gtk-update-icon-cache')
+makedepends=('mesa')
+install=${pkgname}.install
+source=(http://sourceforge.net/projects/tiled/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('e2e21a54ff17e34b49b8a330cc8b657e')
+
+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-qt.install
===
--- community-i686/tiled-qt.install 2013-02-01 02:17:07 UTC (rev 83433)
+++ community-i686/tiled-qt.install 2013-02-01 02:17:22 UTC (rev 83434)
@@ -1,11 +0,0 @@
-post_install() {
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: tiled-qt/repos/community-i686/tiled-qt.install (from rev 83433, 
tiled-qt/trunk/tiled-qt.install)
===
--- community-i686/tiled-qt.install (rev 0)
+++ community-i686/tiled-qt.install 2013-02-01 02:17:22 UTC (rev 83434)
@@ -0,0 +1,11 @@
+post_install() {
+gtk-update-i

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

2013-08-03 Thread Sven-Hendrik Haase
Date: Sunday, August 4, 2013 @ 00:11:12
  Author: svenstaro
Revision: 95022

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

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

---+
 /PKGBUILD |   52 
 /tiled-qt.install |   22 +++
 /tiled.desktop|   20 +
 community-i686/PKGBUILD   |   26 --
 community-i686/tiled-qt.install   |   11 ---
 community-i686/tiled.desktop  |   10 --
 community-x86_64/PKGBUILD |   26 --
 community-x86_64/tiled-qt.install |   11 ---
 community-x86_64/tiled.desktop|   10 --
 9 files changed, 94 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-08-03 22:11:03 UTC (rev 95021)
+++ community-i686/PKGBUILD 2013-08-03 22:11:12 UTC (rev 95022)
@@ -1,26 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Collaborator: Jonathan Fine (were.Vire AT gmail DOT com)
-pkgname=tiled-qt
-pkgver=0.9.0
-pkgrel=6
-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')
-depends=('qt5-base' 'libgl' 'gtk-update-icon-cache')
-makedepends=('mesa' 'qt5-tools')
-install=${pkgname}.install
-source=(http://sourceforge.net/projects/tiled/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('e2e21a54ff17e34b49b8a330cc8b657e')
-
-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-qt/repos/community-i686/PKGBUILD (from rev 95021, 
tiled-qt/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-03 22:11:12 UTC (rev 95022)
@@ -0,0 +1,26 @@
+# Maintainer: Sven-Hendrik Haase 
+# Collaborator: Jonathan Fine (were.Vire AT gmail DOT com)
+pkgname=tiled-qt
+pkgver=0.9.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')
+depends=('qt5-base' 'libgl' 'gtk-update-icon-cache')
+makedepends=('mesa' 'qt5-tools')
+install=${pkgname}.install
+source=(http://sourceforge.net/projects/tiled/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('d032b18e0ff7d5a4a843a1ac93a9f638')
+
+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-qt.install
===
--- community-i686/tiled-qt.install 2013-08-03 22:11:03 UTC (rev 95021)
+++ community-i686/tiled-qt.install 2013-08-03 22:11:12 UTC (rev 95022)
@@ -1,11 +0,0 @@
-post_install() {
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: tiled-qt/repos/community-i686/tiled-qt.install (from rev 95021, 
tiled-qt/trunk/tiled-qt.install)
===
--- community-i686/tiled-qt.install (rev 0)
+++ community-i686/tiled-qt.install 2013-08-03 22:11:12 UTC (rev 95022)
@@ -0,0 +1,11 @@
+post_install() {
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: community-i686/tiled.desktop
===
--- community-i686/tiled.desktop2013-08-03 22:11:03 UTC (rev 95021)
+++ community-i686/tiled.desktop2013-08-03 22:11:12 UTC (rev 95022)
@@ -1,10 +0,0 @@
-#!/usr/bin/env xdg-open
-[Desktop Entry]
-Name=Tiled
-Comment=Edit Video Game Tile Maps
-GenericName=Tiled
-E

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

2013-02-22 Thread Sven-Hendrik Haase
Date: Friday, February 22, 2013 @ 15:17:02
  Author: svenstaro
Revision: 84697

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

Added:
  tiled-qt/repos/community-staging-i686/PKGBUILD
(from rev 84696, tiled-qt/trunk/PKGBUILD)
  tiled-qt/repos/community-staging-i686/tiled-qt.install
(from rev 84696, tiled-qt/trunk/tiled-qt.install)
  tiled-qt/repos/community-staging-i686/tiled.desktop
(from rev 84696, tiled-qt/trunk/tiled.desktop)
  tiled-qt/repos/community-staging-x86_64/PKGBUILD
(from rev 84696, tiled-qt/trunk/PKGBUILD)
  tiled-qt/repos/community-staging-x86_64/tiled-qt.install
(from rev 84696, tiled-qt/trunk/tiled-qt.install)
  tiled-qt/repos/community-staging-x86_64/tiled.desktop
(from rev 84696, tiled-qt/trunk/tiled.desktop)
Deleted:
  tiled-qt/repos/community-staging-i686/PKGBUILD
  tiled-qt/repos/community-staging-i686/tiled-qt.install
  tiled-qt/repos/community-staging-i686/tiled.desktop
  tiled-qt/repos/community-staging-x86_64/PKGBUILD
  tiled-qt/repos/community-staging-x86_64/tiled-qt.install
  tiled-qt/repos/community-staging-x86_64/tiled.desktop

---+
 community-staging-i686/PKGBUILD   |   52 ++--
 community-staging-i686/tiled-qt.install   |   22 +--
 community-staging-i686/tiled.desktop  |   20 +-
 community-staging-x86_64/PKGBUILD |   52 ++--
 community-staging-x86_64/tiled-qt.install |   22 +--
 community-staging-x86_64/tiled.desktop|   20 +-
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2013-02-22 14:16:51 UTC (rev 84696)
+++ community-staging-i686/PKGBUILD 2013-02-22 14:17:02 UTC (rev 84697)
@@ -1,26 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Collaborator: Jonathan Fine (were.Vire AT gmail DOT com)
-pkgname=tiled-qt
-pkgver=0.9.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')
-depends=('qt4' 'libgl' 'gtk-update-icon-cache')
-makedepends=('mesa')
-install=${pkgname}.install
-source=(http://sourceforge.net/projects/tiled/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('e2e21a54ff17e34b49b8a330cc8b657e')
-
-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-qt/repos/community-staging-i686/PKGBUILD (from rev 84696, 
tiled-qt/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-02-22 14:17:02 UTC (rev 84697)
@@ -0,0 +1,26 @@
+# Maintainer: Sven-Hendrik Haase 
+# Collaborator: Jonathan Fine (were.Vire AT gmail DOT com)
+pkgname=tiled-qt
+pkgver=0.9.0
+pkgrel=3
+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')
+depends=('qtbase' 'qt-addons' 'qttools' 'libgl' 'gtk-update-icon-cache')
+makedepends=('mesa')
+install=${pkgname}.install
+source=(http://sourceforge.net/projects/tiled/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('e2e21a54ff17e34b49b8a330cc8b657e')
+
+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-staging-i686/tiled-qt.install
===
--- community-staging-i686/tiled-qt.install 2013-02-22 14:16:51 UTC (rev 
84696)
+++ community-staging-i686/tiled-qt.install 2013-02-22 14:17:02 UTC (rev 
84697)
@@ -1,11 +0,0 @@
-post_install() {
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: tiled-qt/repos/community-staging-i686/tiled-qt.install (from rev 84696, 
tiled-qt/trunk/tiled-qt.install)
===
--- community-staging-i686/tiled-qt.install (rev 0)
+++ community-staging-i686/tiled-qt.install 2013-02-22 14:17:02 UTC (rev 
84697)
@@ -0,0 +1,11 @@
+post_install() {
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: community-staging-i686/tiled.desktop
===
--- community-staging-i686/tiled.desktop2013-02-22 14:16:51 UTC (rev 
84696)
+++ community-staging-i686/tiled.desktop2013-02-22 14:17:02 UTC (rev 
8469

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

2013-02-27 Thread Sven-Hendrik Haase
Date: Wednesday, February 27, 2013 @ 16:19:08
  Author: svenstaro
Revision: 85178

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

Added:
  tiled-qt/repos/community-testing-i686/PKGBUILD
(from rev 85177, tiled-qt/trunk/PKGBUILD)
  tiled-qt/repos/community-testing-i686/tiled-qt.install
(from rev 85177, tiled-qt/trunk/tiled-qt.install)
  tiled-qt/repos/community-testing-i686/tiled.desktop
(from rev 85177, tiled-qt/trunk/tiled.desktop)
  tiled-qt/repos/community-testing-x86_64/PKGBUILD
(from rev 85177, tiled-qt/trunk/PKGBUILD)
  tiled-qt/repos/community-testing-x86_64/tiled-qt.install
(from rev 85177, tiled-qt/trunk/tiled-qt.install)
  tiled-qt/repos/community-testing-x86_64/tiled.desktop
(from rev 85177, tiled-qt/trunk/tiled.desktop)
Deleted:
  tiled-qt/repos/community-testing-i686/PKGBUILD
  tiled-qt/repos/community-testing-i686/tiled-qt.install
  tiled-qt/repos/community-testing-i686/tiled.desktop
  tiled-qt/repos/community-testing-x86_64/PKGBUILD
  tiled-qt/repos/community-testing-x86_64/tiled-qt.install
  tiled-qt/repos/community-testing-x86_64/tiled.desktop

---+
 community-testing-i686/PKGBUILD   |   52 ++--
 community-testing-i686/tiled-qt.install   |   22 +--
 community-testing-i686/tiled.desktop  |   20 +-
 community-testing-x86_64/PKGBUILD |   52 ++--
 community-testing-x86_64/tiled-qt.install |   22 +--
 community-testing-x86_64/tiled.desktop|   20 +-
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2013-02-27 15:18:53 UTC (rev 85177)
+++ community-testing-i686/PKGBUILD 2013-02-27 15:19:08 UTC (rev 85178)
@@ -1,26 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Collaborator: Jonathan Fine (were.Vire AT gmail DOT com)
-pkgname=tiled-qt
-pkgver=0.9.0
-pkgrel=3
-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')
-depends=('qtbase' 'qt-addons' 'qttools' 'libgl' 'gtk-update-icon-cache')
-makedepends=('mesa')
-install=${pkgname}.install
-source=(http://sourceforge.net/projects/tiled/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('e2e21a54ff17e34b49b8a330cc8b657e')
-
-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-qt/repos/community-testing-i686/PKGBUILD (from rev 85177, 
tiled-qt/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-02-27 15:19:08 UTC (rev 85178)
@@ -0,0 +1,26 @@
+# Maintainer: Sven-Hendrik Haase 
+# Collaborator: Jonathan Fine (were.Vire AT gmail DOT com)
+pkgname=tiled-qt
+pkgver=0.9.0
+pkgrel=4
+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')
+depends=('qt5-base' 'qt5-tools' 'libgl' 'gtk-update-icon-cache')
+makedepends=('mesa')
+install=${pkgname}.install
+source=(http://sourceforge.net/projects/tiled/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('e2e21a54ff17e34b49b8a330cc8b657e')
+
+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-testing-i686/tiled-qt.install
===
--- community-testing-i686/tiled-qt.install 2013-02-27 15:18:53 UTC (rev 
85177)
+++ community-testing-i686/tiled-qt.install 2013-02-27 15:19:08 UTC (rev 
85178)
@@ -1,11 +0,0 @@
-post_install() {
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: tiled-qt/repos/community-testing-i686/tiled-qt.install (from rev 85177, 
tiled-qt/trunk/tiled-qt.install)
===
--- community-testing-i686/tiled-qt.install (rev 0)
+++ community-testing-i686/tiled-qt.install 2013-02-27 15:19:08 UTC (rev 
85178)
@@ -0,0 +1,11 @@
+post_install() {
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: community-testing-i686/tiled.desktop
===
--- community-testing-i686/tiled.desktop2013-02-27 15:18:53 UTC (rev 
85177)
+++ community-testing-i686/tiled.desktop2013-02-27 15: