Skip to content

Commit

Permalink
games/jumpy: update to 0.8.0
Browse files Browse the repository at this point in the history
Changes:	https://github.com/fishfight/jumpy/releases/tag/v0.8.0
Reported by:	GitHub (watch releases)
  • Loading branch information
jbeich committed Oct 16, 2023
1 parent 8b5aa5e commit ce13d38
Show file tree
Hide file tree
Showing 8 changed files with 1,858 additions and 1,212 deletions.
9 changes: 3 additions & 6 deletions games/jumpy/Makefile
@@ -1,7 +1,6 @@
PORTNAME= jumpy
DISTVERSIONPREFIX= v
DISTVERSION= 0.7.0
PORTREVISION= 4
DISTVERSION= 0.8.0
CATEGORIES= games wayland

MAINTAINER= jbeich@FreeBSD.org
Expand All @@ -12,8 +11,7 @@ LICENSE= CC-BY-NC-4.0 MIT
LICENSE_COMB= multi
LICENSE_FILE_MIT= ${WRKSRC}/licenses/LICENSE-MIT

LIB_DEPENDS= libzstd.so:archivers/zstd \
libasound.so:audio/alsa-lib \
LIB_DEPENDS= libasound.so:audio/alsa-lib \
libudev.so:devel/libudev-devd
RUN_DEPENDS= ${LOCALBASE}/lib/alsa-lib/libasound_module_pcm_oss.so:audio/alsa-plugins \
${LOCALBASE}/lib/libvulkan.so:graphics/vulkan-loader
Expand All @@ -23,7 +21,6 @@ USE_GITHUB= yes
GH_ACCOUNT= fishfolk
LTO_UNSAFE= yes # bevy_dylib fails with -C panic=abort
PLIST_FILES= bin/${PORTNAME}
PLIST_FILES+= "@comment bin/core" # not packaged in vendor binaries
PORTDATA= *

.if ${MACHINE_ARCH} == i386
Expand All @@ -33,7 +30,7 @@ CARGO_ENV+= CARGO_PROFILE_RELEASE_LTO=false

post-patch:
# Search assets under PREFIX instead of current directory
@${REINPLACE_CMD} 's,assets",../${DATADIR_REL}/&,' \
@${REINPLACE_CMD} 's,assets",${DATADIR}/&,' \
${WRKSRC}/src/main.rs \
${WRKSRC_crate_bevy_asset}/src/lib.rs

Expand Down

0 comments on commit ce13d38

Please sign in to comment.