Skip to content
4 changes: 2 additions & 2 deletions srcpkgs/fastfetch/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'fastfetch'
pkgname=fastfetch
version=2.60.0
version=2.61.0
revision=1
build_style=cmake
configure_args="-DENABLE_SYSTEM_YYJSON=ON -DBUILD_FLASHFETCH=OFF"
Expand All @@ -14,7 +14,7 @@ license="MIT"
homepage="https://github.com/fastfetch-cli/fastfetch"
changelog="https://github.com/fastfetch-cli/fastfetch/raw/dev/CHANGELOG.md"
distfiles="https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/${version}.tar.gz"
checksum=001dd608ebe0d8b651069983690cc93fe7f3e41ac11a50fc591b22c2fe97d9a4
checksum=b05b95bcc0915431cf732382813261497fa4412c3967904c1a9f207d5c946c65

case "$XBPS_TARGET_MACHINE" in
x86_64|aarch64) makedepends+=" DirectX-Headers" ;;
Expand Down
4 changes: 2 additions & 2 deletions srcpkgs/gegl/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'gegl'
pkgname=gegl
version=0.4.68
version=0.4.70
revision=1
build_style=meson
build_helper="gir"
Expand All @@ -18,7 +18,7 @@ license="GPL-3.0-only, LGPL-3.0-only"
homepage="https://gegl.org/"
changelog="https://gitlab.gnome.org/GNOME/gegl/-/raw/master/docs/NEWS.adoc"
distfiles="https://download.gimp.org/pub/gegl/${version%.*}/gegl-${version}.tar.xz"
checksum=5002309b9a701260658e8b3a61540fd5673887cef998338e1992524a33b23ae3
checksum=47f50d9c3aecd375deb48c11ebfead52d162e4fc162a4b3d44618277f1faec02

case "$XBPS_TARGET_MACHINE" in
arm*) configure_args+=" -Db_lto=false"
Expand Down
106 changes: 0 additions & 106 deletions srcpkgs/gimp/patches/cross-gimp.patch

This file was deleted.

6 changes: 3 additions & 3 deletions srcpkgs/gimp/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'gimp'
pkgname=gimp
version=3.2.0
version=3.2.2
revision=1
build_style=meson
build_helper="gir qemu"
Expand All @@ -22,15 +22,15 @@ maintainer="classabbyamp <void@placeviolette.net>"
license="GPL-3.0-only"
homepage="https://www.gimp.org"
distfiles="https://download.gimp.org/gimp/v${version%.*}/gimp-${version/+rc/-RC}.tar.xz"
checksum=2618391416e51be3c693df9ef90e3860ed72ab3d36363ea1f196e30b75b2e083
checksum=6c5f8cbabe081f405633a2d32b79a08166aeb7b43c7f548391608dc0d0de71be
lib32disabled=yes

if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" gimp"
configure_args+=" -Dcan-crosscompile-gir=true -Dgi-docgen=disabled"
fi

if [ -n "$XBPS_CHECK_PKGS" ]; then
if [ -n "$XBPS_CHECK_PKGS" ] && [ -z "$CROSS_BUILD" ]; then
configure_args+=" -Dheadless-tests=enabled"
else
configure_args+=" -Dheadless-tests=disabled"
Expand Down
4 changes: 2 additions & 2 deletions srcpkgs/libvirt/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'libvirt'
pkgname=libvirt
version=12.0.0
version=12.2.0
revision=1
build_style=meson
configure_args="-Dqemu_user=libvirt -Dqemu_group=libvirt -Drunstatedir=/run
Expand All @@ -20,7 +20,7 @@ license="LGPL-2.1-or-later"
homepage="https://libvirt.org"
changelog="https://raw.githubusercontent.com/libvirt/libvirt/master/NEWS.rst"
distfiles="https://libvirt.org/sources/libvirt-${version}.tar.xz"
checksum=bf4e680019c04c45b557dd4a7ef59e952887f74e3c47044fe035a961fb624726
checksum=ac93cd0da743a6c231911fb549399b415102ecfee775329bebbf61ed843b9786
# At least one test times out on CI but works locally
make_check=ci-skip

Expand Down
4 changes: 2 additions & 2 deletions srcpkgs/linux-base/template
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
pkgname=linux-base
version=2026.03.23
revision=1
depends="dracut sof-firmware alsa-firmware linux-firmware-network"
depends="dracut alsa-firmware linux-firmware-network"
short_desc="Linux kernel base dependencies"
maintainer="Érico Nogueira <ericonr@disroot.org>"
license="Public Domain"
homepage="https://voidlinux.org/"

case "$XBPS_TARGET_MACHINE" in
i686*|x86_64*)
depends+=" linux-firmware-intel linux-firmware-nvidia linux-firmware-amd"
depends+=" sof-firmware linux-firmware-intel linux-firmware-nvidia linux-firmware-amd"
;;
esac

