Skip to content

Commit

Permalink
wine-staging: bump to 9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
licy183 committed Feb 4, 2024
1 parent 8baadd4 commit 6949e06
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 33 deletions.

This file was deleted.

9 changes: 3 additions & 6 deletions tur-multilib/wine-staging/build.sh
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
TERMUX_PKG_HOMEPAGE=https://www.winehq.org/
TERMUX_PKG_DESCRIPTION="A compatibility layer for running Windows programs"
TERMUX_PKG_LICENSE="LGPL-2.1"
TERMUX_PKG_LICENSE_FILE="\
LICENSE
LICENSE.OLD
COPYING.LIB"
TERMUX_PKG_LICENSE_FILE="LICENSE, LICENSE.OLD, COPYING.LIB"
TERMUX_PKG_MAINTAINER="@termux-user-repository"
TERMUX_PKG_VERSION=9.0-rc4
TERMUX_PKG_VERSION=9.1
_VERSION_FOLDER="$(test "${TERMUX_PKG_VERSION:2:1}" = 0 && echo ${TERMUX_PKG_VERSION:0:3} || echo ${TERMUX_PKG_VERSION:0:2}x)"
TERMUX_PKG_SRCURL=https://dl.winehq.org/wine/source/${_VERSION_FOLDER}/wine-$TERMUX_PKG_VERSION.tar.xz
TERMUX_PKG_SHA256=ebff8b1763ffe3d1eb60b1302d78a662a46140e6f76e4a0caf58d3e4e4c9168f
TERMUX_PKG_SHA256=01b3b91b6fc35cabe93b28f190a237ba95c8ac70c436d919586deaa3da258fff
TERMUX_PKG_DEPENDS="fontconfig, freetype, krb5, libandroid-spawn, libc++, libgmp, libgnutls, libxcb, libxcomposite, libxcursor, libxfixes, libxrender, mesa, opengl, pulseaudio, sdl2, vulkan-loader, xorg-xrandr"
TERMUX_PKG_ANTI_BUILD_DEPENDS="vulkan-loader"
TERMUX_PKG_BUILD_DEPENDS="libandroid-spawn-static, vulkan-loader-generic"
Expand Down

0 comments on commit 6949e06

Please sign in to comment.