From 9b27df1de82afe3cf280d3992185ec8633a746e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jozef=20Steinh=C3=BCbl?= Date: Sat, 14 Dec 2024 17:25:29 +0100 Subject: [PATCH] vesktop: update to 1.5.4 --- srcpkgs/crystal/template | 84 ++++++++++++++++++++++++++++++++++ srcpkgs/google-chrome/template | 4 +- srcpkgs/vesktop/template | 10 ++-- 3 files changed, 91 insertions(+), 7 deletions(-) create mode 100644 srcpkgs/crystal/template diff --git a/srcpkgs/crystal/template b/srcpkgs/crystal/template new file mode 100644 index 0000000..8c8841c --- /dev/null +++ b/srcpkgs/crystal/template @@ -0,0 +1,84 @@ +# Template file for 'crystal' +pkgname=crystal +version=1.14.0 +revision=1 +archs="x86_64" +build_style=gnu-configure +_shardsversion=0.18.0 +_molinilloversion=0.2.0 +_bootstrapversion=1.14.0 +_bootstraprevision=1 +hostmakedepends="which tar git llvm17 pkg-config" +makedepends="gc-devel libatomic_ops pcre-devel libevent-devel libyaml-devel + libxml2-devel" +depends="gc-devel libatomic_ops pcre-devel libevent-devel libyaml-devel + libxml2-devel gmp-devel openssl-devel llvm17 gcc pkg-config" +checkdepends="readline-devel libyaml-devel gmp-devel openssl-devel" +short_desc="Crystal Programming Language" +maintainer="Jozef Steinhübl " +license="Apache-2.0" +homepage="https://crystal-lang.org/" +distfiles=" + https://github.com/crystal-lang/crystal/archive/${version}.tar.gz + https://github.com/crystal-lang/shards/archive/v${_shardsversion}.tar.gz + https://github.com/crystal-lang/crystal-molinillo/archive/v${_molinilloversion}.tar.gz + https://github.com/crystal-lang/crystal/releases/download/${_bootstrapversion}/crystal-${_bootstrapversion}-${_bootstraprevision}-linux-x86_64.tar.gz" +checksum="85c74d8654a0e111e2eaec6de38470bc9cb6762bc5b799dd3693d18cce4bc807 + 46a830afd929280735d765e59d8c27ac9ba92eddde9647ae7d3fc85addc38cc5 + e231cf2411a6a11a1538983c7fb52b19e650acc3338bd3cdf6fdb13d6463861a + d39478dbdc978fa1883f4a70f0186ce5054cf3d984e9be99882bdf42a70fe2be" +nocross="FIXME: someone needs to sort out the llvm --cxxflags for cross building" +_crystalflags="--release --no-debug --progress" + +do_extract() { + mkdir -p ${wrksrc}/{shards,shards/lib,shards/lib/molinillo,molinillo,$(vopt_if binary_bootstrap bootstrap)} + tar xfz ${XBPS_SRCDISTDIR}/${pkgname}-${version}/${version}.tar.gz --strip-components=1 -C ${wrksrc} + tar xfz ${XBPS_SRCDISTDIR}/${pkgname}-${version}/v${_shardsversion}.tar.gz --strip-components=1 -C ${wrksrc}/shards + tar xfz ${XBPS_SRCDISTDIR}/${pkgname}-${version}/v${_molinilloversion}.tar.gz --strip-components=1 -C ${wrksrc}/molinillo + mv -f ${wrksrc}/molinillo/src/* ${wrksrc}/shards/lib/molinillo + if [ "$build_option_binary_bootstrap" ]; then + tar xf ${XBPS_SRCDISTDIR}/${pkgname}-${version}/crystal-${_bootstrapversion}-${_bootstraprevision}-linux-${XBPS_TARGET_MACHINE}.tar.gz \ + --strip-components=1 -C ${wrksrc}/bootstrap + fi +} + +do_build() { + if [ -z ${disable_parallel_build} ] && [ ${XBPS_MAKEJOBS} ]; then + _crystalflags="${_crystalflags} --threads ${makejobs:2:4}" + fi + make ${makejobs} release=1 FLAGS="${_crystalflags}" \ + CRYSTAL_CONFIG_PATH="lib:/usr/lib/crystal" \ + CRYSTAL_CONFIG_VERSION="${version}" \ + CRYSTAL_CACHE_DIR="/tmp/crystal" \ + $(vopt_if binary_bootstrap PATH="${wrksrc}/bootstrap/bin:$PATH") + make ${makejobs} docs CRYSTAL_CACHE_DIR="/tmp/crystal" + cd shards + ${wrksrc}/bin/crystal build ${_crystalflags} -o bin/shards src/shards.cr +} + +do_check() { + make ${makejobs} spec \ + CRYSTAL_CONFIG_VERSION="${version}" \ + CRYSTAL_CACHE_DIR="/tmp/crystal" \ + PATH=".build:$PATH" + cd shards + make test CRYSTAL_BIN="${wrksrc}/bin/crystal" +} + +do_install() { + vmkdir /usr/bin + vmkdir /usr/lib/crystal + vmkdir /usr/share/doc/crystal + vmkdir /usr/share/doc/crystal/api + vmkdir /usr/share/licenses/shards + vinstall etc/completion.bash 644 \ + usr/share/bash-completion/completions crystal + vinstall etc/completion.zsh 644 usr/share/zsh/site-functions _crystal + vcopy samples /usr/share/doc/crystal + vcopy docs/* /usr/share/doc/crystal/api + vcopy src/* /usr/lib/crystal + vbin .build/crystal crystal + vman man/crystal.1 + vbin shards/bin/shards + cp shards/LICENSE ${DESTDIR}/usr/share/licenses/shards +} diff --git a/srcpkgs/google-chrome/template b/srcpkgs/google-chrome/template index e998af0..94bc567 100644 --- a/srcpkgs/google-chrome/template +++ b/srcpkgs/google-chrome/template @@ -1,7 +1,7 @@ # Template file for 'google-chrome' # Official template from https://github.com/void-linux/void-packages/blob/master/srcpkgs/google-chrome/template pkgname=google-chrome -version=129.0.6668.89 +version=131.0.6778.69 revision=1 _channel=stable archs="x86_64" @@ -12,7 +12,7 @@ maintainer="Michael Aldridge " license="custom:chrome" homepage="https://www.google.com/chrome/" distfiles="https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-${_channel}_${version}-1_amd64.deb" -checksum=eec893b085b6f71e1767e66eb7d6f9045493b5ce6dba1c6eb319e424fa2e1b5c +checksum=eda13a459139901dc36891540dd7364deafc4ac6593342736262a7d61175054b skiprdeps="/opt/google/chrome/libqt5_shim.so /opt/google/chrome/libqt6_shim.so" restricted=yes diff --git a/srcpkgs/vesktop/template b/srcpkgs/vesktop/template index 54790ec..91ac868 100644 --- a/srcpkgs/vesktop/template +++ b/srcpkgs/vesktop/template @@ -1,7 +1,7 @@ # Template file for 'vesktop' pkgname='vesktop' -version='1.5.3' +version='1.5.4' revision='1' arch='x86_64' short_desc='Vesktop gives you the performance of web Discord and the comfort of Discord Desktop' @@ -9,18 +9,18 @@ maintainer="Jozef Steinhübl " homepage='https://vencord.dev' license='GPL3' -depends="electron24" -hostmakedepends="electron24" +depends="electron33" +hostmakedepends="electron33" makedepends="pnpm git" distfiles="https://github.com/Vencord/Vesktop/archive/refs/tags/v${version}.tar.gz" -checksum="615ed9275a03974a0c6486c0095cfcd0af246363a4f62ec0bdc985c763cc6334" +checksum="ad43c34a8623ceee9565b41bc0f7cc7ffa3a105d73c0620cc9ed4ab8b416c728" do_build() { export SYSTEM_ELECTRON_VERSION=$(