[arch-commits] Commit in (5 files)

Sven-Hendrik Haase svenstaro at archlinux.org
Fri Sep 19 18:50:31 UTC 2014


    Date: Friday, September 19, 2014 @ 20:50:31
  Author: svenstaro
Revision: 119250

Renaming tiled-qt to tiled

Added:
  tiled/
  tiled/trunk/tiled.install
Modified:
  tiled/trunk/PKGBUILD
Deleted:
  tiled-qt/
  tiled/trunk/tiled-qt.install

---------------------------+
 tiled/trunk/tiled.install |   13 +++++++++++++
 trunk/PKGBUILD            |   13 +++++++------
 trunk/tiled-qt.install    |   11 -----------
 3 files changed, 20 insertions(+), 17 deletions(-)

Modified: tiled/trunk/PKGBUILD
===================================================================
--- tiled-qt/trunk/PKGBUILD	2014-09-19 18:36:28 UTC (rev 119249)
+++ tiled/trunk/PKGBUILD	2014-09-19 18:50:31 UTC (rev 119250)
@@ -1,17 +1,18 @@
 # Maintainer: Sven-Hendrik Haase <sh at lutzhaase>
 # Collaborator: Jonathan Fine (were.Vire AT gmail DOT com)
-pkgname=tiled-qt
-pkgver=0.9.1
-pkgrel=2
+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')
-depends=('qt5-base' 'libgl' 'gtk-update-icon-cache' 'libxkbcommon-x11')
+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=(http://sourceforge.net/projects/tiled/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('d032b18e0ff7d5a4a843a1ac93a9f638')
+source=(https://github.com/bjorn/tiled/archive/v${pkgver}.tar.gz)
+md5sums=('420b9ee87004883c98bee3cfafa808f2')
 
 build() {
   cd $srcdir/$pkgname-$pkgver

Deleted: tiled/trunk/tiled-qt.install
===================================================================
--- tiled-qt/trunk/tiled-qt.install	2014-09-19 18:36:28 UTC (rev 119249)
+++ tiled/trunk/tiled-qt.install	2014-09-19 18:50:31 UTC (rev 119250)
@@ -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
-}

Added: tiled/trunk/tiled.install
===================================================================
--- tiled/trunk/tiled.install	                        (rev 0)
+++ tiled/trunk/tiled.install	2014-09-19 18:50:31 UTC (rev 119250)
@@ -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