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

Felix Yan felixonmars at gemini.archlinux.org
Fri Jul 16 18:07:37 UTC 2021


    Date: Friday, July 16, 2021 @ 18:07:37
  Author: felixonmars
Revision: 977717

archrelease: copy trunk to community-x86_64

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

-----------------+
 PKGBUILD        |   70 ++++++++++++++++++-------------------
 ltris.changelog |  100 +++++++++++++++++++++++++++---------------------------
 ltris.install   |    8 ++--
 3 files changed, 89 insertions(+), 89 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-16 18:07:17 UTC (rev 977716)
+++ PKGBUILD	2021-07-16 18:07:37 UTC (rev 977717)
@@ -1,35 +0,0 @@
-# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
-# Contributor: Eric Belanger <eric at archlinux.org>
-# Contributor: SmackleFunky <smacklefunky at optusnet.com.au>
-
-pkgname=ltris
-pkgver=1.2.2
-pkgrel=1
-pkgdesc="A tetris clone where you have a bowl with blocks falling down"
-arch=('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=(https://downloads.sourceforge.net/lgames/$pkgname-$pkgver.tar.gz)
-sha512sums=('9d4ba4f2fb5c50a20f1f3a12ea86ffbf3c4d329588769f16c3bc90580eb79c18d15f8faa937b44ef8e30629b7221fee4b8ee5efdda6aed789161f2845e28c659')
-
-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  
-}

Copied: ltris/repos/community-x86_64/PKGBUILD (from rev 977716, ltris/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-07-16 18:07:37 UTC (rev 977717)
@@ -0,0 +1,35 @@
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Eric Belanger <eric at archlinux.org>
+# Contributor: SmackleFunky <smacklefunky at optusnet.com.au>
+
+pkgname=ltris
+pkgver=1.2.3
+pkgrel=1
+pkgdesc="A tetris clone where you have a bowl with blocks falling down"
+arch=('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=(https://downloads.sourceforge.net/lgames/$pkgname-$pkgver.tar.gz)
+sha512sums=('0a910a764fea78b127ae637a28b2e509a9bb4b21f1bd0ee213d07ceaf6885d4d23a6d7098be2c64bfcd47aa447ac8431f7252f09e34aff778877cc2effaa66f8')
+
+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	2021-07-16 18:07:17 UTC (rev 977716)
+++ ltris.changelog	2021-07-16 18:07:37 UTC (rev 977717)
@@ -1,50 +0,0 @@
-2020-08-22  Jaroslav Lichtblau  <svetlemodry at archlinux.org>
-
-	* ltris 1.2.1-1
-	* Upstream update
-
-2020-08-22  Jaroslav Lichtblau  <svetlemodry at archlinux.org>
-
-	* ltris 1.2-1
-	* Upstream update
-
-2013-12-23  Jaroslav Lichtblau  <svetlemodry at archlinux.org>
-
-	* ltris 1.0.19-2
-	* FS#37951 fix
-
-2013-11-02  Jaroslav Lichtblau  <svetlemodry at archlinux.org>
-
-	* ltris 1.0.19-1
-	* Upstream update
-
-2011-12-18  Jaroslav Lichtblau  <svetlemodry at archlinux.org>
-
-	* ltris 1.0.18-1
-	* Upstream update
-
-2011-08-28  Jaroslav Lichtblau  <svetlemodry at archlinux.org>
-
-	* ltris 1.0.17-1
-	* Upstream update
-
-2011-03-09  Jaroslav Lichtblau  <svetlemodry at archlinux.org>
-
-	* ltris 1.0.16-1
-	* Upstream update
-
-2009-12-29  Eric Belanger  <eric at archlinux.org>
-
-	* ltris 1.0.14-1
-	* Upstream update
-
-2009-11-07  Eric Belanger  <eric at archlinux.org>
-
-	* ltris 1.0.13-1
-	* Upstream update
-
-2009-04-07  Eric Belanger  <eric at archlinux.org>
-
-	* ltris 1.0.12-1
-	* Fixed score file location and permissions (close FS#13489)
-	* Added ChangeLog

Copied: ltris/repos/community-x86_64/ltris.changelog (from rev 977716, ltris/trunk/ltris.changelog)
===================================================================
--- ltris.changelog	                        (rev 0)
+++ ltris.changelog	2021-07-16 18:07:37 UTC (rev 977717)
@@ -0,0 +1,50 @@
+2020-08-22  Jaroslav Lichtblau  <svetlemodry at archlinux.org>
+
+	* ltris 1.2.1-1
+	* Upstream update
+
+2020-08-22  Jaroslav Lichtblau  <svetlemodry at archlinux.org>
+
+	* ltris 1.2-1
+	* Upstream update
+
+2013-12-23  Jaroslav Lichtblau  <svetlemodry at archlinux.org>
+
+	* ltris 1.0.19-2
+	* FS#37951 fix
+
+2013-11-02  Jaroslav Lichtblau  <svetlemodry at archlinux.org>
+
+	* ltris 1.0.19-1
+	* Upstream update
+
+2011-12-18  Jaroslav Lichtblau  <svetlemodry at archlinux.org>
+
+	* ltris 1.0.18-1
+	* Upstream update
+
+2011-08-28  Jaroslav Lichtblau  <svetlemodry at archlinux.org>
+
+	* ltris 1.0.17-1
+	* Upstream update
+
+2011-03-09  Jaroslav Lichtblau  <svetlemodry at archlinux.org>
+
+	* ltris 1.0.16-1
+	* Upstream update
+
+2009-12-29  Eric Belanger  <eric at archlinux.org>
+
+	* ltris 1.0.14-1
+	* Upstream update
+
+2009-11-07  Eric Belanger  <eric at archlinux.org>
+
+	* ltris 1.0.13-1
+	* Upstream update
+
+2009-04-07  Eric Belanger  <eric at archlinux.org>
+
+	* ltris 1.0.12-1
+	* Fixed score file location and permissions (close FS#13489)
+	* Added ChangeLog

Deleted: ltris.install
===================================================================
--- ltris.install	2021-07-16 18:07:17 UTC (rev 977716)
+++ ltris.install	2021-07-16 18:07:37 UTC (rev 977717)
@@ -1,4 +0,0 @@
-post_install() {
-  chown root:games /var/games/ltris.hscr
-  chmod 664 /var/games/ltris.hscr
-}

Copied: ltris/repos/community-x86_64/ltris.install (from rev 977716, ltris/trunk/ltris.install)
===================================================================
--- ltris.install	                        (rev 0)
+++ ltris.install	2021-07-16 18:07:37 UTC (rev 977717)
@@ -0,0 +1,4 @@
+post_install() {
+  chown root:games /var/games/ltris.hscr
+  chmod 664 /var/games/ltris.hscr
+}




More information about the arch-commits mailing list