Skip to content

Commit

Permalink
games/veloren-weekly: update to s20230510
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeich committed May 11, 2023
1 parent 103b486 commit 67be379
Show file tree
Hide file tree
Showing 4 changed files with 511 additions and 77 deletions.
11 changes: 9 additions & 2 deletions games/veloren-weekly/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PORTNAME= veloren
PORTVERSION= s20230506
PORTVERSION= s20230510
CATEGORIES= games wayland
PKGNAMESUFFIX= -weekly

Expand All @@ -24,7 +24,7 @@ RUN_DEPENDS= ${LOCALBASE}/lib/alsa-lib/libasound_module_pcm_oss.so:audio/alsa-pl
USES= cargo xorg
USE_XORG= xcb
USE_GITLAB= yes
GL_COMMIT= 95a38ff8f60d8895461971eb1266a5530cca8cce
GL_COMMIT= db860de51760d94e1f501390c5e1f472d89a8db7
CARGO_ENV= VELOREN_USERDATA_STRATEGY=system SHADERC_LIB_DIR="${LOCALBASE}/lib"
PLIST_FILES= bin/${PORTNAME}-server-cli \
bin/${PORTNAME}-voxygen \
Expand Down Expand Up @@ -60,6 +60,13 @@ post-patch:
@${REINPLACE_CMD} -e 's,/usr/share,${DATADIR:H},' \
${WRKSRC}/common/assets/src/lib.rs

do-install:
# XXX [workspace.dependencies] breaks rebuild in subdirs
.for f in ${CARGO_INSTALL_PATH}
${INSTALL_PROGRAM} ${CARGO_TARGET_DIR}/*/*/${PORTNAME}-$f \
${STAGEDIR}${PREFIX}/bin
.endfor