Expand Down
4 changes: 2 additions & 2 deletions srcpkgs/mako/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'mako'
pkgname=mako
version=1.10.0
version=1.11.0
revision=1
build_style=meson
configure_args="-Dicons=enabled -Dman-pages=enabled -Dzsh-completions=true
Expand All @@ -13,7 +13,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://wayland.emersion.fr/mako/"
distfiles="https://github.com/emersion/mako/archive/v${version}.tar.gz"
checksum=3ca44f6bb85c941a4f637a9787931c22ee9a7fe6b8039e6985baf863719b0f95
checksum=72d11d3fca20a3dfbca0107ff875eace479751be0cf2ddd1dd5bafa131ac7282

post_install() {
vlicense LICENSE
Expand Down
4 changes: 2 additions & 2 deletions srcpkgs/noto-fonts-ttf/template
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Template file for 'noto-fonts-ttf'
pkgname=noto-fonts-ttf
reverts="20220810_1 20190926_2 20190926_1 20181202_1 20181106_1"
version=2026.03.01
version=2026.04.01
revision=1
depends="font-util"
short_desc="Google Noto TTF Fonts"
maintainer="classabbyamp <void@placeviolette.net>"
license="OFL-1.1"
homepage="https://notofonts.github.io/"
distfiles="https://github.com/notofonts/notofonts.github.io/archive/refs/tags/noto-monthly-release-${version}.tar.gz"
checksum=033b0ecbbd40f5a8b4522e69b3ab913a1bbf499ee0c6d646f4c7f8c598d4f95a
checksum=3a19af6df3c395352715470fd2fa4ed50e75a99551db9dc3b743e1f87e871b7b
font_dirs="/usr/share/fonts/noto"
nostrip=yes # just font files
provides="font:sans-serif-0_1 font:serif-0_1"
Expand Down
2 changes: 0 additions & 2 deletions srcpkgs/openpgp-card-tools/update

This file was deleted.

4 changes: 2 additions & 2 deletions srcpkgs/python3-orjson/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'python3-orjson'
pkgname=python3-orjson
version=3.11.7
version=3.11.8
revision=1
build_style=python3-pep517
build_helper="rust"
Expand All @@ -13,7 +13,7 @@ license="Apache-2.0 OR MIT"
homepage="https://github.com/ijl/orjson"
changelog="https://raw.githubusercontent.com/ijl/orjson/master/CHANGELOG.md"
distfiles="https://github.com/ijl/orjson/archive/refs/tags/${version}.tar.gz"
checksum=662ca58f2bc067ad91f88ffc8f657f2a95f61f6019ea01c00871b047020cbd18
checksum=6d161d9cd3f62d56a5a1216899c62e0ed1b64e5aadff6000cb7e95242caa0923

post_install() {
vlicense LICENSE-MIT
Expand Down
4 changes: 2 additions & 2 deletions srcpkgs/tailscale/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'tailscale'
pkgname=tailscale
version=1.96.2
version=1.96.4
revision=1
build_style=go
build_helper="qemu"
Expand All @@ -17,7 +17,7 @@ license="BSD-3-Clause"
homepage="https://tailscale.com"
changelog="https://tailscale.com/changelog"
distfiles="https://github.com/tailscale/tailscale/archive/v${version}.tar.gz"
checksum=2142b73a86de1e934e20a8f316c8139e234b3360bb76edda4cf5b6cef1e605f3
checksum=57b70731af7ae0ed167519924905fd032ddd8559a65bc8a3329d9da495f0feb2

post_install() {
for sh in bash fish zsh; do
Expand Down
4 changes: 2 additions & 2 deletions srcpkgs/tinymist/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'tinymist'
pkgname=tinymist
version=0.14.12
version=0.14.14
revision=1
build_style=cargo
build_helper="qemu"
Expand All @@ -12,7 +12,7 @@ license="Apache-2.0"
homepage="https://myriad-dreamin.github.io/tinymist/"
changelog="https://github.com/Myriad-Dreamin/tinymist/releases"
distfiles="https://github.com/Myriad-Dreamin/tinymist/archive/refs/tags/v${version}.tar.gz"
checksum=feb042f8f5b39f07eb770137d892c0217a69b6a73d672c275b1169ccd7efeb57
checksum=36d28b09cddc126e2b91c48a9c3b07e1c38f951f2e8a5546de8530b6e973c4bf
# takes forever
make_check=no

Expand Down
6 changes: 3 additions & 3 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=7.9.3970.41+1
version=7.9.3970.47+1
revision=1
archs="x86_64 aarch64"
depends="desktop-file-utils hicolor-icon-theme xz libnotify xdg-utils"
Expand All @@ -16,11 +16,11 @@ 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//+/-}_amd64.deb"
checksum=3aa9dbe6bedf3f524e1b09b62a9d63400f7f6231df9e0d815e18aa3bec3520a3
checksum=0dcd55cb107ad16b2bca7393e6bf39f97963c7c994ec82a876720878667fbbe3
;;
aarch64)
distfiles="https://downloads.vivaldi.com/stable/vivaldi-stable_${version//+/-}_arm64.deb"
checksum=caa693f76fa590db2b9f0f8fb93293617704c721399d626589417b0e4cb9f292
checksum=d3c2a517c249959a8065e48502a68dccc3df1e9f7919d75149c9cb9e44363c5f
;;
*)
broken="No distfiles available for this target"
Expand Down
Loading