mirror of
https://gitlab.postmarketos.org/postmarketOS/pmaports.git
synced 2025-07-12 16:19:48 +03:00
Update APKBUILDS to use Maintainer and Co-Maintainer instead of CODEOWNERS (MR 6272)
We now have a bot that reads those lines from APKBUILD files, instead of using a proprietary gitlab feature. Relevant changes: * Change @ollieparanoid for @Newbyte as maintainer for GNOME packages where Oliver was listed. * Don't add @craftyguy as Librem5 maintainer, as he dropped it long ago * Remove entries referencing archived ports * Don't touch jenneron's maintainership. That's a task for another day * Don't add "balejk" as maintainer. We have tried pinging them, but seem to be currently idle person is. Help figuring it out would be welcomed. * Don't add "binarycraft" as maintainer. Last contribution was years ago: https://gitlab.com/binarycraft * Don't add more maintainers to linux-postmarketos-qcom-msm8953, as it would have ended up with 7, which might be a bit too much * Don't add more maintainers to the PinePhone. The current ones seem to actually be the most active * Don't add Danct12 to N900. Sicelo has been single-handedly managing it for a long while * Update maintainer emails for Nikita Travkin, Alexey Minnekhanov, and Barnabás Czémán [ci:skip-vercheck] Co-Maintainer changes require no pkgrel updates since the names do not make it to the package itself [ci:ignore-count] Fixes #3530 [ci:skip-build]: already built successfully in CI
This commit is contained in:
parent
bffa50ed34
commit
eb18caefb5
44 changed files with 88 additions and 247 deletions
|
@ -1,43 +0,0 @@
|
|||
#!/bin/sh -e
|
||||
# Description: verify CODEOWNERS file is sane
|
||||
# https://postmarketos.org/pmb-ci
|
||||
|
||||
# TODO Future improvements:
|
||||
# * Check that all devices in main/community have someone in CODEOWNERS
|
||||
# * Check that GitLab user actually exists (e.g. deleted account, account with
|
||||
# changed user name)
|
||||
|
||||
if grep -q " " CODEOWNERS; then
|
||||
echo
|
||||
echo "ERROR: Found space indentation in CODEOWNERS."
|
||||
echo "ERROR: Please indent with tab characters."
|
||||
grep " " CODEOWNERS
|
||||
echo
|
||||
exit 1
|
||||
fi
|
||||
|
||||
fail=0
|
||||
tmppipe=$(mktemp -u)
|
||||
mkfifo "$tmppipe"
|
||||
grep -v "^#" CODEOWNERS | cut -d' ' -f1 > "$tmppipe" &
|
||||
while IFS= read -r line; do
|
||||
[ -z "$line" ] && continue
|
||||
|
||||
# Check if entry generally exists
|
||||
# shellcheck disable=SC2086
|
||||
ls $line >/dev/null 2>&1 || { fail=1; echo "Non-existing: $line"; }
|
||||
|
||||
# Check that directories end with a slash
|
||||
# shellcheck disable=SC2086
|
||||
if test -d "$(ls -d $line)"; then
|
||||
echo "$line" | grep -q '/$' || { fail=1; echo "Missing trailing slash: $line"; }
|
||||
fi
|
||||
done < "$tmppipe"
|
||||
rm "$tmppipe"
|
||||
|
||||
if [ "$fail" = 1 ]; then
|
||||
echo
|
||||
echo "ERROR: Invalid CODEOWNERS entries, see above."
|
||||
echo
|
||||
exit 1
|
||||
fi
|
|
@ -15,7 +15,7 @@ variables:
|
|||
# seems like a reasonable balance. If this is too low, git merge-base (from ci/
|
||||
# common.py) can fail
|
||||
GIT_DEPTH: 100
|
||||
|
||||
|
||||
# This defines the rules for when a pipeline should run.
|
||||
workflow:
|
||||
rules:
|
||||
|
@ -63,7 +63,6 @@ shellcheck-grep:
|
|||
- .ci/lib/gitlab_prepare_ci.sh
|
||||
- .ci/shellcheck.sh
|
||||
- .ci/grep.sh
|
||||
- .ci/codeowners.sh
|
||||
|
||||
editor-config:
|
||||
stage: lint
|
||||
|
|
160
CODEOWNERS
160
CODEOWNERS
|
@ -1,160 +0,0 @@
|
|||
# https://docs.gitlab.com/ee/user/project/code_owners.html
|
||||
# Put groups like @sdm845-mainline into test_device.py:gitlab_groups.
|
||||
# Order lines alphabetically!
|
||||
|
||||
device/*/*-amlogic-s905*/ @funderscore
|
||||
device/*/*-arrow-db410c/ @Minecrell
|
||||
device/*/*-asus-me176c/ @Minecrell
|
||||
device/*/*-ayn-odin/ @jenneron
|
||||
device/*/*-bq-paella/ @Minecrell
|
||||
device/*/*-bq-tenshi/ @fossdd
|
||||
device/*/*-google-gru/ @jenneron
|
||||
device/*/*-google-kukui/ @jenneron @binarycraft
|
||||
device/*/*-google-oak/ @jenneron @adamthiede
|
||||
device/*/*-google-trogdor/ @jenneron
|
||||
device/*/*-google-veyron/ @jenneron
|
||||
device/*/*-google-x64cros/ @jenneron @JustSoup321 @alpernebbi
|
||||
device/*/*-htc-golfu/ @Newbyte
|
||||
device/*/*-htc-m8qlul/ @Newbyte
|
||||
device/*/*-kobo-clara/ @akemnade
|
||||
device/*/*-lenovo-21bx/ @craftyguy @jane400
|
||||
device/*/*-lenovo-a6000/ @jenneron @Minecrell
|
||||
device/*/*-lenovo-a6010/ @jenneron @Minecrell
|
||||
device/*/*-librecomputer-lafrite/ @funderscore
|
||||
device/*/*-librecomputer-lepotato/ @funderscore
|
||||
device/*/*-librecomputer-solitude/ @Newbyte @funderscore
|
||||
device/*/*-motorola-harpia/ @Minecrell
|
||||
device/*/*-nokia-n900/ @sicelo @Danct12
|
||||
device/*/*-pine64-pinebookpro/ @QC8086
|
||||
device/*/*-pine64-pinephone/ @craftyguy @milesalan @proycon @anjandev @StacyHarper @Arnavion @PsychoGame
|
||||
device/*/*-pine64-pinephonepro/ @PsychoGame
|
||||
device/*/*-pine64-rockpro64/ @PureTryOut
|
||||
device/*/*-purism-librem5/ @craftyguy @alistair23 @Newbyte
|
||||
device/*/*-qcom-msm8916/ @Minecrell @TravMurav
|
||||
device/*/*-qcom-msm8953/ @barni2000 @alikates @vipaoL @jiaxyga
|
||||
device/*/*-qcom-sdm670/ @flamingradian
|
||||
device/*/*-qcom-sdm845/ @sdm845-mainline
|
||||
device/*/*-qcom-sm7150/ @Adrian @jiaxyga @ungeskriptet
|
||||
device/*/*-qcom-sm8250/ @jianhua
|
||||
device/*/*-qcom/ @calebccff
|
||||
device/*/*-samsung-a3/ @Mis012 @TravMurav @Minecrell
|
||||
device/*/*-samsung-a5/ @Minecrell @minlexx
|
||||
device/*/*-samsung-a51/ @manoedinata
|
||||
device/*/*-samsung-e7/ @wonderfulShrineMaidenOfParadise
|
||||
device/*/*-samsung-espresso10/ @MightyM17
|
||||
device/*/*-samsung-espresso7/ @MightyM17 @antoni.aloytorrens
|
||||
device/*/*-samsung-fortuna/ @wonderfulShrineMaidenOfParadise
|
||||
device/*/*-samsung-fortunaltezt/ @bolilingmeng89006
|
||||
device/*/*-samsung-grandmax/ @wonderfulShrineMaidenOfParadise
|
||||
device/*/*-samsung-gt510/ @TravMurav
|
||||
device/*/*-samsung-gt58/ @TravMurav
|
||||
device/*/*-samsung-j3ltetw/ @bolilingmeng89006
|
||||
device/*/*-samsung-j4lte/ @manoedinata
|
||||
device/*/*-samsung-j5/ @wonderfulShrineMaidenOfParadise
|
||||
device/*/*-samsung-j5x/ @wonderfulShrineMaidenOfParadise
|
||||
device/*/*-samsung-rossa/ @wonderfulShrineMaidenOfParadise
|
||||
device/*/*-samsung-serranove/ @Minecrell
|
||||
device/*/*-tolino-shine2hd/ @akemnade
|
||||
device/*/*-videostrong-kii-pro/ @funderscore
|
||||
device/*/*-wileyfox-crackling/ @TravMurav @Minecrell
|
||||
device/*/*-xiaomi-beryllium/ @joelselvaraj
|
||||
device/*/*-xiaomi-daisy/ @joelselvaraj @alikates
|
||||
device/*/*-xiaomi-davinci/ @Adrian @ArianK16a
|
||||
device/*/*-xiaomi-elish/ @jianhua
|
||||
device/*/*-xiaomi-markw/ @vipaoL
|
||||
device/*/*-xiaomi-mido/ @barni2000
|
||||
device/*/*-xiaomi-scorpio/ @Tooniis
|
||||
device/*/*-xiaomi-surya/ @jiaxyga @ungeskriptet
|
||||
device/*/*-xiaomi-tissot/ @jiaxyga @barni2000
|
||||
device/*/*-xiaomi-vince/ @M0Rf30
|
||||
device/*/*-xiaomi-wt88047/ @Minecrell
|
||||
device/*/*-xiaomi-ysl/ @barni2000
|
||||
device/*/alsa-ucm-conf-cros/ @WeirdTreeThing
|
||||
device/*/alsa-ucm-conf-qcom-sdm670/ @flamingradian
|
||||
device/*/device-apple-n61/ @JustSoup321
|
||||
device/*/device-generic-x86_64/ @craftyguy @ollieparanoid
|
||||
device/*/device-google-nyan-big/ @jenneron
|
||||
device/*/device-google-nyan-blaze/ @jenneron
|
||||
device/*/device-google-peach-pi/ @jenneron
|
||||
device/*/device-google-peach-pit/ @jenneron
|
||||
device/*/device-google-sargo/ @flamingradian
|
||||
device/*/device-google-snow/ @jenneron
|
||||
device/*/device-huawei-plank/ @gtrxAC
|
||||
device/*/device-lg-judyln/ @Newbyte
|
||||
device/*/device-lg-judyp/ @jenneron
|
||||
device/*/device-microsoft-surface-rt/ @jenneron @jethrob
|
||||
device/*/device-nvidia-tegra-armv7/ @clamor-s @okias @mschwalm @nokun
|
||||
device/*/device-odroid-xu4/ @Grimler
|
||||
device/*/device-oneplus-enchilada/ @calebccff
|
||||
device/*/device-oneplus-fajita/ @calebccff
|
||||
device/*/device-postmarketos-trailblazer/ @calebccff
|
||||
device/*/device-qcom-msm8909/ @wonderfulShrineMaidenOfParadise
|
||||
device/*/device-qemu-aarch64/ @Minecrell @ollieparanoid
|
||||
device/*/device-qemu-amd64/ @Minecrell @ollieparanoid
|
||||
device/*/device-qemu-riscv64/ @Minecrell
|
||||
device/*/device-qualcomm-sdm845/ @calebccff
|
||||
device/*/device-raspberry-pi3/ @fossdd
|
||||
device/*/device-samsung-chagallwifi/ @Grimler
|
||||
device/*/device-samsung-coreprimevelte/ @legolivesmatter @balejk
|
||||
device/*/device-samsung-j5y17lte/ @andrisas
|
||||
device/*/device-samsung-klimtlte/ @Grimler
|
||||
device/*/device-samsung-lt01/ @knuxify
|
||||
device/*/device-samsung-m0/ @Newbyte
|
||||
device/*/device-samsung-manta/ @jenneron @alexmrqt
|
||||
device/*/device-shift-axolotl/ @amartinz @calebccff @dylanvanassche
|
||||
device/*/device-solidrun-cubox/ @longnoserob
|
||||
device/*/firmware-google-sargo/ @flamingradian
|
||||
device/*/firmware-google-veyron-brcm/ @jenneron
|
||||
device/*/firmware-motorola-osprey/ @Minecrell
|
||||
device/*/firmware-odroid-xu4/ @Grimler
|
||||
device/*/firmware-oneplus-sdm845/ @calebccff
|
||||
device/*/firmware-powervr-gx6250/ @jenneron
|
||||
device/*/kobo-epdc-extractor/ @akemnade
|
||||
device/*/linux-google-nyan/ @jenneron
|
||||
device/*/linux-google-veyron/ @jenneron
|
||||
device/*/linux-huawei-plank/ @gtrxAC
|
||||
device/*/linux-next/ @calebccff
|
||||
device/*/linux-postmarketos-allwinner/ @Arnavion @PsychoGame
|
||||
device/*/linux-postmarketos-amlogic/ @funderscore @exkc
|
||||
device/*/linux-postmarketos-apple/ @JustSoup321
|
||||
device/*/linux-postmarketos-exynos4/ @Newbyte @Grimler @knuxify
|
||||
device/*/linux-postmarketos-exynos5/ @jenneron @Grimler
|
||||
device/*/linux-postmarketos-grate/ @clamor-s @jenneron @jethrob
|
||||
device/*/linux-postmarketos-imx-ereader/ @akemnade
|
||||
device/*/linux-postmarketos-marvell/ @longnoserob @exkc
|
||||
device/*/linux-postmarketos-mediatek-mt8173/ @jenneron @adamthiede
|
||||
device/*/linux-postmarketos-mediatek-mt8183/ @jenneron @binarycraft
|
||||
device/*/linux-postmarketos-omap/ @MightyM17 @Sicelo
|
||||
device/*/linux-postmarketos-qcom-laptop/ @craftyguy @calebccff
|
||||
device/*/linux-postmarketos-qcom-msm8939/ @Newbyte
|
||||
device/*/linux-postmarketos-qcom-msm8953/ @M0Rf30 @Ultra-azu @barni2000
|
||||
device/*/linux-postmarketos-qcom-msm8996/ @Tooniis
|
||||
device/*/linux-postmarketos-qcom-sc7180/ @jenneron
|
||||
device/*/linux-postmarketos-rockchip/ @QC8086
|
||||
device/*/linux-postmarketos-stericsson/ @Newbyte
|
||||
device/*/linux-samsung-chagallwifi/ @Grimler
|
||||
device/*/linux-samsung-coreprimevelte/ @legolivesmatter @balejk
|
||||
device/*/linux-samsung-j5y17lte/ @andrisas
|
||||
device/*/linux-samsung-klimtlte/ @Grimler
|
||||
device/*/oem-amd/ @craftyguy
|
||||
device/*/oem-intel/ @craftyguy
|
||||
device/*/oem-nvidia/ @craftyguy
|
||||
device/*/soc-mediatek-mt8183/ @jenneron
|
||||
device/*/soc-qcom-msm8953/ @barni2000
|
||||
device/*/soc-qcom-msm8996/ @Tooniis
|
||||
device/*/soc-qcom-sc7180/ @jenneron
|
||||
device/*/soc-rockchip-rk3399/ @jenneron
|
||||
device/*/soc-samsung-exynos4412/ @Newbyte
|
||||
device/*/u-boot-librem5/ @craftyguy @alistair23 @Newbyte
|
||||
device/*/u-boot-pinebookpro/ @QC8086
|
||||
device/*/u-boot-pinephone/ @Arnavion @PsychoGame
|
||||
device/*/wl1251-cal/ @Danct12
|
||||
main/postmarketos*gnome*/ @pabloyoyoista @Newbyte @fossdd
|
||||
main/postmarketos-initramfs/ @calebccff @craftyguy
|
||||
main/postmarketos-ui-i3wm/ @fossdd
|
||||
main/postmarketos-ui-phosh/ @pabloyoyoista @Newbyte @fossdd
|
||||
main/postmarketos-ui-plasma-bigscreen/ @PureTryOut
|
||||
main/postmarketos-ui-plasma-desktop/ @PureTryOut
|
||||
main/postmarketos-ui-plasma-mobile/ @PureTryOut
|
||||
main/shutdown-clear-rtc-wakealarm/ @Arnavion
|
||||
main/ttyescape/ @calebccff
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: Danila Tikhonov <danila@jiaxyga.com>
|
||||
# Co-Maintainer: Jens Reidel <adrian@travitia.xyz>
|
||||
|
||||
# Co-Maintainer: David Wronek <david@mainlining.org>
|
||||
pkgname=alsa-ucm-conf-qcom-sm7150
|
||||
pkgver=1.2.11_git20240810
|
||||
pkgrel=0
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# Reference: <https://postmarketos.org/devicepkg>
|
||||
# Maintainer: Barnabas Czeman <trabarni@gmail.com>
|
||||
# Maintainer: Barnabas Czeman <barnabas.czeman@postmarketos.org>
|
||||
# Co-Maintainer: Alejandro Tafalla <alikates@dnyon.com>
|
||||
# Co-Maintainer: Victor Pavlov (vipaoL) <vipaolmail@gmail.com>
|
||||
# Co-Maintainer: Danila Tikhonov (JIaxyga) <danila@mainlining.org>
|
||||
|
@ -7,7 +7,7 @@
|
|||
pkgname=device-qcom-msm8953
|
||||
pkgdesc="Generic device package for various Qualcomm MSM8953/SDM450/SDM632-based devices"
|
||||
pkgver=5
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
url="https://postmarketos.org"
|
||||
license="MIT"
|
||||
arch="aarch64"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Reference: <https://postmarketos.org/devicepkg>
|
||||
# Maintainer: Minecrell <minecrell@minecrell.net>
|
||||
# Co-Maintainer: Alexey Min <alexey.min@gmail.com>
|
||||
# Co-Maintainer: Alexey Minnekhanov <alexeymin@postmarketos.org>
|
||||
pkgname=device-samsung-a5
|
||||
pkgdesc="Samsung Galaxy A5 (2015)"
|
||||
pkgver=12
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
# Reference: <https://postmarketos.org/devicepkg>
|
||||
# Maintainer: Alexander Martinz <amartinz@shiftphones.com>
|
||||
|
||||
# Co-Maintainer: Caleb Connolly <caleb@postmarketos.org>
|
||||
# Co-Maintainer: Dylan Van Assche <me@dylanvanassche.be>
|
||||
pkgname=device-shift-axolotl
|
||||
pkgdesc="SHIFT6mq"
|
||||
pkgver=15
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
# Reference: <https://postmarketos.org/devicepkg>
|
||||
# Maintainer: Nikita Travkin <nikitos.tr@gmail.com>
|
||||
# Maintainer: Nikita Travkin <nikita@trvn.ru>
|
||||
# Co-Maintainer: Minecrell <minecrell@minecrell.net>
|
||||
pkgname=device-wileyfox-crackling
|
||||
pkgdesc="Wileyfox Swift"
|
||||
pkgver=9
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
url="https://postmarketos.org"
|
||||
license="MIT"
|
||||
arch="aarch64"
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
# Maintainer: Jenneron <jenneron@protonmail.com>
|
||||
# Co-Maintainer: Minecrell <minecrell@minecrell.net>
|
||||
pkgname=firmware-lenovo-a6000
|
||||
pkgver=1
|
||||
pkgrel=2
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
# Maintainer: Jenneron <jenneron@protonmail.com>
|
||||
# Co-Maintainer: Minecrell <minecrell@minecrell.net>
|
||||
pkgname=firmware-lenovo-a6010
|
||||
pkgver=1
|
||||
pkgrel=2
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# Maintainer: Minecrell <minecrell@minecrell.net>
|
||||
pkgname=firmware-motorola-harpia
|
||||
pkgver=4
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Firmware for Motorola Moto G4 Play"
|
||||
url="https://github.com/Sorixelle/vendor_motorola_harpia"
|
||||
subpackages="$pkgname-wcnss-nv:wcnss_nv $pkgname-venus"
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
# Maintainer: @exkc <exkc@exkc.moe>
|
||||
# Co-Maintainer: Bart Ribbers <bribbers@disroot.org>
|
||||
pkgname=firmware-pine64-rockpro64
|
||||
pkgver=1
|
||||
pkgrel=1
|
||||
|
@ -24,4 +25,3 @@ package() {
|
|||
}
|
||||
|
||||
sha512sums="6bd2551370bdf2b4e0b8d8f5016a1b937ba497a4fe2058fde3ac96f1fe4a8a95b638c82f2b0411d6fe1e46877ad5c475e4037ed02521f08e2483ccc4c03430c8 brcmfmac_sdio-firmware-4b370cd415a2dd7b0ecdbe8bbf1d86fb35ce6985.tar.gz"
|
||||
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
# Maintainer: Barnabas Czeman <barnabas.czeman@postmarketos.org>
|
||||
# Co-Maintainer: Alejandro Tafalla <alikates@dnyon.com>
|
||||
# Co-Maintainer: Victor Pavlov (vipaoL) <vipaolmail@gmail.com>
|
||||
# Co-Maintainer: Danila Tikhonov (JIaxyga) <danila@mainlining.org>
|
||||
pkgname=firmware-qcom-msm8953
|
||||
pkgver=2
|
||||
pkgrel=0
|
||||
|
|
|
@ -1,6 +1,9 @@
|
|||
# Maintainer: Mis012 <Michael.Srba@seznam.cz>
|
||||
# Co-Maintainer: Nikita Travkin <nikita@trvn.ru>
|
||||
# Co-Maintainer: Minecrell <minecrell@minecrell.net>
|
||||
pkgname=firmware-samsung-a3
|
||||
pkgver=1
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
_name="Samsung Galaxy A3 (2015)"
|
||||
pkgdesc="Firmware for $_name"
|
||||
url="https://postmarketos.org"
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
# Maintainer: Minecrell <minecrell@minecrell.net>
|
||||
# Co-Maintainer: Alexey Minnekhanov <alexeymin@postmarketos.org>
|
||||
pkgname=firmware-samsung-a5
|
||||
pkgver=1
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
_name="Samsung Galaxy A5 (2015)"
|
||||
pkgdesc="Firmware for $_name"
|
||||
url="https://postmarketos.org"
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# Maintainer: Raymond Hackley <wonderfulShrineMaidenOfParadise@postmarketos.org>
|
||||
pkgname=firmware-samsung-e7
|
||||
pkgver=1
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
_name="Samsung Galaxy E7"
|
||||
pkgdesc="Firmware for $_name"
|
||||
url="https://postmarketos.org"
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# Maintainer: Raymond Hackley <wonderfulShrineMaidenOfParadise@postmarketos.org>
|
||||
pkgname=firmware-samsung-grandmax
|
||||
pkgver=1
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
_name="Samsung Galaxy Grand Max"
|
||||
pkgdesc="Firmware for $_name"
|
||||
url="https://postmarketos.org"
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# Maintainer: Nikita Travkin <nikita@trvn.ru>
|
||||
pkgname=firmware-samsung-gt510
|
||||
pkgver=1
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
_name="Samsung Galaxy Tab A 9.7 (2015)"
|
||||
pkgdesc="Firmware for $_name"
|
||||
url="https://postmarketos.org"
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# Maintainer: Nikita Travkin <nikita@trvn.ru>
|
||||
pkgname=firmware-samsung-gt58
|
||||
pkgver=1
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
_name="Samsung Galaxy Tab A 8.0 (2015)"
|
||||
pkgdesc="Firmware for $_name"
|
||||
url="https://postmarketos.org"
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# Maintainer: Minecrell <minecrell@minecrell.net>
|
||||
pkgname=firmware-samsung-serranove
|
||||
pkgver=1
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Firmware for Samsung Galaxy S4 Mini Value Edition"
|
||||
url="https://pepethekingprawn.gitlab.io/firmware/"
|
||||
subpackages="$pkgname-wcnss-nv:wcnss_nv"
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
# Maintainer: Nikita Travkin <nikita@trvn.ru>
|
||||
# Co-Maintainer: Minecrell <minecrell@minecrell.net>
|
||||
pkgname=firmware-wileyfox-crackling
|
||||
pkgver=5
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Firmware for Wileyfox Swift"
|
||||
url="https://rizzotherat.gitlab.io/firmware/"
|
||||
subpackages="$pkgname-venus $pkgname-wcnss-nv:wcnss_nv"
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# Maintainer: Minecrell <minecrell@minecrell.net>
|
||||
pkgname=firmware-xiaomi-wt88047
|
||||
pkgver=9.2.5.0
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="Firmware for Xiaomi Redmi 2"
|
||||
url="https://androidfilehost.com/?w=files&flid=303434"
|
||||
subpackages="$pkgname-wcnss-nv:wcnss_nv"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: M0Rf30 <morf3089@gmail.com>
|
||||
# Co-Maintainer: Ultra-azu <ultra.public@proton.me>
|
||||
# Co-Maintainer: Barnabas Czeman <trabarni@gmail.com>
|
||||
# Co-Maintainer: Barnabas Czeman <barnabas.czeman@postmarketos.org>
|
||||
# Kernel config based on: defconfig, msm8953.config, and device configs
|
||||
|
||||
_flavor="postmarketos-qcom-msm8953"
|
||||
|
|
|
@ -1,8 +1,11 @@
|
|||
# Maintainer: Barnabas Czeman <trabarni@gmail.com>
|
||||
# Maintainer: Barnabas Czeman <barnabas.czeman@postmarketos.org>
|
||||
# Co-Maintainer: Alejandro Tafalla <alikates@dnyon.com>
|
||||
# Co-Maintainer: Victor Pavlov (vipaoL) <vipaolmail@gmail.com>
|
||||
# Co-Maintainer: Danila Tikhonov (JIaxyga) <danila@mainlining.org>
|
||||
pkgname=soc-qcom-msm8953
|
||||
pkgdesc="Common package for Qualcomm MSM8953 devices"
|
||||
pkgver=13
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
url="https://postmarketos.org"
|
||||
license="BSD-3-Clause"
|
||||
arch="aarch64"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: Danila Tikhonov <danila@jiaxyga.com>
|
||||
# Co-Maintainer: Jens Reidel <adrian@travitia.xyz>
|
||||
|
||||
# Co-Maintainer: David Wronek <david@mainlining.org>
|
||||
pkgname=soc-qcom-sm7150
|
||||
pkgdesc="Common package for Qualcomm SM7150 devices"
|
||||
pkgver=3
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
# Reference: <https://postmarketos.org/devicepkg>
|
||||
# Maintainer: gtrxAC <gtrxac2@gmail.com>
|
||||
pkgname=device-huawei-plank
|
||||
pkgdesc="Huawei Honor 7"
|
||||
pkgver=2
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
url="https://postmarketos.org"
|
||||
license="MIT"
|
||||
arch="aarch64"
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
# Reference: <https://postmarketos.org/devicepkg>
|
||||
# Maintainer: Nikita Travkin <nikita@trvn.ru>
|
||||
# Co-Maintainer: Minecrell <minecrell@minecrell.net>
|
||||
pkgname=device-qcom-msm8916
|
||||
pkgdesc="Generic device package for various Qualcomm MSM8916/MSM8939-based devices"
|
||||
pkgver=3
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
# Reference: <https://postmarketos.org/devicepkg>
|
||||
# Maintainer: Duje Mihanović <duje.mihanovic@skole.hr>
|
||||
pkgname=device-samsung-coreprimevelte
|
||||
pkgdesc="Samsung Galaxy Core Prime VE LTE"
|
||||
pkgver=4
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
url="https://postmarketos.org"
|
||||
license="MIT"
|
||||
arch="aarch64"
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
# Reference: <https://postmarketos.org/devicepkg>
|
||||
# Maintainer: Andreas Kemnade <andreas@kemnade.info>
|
||||
pkgname=device-tolino-shine2hd
|
||||
pkgdesc="Tolino Shine 2 HD"
|
||||
pkgver=3
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
url="https://postmarketos.org"
|
||||
license="MIT"
|
||||
arch="armv7"
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
# Reference: <https://postmarketos.org/devicepkg>
|
||||
# Maintainer: Alexey Min <alexey.min@gmail.com>
|
||||
# Maintainer: Alexey Minnekhanov <alexeymin@postmarketos.org>
|
||||
pkgname=device-xiaomi-lavender
|
||||
pkgdesc="Xiaomi Redmi Note 7"
|
||||
pkgver=3
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
url="https://postmarketos.org"
|
||||
license="MIT"
|
||||
arch="aarch64"
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# Maintainer: Raymond Hackley <wonderfulShrineMaidenOfParadise@postmarketos.org>
|
||||
pkgname=firmware-samsung-fortuna
|
||||
pkgver=2
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
_name="Samsung Galaxy Grand Prime"
|
||||
pkgdesc="Firmware for $_name"
|
||||
url="https://postmarketos.org"
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
# Maintainer: Raymond Hackley <wonderfulShrineMaidenOfParadise@postmarketos.org>
|
||||
# Co-Maintainer: Lin, Meng-Bo <linmengbo06890@proton.me>
|
||||
pkgname=firmware-samsung-j3ltetw
|
||||
pkgver=1
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
_name="Samsung Galaxy J3 2016 (SM-J320YZ)"
|
||||
pkgdesc="Firmware for $_name"
|
||||
url="https://postmarketos.org"
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# Maintainer: Raymond Hackley <wonderfulShrineMaidenOfParadise@postmarketos.org>
|
||||
pkgname=firmware-samsung-j5
|
||||
pkgver=1
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
_name="Samsung Galaxy J5 (2015)"
|
||||
pkgdesc="Firmware for $_name"
|
||||
url="https://postmarketos.org"
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# Maintainer: Raymond Hackley <wonderfulShrineMaidenOfParadise@postmarketos.org>
|
||||
pkgname=firmware-samsung-j5x
|
||||
pkgver=1
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
_name="Samsung Galaxy J5 (2016)"
|
||||
pkgdesc="Firmware for $_name"
|
||||
url="https://postmarketos.org"
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# Maintainer: Raymond Hackley <wonderfulShrineMaidenOfParadise@postmarketos.org>
|
||||
pkgname=firmware-samsung-rossa
|
||||
pkgver=2
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
_name="Samsung Galaxy Core Prime LTE"
|
||||
pkgdesc="Firmware for $_name"
|
||||
url="https://postmarketos.org"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# Maintainer: Barnabas Czeman <trabarni@gmail.com>
|
||||
# Maintainer: Barnabas Czeman <barnabas.czeman@postmarketos.org>
|
||||
pkgname=soc-qcom-msm8226
|
||||
pkgdesc="Common package for Qualcomm MSM8226 devices"
|
||||
pkgver=2
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
url="https://postmarketos.org"
|
||||
license="BSD-3-Clause"
|
||||
arch="armv7"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# Maintainer: Barnabas Czeman <trabarni@gmail.com>
|
||||
# Maintainer: Barnabas Czeman <barnabas.czeman@postmarketos.org>
|
||||
pkgname=soc-qcom-msm8974
|
||||
pkgdesc="Common package for Qualcomm MSM8974 devices"
|
||||
pkgver=2
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
url="https://postmarketos.org"
|
||||
license="BSD-3-Clause"
|
||||
arch="armv7"
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
# Maintainer: exkc <exxxxkc@getgoogleoff.me>
|
||||
# Co-Maintainer: Ferass El Hafidi <funderscore@postmarketos.org>
|
||||
pkgname=u-boot-amlogic-s905x-tv
|
||||
pkgver=2020.07
|
||||
pkgrel=0
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
# Maintainer: Doni Halim <donihaalim@gmail.com>
|
||||
# Co-Maintainer: Ferass El Hafidi <funderscore@postmarketos.org>
|
||||
pkgname=u-boot-amlogic-s905x2-tv
|
||||
pkgver=2024.01
|
||||
pkgrel=0
|
||||
|
|
|
@ -1,6 +1,9 @@
|
|||
# Maintainer: Newbyte <newbyte@postmarketos.org>
|
||||
# Co-Maintainer: Pablo Correa Gomez <pabloyoyoista@postmarketos.org>
|
||||
# Co-Maintainer: fossdd <fossdd@pwned.life>
|
||||
pkgname=postmarketos-base-ui-gnome-mobile
|
||||
pkgver=1
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Meta package for shared configuration for GNOME Mobile and Phosh UIs"
|
||||
url="https://postmarketos.org"
|
||||
arch="noarch"
|
||||
|
|
|
@ -1,7 +1,9 @@
|
|||
# Maintainer: Oliver Smith <ollieparanoid@postmarketos.org>
|
||||
# Maintainer: Newbyte <newbyte@postmarketos.org>
|
||||
# Co-Maintainer: Pablo Correa Gomez <pabloyoyoista@postmarketos.org>
|
||||
# Co-Maintainer: fossdd <fossdd@pwned.life>
|
||||
pkgname=postmarketos-base-ui-gnome
|
||||
pkgver=4
|
||||
pkgrel=7
|
||||
pkgrel=8
|
||||
pkgdesc="Meta package for shared configuration for GNOME-based UIs"
|
||||
url="https://postmarketos.org"
|
||||
arch="noarch"
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
# Reference: https://postmarketos.org/uipkg
|
||||
# Maintainer: Newbyte <newbyte@postmarketos.org>
|
||||
# Co-Maintainer: Pablo Correa Gomez <pabloyoyoista@postmarketos.org>
|
||||
# Co-Maintainer: fossdd <fossdd@pwned.life>
|
||||
pkgname=postmarketos-ui-gnome-mobile
|
||||
pkgver=3
|
||||
pkgrel=1
|
||||
|
|
|
@ -1,8 +1,10 @@
|
|||
# Reference: https://postmarketos.org/uipkg
|
||||
# Maintainer: Oliver Smith <ollieparanoid@postmarketos.org>
|
||||
# Maintainer: Newbyte <newbyte@postmarketos.org>
|
||||
# Co-Maintainer: Pablo Correa Gomez <pabloyoyoista@postmarketos.org>
|
||||
# Co-Maintainer: fossdd <fossdd@pwned.life>
|
||||
pkgname=postmarketos-ui-gnome
|
||||
pkgver=3
|
||||
pkgrel=10
|
||||
pkgrel=11
|
||||
pkgdesc="(Wayland) Gnome Shell"
|
||||
url="https://gnome.org/"
|
||||
# armhf blocked by gnome-shell -> gjs -> mozjs102
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
# Reference: https://postmarketos.org/uipkg
|
||||
# Maintainer: Newbyte <newbyte@postmarketos.org>
|
||||
# Co-Maintainer: Pablo Correa Gomez <pabloyoyoista@postmarketos.org>
|
||||
# Co-Maintainer: fossdd <fossdd@pwned.life>
|
||||
pkgname=postmarketos-ui-phosh
|
||||
pkgver=23
|
||||
pkgrel=0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue