*/*: update references to gitlab.postmarketos.org that need no rebuild (MR 5696)

These are in files or parts of files that are not part of the
checksums, or that serve as packaging-information only. Thus, require
no rebuild
This commit is contained in:
Pablo Correa Gómez 2024-10-07 12:45:34 +02:00
parent 8e1d778ecc
commit 9552b4a781
No known key found for this signature in database
GPG Key ID: 5AE7F5513E0885CB
13 changed files with 13 additions and 13 deletions

View File

@ -33,7 +33,7 @@ nonfree_firmware() {
pkgdesc="GPU/WiFi/BT/Modem/Video firmware" pkgdesc="GPU/WiFi/BT/Modem/Video firmware"
# harpia's WCNSS firmware has problems with WiFi channels on some device # harpia's WCNSS firmware has problems with WiFi channels on some device
# variants, using osprey's firmware seems to help as a workaround # variants, using osprey's firmware seems to help as a workaround
# (see https://gitlab.com/postmarketOS/pmaports/-/issues/1085) # (see https://gitlab.postmarketos.org/postmarketOS/pmaports/-/issues/1085)
depends="firmware-qcom-adreno-a300 msm-firmware-loader depends="firmware-qcom-adreno-a300 msm-firmware-loader
firmware-motorola-harpia-wcnss-nv firmware-motorola-harpia-venus firmware-motorola-harpia-wcnss-nv firmware-motorola-harpia-venus
firmware-motorola-osprey-wcnss" firmware-motorola-osprey-wcnss"

View File

@ -3,7 +3,7 @@
# legacy u-boot images are no longer necessary, but were generated outside of # legacy u-boot images are no longer necessary, but were generated outside of
# packaging so remove them here to prevent a failed upgrade if /boot is too # packaging so remove them here to prevent a failed upgrade if /boot is too
# full # full
# see: https://gitlab.com/postmarketOS/pmaports/-/merge_requests/2449 # see: https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/2449
rm -f /boot/uImage-postmarketos-allwinner rm -f /boot/uImage-postmarketos-allwinner
rm -f /boot/uInitrd-postmarketos-allwinner rm -f /boot/uInitrd-postmarketos-allwinner

View File

@ -39,7 +39,7 @@ package() {
# #
# Ref: # Ref:
# #
# - https://gitlab.com/postmarketOS/pmaports/-/issues/3179 # - https://gitlab.postmarketos.org/postmarketOS/pmaports/-/issues/3179
# #
# - https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/commit/?id=ed9c1349f8ebae720f3572ad3e74af59bfe345d7 # - https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/commit/?id=ed9c1349f8ebae720f3572ad3e74af59bfe345d7

View File

@ -1,5 +1,5 @@
# Maintainer: Timbz <timon.baetz@protonmail.com> # Maintainer: Timbz <timon.baetz@protonmail.com>
# See https://gitlab.com/postmarketOS/pmaports/-/merge_requests/2248#note_605868837 # See https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/2248#note_605868837
pkgname=firmware-samsung-s5k5baf pkgname=firmware-samsung-s5k5baf
pkgver=1.0 pkgver=1.0
pkgrel=0 pkgrel=0

View File

@ -1,6 +1,6 @@
# Kernel config based on: arch/arm64/configs/defconfig # Kernel config based on: arch/arm64/configs/defconfig
# APKBUILD based on linux-postmarketos-mainline # APKBUILD based on linux-postmarketos-mainline
# See: https://gitlab.com/postmarketOS/pmaports/issues/153 # See: https://gitlab.postmarketos.org/postmarketOS/pmaports/issues/153
_flavor=google-crosshatch-mainline _flavor=google-crosshatch-mainline
_config="config-$_flavor.$CARCH" _config="config-$_flavor.$CARCH"

View File

@ -1,6 +1,6 @@
# Kernel config based on: arch/arm/configs/qcom_defconfig # Kernel config based on: arch/arm/configs/qcom_defconfig
# APKBUILD based on linux-postmarketos-mainline # APKBUILD based on linux-postmarketos-mainline
# See: https://gitlab.com/postmarketOS/pmaports/issues/184 # See: https://gitlab.postmarketos.org/postmarketOS/pmaports/issues/184
_flavor=sony-nicki-mainline _flavor=sony-nicki-mainline
_config="config-$_flavor.$CARCH" _config="config-$_flavor.$CARCH"

View File

@ -304,7 +304,7 @@ NETFILTER_XT_TARGET_TCPMSS = true # change MTU e.g. for Wireguard
# PM_WAKELOCKS = true # Sxmo # PM_WAKELOCKS = true # Sxmo
UCLAMP_TASK = true # Scheduler hints UCLAMP_TASK = true # Scheduler hints
UCLAMP_TASK_GROUP = true # Scheduler hints UCLAMP_TASK_GROUP = true # Scheduler hints
RT_GROUP_SCHED = false # https://gitlab.com/postmarketOS/pmaports/-/issues/2652 RT_GROUP_SCHED = false # https://gitlab.postmarketos.org/postmarketOS/pmaports/-/issues/2652
DM_INTEGRITY = true # Device-mapper integrity target DM_INTEGRITY = true # Device-mapper integrity target
# uefi: proper modern booting # uefi: proper modern booting

View File

@ -244,7 +244,7 @@ iwd() {
pkgdesc="Use iwd as the WiFi backend (but may not work with all devices)" pkgdesc="Use iwd as the WiFi backend (but may not work with all devices)"
provides="postmarketos-base-ui-wifi=$pkgver-r$pkgrel" provides="postmarketos-base-ui-wifi=$pkgver-r$pkgrel"
# Lower than wpa_supplicant for now, see: # Lower than wpa_supplicant for now, see:
# https://gitlab.com/postmarketOS/pmaports/-/issues/1379 # https://gitlab.postmarketos.org/postmarketOS/pmaports/-/issues/1379
provider_priority=90 provider_priority=90
depends="iwd" depends="iwd"

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/bin/sh
# WARNING: do not symlink this file to postmarketos-base-ui.post-install! # WARNING: do not symlink this file to postmarketos-base-ui.post-install!
# Needs further discussion, see: # Needs further discussion, see:
# https://gitlab.com/postmarketOS/pmaports/-/merge_requests/2243#note_602226491 # https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/2243#note_602226491

View File

@ -27,7 +27,7 @@ fi
# Fixup old pmOS installations that run setup-timezone without "-i" option # Fixup old pmOS installations that run setup-timezone without "-i" option
# and those later installations that run with it, but have missing # and those later installations that run with it, but have missing
# https://gitlab.alpinelinux.org/alpine/alpine-conf/-/merge_requests/157 # https://gitlab.alpinelinux.org/alpine/alpine-conf/-/merge_requests/157
# See https://gitlab.com/postmarketOS/pmaports/-/issues/2168 for context # See https://gitlab.postmarketos.org/postmarketOS/pmaports/-/issues/2168 for context
# This is probably safe to remove after a couple of releases of the alpine-conf # This is probably safe to remove after a couple of releases of the alpine-conf
# fix having been merged # fix having been merged
[ -L /etc/localtime ] || exit 0 [ -L /etc/localtime ] || exit 0

View File

@ -9,7 +9,7 @@ url="https://postmarketos.org/"
license="GPL-3.0-or-later" license="GPL-3.0-or-later"
options="!check" options="!check"
depends="postmarketos-base-ui-cage" depends="postmarketos-base-ui-cage"
# https://gitlab.com/postmarketOS/pmbootstrap/-/issues/2347 # https://gitlab.postmarketos.org/postmarketOS/pmbootstrap/-/issues/2347
_pmb_groups="seat" _pmb_groups="seat"
_pmb_recommends="postmarketos-demos" _pmb_recommends="postmarketos-demos"

View File

@ -10,7 +10,7 @@ license="GPL-3.0-or-later"
options="!check" options="!check"
depends="postmarketos-base-ui-cage" depends="postmarketos-base-ui-cage"
source="10-moonlight-qt.sh" source="10-moonlight-qt.sh"
# https://gitlab.com/postmarketOS/pmbootstrap/-/issues/2347 # https://gitlab.postmarketos.org/postmarketOS/pmbootstrap/-/issues/2347
_pmb_groups="seat" _pmb_groups="seat"
# TODO: use flatpak version here for aarch64, as it uses forked ffmpeg with # TODO: use flatpak version here for aarch64, as it uses forked ffmpeg with
# v4l2-request support. # v4l2-request support.

View File

@ -6,7 +6,7 @@ pkgrel=2
_commit_configs="a8bd93e279c222be6058ef46b065c11e88aa8400" _commit_configs="a8bd93e279c222be6058ef46b065c11e88aa8400"
pkgdesc="(Wayland) 10-feet variant of Plasma, made for big screen TVs" pkgdesc="(Wayland) 10-feet variant of Plasma, made for big screen TVs"
url="https://wiki.postmarketos.org/wiki/Plasma_Bigscreen" url="https://wiki.postmarketos.org/wiki/Plasma_Bigscreen"
# Crashes on armhf due to https://gitlab.com/postmarketOS/pmaports/issues/75 # Crashes on armhf due to https://gitlab.postmarketos.org/postmarketOS/pmaports/issues/75
# riscv64: plasma-workspace, qt5-qtbase need rebuild against libcui18n in alpine edge # riscv64: plasma-workspace, qt5-qtbase need rebuild against libcui18n in alpine edge
arch="!armhf !riscv64" arch="!armhf !riscv64"
license="GPL-3.0-or-later" license="GPL-3.0-or-later"