summaryrefslogtreecommitdiff
path: root/community/ltris
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-12-20 11:55:48 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-12-20 11:55:48 -0300
commit3bde3a0e359ee1506eb0f48af640b1b825198544 (patch)
tree5ef7e871a412c7fc036d85068debe02f5a717937 /community/ltris
parent02ffd41dca71e92f0105e37751e37c7332a9d447 (diff)
parent6d2dec5c3443d142a0131c43666929490961c16a (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/clucene/PKGBUILD community/cuyo/PKGBUILD community/pinot/PKGBUILD extra/fontforge/PKGBUILD extra/gtkimageview/PKGBUILD extra/mkvtoolnix/PKGBUILD multilib-testing/lib32-glibc/PKGBUILD staging/qt/PKGBUILD testing/glibc/PKGBUILD
Diffstat (limited to 'community/ltris')
-rw-r--r--community/ltris/PKGBUILD11
-rw-r--r--community/ltris/ltris.changelog5
-rw-r--r--community/ltris/ltris.install13
3 files changed, 10 insertions, 19 deletions
diff --git a/community/ltris/PKGBUILD b/community/ltris/PKGBUILD
index 8d262586a..b21b1e5cc 100644
--- a/community/ltris/PKGBUILD
+++ b/community/ltris/PKGBUILD
@@ -1,19 +1,21 @@
-# $Id: PKGBUILD 54927 2011-08-28 13:23:10Z jlichtblau $
+# $Id: PKGBUILD 60814 2011-12-18 17:13:32Z jlichtblau $
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Contributor: Eric Belanger <eric@archlinux.org>
# Contributor: SmackleFunky <smacklefunky@optusnet.com.au>
pkgname=ltris
-pkgver=1.0.17
+pkgver=1.0.18
pkgrel=1
pkgdesc="A tetris clone where you have a bowl with blocks falling down"
arch=('i686' 'x86_64' 'mips64el')
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=('b4d2888bc50bb2ad9dd59f97c15fbfaee96c54d86c834f1231cd6e8af66bf52c')
+sha256sums=('3cba90365d50e79601368499af77d54cb03c0cf2544324e5df246eb1eeaa0e30')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
@@ -29,7 +31,4 @@ package() {
install -d ${pkgdir}/usr/share/pixmaps
install -m644 icons/ltris{16,32,48}.xpm ${pkgdir}/usr/share/pixmaps
-
- ./configure --prefix=/usr --localstatedir=/var/games
- make
}
diff --git a/community/ltris/ltris.changelog b/community/ltris/ltris.changelog
index 0454493b1..4cf7b905f 100644
--- a/community/ltris/ltris.changelog
+++ b/community/ltris/ltris.changelog
@@ -1,3 +1,8 @@
+2011-12-18 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+
+ * ltris 1.0.18-1
+ * Upstream update
+
2011-08-28 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
* ltris 1.0.17-1
diff --git a/community/ltris/ltris.install b/community/ltris/ltris.install
index ff4947f6e..e270274bd 100644
--- a/community/ltris/ltris.install
+++ b/community/ltris/ltris.install
@@ -1,17 +1,4 @@
post_install() {
- touch /var/games/ltris.hscr
- chown root:games /var/games/ltris.hscr
- chmod 664 /var/games/ltris.hscr
-}
-
-pre_upgrade() {
- if [ -e /var/ltris.hscr ]; then
- install -d /var/games
- cp /var/ltris.hscr /var/games
- fi
-}
-
-post_upgrade() {
chown root:games /var/games/ltris.hscr
chmod 664 /var/games/ltris.hscr
}