games/tali: update to 40.9

PR:	286697
This commit is contained in:
Olivier Duchateau 2025-06-11 14:24:13 +02:00 committed by Baptiste Daroussin
parent f5e5c12f77
commit 55c8734bb2
4 changed files with 11 additions and 34 deletions

View File

@ -1,30 +1,27 @@
PORTNAME= tali
PORTVERSION= 40.8
PORTREVISION= 3
PORTVERSION= 40.9
CATEGORIES= games gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
COMMENT= Gnome tali
WWW= https://wiki.gnome.org/Apps/Tali
COMMENT= Roll dice and score points for the GNOME desktop
WWW= https://gitlab.gnome.org/GNOME/tali
LICENSE= GPLv2
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= itstool:textproc/itstool
LIB_DEPENDS= libgnome-games-support-1.so:games/libgnome-games-support
PORTSCOUT= limitw:1,even
USES= gettext gnome localbase meson pkgconfig \
python:build tar:xz
USE_GNOME= cairo gtk30 intlhack librsvg2 libxml2:build
USE_GNOME= cairo gtk30 librsvg2 libxml2:build
BINARY_ALIAS= python3=${PYTHON_CMD}
GLIB_SCHEMAS= org.gnome.Tali.gschema.xml
post-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/share/games
#post-install:
# @${MKDIR} ${STAGEDIR}${PREFIX}/share/games
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1660070245
SHA256 (gnome/tali-40.8.tar.xz) = 6c178c160fcbb4d11be3d1569d538e0e78140d50bbdb52a7583188f795c017ee
SIZE (gnome/tali-40.8.tar.xz) = 1686244
TIMESTAMP = 1697988252
SHA256 (gnome/tali-40.9.tar.xz) = fa9ede366f0a72e4caa52189c3ab0b10c1b56a80c7885b016602558c44dce7d3
SIZE (gnome/tali-40.9.tar.xz) = 1672980

View File

@ -1,17 +0,0 @@
#!/bin/sh
PATH=/bin:/usr/bin:/usr/sbin
case $2 in
POST-INSTALL)
mkdir -p ${PKG_PREFIX}/share/games
SCORES="gtali.Colors.scores gtali.Regular.scores"
for i in ${SCORES}; do
if [ ! -f ${PKG_PREFIX}/share/games/${i} ]; then
touch -f ${PKG_PREFIX}/share/games/${i}
chown games:games ${PKG_PREFIX}/share/games/${i}
chmod 0666 ${PKG_PREFIX}/share/games/${i}
fi
done
;;
esac

View File

@ -1,7 +1,4 @@
bin/tali
share/man/man6/tali.6.gz
@preunexec [ -s %D/share/games/gtali.Colors.scores ] || rm -f %D/share/games/gtali.Colors.scores
@preunexec [ -s %D/share/games/gtali.Regular.scores ] || rm -f %D/share/games/gtali.Regular.scores
share/applications/org.gnome.Tali.desktop
share/help/C/tali/figures/mainwindow.png
share/help/C/tali/figures/preferences.png
@ -187,6 +184,7 @@ share/locale/xh/LC_MESSAGES/tali.mo
share/locale/zh_CN/LC_MESSAGES/tali.mo
share/locale/zh_HK/LC_MESSAGES/tali.mo
share/locale/zh_TW/LC_MESSAGES/tali.mo
share/man/man6/tali.6.gz
share/metainfo/org.gnome.Tali.appdata.xml
%%DATADIR%%/gnome-dice-1.svg
%%DATADIR%%/gnome-dice-2.svg
@ -202,4 +200,3 @@ share/metainfo/org.gnome.Tali.appdata.xml
%%DATADIR%%/kismet4.svg
%%DATADIR%%/kismet5.svg
%%DATADIR%%/kismet6.svg
@dir share/games