Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions srcpkgs/anubis/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'anubis'
pkgname=anubis
version=1.23.1
version=1.25.0
revision=1
build_style=go
go_import_path="github.com/TecharoHQ/anubis"
Expand All @@ -14,12 +14,12 @@ license="MIT"
homepage="https://anubis.techaro.lol/"
changelog="https://github.com/TecharoHQ/anubis/releases"
distfiles="https://github.com/TecharoHQ/anubis/archive/refs/tags/v${version}.tar.gz"
checksum=55bf6d6ee6a1372604816b2bac08e7d6850f747a0c86bcdf9eca1be281feffab
checksum=e281562dea0b49d0639c3c5e9b0a2a7fe522b1a359e3cec470db06493835bbe7

system_accounts="_anubis"

pre_build() {
npm install --ignore-scripts
npm ci --ignore-scripts
CGO_ENABLED=0 GOARCH= npm run assets
}

Expand Down
5 changes: 2 additions & 3 deletions srcpkgs/bcal/template
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
# Template file for 'bcal'
pkgname=bcal
version=2.4
version=2.5
revision=1
build_style=gnu-makefile
makedepends="readline-devel"
depends="bc"
short_desc="Byte CALculator for storage conversions and calculations"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-3.0-or-later"
homepage="https://github.com/jarun/bcal"
changelog="https://raw.githubusercontent.com/jarun/bcal/master/CHANGELOG"
distfiles="https://github.com/jarun/bcal/archive/v${version}.tar.gz"
checksum=141f39d866f62274b2262164baaac6202f60749862c84c2e6ed231f6d03ee8df
checksum=7e00d38aca2272ef93f55515841e2912ecf845914ec140f8e4c356e1493cf5cf

if [ "$XBPS_TARGET_WORDSIZE" -ne 64 ]; then
broken="Can only be built for 64 bit targets which define __uint128_t."
Expand Down
4 changes: 2 additions & 2 deletions srcpkgs/bzmenu/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'bzmenu'
pkgname=bzmenu
version=0.3.0
version=0.4.0
revision=1
build_style=cargo
hostmakedepends="pkg-config"
Expand All @@ -11,4 +11,4 @@ maintainer="Yushi <git@yushi.one>"
license="GPL-3.0-or-later"
homepage="https://github.com/e-tho/bzmenu"
distfiles="https://github.com/e-tho/bzmenu/archive/refs/tags/v${version}.tar.gz"
checksum=a51185d603bc2ed5dfb814ae9295b5a004b6e857baf27ceff5e50dfbb980bce5
checksum=d38db4f9d530126ab7d0fc4487f25b2da0b3b7e17ffc2635e92151d9f4a4253f
6 changes: 3 additions & 3 deletions srcpkgs/dash/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'dash'
pkgname=dash
version=0.5.12
revision=2
version=0.5.13.1
revision=1
build_style=gnu-configure
hostmakedepends="bison"
makedepends="libedit-devel"
Expand All @@ -10,7 +10,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
license="BSD-3-Clause"
homepage="http://gondor.apana.org.au/~herbert/dash/"
distfiles="http://gondor.apana.org.au/~herbert/dash/files/$pkgname-$version.tar.gz"
checksum=6a474ac46e8b0b32916c4c60df694c82058d3297d8b385b74508030ca4a8f28a
checksum=d9271bce09c127d9866e25c011582ddc75ab988958a04bc4d8553a3b8f30e370
register_shell="/usr/bin/sh /usr/bin/dash /bin/sh /bin/dash"

alternatives="
Expand Down
4 changes: 2 additions & 2 deletions srcpkgs/ddcutil/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'ddcutil'
pkgname=ddcutil
version=2.2.1
version=2.2.5
revision=1
build_style=gnu-configure
configure_args="--libdir=/usr/lib"
Expand All @@ -14,7 +14,7 @@ license="GPL-2.0-or-later"
homepage="https://www.ddcutil.com"
changelog="https://www.ddcutil.com/release_notes_220/"
distfiles="https://github.com/rockowitz/ddcutil/archive/v${version}.tar.gz"
checksum=ff8eb39b4559fcbc83de7b16834a010262dfa825938625272212fcaeefaef692
checksum=dd17ee072124c1c2b28426dde6985b503abc475af9fcfc13336363590ba42155