post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/*
(cd ${WRKSRC} && ${COPYTREE_SHARE} assets ${STAGEDIR}${DATADIR})
Expand Down
32 changes: 8 additions & 24 deletions games/veloren-weekly/Makefile.crates
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,6 @@ CARGO_CRATES= ab_glyph-0.2.21 \
enumset_derive-0.7.0 \
epaint-0.12.0 \
epi-0.12.0 \
errno-0.2.8 \
errno-0.3.1 \
errno-dragonfly-0.1.2 \
error-code-2.3.1 \
Expand All @@ -199,7 +198,7 @@ CARGO_CRATES= ab_glyph-0.2.21 \
fallible-iterator-0.2.0 \
fallible-streaming-iterator-0.1.9 \
fastrand-1.9.0 \
fd-lock-3.0.4 \
fd-lock-3.0.12 \
fdeflate-0.3.0 \
fehler-1.0.0 \
fehler-macros-1.0.0 \
Expand Down Expand Up @@ -283,7 +282,6 @@ CARGO_CRATES= ab_glyph-0.2.21 \
instant-0.1.12 \
intl_pluralrules-7.0.2 \
io-kit-sys-0.3.0 \
io-lifetimes-0.5.3 \
io-lifetimes-1.0.10 \
is-terminal-0.4.7 \
itertools-0.10.5 \
Expand Down Expand Up @@ -317,7 +315,6 @@ CARGO_CRATES= ab_glyph-0.2.21 \
libudev-sys-0.1.4 \
link-cplusplus-1.0.8 \
linked-hash-map-0.5.6 \
linux-raw-sys-0.0.42 \
linux-raw-sys-0.3.7 \
lock_api-0.3.4 \
lock_api-0.4.9 \
Expand All @@ -344,7 +341,7 @@ CARGO_CRATES= ab_glyph-0.2.21 \
miniz_oxide-0.6.2 \
miniz_oxide-0.7.1 \
mio-0.7.14 \
mio-0.8.2 \
mio-0.8.6 \
mio-misc-1.2.2 \
miow-0.3.7 \
mopa-0.2.2 \
Expand Down Expand Up @@ -372,7 +369,6 @@ CARGO_CRATES= ab_glyph-0.2.21 \
noise-0.7.0 \
nom-7.1.3 \
notify-5.1.0 \
ntapi-0.3.7 \
nu-ansi-term-0.46.0 \
num-0.2.1 \
num-0.4.0 \
Expand Down Expand Up @@ -412,10 +408,10 @@ CARGO_CRATES= ab_glyph-0.2.21 \
packed_simd_2-0.3.8 \
parking_lot-0.10.2 \
parking_lot-0.11.2 \
parking_lot-0.12.0 \
parking_lot-0.12.1 \
parking_lot_core-0.7.3 \
parking_lot_core-0.8.6 \
parking_lot_core-0.9.2 \
parking_lot_core-0.9.7 \
parse-zoneinfo-0.3.0 \
paste-1.0.12 \
peeking_take_while-0.1.2 \
Expand Down Expand Up @@ -499,7 +495,6 @@ CARGO_CRATES= ab_glyph-0.2.21 \
rmp-serde-1.1.1 \
rodio-0.15.0 \
ron-0.6.6 \
ron-0.7.1 \
ron-0.8.0 \
roots-0.0.6 \
rose_tree-0.2.0 \
Expand All @@ -511,7 +506,6 @@ CARGO_CRATES= ab_glyph-0.2.21 \
rustc-hash-1.1.0 \
rustc_version-0.2.3 \
rustc_version-0.4.0 \
rustix-0.33.7 \
rustix-0.37.19 \
rustls-0.19.1 \
rustls-0.20.8 \
Expand All @@ -527,6 +521,7 @@ CARGO_CRATES= ab_glyph-0.2.21 \
ryu-1.0.13 \
same-file-1.0.6 \
schannel-0.1.19 \
schnellru-0.2.1 \
scoped-tls-1.0.1 \
scopeguard-1.1.0 \
scratch-1.0.5 \
Expand Down Expand Up @@ -621,8 +616,8 @@ CARGO_CRATES= ab_glyph-0.2.21 \
tinytemplate-1.2.1 \
tinyvec-1.6.0 \
tinyvec_macros-0.1.1 \
tokio-1.20.0 \
tokio-macros-1.8.2 \
tokio-1.28.0 \
tokio-macros-2.1.0 \
tokio-rustls-0.22.0 \
tokio-stream-0.1.14 \
tokio-util-0.7.1 \
Expand Down Expand Up @@ -723,45 +718,33 @@ CARGO_CRATES= ab_glyph-0.2.21 \
window_clipboard-0.2.4 \
windows-0.37.0 \
windows-0.48.0 \
windows-sys-0.30.0 \
windows-sys-0.33.0 \
windows-sys-0.34.0 \
windows-sys-0.42.0 \
windows-sys-0.45.0 \
windows-sys-0.48.0 \
windows-targets-0.42.2 \
windows-targets-0.48.0 \
windows_aarch64_gnullvm-0.42.2 \
windows_aarch64_gnullvm-0.48.0 \
windows_aarch64_msvc-0.30.0 \
windows_aarch64_msvc-0.33.0 \
windows_aarch64_msvc-0.34.0 \
windows_aarch64_msvc-0.37.0 \
windows_aarch64_msvc-0.42.2 \
windows_aarch64_msvc-0.48.0 \
windows_i686_gnu-0.30.0 \
windows_i686_gnu-0.33.0 \
windows_i686_gnu-0.34.0 \
windows_i686_gnu-0.37.0 \
windows_i686_gnu-0.42.2 \
windows_i686_gnu-0.48.0 \
windows_i686_msvc-0.30.0 \
windows_i686_msvc-0.33.0 \
windows_i686_msvc-0.34.0 \
windows_i686_msvc-0.37.0 \
windows_i686_msvc-0.42.2 \
windows_i686_msvc-0.48.0 \
windows_x86_64_gnu-0.30.0 \
windows_x86_64_gnu-0.33.0 \
windows_x86_64_gnu-0.34.0 \
windows_x86_64_gnu-0.37.0 \
windows_x86_64_gnu-0.42.2 \
windows_x86_64_gnu-0.48.0 \
windows_x86_64_gnullvm-0.42.2 \
windows_x86_64_gnullvm-0.48.0 \
windows_x86_64_msvc-0.30.0 \
windows_x86_64_msvc-0.33.0 \
windows_x86_64_msvc-0.34.0 \
windows_x86_64_msvc-0.37.0 \
windows_x86_64_msvc-0.42.2 \
windows_x86_64_msvc-0.48.0 \
Expand All @@ -787,6 +770,7 @@ CARGO_CRATES= ab_glyph-0.2.21 \
yasna-0.5.2 \
wgpu-profiler@git+https://github.com/Imberflur/wgpu-profiler?tag=wgpu-0.8\#b156eb145bc223386ef344860d9b33b3c181650c \
tui@git+https://github.com/fdehau/tui-rs.git?branch=paragraph-scroll\#54b841fab6cfdb38e8dc1382176e965787964b4c \
ntapi@git+https://github.com/MSxDOS/ntapi.git?rev=9f56b149c9e25796739157c0fce3e0007a7de6eb\#9f56b149c9e25796739157c0fce3e0007a7de6eb \
fluent,fluent-bundle,fluent-syntax,intl-memoizer@git+https://github.com/juliancoffee/fluent-rs.git?branch=patched\#929cf9512de121cce9b4cbf1cb860cd3294a1cd9 \
auth-common,authc@git+https://gitlab.com/veloren/auth.git?rev=fb3dcbc4962b367253f8f2f92760ef44d2679c9a\#fb3dcbc4962b367253f8f2f92760ef44d2679c9a \
iced_core,iced_futures,iced_graphics,iced_native,iced_style,iced_winit@git+https://github.com/Imberflur/iced?tag=winit-0.25\#18a48a5eeefd2aa6e50f5dd0751ac2e94c88a9eb \
Expand Down

0 comments on commit 67be379

Please sign in to comment.