Skip to content
Snippets Groups Projects
Unverified Commit 9ca0b506 authored by Pablo Correa Gomez's avatar Pablo Correa Gomez :beach: Committed by Oliver Smith
Browse files

device/*: rebuild all devices with kernel subpackages (MR 4596)

[ci:ignore-count]
[ci:skip-build]: already built successfully in CI
parent 18e44a52
No related branches found
No related tags found
No related merge requests found
Pipeline #207844 passed
Showing
with 20 additions and 20 deletions
......@@ -4,7 +4,7 @@
pkgname=device-google-x64cros
pkgdesc="Google Chromebooks with x64 CPU"
pkgver=3
pkgrel=0
pkgrel=1
url="https://postmarketos.org"
license="MIT"
arch="x86_64"
......
......@@ -4,7 +4,7 @@
pkgname=device-xiaomi-beryllium
pkgdesc="Xiaomi Poco F1"
pkgver=10
pkgrel=0
pkgrel=1
url="https://postmarketos.org"
license="MIT"
arch="aarch64"
......
......@@ -3,7 +3,7 @@
# Co-Maintainer: Daniele Debernardi <drebrez@gmail.com>
pkgname=device-qemu-aarch64
pkgver=3
pkgrel=4
pkgrel=5
pkgdesc="Simulated device in QEMU (aarch64)"
url="https://postmarketos.org"
arch="aarch64"
......
......@@ -3,7 +3,7 @@
# Co-Maintainer: Daniele Debernardi <drebrez@gmail.com>
pkgname=device-qemu-amd64
pkgver=5
pkgrel=0
pkgrel=1
pkgdesc="Simulated device in QEMU (x86_64)"
url="https://postmarketos.org"
arch="x86_64"
......
......@@ -3,7 +3,7 @@
# Co-Maintainer: Luca Weiss <luca@z3ntu.xyz>
pkgname=device-qemu-riscv64
pkgver=1
pkgrel=2
pkgrel=3
pkgdesc="Simulated device in QEMU (riscv64)"
url="https://postmarketos.org"
arch="riscv64"
......
......@@ -2,7 +2,7 @@
# Maintainer: David Heidelberg <david@ixit.cz>
pkgname=device-asus-flo
pkgver=1.1
pkgrel=3
pkgrel=4
pkgdesc="Google Nexus 7 2013 (flo)"
url="https://postmarketos.org"
arch="armv7"
......
......@@ -2,7 +2,7 @@
pkgname=device-asus-grouper
pkgdesc="Google Nexus 7 2012 (grouper)"
pkgver=6
pkgrel=3
pkgrel=4
url="https://postmarketos.org"
license="MIT"
arch="armv7"
......
......@@ -2,7 +2,7 @@
pkgname=device-asus-sparrow
pkgdesc="ASUS ZenWatch 2"
pkgver=1
pkgrel=1
pkgrel=2
url="https://postmarketos.org"
license="MIT"
arch="armv7"
......
......@@ -2,7 +2,7 @@
pkgname=device-asus-x00td
pkgdesc="Asus ZenFone Max Pro M1"
pkgver=0.5
pkgrel=3
pkgrel=4
url="https://postmarketos.org"
license="MIT"
arch="aarch64"
......
......@@ -2,7 +2,7 @@
# Maintainer: exkc <exxxxkc@getgoogleoff.me>
pkgname=device-beelink-gt1
pkgver=1
pkgrel=2
pkgrel=3
pkgdesc="Beelink gt1 (Ultimate)"
url="https://postmarketos.org"
license="MIT"
......
......@@ -2,7 +2,7 @@
pkgname=device-fairphone-fp2
pkgdesc="Fairphone 2"
pkgver=7
pkgrel=4
pkgrel=5
url="https://postmarketos.org"
license="MIT"
arch="armv7"
......
......@@ -2,7 +2,7 @@
pkgname=device-fairphone-fp3
pkgdesc="Fairphone 3"
pkgver=1
pkgrel=1
pkgrel=2
url="https://postmarketos.org"
license="MIT"
arch="aarch64"
......
......@@ -5,7 +5,7 @@
pkgname=device-generic-zhihe
pkgdesc="A generic device package for various MSM8916-based dongles(namely zhihe)"
pkgver=1
pkgrel=1
pkgrel=2
url="https://postmarketos.org"
license="GPL"
arch="aarch64"
......
......@@ -2,7 +2,7 @@
pkgname=device-google-bonito
pkgdesc="Google Pixel 3a XL"
pkgver=0.1
pkgrel=0
pkgrel=1
url="https://postmarketos.org"
license="MIT"
arch="aarch64"
......
......@@ -2,7 +2,7 @@
pkgname=device-google-crosshatch
pkgdesc="Google Pixel 3 XL"
pkgver=0.1
pkgrel=13
pkgrel=14
url="https://postmarketos.org"
license="MIT"
arch="aarch64"
......
......@@ -4,7 +4,7 @@
pkgname=device-google-nyan-big
pkgdesc="Acer Chromebook 13 CB5-311 / Acer Chromebook C810"
pkgver=3
pkgrel=2
pkgrel=3
url="https://postmarketos.org"
license="MIT"
arch="armv7"
......
......@@ -2,7 +2,7 @@
pkgname=device-htc-memul
pkgdesc="HTC One Mini 2"
pkgver=2
pkgrel=0
pkgrel=1
url="https://postmarketos.org"
license="MIT"
arch="armv7"
......
# Reference: <https://postmarketos.org/devicepkg>
pkgname=device-huawei-angler
pkgver=3
pkgrel=2
pkgrel=3
pkgdesc="Huawei Nexus 6P"
url="https://postmarketos.org"
arch="aarch64"
......
......@@ -2,7 +2,7 @@
pkgname=device-huawei-sturgeon
pkgdesc="Huawei Watch"
pkgver=1
pkgrel=1
pkgrel=2
url="https://postmarketos.org"
license="MIT"
arch="armv7"
......
......@@ -2,7 +2,7 @@
pkgname=device-kobo-clara
pkgdesc="Kobo Clara HD"
pkgver=0.7
pkgrel=3
pkgrel=4
url="https://postmarketos.org"
license="MIT"
arch="armv7"
......
  • Administrator @root

    mentioned in commit 3653a883

    By Pablo Correa Gomez on 2023-12-07T08:05:49

    · Imported

    mentioned in commit 3653a883

    By Pablo Correa Gomez on 2023-12-07T08:05:49

    Edited by Ghost User
    Toggle commit list
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment