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

Sven-Hendrik Haase svenstaro at nymeria.archlinux.org
Fri Feb 1 02:17:22 UTC 2013


    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 <sh at lutzhaase>
-# 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 <sh at lutzhaase>
+# 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-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.desktop	2013-02-01 02:17:07 UTC (rev 83433)
+++ community-i686/tiled.desktop	2013-02-01 02:17:22 UTC (rev 83434)
@@ -1,10 +0,0 @@
-#!/usr/bin/env xdg-open
-[Desktop Entry]
-Name=Tiled
-Comment=Edit Video Game Tile Maps
-GenericName=Tiled
-Exec=tiled
-Terminal=false
-Type=Application
-Icon=tiled-icon
-Categories=Application;Qt;Games;Development;

Copied: tiled-qt/repos/community-i686/tiled.desktop (from rev 83433, tiled-qt/trunk/tiled.desktop)
===================================================================
--- community-i686/tiled.desktop	                        (rev 0)
+++ community-i686/tiled.desktop	2013-02-01 02:17:22 UTC (rev 83434)
@@ -0,0 +1,10 @@
+#!/usr/bin/env xdg-open
+[Desktop Entry]
+Name=Tiled
+Comment=Edit Video Game Tile Maps
+GenericName=Tiled
+Exec=tiled
+Terminal=false
+Type=Application
+Icon=tiled-icon
+Categories=Application;Qt;Games;Development;

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-02-01 02:17:07 UTC (rev 83433)
+++ community-x86_64/PKGBUILD	2013-02-01 02:17:22 UTC (rev 83434)
@@ -1,41 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase>
-# 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-x86_64/PKGBUILD (from rev 83433, tiled-qt/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-02-01 02:17:22 UTC (rev 83434)
@@ -0,0 +1,26 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase>
+# 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-x86_64/tiled-qt.install
===================================================================
--- community-x86_64/tiled-qt.install	2013-02-01 02:17:07 UTC (rev 83433)
+++ community-x86_64/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-x86_64/tiled-qt.install (from rev 83433, tiled-qt/trunk/tiled-qt.install)
===================================================================
--- community-x86_64/tiled-qt.install	                        (rev 0)
+++ community-x86_64/tiled-qt.install	2013-02-01 02:17:22 UTC (rev 83434)
@@ -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-x86_64/tiled.desktop
===================================================================
--- community-x86_64/tiled.desktop	2013-02-01 02:17:07 UTC (rev 83433)
+++ community-x86_64/tiled.desktop	2013-02-01 02:17:22 UTC (rev 83434)
@@ -1,10 +0,0 @@
-#!/usr/bin/env xdg-open
-[Desktop Entry]
-Name=Tiled
-Comment=Edit Video Game Tile Maps
-GenericName=Tiled
-Exec=tiled
-Terminal=false
-Type=Application
-Icon=tiled-icon
-Categories=Application;Qt;Games;Development;

Copied: tiled-qt/repos/community-x86_64/tiled.desktop (from rev 83433, tiled-qt/trunk/tiled.desktop)
===================================================================
--- community-x86_64/tiled.desktop	                        (rev 0)
+++ community-x86_64/tiled.desktop	2013-02-01 02:17:22 UTC (rev 83434)
@@ -0,0 +1,10 @@
+#!/usr/bin/env xdg-open
+[Desktop Entry]
+Name=Tiled
+Comment=Edit Video Game Tile Maps
+GenericName=Tiled
+Exec=tiled
+Terminal=false
+Type=Application
+Icon=tiled-icon
+Categories=Application;Qt;Games;Development;




More information about the arch-commits mailing list