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

Evangelos Foutras foutrelis at archlinux.org
Mon Dec 7 02:08:49 UTC 2015


    Date: Monday, December 7, 2015 @ 03:08:49
  Author: foutrelis
Revision: 149518

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

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

----------------------------------------+
 community-staging-i686/PKGBUILD        |   27 +++++++++++++++++++++++++++
 community-staging-i686/tiled.install   |   13 +++++++++++++
 community-staging-x86_64/PKGBUILD      |   27 +++++++++++++++++++++++++++
 community-staging-x86_64/tiled.install |   13 +++++++++++++
 4 files changed, 80 insertions(+)

Copied: tiled/repos/community-staging-i686/PKGBUILD (from rev 149517, tiled/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-12-07 02:08:49 UTC (rev 149518)
@@ -0,0 +1,27 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase>
+# 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-staging-i686/tiled.install (from rev 149517, tiled/trunk/tiled.install)
===================================================================
--- community-staging-i686/tiled.install	                        (rev 0)
+++ community-staging-i686/tiled.install	2015-12-07 02:08:49 UTC (rev 149518)
@@ -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
+}

Copied: tiled/repos/community-staging-x86_64/PKGBUILD (from rev 149517, tiled/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-12-07 02:08:49 UTC (rev 149518)
@@ -0,0 +1,27 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase>
+# 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-staging-x86_64/tiled.install (from rev 149517, tiled/trunk/tiled.install)
===================================================================
--- community-staging-x86_64/tiled.install	                        (rev 0)
+++ community-staging-x86_64/tiled.install	2015-12-07 02:08:49 UTC (rev 149518)
@@ -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