ltris: 1.2.6 -> 1.2.7

This commit is contained in:
John McQuah 2023-09-08 19:53:44 -04:00
parent 08d6aa0eb3
commit 1df5f06386
4 changed files with 11 additions and 9 deletions

View File

@ -4,6 +4,10 @@ drwxr-xr-x root/root usr/bin/
drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/applications/ drwxr-xr-x root/root usr/share/applications/
-rw-r--r-- root/root usr/share/applications/ltris.desktop -rw-r--r-- root/root usr/share/applications/ltris.desktop
drwxr-xr-x root/root usr/share/icons/
drwxr-xr-x root/root usr/share/icons/hicolor/
drwxr-xr-x root/root usr/share/icons/hicolor/apps/
-rw-r--r-- root/root usr/share/icons/hicolor/apps/ltris.png
drwxr-xr-x root/root usr/share/ltris/ drwxr-xr-x root/root usr/share/ltris/
-rw-r--r-- root/root usr/share/ltris/figures -rw-r--r-- root/root usr/share/ltris/figures
drwxr-xr-x root/root usr/share/ltris/gfx/ drwxr-xr-x root/root usr/share/ltris/gfx/
@ -22,7 +26,6 @@ drwxr-xr-x root/root usr/share/ltris/gfx/
-rw-r--r-- root/root usr/share/ltris/gfx/logo.bmp -rw-r--r-- root/root usr/share/ltris/gfx/logo.bmp
-rw-r--r-- root/root usr/share/ltris/gfx/menuback.bmp -rw-r--r-- root/root usr/share/ltris/gfx/menuback.bmp
-rw-r--r-- root/root usr/share/ltris/gfx/quest.bmp -rw-r--r-- root/root usr/share/ltris/gfx/quest.bmp
-rw-r--r-- root/root usr/share/ltris/ltris128.png
drwxr-xr-x root/root usr/share/ltris/sounds/ drwxr-xr-x root/root usr/share/ltris/sounds/
-rw-r--r-- root/root usr/share/ltris/sounds/click.wav -rw-r--r-- root/root usr/share/ltris/sounds/click.wav
-rw-r--r-- root/root usr/share/ltris/sounds/excellent.wav -rw-r--r-- root/root usr/share/ltris/sounds/excellent.wav

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/jmq.pub untrusted comment: verify with /etc/ports/jmq.pub
RWTTPlFarK9CxNveoPKianoOWUolBmSp4PHy/16yuMmsrOGxnxT7kb589yfcaspoiZZMZ91vvAiDEqkzfH/cAs6s4GVeJbQ0QAw= RWTTPlFarK9CxD1VkWqUd/UBlJbNWVx+wm7Qa5hEed3Ms3d2jZPQWNZYzr5oAWEe02G0yEwBF0huhkQFHkGCUc6Cfb/GhWbglAs=
SHA256 (Pkgfile) = 1d509e442968aa0a44198e806b930a756c54f00e56424a3877ddf4b4e781c717 SHA256 (Pkgfile) = f92739d6ea2458129871e1fda8c8e2b6aebdd52a7cc32ebbf1e4f95d3aa10ae9
SHA256 (.footprint) = f4c51a80cc13e825c57bbd7583a012337e5f96dc7c56f9f5a485604a4b93d07d SHA256 (.footprint) = 8aa05e15bb1175e2f847a6377b18cdcc0bf5dd46ccf3a6fcf150c693d892455a
SHA256 (ltris-1.2.6.tar.gz) = c23ce21454c0389c5297a7ef2e14efe804d940625e7eeb0386a29780ec2c46f6 SHA256 (ltris-1.2.7.tar.gz) = 1291c6a642d06b9ee153ac0a2e7855a2c983e839c618f1a294df04d829525cb0

View File

@ -4,14 +4,13 @@
# Depends on: sdl_mixer xorg-server # Depends on: sdl_mixer xorg-server
name=ltris name=ltris
version=1.2.6 version=1.2.7
release=1 release=1
source=(http://prdownloads.sourceforge.net/lgames/ltris-1.2.6.tar.gz) source=(http://prdownloads.sourceforge.net/lgames/$name-$version.tar.gz)
build() { build() {
cd $name-$version cd $name-$version
sed -i "/^icondir =/s/icons/ltris/" Makefile.in
./configure --disable-nls \ ./configure --disable-nls \
--prefix=/usr \ --prefix=/usr \
--libexecdir=/usr/lib \ --libexecdir=/usr/lib \
@ -20,7 +19,6 @@ build() {
--with-configdir=.config/lgames --with-configdir=.config/lgames
make make
make DESTDIR=$PKG install make DESTDIR=$PKG install
sed -i "/^Icon=/s/icons/ltris/" $PKG/usr/share/applications/ltris.desktop
rm -f $PKG/var/lib/games/ltris.hscr rm -f $PKG/var/lib/games/ltris.hscr
chmod 1777 $PKG/var/lib/games chmod 1777 $PKG/var/lib/games
} }

View File

@ -16,6 +16,7 @@ On a multi-user system, only the first player to launch the game will have
permission to modify the high score list. To allow a shared modifiable list of permission to modify the high score list. To allow a shared modifiable list of
high scores, you must first recreate the expected file as follows, and add high scores, you must first recreate the expected file as follows, and add
each user to the "games" group. each user to the "games" group.
cd /var/lib/games cd /var/lib/games
touch ltris.hscr touch ltris.hscr
chmod 664 ltris.hscr chmod 664 ltris.hscr