Commit Graph
217321 Commits
Author SHA1 Message Date
dogknowsnx 09e3fe816c jp2a: update to 1.3.3 2026-03-12 20:09:28 +01:00
Jason Elswick aa5edf40c5 python3-peewee: update to 4.0.1. 2026-03-12 20:07:24 +01:00
Jason Elswick f557eb1107 kubo: update to 0.40.1. 2026-03-12 20:07:05 +01:00
dogknowsnx 68b556cfbc trackballs: update to 1.3.5 2026-03-12 20:04:40 +01:00
dogknowsnx a8348e93c5 libarchive: update to 3.8.6 2026-03-12 20:02:25 +01:00
Duncaen 80a30abe47 tpm2-tss-fapi: fix common/shlib entry 2026-03-12 18:09:00 +01:00
Duncaen 4f4d41b557 tpm2-tss: fix build 2026-03-12 18:03:52 +01:00
Duncaen c8a3e1384a New package: framework-system-0.6.1 2026-03-12 17:52:49 +01:00
Duncaen 497e14f560 tpm2-tools: update to 5.7. 2026-03-12 17:52:06 +01:00
Duncaen 8ed261094a tpm2-tss: update to 4.1.3. 2026-03-12 17:51:49 +01:00
tranzystorekk f12061b9bf github-cli: update to 2.88.1 2026-03-12 17:40:21 +01:00
Mintsuki 03d1547d80 limine: update to 10.8.5. 2026-03-12 17:29:36 +01:00
Piraty 2a488fb15c keepassxc: update to 2.7.12. 2026-03-12 16:36:00 +01:00
Karel Balej 6e3fd56c6f magic-wormhole: update to 0.23.0. 2026-03-12 15:35:49 +00:00
Krokspluish 333b9d717b xone: update to 0.5.7. 2026-03-12 06:49:51 -04:00
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