case "$XBPS_TARGET_MACHINE" in
*-musl) makedepends+=" libexecinfo-devel musl-legacy-compat"
Expand Down
4 changes: 2 additions & 2 deletions srcpkgs/discord/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'discord'
pkgname=discord
version=0.0.126
version=0.0.127
revision=1
archs="x86_64"
depends="alsa-lib dbus-glib gtk+3 libnotify nss libXtst libcxx libatomic
Expand All @@ -10,7 +10,7 @@ maintainer="Ryan Conwell <ryanconwell@protonmail.com>"
license="custom:Proprietary"
homepage="https://discord.com"
distfiles="https://dl.discordapp.net/apps/linux/${version}/discord-${version}.tar.gz"
checksum=6bad72589183702e65e92cfb00b989424cbe3c278216ceb0094f084aa0df972d
checksum=71e7fefac4c48aaab51fe987632230e59fd38f5740a0bb4a411c3b39207f6b16
repository=nonfree
restricted=yes
nopie=yes
Expand Down
9 changes: 5 additions & 4 deletions srcpkgs/esbuild/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'esbuild'
pkgname=esbuild
version=0.25.4
version=0.27.3
revision=1
build_style=go
go_import_path=github.com/evanw/esbuild
Expand All @@ -12,12 +12,13 @@ license="MIT"
homepage="https://esbuild.github.io/"
changelog="https://github.com/evanw/esbuild/releases"
distfiles="https://github.com/evanw/esbuild/archive/refs/tags/v${version}.tar.gz"
checksum=4661a2b1d2b1db035a19eca5e771a40b6c16b23279aae02022def9fa45ed5ad9
checksum=05d56070104b46d24c8921bfc4c83209d71cf583eb0396c13d0f359705bb5b61

do_check() {
# Skip test-deno (deno not packaged) and decorator-tests (not in a git
# repo) and test-wasm-node (exec fail) and js-api-tests (fails in CI)
make test-go vet-go no-filepath verify-source-map end-to-end-tests plugin-tests register-test node-unref-tests ts-type-tests lib-typecheck-node lib-typecheck-node-nolib
# repo) and test-wasm-node (exec fail) and end-to-end-tests (fails on
# musl) and js-api-tests (fails in CI)
make test-go vet-go no-filepath verify-source-map plugin-tests register-test node-unref-tests ts-type-tests lib-typecheck-node lib-typecheck-node-nolib
}

