Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update lutris to v05.14.0 #47151

Closed
wants to merge 15 commits into from
8 changes: 4 additions & 4 deletions common/shlibs
Original file line number Diff line number Diff line change
Expand Up @@ -4093,7 +4093,7 @@ librz_syscall.so.0.6 rizin-0.6.0_1
librz_type.so.0.6 rizin-0.6.0_1
librz_util.so.0.6 rizin-0.6.0_1
libaravis-0.8.so.0 libaravis-0.8.21_1
libLimeSuite.so.22.09-1 LimeSuite-22.09.0_1
libLimeSuite.so.23.10-1 LimeSuite-23.10.0_1
libnvme.so.1 libnvme-1.0_1
libnvme-mi.so.1 libnvme-1.2_1
libRInside.so R-cran-RInside-0.2.16_1
Expand Down Expand Up @@ -4121,9 +4121,9 @@ libopensmtpd.so.0 libopensmtpd-0.7_1
libiio.so.0 libiio-0.23_1
libqtforkawesome.so.1 qtforkawesome-0.1.0_1
libqtquickforkawesome.so.1 qtforkawesome-0.1.0_1
libsyncthingwidgets.so.10 syncthingtray-1.4.4_1
libsyncthingmodel.so.10 syncthingtray-1.4.4_1
libsyncthingconnector.so.10 syncthingtray-1.4.4_1
libsyncthingwidgets.so.11 syncthingtray-1.4.8_1
libsyncthingmodel.so.11 syncthingtray-1.4.8_1
libsyncthingconnector.so.11 syncthingtray-1.4.8_1
libglibutil.so.1 libglibutil-1.0.64_1
libgbinder.so.1 libgbinder-1.1.20_1
libsunpinyin.so.3 libsunpinyin-3.0.0rc2_1
Expand Down
35 changes: 11 additions & 24 deletions srcpkgs/LimeSuite/template
Original file line number Diff line number Diff line change
@@ -1,28 +1,15 @@
# Template file for 'LimeSuite'
pkgname=LimeSuite
version=22.09.1
revision=2
version=23.10.0
revision=1
build_style=cmake
build_helper=cmake-wxWidgets-gtk3
configure_args="
-DENABLE_SIMD_FLAGS=none
-DENABLE_UTILITIES=True
-DENABLE_LIME_UTIL=True
-DCMAKE_SKIP_RPATH=True
-DENABLE_DESKTOP=False
-DENABLE_SOAPY_LMS7=True
-DENABLE_PCIE_XILLYBUS=True
-DENABLE_QUICKTEST=True
-DENABLE_MCU_TESTBENCH=True
-DENABLE_FTDI=True
-DENABLE_FX3=True
-DENABLE_STREAM_UNITE=True
-DENABLE_EXAMPLES=True
-DENABLE_HEADERS=True
-DENABLE_GUI=True
-DENABLE_API_DOXYGEN=True
$(vopt_bool octave ENABLE_OCTAVE)
-DLIME_SUITE_EXTVER=${version}_${revision}"
build_helper="cmake-wxWidgets-gtk3"
configure_args="-DENABLE_SIMD_FLAGS=none -DENABLE_UTILITIES=True -DENABLE_LIME_UTIL=True
-DCMAKE_SKIP_RPATH=True -DENABLE_DESKTOP=False -DENABLE_SOAPY_LMS7=True
-DENABLE_PCIE_XILLYBUS=True -DENABLE_QUICKTEST=True -DENABLE_MCU_TESTBENCH=True
-DENABLE_FTDI=True -DENABLE_FX3=True -DENABLE_STREAM_UNITE=True -DENABLE_EXAMPLES=True
-DENABLE_HEADERS=True -DENABLE_GUI=True -DENABLE_API_DOXYGEN=True
$(vopt_bool octave ENABLE_OCTAVE) -DLIME_SUITE_EXTVER=${version}_${revision}"
hostmakedepends="doxygen"
makedepends="gnuplot wxWidgets-gtk3-devel libusb-devel SoapySDR-devel libfreeglut-devel
fltk-devel glew-devel sqlite-devel libgomp-devel $(vopt_if octave octave)"
Expand All @@ -33,8 +20,8 @@ license="Apache-2.0"
homepage="https://myriadrf.org/projects/lime-suite/"
changelog="https://raw.githubusercontent.com/myriadrf/LimeSuite/master/Changelog.txt"
distfiles="https://github.com/myriadrf/LimeSuite/archive/refs/tags/v${version}.tar.gz"
checksum=a90e112004bcf2b3eec1ab80321bc345824aaceff00e31ca5e2b8e8ac35ecd26
shlib_provides="libLimeSuite.so.22.09-1"
checksum=3fcbc4a777e61c92d185e09f15c251e52c694f13ff3df110badc4ed36dc58b00
shlib_provides="libLimeSuite.so.${version%.*}-1"

build_options="octave"
desc_option_octave="Enable the LimeSuite Octave plugin"
Expand Down
44 changes: 0 additions & 44 deletions srcpkgs/direwolf/patches/fix_musl.patch

This file was deleted.

4 changes: 2 additions & 2 deletions srcpkgs/direwolf/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'direwolf'
pkgname=direwolf
version=1.6
version=1.7
revision=1
build_style=cmake
configure_args="-DFORCE_SSE=1 -DRUN_NEON=advanced"
Expand All @@ -11,5 +11,5 @@ license="GPL-2.0-or-later"
homepage="https://github.com/wb2osz/direwolf"
changelog="https://raw.githubusercontent.com/wb2osz/direwolf/master/CHANGES.md"
distfiles="https://github.com/wb2osz/direwolf/archive/refs/tags/${version}.tar.gz"
checksum=208b0563c9b339cbeb0e1feb52dc18ae38295c40c0009d6381fc4acb68fdf660
checksum=6301f6a43e5db9ef754765875592a58933f6b78585e9272afc850acf7c5914be
python_version=3
16 changes: 0 additions & 16 deletions srcpkgs/fldigi/patches/no-error-h.patch

This file was deleted.

9 changes: 4 additions & 5 deletions srcpkgs/fldigi/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'fldigi'
pkgname=fldigi
version=4.1.25
revision=2
version=4.2.03
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config"
makedepends="fltk-devel libsamplerate-devel portaudio-devel pulseaudio-devel
Expand All @@ -10,6 +10,5 @@ short_desc="Ham radio digital modem for CW, PSK, MFSK, RTTY, and others"
maintainer="classabbyamp <void@placeviolette.net>"
license="GPL-3.0-or-later"
homepage="http://www.w1hkj.com"
# distfiles="http://www.w1hkj.com/files/fldigi/fldigi-${version}.tar.gz"
distfiles="https://sources.voidlinux.org/fldigi-4.1.25/fldigi-4.1.25.tar.gz"
checksum=4ec4bf392da65f0aac93e13ef4c12811320745692cf0783fab0f164660310763
distfiles="http://www.w1hkj.com/files/fldigi/fldigi-${version}.tar.gz"
checksum=b5c258a487858280be8d721dbdcd62c7effabfda0f71c7f18106cbd3020829a6
6 changes: 3 additions & 3 deletions srcpkgs/gqrx/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'gqrx'
pkgname=gqrx
version=2.17.2
revision=2
version=2.17.3
revision=1
build_style=cmake
configure_args="$(vopt_if gr_audio -DLINUX_AUDIO_BACKEND=Gr-audio)
$(vopt_if portaudio -DLINUX_AUDIO_BACKEND=Portaudio)"
Expand All @@ -15,7 +15,7 @@ license="GPL-3.0-or-later"
homepage="https://gqrx.dk"
changelog="https://raw.githubusercontent.com/gqrx-sdr/gqrx/master/resources/news.txt"
distfiles="https://github.com/gqrx-sdr/gqrx/archive/v${version}.tar.gz"
checksum=8d5f70390d3935278527cc7aa6344d6ec0201bce156851c610e88acd6102c356
checksum=7bb7e6a490d7d4669a4d1596ad52f5af08e7167d78117b3d1fd711a368536855

build_options="gr_audio portaudio"
vopt_conflict gr_audio portaudio
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/imhex/template
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ makedepends="libcurl-devel fmt-devel llvm jansson-devel yara-devel json-c++
freetype-devel glfw-devel gtk+3-devel python3-devel file-devel mbedtls-devel
clang-tools-extra capstone-devel"
short_desc="Hex editor for reverse engineers and programmers"
maintainer="classabbyamp <void@placeviolette.net>"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later"
homepage="https://imhex.werwolv.net/"
changelog="https://github.com/WerWolv/ImHex/releases"
Expand Down
6 changes: 3 additions & 3 deletions srcpkgs/kitty/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'kitty'
pkgname=kitty
version=0.30.1
revision=2
version=0.31.0
revision=1
build_helper="python3"
pycompile_dirs="usr/lib/kitty"
hostmakedepends="go pkg-config python3 wayland-devel wayland-protocols"
Expand All @@ -17,7 +17,7 @@ license="GPL-3.0-only"
homepage="https://sw.kovidgoyal.net/kitty/"
changelog="https://sw.kovidgoyal.net/kitty/changelog.html"
distfiles="https://github.com/kovidgoyal/kitty/releases/download/v${version}/kitty-${version}.tar.xz"
checksum=42c4ccfb601f830fbf42b7cb23d545f0f775010f26abe1b969b8346290e9d68b
checksum=d122497134abab8e25dfcb6b127af40cfe641980e007f696732f70ed298198f5
python_version=3
nopie_files="/usr/bin/kitten"

