Duncaen
0550f9b022
firefox-i18n: update to 148.0.2.
2026-03-12 04:32:26 +01:00
Duncaen
7ba3c622d2
firefox: update to 148.0.2.
2026-03-12 04:32:18 +01:00
Duncaen
fef37b17f0
linux6.19: enable more amd audio modules and ftrace features
2026-03-12 03:20:45 +01:00
Duncaen
1b14d0a948
alsa-ucm-conf: update to 1.2.15.3.
2026-03-12 03:15:52 +01:00
Duncaen
39496978e1
linux6.19: fix framework laptop 16 internal mic and enable amd xdna
2026-03-12 03:12:35 +01:00
Duncaen
72ad4aea71
whois: update to 5.6.6.
2026-03-12 03:10:17 +01:00
classabbyamp
7ad496948e
python3-pyside6: add missing dependencies
...
if these are not added, importing a module will produce an error.
This was calculated with the following method:
generate a list of each module's dependencies like:
rg 'set\(Qt.*_deps' masterdir-x86_64/builddir/python3-pyside6-6.10.2 \
-g CMakeLists.txt --no-filename --no-line-number | sort -u | \
sed 's/set(\(Qt.*\)_deps *\(.*\))/\1:\2/' > pyside6-deps
and a list of which module is in which package like:
find masterdir-x86_64/destdir -name site-packages -print0 | \
find -files0-from - -name '*.so' | \
sed 's,\(python3-pyside.*\)-6.*PySide6/\(.*\).so$,\1:\2,' | \
grep -v shiboken | cut -d/ -f3- | sort -u > pyside6-pkgs
then combine the two to get a list of dependencies each subpackage needs (python):
moddeps = {}
modpkgs = {}
needed = {}
with open("pyside6-deps") as f:
for line in f.readlines():
mod, _, dmods = line.partition(":")
moddeps[mod] = dmods.split()
with open("pyside6-pkgs") as f:
for line in f.readlines():
pkg, _, mod = line.partition(":")
mod = mod.strip()
modpkgs[mod] = pkg
for mod, pkg in modpkgs.items():
mods = moddeps.get(mod, [])
if pkg in needed:
needed[pkg] += mods
else:
needed[pkg] = mods
for p, d in needed.items():
print("==>", p)
dd = sorted(list(set(modpkgs[m] for m in d)))
if "python3-pyside6" in dd:
dd.remove("python3-pyside6")
if p in dd:
dd.remove(p)
for pp in dd:
print((f" {pp.replace("python3-pyside6", "${sourcepkg}")}"
">=${version}_${revision}"), end="")
print()
2026-03-11 18:26:46 -04:00
Andrea Brancaleoni
b5eec9a06c
logstalgia: update to 1.1.5.
2026-03-11 11:28:29 -07:00
tranzystorekk
7faf7f372a
git-pages-cli: update to 1.6.0
2026-03-11 19:04:25 +01:00
tranzystorekk
358716ad04
topgrade: update to 17.1.0
2026-03-11 18:50:59 +01:00
Mintsuki
db07bd50a5
limine: update to 10.8.4.
2026-03-11 17:49:34 +01:00
tranzystorekk
38776d4a93
github-cli: update to 2.88.0
2026-03-11 17:48:21 +01:00
Duncaen
57710666e0
dash: downgrade to 0.5.12
...
This reverts commit 3521973e6a .
2026-03-11 04:53:42 +01:00
Duncaen
80883f7ba5
oniux: update to 0.9.0.
2026-03-11 04:51:46 +01:00
Duncaen
d7145a9571
squashfs-tools: update to 4.7.5.
2026-03-11 04:51:43 +01:00
classabbyamp
708a3231b7
linux-firmware: update to 20260309, enable compressed firmware
2026-03-10 18:50:16 -04:00
Andrew J. Hesford
7140a21d2e
sane-airscan: update to 0.99.37.
2026-03-10 18:22:08 -04:00
Alex March
bb8a2e8d66
duf: update to 0.9.1.
2026-03-10 21:46:57 +01:00
tranzystorekk
8207c3596e
vhs: update to 0.11.0
2026-03-10 21:05:39 +01:00
tranzystorekk
34344eff21
fd: update to 10.4.2
2026-03-10 18:31:20 +01:00
Emil Miler
f939f45a32
mangowc: update to 0.12.6
2026-03-10 15:04:23 +01:00
Leah Neukirchen
5e8c41e988
runit: update to 2.3.1.
...
adopt.
2026-03-10 13:00:15 +01:00
Andrea Brancaleoni
9cbc4bdd08
entr: update to 5.8.
2026-03-09 19:38:16 -07:00
Andrea Brancaleoni
fc3ccb4705
python3-b2sdk: update to 2.10.4.
2026-03-09 19:38:00 -07:00
Andrea Brancaleoni
26d980d61a
docker-cli: update to 29.3.0.
2026-03-09 19:37:11 -07:00
Andrea Brancaleoni
b201513b21
moby: update to 29.3.0.
2026-03-09 19:34:46 -07:00
zlice
cc2918b7a8
discord: update to 0.0.128
2026-03-09 19:44:51 -04:00
Helmut Pozimski
80de04931d
gwenview: update to 25.12.3.
2026-03-09 23:14:50 +01:00
Helmut Pozimski
19a9810413
libkdcraw5: update to 25.12.3.
2026-03-09 21:58:51 +01:00
classabbyamp
441fb50a31
uv: update to 0.10.9.
2026-03-09 12:28:10 -04:00
classabbyamp
6724bfb254
syncthingtray: update to 2.0.9.
2026-03-09 12:27:59 -04:00
classabbyamp
ab4ac94eec
python3-sphinx-tabs: update to 3.5.0.
2026-03-09 12:27:49 -04:00
classabbyamp
3570db6071
q: update to 0.19.12.
2026-03-09 12:27:38 -04:00
classabbyamp
1c07ca4108
fastfetch: update to 2.60.0.
2026-03-09 12:27:29 -04:00
classabbyamp
b0e57ba79d
rofi-rbw: update to 1.6.1.
2026-03-09 12:20:32 -04:00
classabbyamp
4dc4b1c388
hamlib: update to 4.7.0.
2026-03-09 12:19:34 -04:00
tranzystorekk
849dcf9fba
cargo: update to 1.94.0
2026-03-09 11:31:25 +01:00
tranzystorekk
111aab7d5f
rust: update to 1.94.0
2026-03-09 11:31:25 +01:00
tranzystorekk
abd2fb40d6
cargo-bootstrap: update to 1.94.0
2026-03-09 11:31:25 +01:00
tranzystorekk
b7248335ee
rust-bootstrap: update to 1.94.0
2026-03-09 11:31:25 +01:00
Đoàn Trần Công Danh
8105ee5f04
libopenraw: requires boost.unit_test_framework
...
Close #59271
2026-03-09 08:49:01 +07:00
classabbyamp
bbaa980649
element-desktop: fix icon installation
2026-03-08 18:12:37 -04:00
Kaz Miller
a60b323407
system-monitoring-center: add missing deps
...
Updated dependencies to include python3-tkinter and python3-Pillow.
2026-03-08 17:48:39 -04:00
classabbyamp
d292d81562
mesa-asahi: restrict to aarch64*
2026-03-08 17:37:34 -04:00
Bnyro
a9e416cb5e
go-size-analyzer: update to 1.11.0.
2026-03-08 21:12:21 +01:00
Andrew J. Hesford
c3e546e76f
python3.11: update to 3.11.15.
2026-03-08 14:38:31 -04:00
Andrew J. Hesford
a5538fea8c
python3-tifffile: update to 2026.3.3.
2026-03-08 14:38:30 -04:00
Andrew J. Hesford
048f23972d
python3-scikit-build-core: update to 0.12.2.
2026-03-08 14:38:30 -04:00
Andrew J. Hesford
ee35e1a51f
python3-redis: update to 7.3.0.
2026-03-08 14:38:30 -04:00
Andrew J. Hesford
6ab958b8d0
python3-pytz: update to 2026.1.post1.
2026-03-08 14:38:30 -04:00