prboom-plus: update to 2.6.66

This commit is contained in:
John McQuah 2023-06-23 08:44:48 -04:00
parent 6649e7db27
commit 0dcc282e8a
3 changed files with 9 additions and 11 deletions

4
REPO
View File

@ -219,8 +219,8 @@ f:f1f44b910630af2b474b42a9c5416663:nyxt/Pkgfile
f:f0dce5a88d0c0b947d395c7476d193ab:nyxt/vi-keybindings.patch
f:627ed74e27650ad8b5f860f26a174def:nyxt/post-install
f:a4d96384c6dfa1529d3f1c1e720bc18e:nyxt/.footprint
f:6fa9cf58ad2c34ee847ba8c4e6da5931:prboom-plus/.signature
f:69e19dc9066e9fd20154f61203b513bf:prboom-plus/Pkgfile
f:884e22ac47baed004f195b280605acb6:prboom-plus/.signature
f:367a05b627b4fbc0262439022448f570:prboom-plus/Pkgfile
f:9fcabeb1ea44a9ccf5cdb840775c01e1:prboom-plus/.footprint
f:1951a7c9999f400463691f46f918d275:python3-openpyxl/.signature
f:5aa3c61b3ac453486cecd01bbac5b33a:python3-openpyxl/Pkgfile

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/jmq.pub
RWTTPlFarK9CxI/xWnYoVmyt3WYPM17wXueICgYoV/dsQlKxkiavtSpevo8aGuupLbhI7k2CxYpCOGqKkYYqQ9wYK8xxZooQTg8=
SHA256 (Pkgfile) = 208f720deec68264cdd0675f528f6564c1811f2a1d24aac148ea9eb7af1be1ef
RWTTPlFarK9CxJ8/YzlQnahP2U14SUDir3lwjbSvbZLqNq3cWYzs4BKGQ8HzLLVt58rsApF+Omxz+vKOeHSQAzo0ZX90M1eSzwg=
SHA256 (Pkgfile) = 99d977b3c0577f2df2e02b013a4ad40d69cb8d8aa81e1fd5ffdf178363581bbc
SHA256 (.footprint) = ba1fb72dd07ce16bde3f1823950e6eb1b2310af5dedb0ff526caf47dccbb2ad6
SHA256 (prboom-plus-2.6.2.tar.gz) = 5cfeec96fbfe4fc3bd5dbc2b8d581ff5f6617dd74b2799680ba5b1e2e38c4aff
SHA256 (prboom-plus-2.6.66.tar.gz) = 4b647b4b14c3fac00711e6bf19f996bbfe37754a3b9bb5be6791f0c3fd993438

View File

@ -2,10 +2,10 @@
# URL: https://github.com/coelckers/prboom-plus/
# Maintainer: John McQuah, jmcquah at disroot dot org
# Depends on: libmad sdl2_image sdl2_mixer sdl2_net
# Nice to have: fluidsynth portmidi timidity++
# Optional: fluidsynth portmidi timidity++
name=prboom-plus
version=2.6.2
version=2.6.66
release=1
source=(https://github.com/coelckers/prboom-plus/archive/v$version/$name-$version.tar.gz)
@ -18,9 +18,7 @@ build() {
make DESTDIR=$PKG install
cd ..
mkdir -p $PKG/usr/share/applications
install -m 0644 -t $PKG/usr/share/applications ICONS/prboom-plus.desktop
mkdir -p $PKG/usr/share/pixmaps
install -m 0644 -t $PKG/usr/share/pixmaps ICONS/prboom-plus.svg
install -D -m 0644 -t $PKG/usr/share/applications ICONS/prboom-plus.desktop
install -D -m 0644 -t $PKG/usr/share/pixmaps ICONS/prboom-plus.svg
rm -rf "$PKG/usr/share/doc"
}