Skip to content

Commit

Permalink
Merge pull request #121 from r3claimer/dev
Browse files Browse the repository at this point in the history
Update linux, update mesa, update wine, update box86/64
  • Loading branch information
r3claimer authored Apr 17, 2024
2 parents f77f211 + 4febe1e commit 352e367
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 72 deletions.
2 changes: 1 addition & 1 deletion packages/compat/box64/package.mk
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Copyright (C) 2023 JELOS (https://github.com/JustEnoughLinuxOS)

PKG_NAME="box64"
PKG_VERSION="067cf75c658c632b7c476036e6b21d985cbe67a2"
PKG_VERSION="d4e32fdbc0a971ce5c6f2880b38df7789b9d64a5"
PKG_ARCH="aarch64"
PKG_LICENSE="MIT"
PKG_SITE="https://github.com/ptitSeb/box64"
Expand Down
4 changes: 2 additions & 2 deletions packages/compat/box86/package.mk
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
# Copyright (C) 2023 JELOS (https://github.com/JustEnoughLinuxOS)

PKG_NAME="box86"
PKG_VERSION="266392e315bb5e7827928512c930e04448f137d1"
PKG_VERSION="22ee4685a18981983eb6c0031da37a8ca2b87b1f"
PKG_ARCH="arm aarch64"
PKG_LICENSE="MIT"
PKG_SITE="https://github.com/ptitSeb/box86"
PKG_URL="${PKG_SITE}.git"
PKG_DEPENDS_TARGET="toolchain ncurses SDL_sound libXdmcp libXft"
PKG_DEPENDS_TARGET="toolchain ncurses SDL_sound libXdmcp libXft libXcomposite cups"
PKG_LONGDESC="Box86 lets you run x86 Linux programs (such as games) on non-x86 Linux systems, like ARM."
PKG_TOOLCHAIN="cmake"

Expand Down
59 changes: 0 additions & 59 deletions packages/compat/lutris-wine/package.mk

This file was deleted.

2 changes: 1 addition & 1 deletion packages/compat/wine/package.mk
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Copyright (C) 2024-present JELOS (https://github.com/JustEnoughLinuxOS)

PKG_NAME="wine"
PKG_VERSION="9.4"
PKG_VERSION="9.6"
PKG_LICENSE="MIT"
PKG_SITE="https://github.com/Kron4ek/Wine-Builds"
PKG_URL="${PKG_SITE}/releases/download/${PKG_VERSION}/wine-${PKG_VERSION}-x86.tar.xz"
Expand Down
6 changes: 3 additions & 3 deletions packages/graphics/mesa/package.mk
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,19 @@ case ${DEVICE} in
;;
RK3*|S922X)
if [ "${DEVICE}" = "S922X" -a "${USE_MALI}" != "no" ]; then
PKG_VERSION="24.0.4"
PKG_VERSION="24.0.5"
PKG_SITE="http://www.mesa3d.org/"
PKG_URL="https://gitlab.freedesktop.org/mesa/mesa/-/archive/mesa-${PKG_VERSION}/mesa-mesa-${PKG_VERSION}.tar.gz"
else
#Using upstream dev for panfrost
PKG_VERSION="db29984c254f60f5daeec0ea4e6048b6ee7902f8"
PKG_VERSION="5363f7cce5c967bd84210b0a316cd502e197609f"
PKG_SITE="https://gitlab.freedesktop.org/mesa/mesa"
PKG_URL="${PKG_SITE}.git"
PKG_PATCH_DIRS+=" panfrost"
fi
;;
*)
PKG_VERSION="24.0.4"
PKG_VERSION="24.0.5"
PKG_SITE="http://www.mesa3d.org/"
PKG_URL="https://gitlab.freedesktop.org/mesa/mesa/-/archive/mesa-${PKG_VERSION}/mesa-mesa-${PKG_VERSION}.tar.gz"
;;
Expand Down
2 changes: 1 addition & 1 deletion packages/kernel/linux/package.mk
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ case ${DEVICE} in
PKG_URL="https://git.kernel.org/torvalds/t/linux-${PKG_VERSION}.tar.gz"
;;
*)
PKG_VERSION="6.8.5"
PKG_VERSION="6.8.6"
PKG_URL="${PKG_SITE}/pub/linux/kernel/v6.x/${PKG_NAME}-${PKG_VERSION}.tar.xz"
;;
esac
Expand Down
4 changes: 0 additions & 4 deletions packages/virtual/x86/package.mk
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,3 @@ if [ "${DISPLAYSERVER}" = "wl" ]; then
PKG_DEPENDS_TARGET+=" wayland ${WINDOWMANAGER}"
fi

### Compatability
#PKG_DEPENDS_TARGET+=" lutris-wine"


2 changes: 1 addition & 1 deletion scripts/update_packages
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# Based on work by ToKe79 and Shanti Gilbert

OPTIONS="distributions/rocknix/options"
OPTIONS="distributions/ROCKNIX/options"
PACKAGES=("packages/virtual/emulators/package.mk" \
"packages/virtual/es-themes/package.mk" \
"packages/virtual/gamesupport/package.mk" )
Expand Down

0 comments on commit 352e367

Please sign in to comment.