*/*: 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:
parent
8e1d778ecc
commit
9552b4a781
|
@ -33,7 +33,7 @@ nonfree_firmware() {
|
|||
pkgdesc="GPU/WiFi/BT/Modem/Video firmware"
|
||||
# harpia's WCNSS firmware has problems with WiFi channels on some device
|
||||
# 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
|
||||
firmware-motorola-harpia-wcnss-nv firmware-motorola-harpia-venus
|
||||
firmware-motorola-osprey-wcnss"
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# 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
|
||||
# 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/uInitrd-postmarketos-allwinner
|
||||
|
||||
|
|
|
@ -39,7 +39,7 @@ package() {
|
|||
#
|
||||
# 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
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# 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
|
||||
pkgver=1.0
|
||||
pkgrel=0
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Kernel config based on: arch/arm64/configs/defconfig
|
||||
# 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
|
||||
_config="config-$_flavor.$CARCH"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Kernel config based on: arch/arm/configs/qcom_defconfig
|
||||
# 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
|
||||
_config="config-$_flavor.$CARCH"
|
||||
|
|
|
@ -304,7 +304,7 @@ NETFILTER_XT_TARGET_TCPMSS = true # change MTU e.g. for Wireguard
|
|||
# PM_WAKELOCKS = true # Sxmo
|
||||
UCLAMP_TASK = 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
|
||||
|
||||
# uefi: proper modern booting
|
||||
|
|
|
@ -244,7 +244,7 @@ iwd() {
|
|||
pkgdesc="Use iwd as the WiFi backend (but may not work with all devices)"
|
||||
provides="postmarketos-base-ui-wifi=$pkgver-r$pkgrel"
|
||||
# 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
|
||||
|
||||
depends="iwd"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
# WARNING: do not symlink this file to postmarketos-base-ui.post-install!
|
||||
# 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
|
||||
|
|
|
@ -27,7 +27,7 @@ fi
|
|||
# Fixup old pmOS installations that run setup-timezone without "-i" option
|
||||
# and those later installations that run with it, but have missing
|
||||
# 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
|
||||
# fix having been merged
|
||||
[ -L /etc/localtime ] || exit 0
|
||||
|
|
|
@ -9,7 +9,7 @@ url="https://postmarketos.org/"
|
|||
license="GPL-3.0-or-later"
|
||||
options="!check"
|
||||
depends="postmarketos-base-ui-cage"
|
||||
# https://gitlab.com/postmarketOS/pmbootstrap/-/issues/2347
|
||||
# https://gitlab.postmarketos.org/postmarketOS/pmbootstrap/-/issues/2347
|
||||
_pmb_groups="seat"
|
||||
_pmb_recommends="postmarketos-demos"
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ license="GPL-3.0-or-later"
|
|||
options="!check"
|
||||
depends="postmarketos-base-ui-cage"
|
||||
source="10-moonlight-qt.sh"
|
||||
# https://gitlab.com/postmarketOS/pmbootstrap/-/issues/2347
|
||||
# https://gitlab.postmarketos.org/postmarketOS/pmbootstrap/-/issues/2347
|
||||
_pmb_groups="seat"
|
||||
# TODO: use flatpak version here for aarch64, as it uses forked ffmpeg with
|
||||
# v4l2-request support.
|
||||
|
|
|
@ -6,7 +6,7 @@ pkgrel=2
|
|||
_commit_configs="a8bd93e279c222be6058ef46b065c11e88aa8400"
|
||||
pkgdesc="(Wayland) 10-feet variant of Plasma, made for big screen TVs"
|
||||
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
|
||||
arch="!armhf !riscv64"
|
||||
license="GPL-3.0-or-later"
|
||||
|
|
Loading…
Reference in New Issue
Block a user