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

Sven-Hendrik Haase svenstaro at archlinux.org
Wed Jun 3 03:57:30 UTC 2015


    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 at 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 at 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.install	2015-06-03 03:57:20 UTC (rev 134664)
+++ community-i686/tiled.install	2015-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.install	2015-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 at 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-x86_64/PKGBUILD (from rev 134664, tiled/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-06-03 03:57:29 UTC (rev 134665)
@@ -0,0 +1,27 @@
+# Maintainer: Sven-Hendrik Haase <sh at 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-x86_64/tiled.install
===================================================================
--- community-x86_64/tiled.install	2015-06-03 03:57:20 UTC (rev 134664)
+++ community-x86_64/tiled.install	2015-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-x86_64/tiled.install (from rev 134664, tiled/trunk/tiled.install)
===================================================================
--- community-x86_64/tiled.install	                        (rev 0)
+++ community-x86_64/tiled.install	2015-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
+}



More information about the arch-commits mailing list