Aster Boese
9df3dbc6f7
main/*: fixup license key to be spdx-compliant
...
Signed-off-by: Aster Boese <asterboese@mailbox.org>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8056 >
2026-05-31 14:53:46 +00:00
Aster Boese
f0a1a7142b
oneplus-fajita: move q6voiced config out of openrc subpackage
...
q6voiced stores its config in the OpenRC configuration directory, which is
automatically picked up by the default_openrc split function and moved to
the openrc subpackage. This means q6voiced never starts on systemd. Move
this config out of the openrc subpackage by not using default_openrc.
Signed-off-by: Aster Boese <asterboese@mailbox.org>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8656 >
2026-05-31 16:40:59 +02:00
Aster Boese
2779e7a2a4
firmware-asus-z010d: replace _tag with _commit
...
This package wrongly uses a separate pkgver than the taged version used
in sources. This tag is just HEAD, so use HEAD as _commit instead.
Signed-off-by: Aster Boese <asterboese@mailbox.org>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8593 >
2026-05-31 14:14:49 +00:00
Oliver Smith
bb56208d81
main/postmarketos-ui-sxmo-de-river: fix arch
...
Set arch to aarch64 and x86_64. From
https://gitlab.alpinelinux.org/alpine/aports/-/blob/master/community/sxmo-utils/APKBUILD :
# zig, and thus river, is only available for aarch64 and x86_64
case "$CARCH" in
aarch64|x86_64)
subpackages="$subpackages $pkgname-river"
install="$install $pkgname-river.post-install"
;;
esac
[ci:skip-vercheck]: no rebuild necessary
Signed-off-by: Oliver Smith <ollieparanoid@postmarketos.org>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8692 >
2026-05-31 15:14:21 +02:00
Oliver Smith
aeb5875bc7
u-boot-*: fix libfdt build errors
...
Signed-off-by: Oliver Smith <ollieparanoid@postmarketos.org>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8685 >
2026-05-31 12:08:34 +00:00
Oliver Smith
e7e8fcb2e3
u-boot-rock64: add py3-setuptools to makedepends
...
Fix for:
ModuleNotFoundError: No module named 'distutils'
Signed-off-by: Oliver Smith <ollieparanoid@postmarketos.org>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8685 >
2026-05-31 12:08:34 +00:00
Oliver Smith
a7c9e1d1e0
u-boot-*: fix build with current python
...
Alpine has moved from python 3.12 to 3.14. Since then binman in these
older u-boot ports is broken. Adapt a patch from upstream to fix it.
Signed-off-by: Oliver Smith <ollieparanoid@postmarketos.org>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8685 >
2026-05-31 12:08:31 +00:00
Oliver Smith
88559d9e8c
u-boot-manta: fix build
...
* Use a stable source tarball by using the latest commit on the
"lat3st/google-manta".
* Depend on bash, as it is needed during build.
* Remove usage of empty variable depends_dev while at it.
Signed-off-by: Oliver Smith <ollieparanoid@postmarketos.org>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8686 >
2026-05-31 11:56:11 +00:00
Aster Boese
4f9187b4aa
linux-postmarketos-qcom-sdm845: remove module build and sources from /usr/
...
Fixes CI failing when mkinitfs tries resolving a pmbootstrap symlink in
`/usr/lib/modules/` that should be removed at build-time.
Signed-off-by: Aster Boese <asterboese@mailbox.org>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8666 >
2026-05-31 11:09:44 +00:00
Barnabás Czémán
c6807383fc
device-qcom-msm8953: modules-initfs: Add VSmart Joy 3 panels
...
Add VSmart Joy 3 panels.
Signed-off-by: Barnabás Czémán <barnabas.czeman@postmarketos.org>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8646 >
2026-05-31 09:34:06 +00:00
Knoyan Mitsu
d33b4466a9
firmware-qcom-msm8953: add Xiaomi Mi Max 2 (Oxygen) firmware
...
Add zap firmware for GPU and wcnss nv for wifi.
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8646 >
2026-05-31 09:34:06 +00:00
Barnabás Czémán
af55b81691
linux-postmarketos-qcom-msm8953: Upgrade to v7.0.9-r0
...
Upgrade to v7.0.9-r0.
Signed-off-by: Barnabás Czémán <barnabas.czeman@postmarketos.org>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8646 >
2026-05-31 09:34:06 +00:00
Henrik Grimler
fad9378de9
linux-postmarketos-exynos5: update to 6.18.33
...
Changes since v6.12.63 are:
* Rebase on top of 6.18.33
* Sync manta with mainline (@lat3st, @alexmrqt)
* Add bluetooth support to manta (@lat3st, @alexmrqt)
* Fix manta magnetometer with mainline dts (@alexmrqt)
* Fix hang on suspend/display off on galaxy pros (@eisenbahnfan)
* Add support for max77888 and use it on galaxy pros (@eisenbahnfan)
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8634 >
2026-05-31 08:49:46 +00:00
Oliver Smith
85ff156167
main/postmarketos-ui-plasma-bigscreen: disable for armv7
...
qt6-qtwebengine is not available for armv7.
Related: https://builds.sr.ht/~postmarketos/job/1775297
[ci:skip-vercheck]: no rebuild necessary
Signed-off-by: Oliver Smith <ollieparanoid@postmarketos.org>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8684 >
2026-05-31 09:40:30 +02:00
Aelin
3ebc5c885e
systemd/gnome-shell: Upgrade to 50.2
...
Ref: cfb9cb2004
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8680 >
2026-05-31 07:24:24 +00:00
Aelin
64e3b521c3
cross/grub-efi-x86: Upgrade to 2.14-r0
...
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8679 >
2026-05-31 07:21:42 +00:00
Aster Boese
10e2244d75
samsung-manta: move firmware from nonfree subpackage to depends
...
See https://postmarketos.org/edge/2024/02/15/default-nonfree-fw
Signed-off-by: Aster Boese <asterboese@mailbox.org>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8613 >
2026-05-31 05:43:03 +00:00
Paul Sajna
d28b19687d
kconfig: add sc7180 chromebook configs to generic device category
...
Technically there's also some non-chromebook configs for acer aspire one
but I digress
Signed-off-by: Paul Sajna <sajattack@postmarketos.org>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8596 >
2026-05-30 14:42:28 +00:00
bluebunny
f1371a9b7b
treewide: update bluebunny's email address
...
[ci:skip-build] [ci:skip-vercheck] only updating the email
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8678 >
2026-05-30 14:32:47 +00:00
Barnabás Czémán
a434caf8af
linux-postmarketos-qcom-msm89x7: Upgrade to v7.0.9-r0
...
Upgrade to v7.0.9-r0
Signed-off-by: Barnabás Czémán <barnabas.czeman@postmarketos.org>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8647 >
2026-05-30 05:04:51 +00:00
postmarketOS CI
d5b8edc81c
linux-next: upgrade to next-20260529
2026-05-30 04:39:06 +00:00
Aelin
0050519fa6
cross/gcc-*: Upgrade to 15.2.0-r5
...
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8675 >
2026-05-29 22:21:59 +00:00
Aelin
92bca88500
temp/plasma-bigscreen: disable on armv7
...
qt6-qtwebengine is not available for armv7.
[ci:skip-vercheck]
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8676 >
2026-05-29 22:18:25 +00:00
Aelin
6784b51266
temp/aura-browser: disable on armv7
...
qt6-qtwebengine is not available on armv7.
[ci:skip-vercheck]
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8677 >
2026-05-29 22:28:35 +02:00
Aster Boese
67d104aa0b
ci: verify-checksums: ignore archived
...
Because archived is neglected, the sources of packages therein can have
dead links, causing any MR that touches them to fail. Since we don't want
to fix archived packages, just ignore them entirely.
Signed-off-by: Aster Boese <asterboese@mailbox.org>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8661 >
2026-05-29 17:36:08 +00:00
Aelin
869c1036e7
cross/gcc-*: Upgrade to 15.2.0-r4
...
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8670 >
2026-05-29 09:22:14 +00:00
Oliver Smith
2d0c9e52a1
linux-postmarketos-qcom-msm8939: fix the build
...
The downloaded patches are not stable, so add them to the git repository
directly. Change INSTALL_MOD_PATH as well, as CI complained about it.
Add V=1 to work around the incompatibility with kernels before 6.2 and
newer make that lead to having no build output.
Related: https://builds.sr.ht/~postmarketos/job/1773002
Signed-off-by: Oliver Smith <ollieparanoid@postmarketos.org>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8671 >
2026-05-29 08:19:01 +00:00
postmarketOS CI
d1b0948907
linux-next: upgrade to next-20260528
2026-05-29 04:38:58 +00:00
Aster Boese
28886ed2ed
main/postmarketos-mkinitfs: upgrade to 2.11.0
...
Signed-off-by: Aster Boese <asterboese@mailbox.org>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8665 >
2026-05-29 00:19:02 +00:00
Clayton Craft
4121c0d740
main/postmarketos-duranium: drop subpartition script, expand udev disk hack
...
systemd 261 can now natively detect and mount subpartitions.
Fixes #4544
This also works around an issue where udiskie will prompt for mounting
the /usr partitions on disk, when they are subpartitions. I didn't
file a bug upstream because it's really not clear to me what to blame
(udisks2? udiskie? udev?)
Signed-off-by: Clayton Craft <craftyguy@postmarketos.org>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8660 >
2026-05-28 22:56:37 +00:00
Aster Boese
813a3b3afb
linux-postmarketos-apple-{4,16}k: upgrade to 7.0.4 and cleanup
...
Signed-off-by: Aster Boese <asterboese@mailbox.org>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8517 >
2026-05-28 17:15:07 +02:00
Ferass El Hafidi
6a511250ba
main/postmarketos-bootsplash: add plymouth.prefer-fbcon
...
Plymouth added a new console viewer to replace fbcon, however it is
quite slow and needs another font in the initramfs (and we're already
kind of running out of space if we just keep adding more and more).
Switch to the old behavior of just using fbcon.
Signed-off-by: Ferass El Hafidi <funderscore@postmarketos.org>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8645 >
2026-05-28 13:06:33 +00:00
Aelin
a18d68dd30
cross/systemd-boot-x86: Upgrade to 260.2
...
Ref: c329463d3d
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8659 >
2026-05-27 20:30:51 +00:00
Clayton Craft
a80a649d4f
systemd/systemd: upgrade to 261-rc2
...
ukify is provided in Alpine aports, so it's disabled to prevent
conflicting with that pkg.
Signed-off-by: Clayton Craft <craftyguy@postmarketos.org>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8623 >
2026-05-27 13:23:35 -07:00
Clayton Craft
68362c1f42
systemd/systemd-stage0: upgrade to 261-rc2
...
Signed-off-by: Clayton Craft <craftyguy@postmarketos.org>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8623 >
2026-05-27 13:23:32 -07:00
Antoine Martin
0d6e1add74
temp/py3-pylibi2c: drop due to inclusion in aports
...
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8658 >
2026-05-27 20:07:04 +00:00
Oliver Smith
9efd154db2
main/postmarketos-base-nofde: split out from postmarketos-base
...
Split postmarketos-base-nofde out from postmarketos-base to fix this
bootstrap problem:
postmarketos-initramfs:
provides: postmarketos-ramdisk
depends: postmarketos-fde-unlocker
postmarketos-base:
depends: postmarketos-ramdisk
provides: postmarketos-fde-unlocker (via postmarketos-base-nofde subpackage)
Signed-off-by: Oliver Smith <ollieparanoid@postmarketos.org>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8657 >
2026-05-27 21:09:37 +02:00
Oliver Smith
0a944426e7
main/postmarketos-initramfs: fix wrong makedepends
...
I have added both earlier, and they don't make sense. We don't need to
have postmarketos-base-nofde installed at build time when building
postmarketos-initramfs.
[ci:skip-vercheck]: no rebuild needed
Signed-off-by: Oliver Smith <ollieparanoid@postmarketos.org>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8657 >
2026-05-27 20:49:14 +02:00
Aelin
ed13c0ed9e
ci: Run armhf jobs natively
...
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8654 >
2026-05-27 18:35:22 +00:00
postmarketOS CI
6370088543
linux-next: upgrade to next-20260527
2026-05-27 15:40:15 +00:00
Aster Boese
1a482a2b17
docs: add skip-grep
...
Signed-off-by: Aster Boese <asterboese@mailbox.org>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8652 >
2026-05-27 15:29:19 +02:00
Aster Boese
7a6d8d5e9c
ci: grep: add option to ignore grep.sh errors
...
Adds an option to ignore grep.sh errors in instances where there may be false
positives due to git weirdness. e.g. git not tracking renames and instead
seeing them as new packages.
Signed-off-by: Aster Boese <asterboese@mailbox.org>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8652 >
2026-05-27 15:29:12 +02:00
Ferass El Hafidi
ca76992b64
device-samsung-serranolte: remove msm-modem-downstream
...
This package no longer exists. Reported on IRC.
Signed-off-by: Ferass El Hafidi <funderscore@postmarketos.org>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8610 >
2026-05-27 13:10:07 +00:00
Aelin
0a82e717aa
kconfig-generic: Enable configs for armhf userspace on aarch64
...
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8644 >
2026-05-27 12:52:37 +00:00
Robert Eckelmann
86d4040146
main/postmarketos-dev: add packages for compiling u-boot
...
Signed-off-by: Robert Eckelmann <longnoserob@postmarketos.org>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8594 >
2026-05-27 12:18:13 +00:00
adamthiede
817cfa8d36
linux-postmarketos-mediatek-mt8173: upgrade to 7.0.10
...
- enabled 'yama' for pmos kconfig checks
- enabled 'lockdown' since it's similar, and options are good
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8640 >
2026-05-27 09:11:19 +00:00
Paul Sajna
25b5ba7b71
device-lg-judyln: Update dependencies, change deviceinfo_boot_filesystem
...
This commit contains 2 major classes of dependency updates
1. Updates to reflect splitting of soc-qcom and soc-qcom-pd-mapper to
fix Wi-Fi on fresh installs
2. Updates to enable Tauchgang fwupd U-Boot EFI capsule updates
Signed-off-by: Paul Sajna <sajattack@postmarketos.org>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8620 >
2026-05-27 09:02:07 +00:00
Eric Anderson
02ad959901
linux-asus-flo: Move to archived
...
Fixes #4568
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8635 >
2026-05-27 04:57:38 +00:00
Eric Anderson
190b5d0048
device-asus-flo: Remove option to use linux-asus-flo
...
The kernel is being moved to archived.
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8635 >
2026-05-27 04:57:38 +00:00
Antoine Martin
9685303286
device-pine64-pinenote: pull sway-hrdl UI configuration by default when using sway
...
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8562 >
2026-05-27 02:45:47 +00:00