[arch-commits] Commit in tiled-qt/repos (10 files)
Sven-Hendrik Haase
svenstaro at nymeria.archlinux.org
Sat May 31 13:53:17 UTC 2014
Date: Saturday, May 31, 2014 @ 15:53:17
Author: svenstaro
Revision: 112328
archrelease: copy trunk to community-i686, community-x86_64
Added:
tiled-qt/repos/community-i686/PKGBUILD
(from rev 112327, tiled-qt/trunk/PKGBUILD)
tiled-qt/repos/community-i686/tiled-qt.install
(from rev 112327, tiled-qt/trunk/tiled-qt.install)
tiled-qt/repos/community-x86_64/PKGBUILD
(from rev 112327, tiled-qt/trunk/PKGBUILD)
tiled-qt/repos/community-x86_64/tiled-qt.install
(from rev 112327, tiled-qt/trunk/tiled-qt.install)
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 +++++++++++++++
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 ------
8 files changed, 74 insertions(+), 94 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2014-05-31 13:53:12 UTC (rev 112327)
+++ community-i686/PKGBUILD 2014-05-31 13:53:17 UTC (rev 112328)
@@ -1,26 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase>
-# 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
-}
Copied: tiled-qt/repos/community-i686/PKGBUILD (from rev 112327, tiled-qt/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-31 13:53:17 UTC (rev 112328)
@@ -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.1
+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=('qt5-base' 'libgl' 'gtk-update-icon-cache' 'libxkbcommon-x11')
+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 2014-05-31 13:53:12 UTC (rev 112327)
+++ community-i686/tiled-qt.install 2014-05-31 13:53:17 UTC (rev 112328)
@@ -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 112327, tiled-qt/trunk/tiled-qt.install)
===================================================================
--- community-i686/tiled-qt.install (rev 0)
+++ community-i686/tiled-qt.install 2014-05-31 13:53:17 UTC (rev 112328)
@@ -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 2014-05-31 13:53:12 UTC (rev 112327)
+++ community-i686/tiled.desktop 2014-05-31 13:53:17 UTC (rev 112328)
@@ -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;
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2014-05-31 13:53:12 UTC (rev 112327)
+++ community-x86_64/PKGBUILD 2014-05-31 13:53:17 UTC (rev 112328)
@@ -1,26 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase>
-# 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
-}
Copied: tiled-qt/repos/community-x86_64/PKGBUILD (from rev 112327, tiled-qt/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2014-05-31 13:53:17 UTC (rev 112328)
@@ -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.1
+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=('qt5-base' 'libgl' 'gtk-update-icon-cache' 'libxkbcommon-x11')
+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-x86_64/tiled-qt.install
===================================================================
--- community-x86_64/tiled-qt.install 2014-05-31 13:53:12 UTC (rev 112327)
+++ community-x86_64/tiled-qt.install 2014-05-31 13:53:17 UTC (rev 112328)
@@ -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 112327, tiled-qt/trunk/tiled-qt.install)
===================================================================
--- community-x86_64/tiled-qt.install (rev 0)
+++ community-x86_64/tiled-qt.install 2014-05-31 13:53:17 UTC (rev 112328)
@@ -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 2014-05-31 13:53:12 UTC (rev 112327)
+++ community-x86_64/tiled.desktop 2014-05-31 13:53:17 UTC (rev 112328)
@@ -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;
More information about the arch-commits
mailing list