post_install() {
Expand Down
6 changes: 3 additions & 3 deletions srcpkgs/freetype/template
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
# Template file for 'freetype'
pkgname=freetype
version=2.14.1
version=2.14.2
revision=1
build_style=gnu-configure
configure_args="--enable-freetype-config"
hostmakedepends="pkg-config"
makedepends="bzip2-devel libpng-devel brotli-devel"
short_desc="Font rendering engine and library API"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later, FTL"
license="GPL-2.0-or-later OR FTL"
homepage="https://www.freetype.org/"
# Should be using NONGNU_SITE instead, but that often redirects to outdated
# mirrors, causing fetching the distfile to fail.
distfiles="https://download-mirror.savannah.gnu.org/releases/freetype/freetype-${version}.tar.xz"
checksum=32427e8c471ac095853212a37aef816c60b42052d4d9e48230bab3bdf2936ccc
checksum=4b62dcab4c920a1a860369933221814362e699e26f55792516d671e6ff55b5e1

post_patch() {
vsed -i -e "s/%PKG_CONFIG%/pkg-config/" builds/unix/freetype-config.in
Expand Down
4 changes: 2 additions & 2 deletions srcpkgs/iwmenu/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'iwmenu'
pkgname=iwmenu
version=0.3.0
version=0.4.0
revision=1
build_style=cargo
depends="iwd"
Expand All @@ -9,4 +9,4 @@ maintainer="Yushi <git@yushi.one>"
license="GPL-3.0-or-later"
homepage="https://github.com/e-tho/iwmenu"
distfiles="https://github.com/e-tho/iwmenu/archive/refs/tags/v${version}.tar.gz"
checksum=9537bf39032a229558e34f7e98700bb0f1924d818aa4bc55ee92c7ddf4bd73b9
checksum=feb608a42bf7cdc77babade9610d577d7e86e17e06f9426759a3457c0ca106b0
8 changes: 4 additions & 4 deletions srcpkgs/kpcli/template
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Template file for 'kpcli'
pkgname=kpcli
version=3.3
revision=2
version=4.1.3
revision=1
build_style=fetch
depends="perl perl-Crypt-Rijndael perl-Sort-Naturally perl-Term-ReadKey perl-Term-ShellUI perl-File-KeePass perl-Clone perl-Term-ReadLine-Gnu perl-XML-Parser"
short_desc="KeePass Command Line Interface"
maintainer="Kevin Berry <kevin@opensourcealchemist.com>"
maintainer="Orphaned <orphan@voidlinux.org>"
license="Artistic-1.0, GPL-1.0-or-later"
homepage="http://kpcli.sourceforge.net/"
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.pl"
checksum=04de984d6b79bdeb84689bf8eaa0e2e3aa8756b7cca9ffdf36e1a9d1c0f1cdfc
checksum=c91363e4e07f3521a867f68db602c95b53dc167e4366ee7ff254252b4176c62f

do_install() {
vbin kpcli-${version}.pl kpcli
Expand Down
6 changes: 3 additions & 3 deletions srcpkgs/libnpupnp/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'libnpupnp'
pkgname=libnpupnp
version=6.2.1
revision=2
version=6.2.3
revision=1
build_style=meson
hostmakedepends="pkg-config"
makedepends="expat-devel libcurl-devel libmicrohttpd-devel"
Expand All @@ -11,7 +11,7 @@ license="BSD-3-Clause"
homepage="https://www.lesbonscomptes.com/upmpdcli/npupnp-doc/libnpupnp.html"
changelog="https://www.lesbonscomptes.com/upmpdcli/pages/releases.html"
distfiles="https://www.lesbonscomptes.com/upmpdcli/downloads/libnpupnp-${version}.tar.gz"
checksum=1cc1222512d480826d2923cc7b98b7361183a2add8c6b646a7fa32c2f34b32b3
checksum=563d2a9e4afe603717343dc4667c0b89c6a017008ac6b52262da17a1e4f6bb96

post_install() {
vlicense COPYING
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/makepasswd/template
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version=1.10.9
revision=3
depends="perl-Crypt-OpenSSL-Random perl-Crypt-PasswdMD5"
short_desc="Create and/or encrypt true-random-seeded password strings"
maintainer="Kevin Berry <kevin@opensourcealchemist.com>"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later"
homepage="https://github.com/deathsyn/makepasswd"
distfiles="https://github.com/deathsyn/makepasswd/archive/${version}.tar.gz"
Expand Down
6 changes: 3 additions & 3 deletions srcpkgs/mpd/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'mpd'
pkgname=mpd
version=0.24.5
revision=3
version=0.24.8
revision=1
build_style=meson
configure_args="-Dopus=enabled -Dmikmod=enabled -Dneighbor=true
-Dpipe=true -Dtwolame=enabled -Dbzip2=enabled
Expand Down Expand Up @@ -39,7 +39,7 @@ license="GPL-2.0-or-later"
homepage="https://www.musicpd.org/"
changelog="https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/master/NEWS"
distfiles="https://www.musicpd.org/download/mpd/${version%.*}/mpd-${version}.tar.xz"
checksum=69dfcba5c99c8d828d8f35dfb31eb0a4e34ce3813f54666af4d8247558160a13
checksum=1868aded6aabe6a02a6427ef1d3856b11370612afc53d28184533db53991d2f7
LDFLAGS="-Wl,-z,stack-size=1048576"

system_accounts="mpd"
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/perl-Clone/template
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ makedepends="perl"
depends="$hostmakedepends"
checkdepends="perl-b-cow perl-Test-Most"
short_desc="Clone - recursively copy Perl datatypes"
maintainer="Kevin Berry <kevin@opensourcealchemist.com>"
maintainer="Orphaned <orphan@voidlinux.org>"
license="Artistic-1.0-Perl, GPL-1.0-or-later"
homepage="https://metacpan.org/release/Clone"
distfiles="${CPAN_SITE}/Clone/Clone-${version}.tar.gz"
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/perl-Crypt-OpenSSL-Random/template
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ hostmakedepends="perl perl-Crypt-OpenSSL-Guess"
makedepends="perl openssl-devel"
depends="perl"
short_desc="Crypt::OpenSSL::Random - OpenSSL PRNG"
maintainer="Kevin Berry <kevin@opensourcealchemist.com>"
maintainer="Orphaned <orphan@voidlinux.org>"
license="Artistic-1.0-Perl, GPL-1.0-or-later"
homepage="https://metacpan.org/release/Crypt-OpenSSL-Random"
distfiles="${CPAN_SITE}/Crypt/Crypt-OpenSSL-Random-${version}.tar.gz"
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/perl-Crypt-PasswdMD5/template
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ hostmakedepends="perl"
makedepends="perl"
depends="${hostmakedepends}"
short_desc="Crypt::PasswdMD5 - interoperable MD5-based crypt() functions"
maintainer="Kevin Berry <kevin@opensourcealchemist.com>"
maintainer="Orphaned <orphan@voidlinux.org>"
license="Artistic-1.0-Perl, GPL-1.0-or-later"
homepage="https://metacpan.org/release/Crypt-PasswdMD5"
distfiles="${CPAN_SITE}/Crypt/Crypt-PasswdMD5-${version}.tgz"
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/perl-Crypt-Rijndael/template
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ hostmakedepends="perl"
makedepends="perl"
depends="${hostmakedepends}"
short_desc="Crypt::Rijndael - Crypt::CBC compliant Rijndael module"
maintainer="Kevin Berry <kevin@opensourcealchemist.com>"
maintainer="Orphaned <orphan@voidlinux.org>"
license="LGPL-2.0-or-later"
homepage="https://metacpan.org/release/Crypt-Rijndael"
distfiles="${CPAN_SITE}/Crypt/Crypt-Rijndael-${version}.tar.gz"
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/perl-File-KeePass/template
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ makedepends="perl perl-Crypt-Rijndael"
depends="${makedepends}"
checkdepends="perl-XML-Parser"
short_desc="File::KeePass - Interface to KeePass V1 and V2 database files"
maintainer="Kevin Berry <kevin@opensourcealchemist.com>"
maintainer="Orphaned <orphan@voidlinux.org>"
license="Artistic-1.0-Perl, GPL-1.0-or-later"
homepage="https://metacpan.org/release/File-KeePass"
distfiles="${CPAN_SITE}/File/File-KeePass-${version}.tar.gz"
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/perl-Sort-Naturally/template
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ hostmakedepends="perl"
makedepends="perl"
depends="${hostmakedepends}"
short_desc="Sort::Naturally - sort lexically, but sort numeral parts numerically"
maintainer="Kevin Berry <kevin@opensourcealchemist.com>"
maintainer="Orphaned <orphan@voidlinux.org>"
license="Artistic-1.0-Perl, GPL-1.0-or-later"
homepage="https://metacpan.org/release/Sort-Naturally"
distfiles="${CPAN_SITE}/Sort/Sort-Naturally-${version}.tar.gz"
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/perl-Term-ShellUI/template
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ hostmakedepends="perl"
makedepends="perl"
depends="${hostmakedepends}"
short_desc="Term::ShellUI - A fully-featured shell-like command line environment"
maintainer="Kevin Berry <kevin@opensourcealchemist.com>"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://metacpan.org/release/Term-ShellUI"
distfiles="${CPAN_SITE}/Term/Term-ShellUI-${version}.tar.gz"
Expand Down
8 changes: 4 additions & 4 deletions srcpkgs/peru/template
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# Template file for 'peru'
pkgname=peru
version=1.3.2
revision=3
version=1.3.5
revision=1
build_style=python3-pep517
hostmakedepends="hatchling python3-wheel"
depends="curl git mercurial python3 python3-docopt python3-yaml"
depends="curl git mercurial python3 python3-yaml"
checkdepends="${depends} python3-pytest rsync subversion"
short_desc="Tool for fetching code"
maintainer="Andy Weidenbaum <atweiden@tutanota.de>"
license="MIT"
homepage="https://github.com/buildinspace/peru"
distfiles="https://github.com/buildinspace/peru/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz"
checksum=5778f76e83aedc1b01cd77992716a855c134346168a9167c37b8c1ac9c22dfa3
checksum=be16ebd78f95cbc1698d23404600793868f08d2856b8dd4da793355d48eceeb0

do_check() {
local skiptests
Expand Down
4 changes: 2 additions & 2 deletions srcpkgs/python3-fastapi/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'python3-fastapi'
pkgname=python3-fastapi
version=0.133.0
version=0.135.1
revision=1
build_style=python3-pep517
hostmakedepends="python3-pdm-backend"
Expand All @@ -10,7 +10,7 @@ maintainer="Jason Elswick <jason@jasondavid.us>"
license="MIT"
homepage="https://github.com/FastAPI/FastAPI"
distfiles="https://github.com/fastapi/fastapi/archive/refs/tags/${version}.tar.gz"
checksum=8a7d94bac10aaf994a49bc0a4ff15ab47b04510479446e629419a98376fcc8e4
checksum=0fc2cc0d82c046e295cfca85edbabb79dcaea394a838dcf6ea065670bc38e0f1
make_check=no # too many unpackaged dependencies

post_install() {
Expand Down
4 changes: 2 additions & 2 deletions srcpkgs/remindcal/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'remindcal'
pkgname=remindcal
version=0.1.0
version=0.1.1
revision=1
build_style=go
go_import_path="remindcal"
Expand All @@ -12,4 +12,4 @@ license="Unlicense"
homepage="https://github.com/realsirjoe/remindcal"
changelog="https://github.com/realsirjoe/remindcal/releases"
distfiles="https://github.com/realsirjoe/remindcal/archive/v${version}.tar.gz"
checksum=ffcd524c2ffc78c5b8ea0707085d7fdd440962b1cbf446a08205ebd1d6959222
checksum=b3e0a0a618bf0498533eba7367e0748fa109392ccc307888f4e3346549f80522
17 changes: 9 additions & 8 deletions srcpkgs/snapcast/template
Original file line number Diff line number Diff line change
@@ -1,29 +1,30 @@
# Template file for 'snapcast'
pkgname=snapcast
version=0.31.0
revision=2
_snapweb_version=0.8.0
version=0.34.0
revision=1
_snapweb_version=0.9.2
build_style=cmake
configure_args="-DCMAKE_INSTALL_SYSCONFDIR=/etc -DBUILD_WITH_TREMOR=OFF
-DBUILD_WITH_AVAHI=$(vopt_if avahi ON OFF)
-DBUILD_WITH_PIPEWIRE=$(vopt_if pipewire ON OFF)
-DBUILD_WITH_PULSE=$(vopt_if pulseaudio ON OFF)"
hostmakedepends="pkg-config"
makedepends="alsa-lib-devel boost-headers expat-devel libflac-devel libsoxr-devel
libvorbis-devel openssl-devel opus-devel $(vopt_if avahi avahi-libs-devel)
$(vopt_if pulseaudio pulseaudio-devel)"
$(vopt_if pipewire pipewire-devel) $(vopt_if pulseaudio pulseaudio-devel)"
short_desc="Synchronous multi-room audio player"
maintainer="amak <amak.git@outlook.com>"
license="GPL-3.0-or-later"
homepage="https://github.com/badaix/snapcast"
changelog="https://raw.githubusercontent.com/badaix/snapcast/master/changelog.md"
distfiles="https://github.com/badaix/snapcast/archive/v${version}.tar.gz
https://github.com/badaix/snapweb/releases/download/v${_snapweb_version}/snapweb.zip>snapweb-${_snapweb_version}.zip"
checksum="d38d576f85bfa936412413b6860875ba3b462a8e67405f3984a0485778f2fdac
71078f94d87e44881c7bf6491456d528420a69ae09f1ae115dd6c48c03c2a65c"
checksum="a2918ea4d1f9b2df9c4247fd71bd452ea03a5d20ac44f60a736df90488858944
e4ebeb911d4485daa469a12238d935721d4577612f9b5e43d2febf105f5a4660"
skip_extraction="snapweb-${_snapweb_version}.zip"

build_options="avahi pulseaudio"
build_options_default="avahi pulseaudio"
build_options="avahi pipewire pulseaudio"
build_options_default="avahi pipewire pulseaudio"

post_extract() {
vsrcextract -C server/etc/snapweb --strip-components=0 snapweb-${_snapweb_version}.zip
Expand Down
Loading
Loading