classabbyamp
505e195aa8
yt-dlp: fix ejs version
2026-03-14 15:29:26 -04:00
classabbyamp
01485e249c
yt-dlp: enforce python3-yt-dlp-ejs requirement
2026-03-14 15:24:24 -04:00
classabbyamp
490e89a0ba
yt-dlp: update to 2026.03.13.
2026-03-14 15:09:16 -04:00
classabbyamp
bad0882f80
python3-yt-dlp-ejs: update to 0.7.0.
2026-03-14 15:09:07 -04:00
classabbyamp
09cf5241c5
keyutils: clean up template
2026-03-14 15:05:06 -04:00
classabbyamp
b9e8c94189
libXcomposite: rebuild for missing multilib
2026-03-14 10:46:55 -04: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
classabbyamp
708a3231b7
linux-firmware: update to 20260309, enable compressed firmware
2026-03-10 18:50:16 -04: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
classabbyamp
bbaa980649
element-desktop: fix icon installation
2026-03-08 18:12:37 -04:00
classabbyamp
d292d81562
mesa-asahi: restrict to aarch64*
2026-03-08 17:37:34 -04:00
classabbyamp
cd9b567e9e
plasma-desktop: fix launcher dependencies
2026-03-05 15:39:24 -05:00
classabbyamp
a3849e0807
yt-dlp: update to 2026.03.03.
2026-03-05 00:41:00 -05:00
classabbyamp
4d92a3768c
uv: update to 0.10.6.
2026-03-01 10:49:30 -05:00
classabbyamp
22673d4c17
valkey: update to 9.0.3.
2026-03-01 10:49:29 -05:00
classabbyamp
77683332b7
webhook: update to 2.8.3.
2026-03-01 10:49:21 -05:00
classabbyamp
6d465bd86a
rofi-rbw: actually add patches
2026-02-28 22:22:02 -05:00
classabbyamp
3b141c70f7
Reapply "libreoffice: update to 26.2.1.2."
...
This reverts commit 89b9758df2 .
2026-02-28 22:17:09 -05:00
classabbyamp
b4e8d8a5fd
cli11: update to 2.6.2.
2026-02-28 20:15:30 -05:00
classabbyamp
1afc14e5a3
noto-fonts-ttf: update to 2026.03.01.
2026-02-28 20:15:12 -05:00
classabbyamp
89b9758df2
Temporarily revert "libreoffice: update to 26.2.1.2."
...
This reverts commit 9c5bec5bf2 .
2026-02-28 19:40:47 -05:00
classabbyamp
42dc3c622c
firehol: clean builddir wrapper paths
...
fixes : #59203
2026-02-28 17:22:58 -05:00
classabbyamp
060ce3d85d
rofi-rbw: fix wayland detection
2026-02-28 15:17:07 -05:00
classabbyamp
a8e56f992c
nvidia: force build
2026-02-27 00:22:35 -05:00
classabbyamp
3d5099647c
linux-firmware: update to 20260221.
...
go back to zstd now that support is backported to 5.10 and 5.15
2026-02-26 09:49:46 -05:00
classabbyamp
17e884977b
linux5.15: update to 5.15.201.
...
backport zstd firmware loading
2026-02-26 09:49:10 -05:00
classabbyamp
11f0bb3a9c
linux5.10: update to 5.10.251.
...
backport zstd firmware loading
2026-02-26 09:49:09 -05:00
classabbyamp
112a46cd13
linux*: drop ppc patches, dotconfigs
...
these are not being maintained or updated by anyone
2026-02-26 09:49:07 -05:00
classabbyamp
677f611054
common/hooks/do-patch: show verbose patch messages if verbose
...
can help with debugging patch application
2026-02-26 09:48:47 -05:00
classabbyamp
56f5427510
*: remove -Wno-dev (now controlled by -v)
...
Ref: 38b17b4d89
2026-02-22 11:20:03 -05:00
classabbyamp
f89835c38b
yt-dlp: update to 2026.02.21.
2026-02-21 18:31:27 -05:00
classabbyamp
5a1f195079
python3-yt-dlp-ejs: update to 0.5.0.
2026-02-21 18:31:19 -05:00
classabbyamp
8b6eb09b6f
chezmoi: update to 2.69.4.
2026-02-17 12:22:25 -05:00
classabbyamp
067e8a676c
go: update to 1.25.7.
2026-02-17 12:22:25 -05:00
classabbyamp
65f9d088d1
syncthingtray: update to 2.0.7.
2026-02-17 12:22:24 -05:00
classabbyamp
a9d338c392
tailscale: update to 1.94.2.
2026-02-16 02:11:53 -05:00
classabbyamp
967c9013bd
qpwgraph: update to 0.9.9.
2026-02-16 02:11:48 -05:00
classabbyamp
30f5365cc4
fastfetch: update to 2.59.0.
2026-02-16 02:11:39 -05:00
classabbyamp
8542d9ffe0
vivaldi: update to 7.8.3925.66+1.
2026-02-16 02:11:31 -05:00
classabbyamp
b7d0fae1ae
.github/workflows/container: build monthly buildroot containers
2026-02-13 22:47:35 -05:00
classabbyamp
f88f225986
mkinitcpio-tailscale: update to 0.1.2.
2026-02-08 21:45:46 -05:00
classabbyamp
da2a146f1f
kexec-tools: update to 2.0.32.
2026-02-07 10:05:40 -05:00
classabbyamp
6710905943
linux6.18: remove unnecessary patch
...
this has been applied in mainline already, but it was only additions so
patch ate it just fine
2026-02-07 10:03:54 -05:00
classabbyamp
d8782f25e1
linux6.12: remove unnecessary patch
...
this has been applied in mainline already, but it was only additions so
patch ate it just fine
2026-02-07 10:03:04 -05:00
classabbyamp
4f1f7ed8c6
.github/workflows: update images
2026-02-06 21:50:33 -05:00
classabbyamp
f15c9f8428
rpi-base: silence a warning in dmesg
2026-02-05 17:44:19 -05:00
classabbyamp
078f7cd4d6
rpi-utils: update to 20260126.
2026-02-05 17:44:19 -05:00
classabbyamp
0f3015da6a
rpi-eeprom: update to 2026.01.09.
2026-02-05 17:44:19 -05:00
classabbyamp
e861fe88c7
rpi-firmware: update to 20260123.
2026-02-05 17:44:19 -05:00
classabbyamp
da96645cdd
linux6.*: enable serial wacom tablets on x86_64 and i386
...
match arm64
2026-02-04 21:51:08 -05:00
classabbyamp
701acbdad1
yt-dlp: update to 2026.02.04.
2026-02-04 19:49:44 -05:00
classabbyamp
765de85c09
valkey: update to 9.0.2.
2026-02-04 19:49:43 -05:00
classabbyamp
9443c9c823
uv: update to 0.9.29.
2026-02-04 19:49:42 -05:00
classabbyamp
9865343e87
qlog: update to 0.48.0.
2026-02-04 19:49:40 -05:00
classabbyamp
ca4fd2f20d
python3-orjson: update to 3.11.7.
2026-02-04 19:49:34 -05:00
classabbyamp
6ce7fa3141
asahi-firmware: rebuild for python 3.14
2026-02-04 08:22:40 -05:00
classabbyamp
52014f19d4
yt-dlp: update to 2026.01.31.
2026-02-03 14:06:23 -05:00
classabbyamp
8af82d261a
vivaldi: update to 7.8.3925.56+1.
2026-02-03 14:06:21 -05:00
classabbyamp
2a28a9fd07
uv: update to 0.9.28.
2026-02-03 14:06:20 -05:00
classabbyamp
69b138a133
tqsl: update to 2.8.4.
2026-02-03 14:06:18 -05:00
classabbyamp
a5918106c1
tinymist: update to 0.14.10.
2026-02-03 14:06:17 -05:00
classabbyamp
8c20d2cd54
tailscale: update to 1.94.1.
2026-02-03 14:06:16 -05:00
classabbyamp
b83d11352e
rofi-rbw: update to 1.6.0.
2026-02-03 14:06:14 -05:00
classabbyamp
dfe8a6a1b7
python3-orjson: update to 3.11.6.
2026-02-03 14:06:13 -05:00
classabbyamp
22ed7bf692
noto-fonts-ttf: update to 2026.02.01.
2026-02-03 14:06:11 -05:00
classabbyamp
bd62c84e3c
mergiraf: update to 0.16.3.
2026-02-03 14:06:10 -05:00
classabbyamp
c91bc22cbc
libvirt: update to 12.0.0.
2026-02-03 14:06:09 -05:00
classabbyamp
3f99d59335
babl: update to 0.1.122.
2026-02-03 14:06:04 -05:00
classabbyamp
e9592b1b93
inetutils: update to 2.7.
...
closes : #58783
2026-02-03 11:03:47 -05:00
classabbyamp
7588e217af
common/scripts/lint-commits: fail on merge and fixup commits
2026-02-03 08:33:25 -05:00
classabbyamp
83bab4dbfe
yt-dlp: update to 2026.01.29.
2026-01-30 09:43:28 -05:00
classabbyamp
73339c82ee
python3-yt-dlp-ejs: update to 0.4.0.
2026-01-30 09:43:24 -05:00
classabbyamp
7e35afd331
rpi-kernel: enable FW_LOADER_COMPRESS on armv{6,7}
2026-01-28 21:25:58 -05:00
classabbyamp
02cab71dfd
pinephone-kernel: enable FW_LOADER_COMPRESS
2026-01-28 21:25:58 -05:00
classabbyamp
c76c0463c1
linux5.15: update to 5.15.198.
2026-01-28 21:25:58 -05:00
classabbyamp
15f06641f8
linux5.10: update to 5.10.248.
2026-01-28 21:25:58 -05:00
classabbyamp
06b0ae6813
x13s-base: fix firmware filenames when compressed
2026-01-28 21:25:58 -05:00
classabbyamp
a9903326a1
linux-firmware: update to 20260110.
2026-01-28 21:25:58 -05:00
classabbyamp
d63ddf4747
darktile: remove package
...
abandoned upstream for years
also remove transitional package for its old name
2026-01-27 11:42:02 -05:00
classabbyamp
e4a39c4c43
ttf-ubuntu-font-family: add font: provides
2026-01-27 11:41:40 -05:00
classabbyamp
85f909e787
noto-fonts-ttf: add font: provides
2026-01-27 11:41:40 -05:00
classabbyamp
482b36f5af
liberation-fonts-ttf: add font: provides
2026-01-27 11:41:40 -05:00
classabbyamp
773f78155d
fonts-roboto-ttf: add font: provides
2026-01-27 11:41:40 -05:00
classabbyamp
63f9b3fc6f
fonts-droid-ttf: add font: provides
2026-01-27 11:41:40 -05:00
classabbyamp
c01bee1044
fonts-croscore-ttf: add font: provides
2026-01-27 11:41:40 -05:00
classabbyamp
16e9f63609
font-vollkorn-ttf: add font: provides
2026-01-27 11:41:40 -05:00
classabbyamp
3d12baf869
font-source-sans-3: add font: provides
2026-01-27 11:41:40 -05:00
classabbyamp
f86a5ea75c
font-sil-doulos: add font: provides
2026-01-27 11:41:40 -05:00
classabbyamp
31a413c218
font-sil-charis: add font: provides
2026-01-27 11:41:40 -05:00
classabbyamp
a279813984
font-sil-andika: add font: provides
2026-01-27 11:41:40 -05:00
classabbyamp
6ff2380d4d
font-sarasa-gothic: add font: provides
2026-01-27 11:41:40 -05:00
classabbyamp
9dc683fe8f
font-libertine-ttf: add font: provides
2026-01-27 11:41:40 -05:00
classabbyamp
5cc0387f19
font-libertine-graphite-ttf: add font: provides
2026-01-27 11:41:40 -05:00
classabbyamp
7d6b8e4044
font-latinmodern: add font: provides
2026-01-27 11:41:40 -05:00