Expand Down
4 changes: 2 additions & 2 deletions srcpkgs/lutris/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'lutris'
pkgname=lutris
version=0.5.13
version=0.5.14
revision=2
build_style=meson
hostmakedepends="gettext python3-setuptools python3-gobject gtk+3-devel"
Expand All @@ -13,4 +13,4 @@ license="GPL-3.0-or-later"
homepage="https://lutris.net"
changelog="https://raw.githubusercontent.com/lutris/lutris/master/debian/changelog"
distfiles="https://github.com/lutris/lutris/archive/v${version}.tar.gz"
checksum=a9bc5effdec09190adba96c613eeef88d51cc9dffa03426acadaf9187904ad6e
checksum=c844b4a8338c4bb15df62d1edd0a8bd86bc9a06254711ccf4214aef4bce82f1d
Binary file added srcpkgs/lutris/v0.5.14.tar.gz
Binary file not shown.
6 changes: 3 additions & 3 deletions srcpkgs/multimon-ng/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'multimon-ng'
pkgname=multimon-ng
version=1.2.0
revision=2
version=1.3.0
revision=1
build_style=cmake
configure_args="$(vopt_bool x11 X11_SUPPORT) $(vopt_bool pulseaudio PULSE_AUDIO_SUPPORT)"
makedepends="$(vopt_if pulseaudio pulseaudio-devel) $(vopt_if x11 libX11-devel)"
Expand All @@ -10,7 +10,7 @@ maintainer="classabbyamp <void@placeviolette.net>"
license="GPL-2.0-or-later"
homepage="https://github.com/EliasOenal/multimon-ng"
distfiles="https://github.com/EliasOenal/multimon-ng/archive/${version}.tar.gz"
checksum=7c8bc6bb3d1956686c9e09f73e0eb27bc91b6b4357a3101452ab5dd13ad0f2c7
checksum=d6773bddb192c3836bfda4d8243f9ef7756c3cc029ac4856378892d9b0d0d0ea

build_options="pulseaudio x11"
build_options_default="pulseaudio x11"
4 changes: 2 additions & 2 deletions srcpkgs/openjdk17/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'openjdk17'
pkgname=openjdk17
version=17.0.9+6
version=17.0.10+2
revision=1
_gtest_ver=1.8.1
_java_ver="${version%%.*}"
Expand Down Expand Up @@ -45,7 +45,7 @@ license="GPL-2.0-only WITH Classpath-exception-2.0"
homepage="http://openjdk.java.net/"
distfiles="https://github.com/openjdk/jdk${_java_ver}u/archive/jdk-${version}.tar.gz
https://github.com/google/googletest/archive/refs/tags/release-${_gtest_ver}.tar.gz"
checksum="6444e9125c878281bccfb0ec58e7bece8a2e22c7a0bd3eb0667a32f0d0d8ce0f
checksum="dbe68a64c43c3e376abd9d03758a487ecfb9c7bf1fe71cf6c2ca113f909be1cb
9bf1fe5182a604b4135edc1a425ae356c9ad15e9b23f9f12a02e80184c3a249c"
provides="java-environment-${version}_1"
patch_args="-Np1 --directory=$build_wrksrc"
Expand Down
4 changes: 2 additions & 2 deletions srcpkgs/pyright/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'pyright'
pkgname=pyright
version=1.1.331
version=1.1.335
revision=1
build_wrksrc="packages/pyright"
hostmakedepends="nodejs python3"
Expand All @@ -11,7 +11,7 @@ license="MIT"
homepage="https://microsoft.github.io/pyright"
changelog="https://github.com/microsoft/pyright/releases"
distfiles="https://github.com/microsoft/pyright/archive/refs/tags/${version}.tar.gz"
checksum=3dbb9e1d3cf7e0405ed25388a627b3c1b776a50fd35a21a0d4e4a3a715c41f93
checksum=784684f14e47007896d6ab844f17477523908a298aa1824487b4f3a5d19281fb

