Skip to content

Commit

Permalink
supertuxkart: update to 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tranzystorekk authored and classabbyamp committed Nov 2, 2022
1 parent c85b5ea commit a54ac80
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions srcpkgs/supertuxkart/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'supertuxkart'
pkgname=supertuxkart
version=1.3
version=1.4
revision=1
wrksrc="SuperTuxKart-${version}-src"
build_style=cmake
Expand All @@ -9,14 +9,16 @@ makedepends="libgomp-devel libjpeg-turbo-devel libpng-devel
libbluetooth-devel glu-devel libvorbis-devel libXrandr-devel
libopenal-devel fribidi-devel libcurl-devel freetype-devel
libopenglrecorder-devel wayland-devel harfbuzz-devel libenet-devel
libogg-devel MesaLib-devel openssl-devel zlib-devel SDL2-devel glew-devel"
libogg-devel mcpp-devel MesaLib-devel openssl-devel zlib-devel
SDL2-devel glew-devel shaderc"
depends="desktop-file-utils hicolor-icon-theme supertuxkart-data"
short_desc="Kart racing game featuring Tux and his friends"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-3.0-or-later"
homepage="https://supertuxkart.net"
distfiles="https://github.com/${pkgname}/stk-code/releases/download/${version}/SuperTuxKart-${version}-src.tar.xz"
checksum=eeabeb0d9801688a218f6f0a76ea3546a46a322ccaca9a258148ecacfe083ffd
changelog="https://raw.githubusercontent.com/supertuxkart/stk-code/master/CHANGELOG.md"
distfiles="https://github.com/supertuxkart/stk-code/releases/download/${version}/SuperTuxKart-${version}-src.tar.xz"
checksum=9890392419baf4715313f14d5ad60746f276eed36eb580636caf44e2532c0f03

if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
makedepends+=" libatomic-devel"
Expand All @@ -25,7 +27,7 @@ fi
supertuxkart-data_package() {
short_desc+=" - data files"
pkg_install() {
# these script only serve a prupose for developing, not to the package
# these scripts only serve a purpose for developing, not to the package
rm "${DESTDIR}/usr/share/supertuxkart/data/po/extract_strings_from_XML.py"
rm "${DESTDIR}/usr/share/supertuxkart/data/po/update_po_authors.py"
vmove usr/share/supertuxkart
Expand Down

0 comments on commit a54ac80

Please sign in to comment.