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

George Rawlinson grawlinson at gemini.archlinux.org
Tue Jul 5 09:57:35 UTC 2022


    Date: Tuesday, July 5, 2022 @ 09:57:35
  Author: grawlinson
Revision: 1244129

archrelease: copy trunk to community-x86_64

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

---------------+
 PKGBUILD      |   79 ++++++++++++++++++++++++++++----------------------------
 ltris.install |    8 ++---
 2 files changed, 44 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-05 09:56:50 UTC (rev 1244128)
+++ PKGBUILD	2022-07-05 09:57:35 UTC (rev 1244129)
@@ -1,39 +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.4
-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
-source=(https://downloads.sourceforge.net/lgames/$pkgname-$pkgver.tar.gz)
-sha512sums=('58781aff51d212c1fcaa58f07aea72f51311ab9ccc96e01adce226bdefb1c988898b87018c29bd240cac51627322564bf20358327b633c763785869267468076')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -e 's|-Wno-format||' -i configure
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr --localstatedir=/var/games
-  make
-}
-
-package() {
-  cd ${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 1244128, ltris/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-05 09:57:35 UTC (rev 1244129)
@@ -0,0 +1,40 @@
+# 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.5
+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
+source=(https://downloads.sourceforge.net/lgames/$pkgname-$pkgver.tar.gz)
+sha512sums=('07e4165c026d62847a50daaaeeacb493cf7fe62fcf7e2f6ec42b80b6549f2ca36a716d8c6242a9fa7bb0b1240877af745134e01f0812eacfd54b7b68575e001a')
+b2sums=('1771f47cca79884a292ac1af9781b29c3d17e0bfc8ed90bbc137896880391c7bb0b76c0e52ae364031ba835251cd9e7a4e88e81a88ca38100041446062fbb457')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -e 's|-Wno-format||' -i configure
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --localstatedir=/var/games
+  make
+}
+
+package() {
+  cd ${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.install
===================================================================
--- ltris.install	2022-07-05 09:56:50 UTC (rev 1244128)
+++ ltris.install	2022-07-05 09:57:35 UTC (rev 1244129)
@@ -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 1244128, ltris/trunk/ltris.install)
===================================================================
--- ltris.install	                        (rev 0)
+++ ltris.install	2022-07-05 09:57:35 UTC (rev 1244129)
@@ -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