case "$XBPS_TARGET_MACHINE" in
i686*) broken="lerna doesn't support i686" ;;
Expand Down
6 changes: 3 additions & 3 deletions srcpkgs/python3-sphinx-tabs/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'python3-sphinx-tabs'
pkgname=python3-sphinx-tabs
version=3.4.1
revision=3
version=3.4.4
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools"
# https://github.com/executablebooks/sphinx-tabs/issues/159
Expand All @@ -12,7 +12,7 @@ license="MIT"
homepage="https://sphinx-tabs.readthedocs.io/en/latest/"
changelog="https://github.com/executablebooks/sphinx-tabs/raw/master/CHANGELOG.md"
distfiles="${PYPI_SITE}/s/sphinx-tabs/sphinx-tabs-${version}.tar.gz"
checksum=d2a09f9e8316e400d57503f6df1c78005fdde220e5af589cc79d493159e1b832
checksum=f1b72c4f23d1ba9cdcaf880fd883524bc70689f561b9785719b8b3c3c5ed0aca
make_check=no # unpackaged dependencies: pytest-regressions sphinx_testing rinohtype

post_install() {
Expand Down
4 changes: 2 additions & 2 deletions srcpkgs/syncthingtray/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'syncthingtray'
pkgname=syncthingtray
version=1.4.7
version=1.4.8
revision=1
build_style=cmake
configure_args="-DJS_PROVIDER=qml -DBUILTIN_TRANSLATIONS=ON -DSYSTEMD_SUPPORT=OFF
Expand All @@ -18,7 +18,7 @@ maintainer="classabbyamp <void@placeviolette.net>"
license="GPL-2.0-or-later"
homepage="https://github.com/Martchus/syncthingtray"
distfiles="https://github.com/Martchus/syncthingtray/archive/refs/tags/v${version}.tar.gz"
checksum=a793f109bbdac74f49a8d4ec6124bdd5cf76f3024108f9cd31c571ac7cbcb684
checksum=3d6eb1cce6d3daf1507997ed8b144791191a59db848d1fdab50c590b45e14582

# requires weird port-binding shenanigans that may not work on ipv6
# https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=syncthingtray#n50
Expand Down
9 changes: 4 additions & 5 deletions srcpkgs/tqsl/template
Original file line number Diff line number Diff line change
@@ -1,22 +1,21 @@
# Template file for 'tqsl'
pkgname=tqsl
version=2.6.5
revision=3
version=2.7.1
revision=1
build_style=cmake
build_helper=cmake-wxWidgets-gtk3
hostmakedepends="wxWidgets-gtk3-devel"
makedepends="openssl-devel lmdb-devel expat-devel zlib-devel libcurl-devel
wxWidgets-gtk3-devel"
wxWidgets-gtk3-devel sqlite-devel"
short_desc="QSO log signing data for the ARRL Logbook of The World (LoTW)"
maintainer="classabbyamp <void@placeviolette.net>"
license="custom:ARRL"
homepage="https://www.arrl.org/tqsl-download"
distfiles="https://www.arrl.org/tqsl/tqsl-${version}.tar.gz"
checksum=5063cca759806ab1d6b8b6d9bb6c16a6380275ff192a3d0cc24aa9df6539ffcc
checksum=cc51295712567f0cdce051e83657a9c3bd08fc680c0148920d2625fe1a4c6ccc

CXXFLAGS="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"

post_install() {
vlicense LICENSE.txt
vinstall apps/tqsl.desktop 644 usr/share/applications
}
8 changes: 4 additions & 4 deletions srcpkgs/vivaldi/template
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Permission to redistribute is granted.
# see: srcpkgs/vivaldi/files/redistribution-permission.eml
pkgname=vivaldi
version=6.4.3160.41
version=6.4.3160.42
revision=1
_release=1
archs="x86_64 aarch64 armv7l"
Expand All @@ -17,15 +17,15 @@ skiprdeps="/opt/vivaldi/libqt5_shim.so /opt/vivaldi/libqt6_shim.so"
case "$XBPS_TARGET_MACHINE" in
x86_64)
distfiles="https://downloads.vivaldi.com/stable/vivaldi-stable_${version}-${_release}_amd64.deb"
checksum=c66b12f7d6c45561387da99503c9539ed15d55ff02d5763dc9f69f35aa29841c
checksum=b9dcdd58d1b407d4a275a38fb003b3928be20779308da3423d9912488a4b5cd2
;;
aarch64)
distfiles="https://downloads.vivaldi.com/stable/vivaldi-stable_${version}-${_release}_arm64.deb"
checksum=1fa4939edc3f6c99564d651c74d54e8da2063189a379243d042f9ec8e3fec704
checksum=0d05e520d6e066661d9aba7f55e5a5a16164d9110f33259468990c565d300e1a
;;
armv7l)
distfiles="https://downloads.vivaldi.com/stable/vivaldi-stable_${version}-${_release}_armhf.deb"
checksum=4cc308e3f1b2b51dcf484f881c773cc2dcfbbbd36bf68ad151fcce8afcd50632
checksum=67b3495f68e75b61c07e7f55168020ab0d70013f8a143bf58ff137750e7c68a7
;;
*)
broken="No distfiles available for this target"
Expand Down