[arch-commits] Commit in ltris/repos/community-i686 (6 files)

2013-12-23 Thread Jaroslav Lichtblau
Date: Monday, December 23, 2013 @ 21:47:06
  Author: jlichtblau
Revision: 102906

archrelease: copy trunk to community-i686

Added:
  ltris/repos/community-i686/PKGBUILD
(from rev 102905, ltris/trunk/PKGBUILD)
  ltris/repos/community-i686/ltris.changelog
(from rev 102905, ltris/trunk/ltris.changelog)
  ltris/repos/community-i686/ltris.install
(from rev 102905, ltris/trunk/ltris.install)
Deleted:
  ltris/repos/community-i686/PKGBUILD
  ltris/repos/community-i686/ltris.changelog
  ltris/repos/community-i686/ltris.install

-+
 PKGBUILD|   70 +-
 ltris.changelog |   75 --
 ltris.install   |8 ++---
 3 files changed, 80 insertions(+), 73 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-12-23 20:46:41 UTC (rev 102905)
+++ PKGBUILD2013-12-23 20:47:06 UTC (rev 102906)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Eric Belanger 
-# Contributor: SmackleFunky 
-
-pkgname=ltris
-pkgver=1.0.19
-pkgrel=1
-pkgdesc="A tetris clone where you have a bowl with blocks falling down"
-arch=('i686' 'x86_64')
-url="http://lgames.sourceforge.net/index.php?project=LTris";
-license=('GPL')
-depends=('sdl_mixer')
-backup=('var/games/ltris.hscr')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://downloads.sourceforge.net/lgames/$pkgname-$pkgver.tar.gz)
-sha256sums=('8f6a9e7719d22004aee153db29ffd9ca41c7a6cd87fc791591994eecc2e625a1')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr --localstatedir=/var/games
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  install -d ${pkgdir}/usr/share/pixmaps
-  install -m644 icons/ltris{16,32,48}.xpm ${pkgdir}/usr/share/pixmaps
-}

Copied: ltris/repos/community-i686/PKGBUILD (from rev 102905, 
ltris/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-12-23 20:47:06 UTC (rev 102906)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Eric Belanger 
+# Contributor: SmackleFunky 
+
+pkgname=ltris
+pkgver=1.0.19
+pkgrel=2
+pkgdesc="A tetris clone where you have a bowl with blocks falling down"
+arch=('i686' 'x86_64')
+url="http://lgames.sourceforge.net/index.php?project=LTris";
+license=('GPL')
+depends=('sdl_mixer')
+backup=('var/games/ltris.hscr')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://downloads.sourceforge.net/lgames/$pkgname-$pkgver.tar.gz)
+sha256sums=('8f6a9e7719d22004aee153db29ffd9ca41c7a6cd87fc791591994eecc2e625a1')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --localstatedir=/var/games
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  install -d ${pkgdir}/usr/share/pixmaps
+  install -m644 icons/ltris{16,32,48}.xpm ${pkgdir}/usr/share/pixmaps
+#FS#37951 fix  
+  chmod 775 ${pkgdir}/var/games  
+}

Deleted: ltris.changelog
===
--- ltris.changelog 2013-12-23 20:46:41 UTC (rev 102905)
+++ ltris.changelog 2013-12-23 20:47:06 UTC (rev 102906)
@@ -1,35 +0,0 @@
-2013-11-02  Jaroslav Lichtblau  
-
-   * ltris 1.0.19-1
-   * Upstream update
-
-2011-12-18  Jaroslav Lichtblau  
-
-   * ltris 1.0.18-1
-   * Upstream update
-
-2011-08-28  Jaroslav Lichtblau  
-
-   * ltris 1.0.17-1
-   * Upstream update
-
-2011-03-09  Jaroslav Lichtblau  
-
-   * ltris 1.0.16-1
-   * Upstream update
-
-2009-12-29  Eric Belanger  
-
-   * ltris 1.0.14-1
-   * Upstream update
-
-2009-11-07  Eric Belanger  
-
-   * ltris 1.0.13-1
-   * Upstream update
-
-2009-04-07  Eric Belanger  
-
-   * ltris 1.0.12-1
-   * Fixed score file location and permissions (close FS#13489)
-   * Added ChangeLog

Copied: ltris/repos/community-i686/ltris.changelog (from rev 102905, 
ltris/trunk/ltris.changelog)
===
--- ltris.changelog (rev 0)
+++ ltris.changelog 2013-12-23 20:47:06 UTC (rev 102906)
@@ -0,0 +1,40 @@
+2013-12-23  Jaroslav Lichtblau  
+
+   * ltris 1.0.19-2
+   * FS#37951 fix
+
+2013-11-02  Jaroslav Lichtblau  
+
+   * ltris 1.0.19-1
+   * Upstream update
+
+2011-12-18  Jaroslav Lichtblau  
+
+   * ltris 1.0.18-1
+   * Upstream update
+
+2011-08-28  Jaroslav Lichtblau  
+
+   * ltris 1.0.17-1
+   * Upstream update
+
+2011-03-09  Jaroslav Lichtblau  
+
+   * ltris 1.0.16-1
+   * Upstream update
+
+2009-12-29  Eric Belanger  
+
+   * ltris 1.0.14-1
+   * Upstream update
+
+2009-11-07  Eric Belanger  
+
+   * ltris 1.0.13-1
+   * Upstream update
+
+2009-04-07  Eric Be

[arch-commits] Commit in ltris/repos/community-i686 (6 files)

2013-11-02 Thread Jaroslav Lichtblau
Date: Saturday, November 2, 2013 @ 16:51:58
  Author: jlichtblau
Revision: 100353

archrelease: copy trunk to community-i686

Added:
  ltris/repos/community-i686/PKGBUILD
(from rev 100352, ltris/trunk/PKGBUILD)
  ltris/repos/community-i686/ltris.changelog
(from rev 100352, ltris/trunk/ltris.changelog)
  ltris/repos/community-i686/ltris.install
(from rev 100352, ltris/trunk/ltris.install)
Deleted:
  ltris/repos/community-i686/PKGBUILD
  ltris/repos/community-i686/ltris.changelog
  ltris/repos/community-i686/ltris.install

-+
 PKGBUILD|   68 +++---
 ltris.changelog |   65 +++
 ltris.install   |8 +++---
 3 files changed, 73 insertions(+), 68 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-02 15:47:29 UTC (rev 100352)
+++ PKGBUILD2013-11-02 15:51:58 UTC (rev 100353)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Eric Belanger 
-# Contributor: SmackleFunky 
-
-pkgname=ltris
-pkgver=1.0.18
-pkgrel=1
-pkgdesc="A tetris clone where you have a bowl with blocks falling down"
-arch=('i686' 'x86_64')
-url="http://lgames.sourceforge.net/index.php?project=LTris";
-license=('GPL')
-depends=('sdl_mixer')
-backup=('var/games/ltris.hscr')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://downloads.sourceforge.net/lgames/$pkgname-$pkgver.tar.gz)
-sha256sums=('3cba90365d50e79601368499af77d54cb03c0cf2544324e5df246eb1eeaa0e30')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr --localstatedir=/var/games
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  install -d ${pkgdir}/usr/share/pixmaps
-  install -m644 icons/ltris{16,32,48}.xpm ${pkgdir}/usr/share/pixmaps
-}

