mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
games/powder-toy: update 98.2.365 → 99.0.377
This commit is contained in:
parent
4ab5e85f96
commit
b9ddce09b1
3 changed files with 10 additions and 11 deletions
|
@ -1,7 +1,6 @@
|
|||
PORTNAME= powder-toy
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 98.2.365
|
||||
PORTREVISION= 2
|
||||
DISTVERSION= 99.0.377
|
||||
CATEGORIES= games
|
||||
|
||||
MAINTAINER= amdmi3@FreeBSD.org
|
||||
|
@ -39,7 +38,7 @@ SSE_MESON_ON= -Dx86_sse=auto
|
|||
SSE_MESON_OFF= -Dx86_sse=none
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|python3|${PYTHON_CMD}|' ${WRKSRC}/meson.build
|
||||
@${REINPLACE_CMD} -e "s|'python3'|'${PYTHON_CMD}'|" ${WRKSRC}/meson.build
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${BUILD_WRKSRC}/powder-toy ${STAGEDIR}${PREFIX}/bin/
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1712344040
|
||||
SHA256 (The-Powder-Toy-The-Powder-Toy-v98.2.365_GH0.tar.gz) = 21900b6b022535d0e56126b023538cc4f44b64feceafb5640492618a42a60080
|
||||
SIZE (The-Powder-Toy-The-Powder-Toy-v98.2.365_GH0.tar.gz) = 777726
|
||||
TIMESTAMP = 1735134407
|
||||
SHA256 (The-Powder-Toy-The-Powder-Toy-v99.0.377_GH0.tar.gz) = 5484c4254f01852051686ae17738420827ad0847388018f0b96abda221bc1c3a
|
||||
SIZE (The-Powder-Toy-The-Powder-Toy-v99.0.377_GH0.tar.gz) = 795278
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
--- resources/meson.build.orig 2023-01-04 02:02:45 UTC
|
||||
--- resources/meson.build.orig 2024-12-25 03:50:36 UTC
|
||||
+++ resources/meson.build
|
||||
@@ -68,7 +68,7 @@ elif host_platform == 'darwin'
|
||||
@@ -98,7 +98,7 @@ elif host_platform == 'darwin'
|
||||
output: 'Info.plist',
|
||||
configuration: conf_data,
|
||||
)
|
||||
-elif host_platform == 'linux'
|
||||
+else
|
||||
data_files += to_array.process(rendered_icons['icon_exe'], extra_args: 'icon_exe_png')
|
||||
data_files += to_array.process(rendered_icons['icon_cps'], extra_args: 'icon_cps_png')
|
||||
data_files += to_array.process('save.xml', extra_args: 'save_xml')
|
||||
embedded_files += [
|
||||
[ 'icon_exe_png', rendered_icons['icon_exe'] ],
|
||||
[ 'icon_cps_png', rendered_icons['icon_cps'] ],
|
||||
|
|
Loading…
Add table
Reference in a new issue