Skip to content
Draft
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
2 changes: 1 addition & 1 deletion common/shlibs
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ libparted.so.2 libparted-3.1_1
libparted-fs-resize.so.0 libparted-3.1_1
libntfs-3g.so.89 ntfs-3g-2021.8.22_1
libruby.so.3.4 ruby-3.4.5_1
libada.so.3 ada-3.1.0_1
libada.so.4 ada-4.0.0_1
librw.so.0 rankwidth-0.9_1
libxenctrl.so.4.19 xen-libs-4.19.0_1
libxenfsimage.so.4.19 xen-libs-4.19.0_1
Expand Down
4 changes: 2 additions & 2 deletions srcpkgs/ada/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'ada'
pkgname=ada
version=3.4.4
version=4.0.0
revision=1
build_style=cmake
configure_args="-DBUILD_SHARED_LIBS=ON"
Expand All @@ -9,7 +9,7 @@ maintainer="John <me@johnnynator.dev>"
license="MIT OR Apache-2.0"
homepage="https://www.ada-url.com/"
distfiles="https://github.com/ada-url/ada/archive/refs/tags/v${version}.tar.gz"
checksum=77bc5bbc383ed098cc60266ad6ee912de2431bb62d89248c0e17c4e712dcdaf9
checksum=6d6c7ef7dd2e329320d34eb2ab29ccdc879ee3935af9dfb894a6640e58dc381d

post_install() {
vlicense LICENSE-APACHE
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/nodejs/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'nodejs'
pkgname=nodejs
version=24.18.0
revision=1
revision=2
build_style=configure
configure_args="
--prefix=/usr
Expand Down
4 changes: 2 additions & 2 deletions srcpkgs/telegram-desktop/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'telegram-desktop'
pkgname=telegram-desktop
version=7.0.4
version=7.0.9
revision=1
build_style=cmake
build_helper="qemu gir"
Expand Down Expand Up @@ -29,7 +29,7 @@ license="GPL-3.0-or-later, OpenSSL"
homepage="https://desktop.telegram.org/"
changelog="https://github.com/telegramdesktop/tdesktop/blob/v${version}/changelog.txt"
distfiles="https://github.com/telegramdesktop/tdesktop/releases/download/v${version}/tdesktop-${version}-full.tar.gz"
checksum=9b805d85cc9d36b4a8e3cab78d8f4137fa82ec70d5c6dbfef4beb4f449e14eb9
checksum=b906980ba9dad0c82ad53d5a17ece95c1cab35e655ef981abe63cf157344ca6b

case $XBPS_TARGET_MACHINE in
armv6*) configure_args+=" -DDESKTOP_APP_DISABLE_SCUDO=true";; # Requires armv6k+ due to yield
Expand Down