Copied: ltris/repos/community-i686/PKGBUILD (from rev 100352, 
ltris/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-11-02 15:51:58 UTC (rev 100353)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Eric Belanger 
+# Contributor: SmackleFunky 
+
+pkgname=ltris
+pkgver=1.0.19
+pkgrel=1
+pkgdesc="A tetris clone where you have a bowl with blocks falling down"
+arch=('i686' 'x86_64')
+url="http://lgames.sourceforge.net/index.php?project=LTris";
+license=('GPL')
+depends=('sdl_mixer')
+backup=('var/games/ltris.hscr')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://downloads.sourceforge.net/lgames/$pkgname-$pkgver.tar.gz)
+sha256sums=('8f6a9e7719d22004aee153db29ffd9ca41c7a6cd87fc791591994eecc2e625a1')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --localstatedir=/var/games
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  install -d ${pkgdir}/usr/share/pixmaps
+  install -m644 icons/ltris{16,32,48}.xpm ${pkgdir}/usr/share/pixmaps
+}

Deleted: ltris.changelog
===
--- ltris.changelog 2013-11-02 15:47:29 UTC (rev 100352)
+++ ltris.changelog 2013-11-02 15:51:58 UTC (rev 100353)
@@ -1,30 +0,0 @@
-2011-12-18  Jaroslav Lichtblau  
-
-   * ltris 1.0.18-1
-   * Upstream update
-
-2011-08-28  Jaroslav Lichtblau  
-
-   * ltris 1.0.17-1
-   * Upstream update
-
-2011-03-09  Jaroslav Lichtblau  
-
-   * ltris 1.0.16-1
-   * Upstream update
-
-2009-12-29  Eric Belanger  
-
-   * ltris 1.0.14-1
-   * Upstream update
-
-2009-11-07  Eric Belanger  
-
-   * ltris 1.0.13-1
-   * Upstream update
-
-2009-04-07  Eric Belanger  
-
-   * ltris 1.0.12-1
-   * Fixed score file location and permissions (close FS#13489)
-   * Added ChangeLog

Copied: ltris/repos/community-i686/ltris.changelog (from rev 100352, 
ltris/trunk/ltris.changelog)
===
--- ltris.changelog (rev 0)
+++ ltris.changelog 2013-11-02 15:51:58 UTC (rev 100353)
@@ -0,0 +1,35 @@
+2013-11-02  Jaroslav Lichtblau  
+
+   * ltris 1.0.19-1
+   * Upstream update
+
+2011-12-18  Jaroslav Lichtblau  
+
+   * ltris 1.0.18-1
+   * Upstream update
+
+2011-08-28  Jaroslav Lichtblau  
+
+   * ltris 1.0.17-1
+   * Upstream update
+
+2011-03-09  Jaroslav Lichtblau  
+
+   * ltris 1.0.16-1
+   * Upstream update
+
+2009-12-29  Eric Belanger  
+
+   * ltris 1.0.14-1
+   * Upstream update
+
+2009-11-07  Eric Belanger  
+
+   * ltris 1.0.13-1
+   * Upstream update
+
+2009-04-07  Eric Belanger  
+
+   * ltris 1.0.12-1
+   * Fixed score file location and permissions (close FS#13489)
+   * Added ChangeLog

Deleted: ltris.install
===
-