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>
This commit is contained in:
Aster Boese 2026-02-22 01:17:06 -05:00 committed by The Friendly Meow (merge) Bot
parent f0a1a7142b
commit 9df3dbc6f7
No known key found for this signature in database
12 changed files with 26 additions and 26 deletions

View file

@ -1,11 +1,11 @@
maintainer="Dylan Van Assche <me@dylanvanassche.be>" maintainer="Dylan Van Assche <me@dylanvanassche.be>"
pkgname=bootmac pkgname=bootmac
pkgver=0.7.1 pkgver=0.7.1
pkgrel=0 pkgrel=1
pkgdesc="Configure MAC addresses at boot" pkgdesc="Configure MAC addresses at boot"
url="https://gitlab.postmarketos.org/postmarketOS/bootmac" url="https://gitlab.postmarketos.org/postmarketOS/bootmac"
arch="all" arch="all"
license="GPLv3-or-later" license="GPL-3.0-or-later"
source="https://gitlab.postmarketos.org/postmarketOS/bootmac/-/archive/v$pkgver/bootmac-v$pkgver.tar.gz" source="https://gitlab.postmarketos.org/postmarketOS/bootmac/-/archive/v$pkgver/bootmac-v$pkgver.tar.gz"
depends="bluez-btmgmt bluez-deprecated" depends="bluez-btmgmt bluez-deprecated"
makedepends="meson" makedepends="meson"

View file

@ -1,11 +1,11 @@
maintainer="Casey Connolly <kcxt@postmarketos.org>" maintainer="Casey Connolly <kcxt@postmarketos.org>"
pkgname=iskey pkgname=iskey
pkgver=1 pkgver=1
pkgrel=2 pkgrel=3
pkgdesc="Tiny tool to check if a key is pressed" pkgdesc="Tiny tool to check if a key is pressed"
url="https://postmarketos.org" url="https://postmarketos.org"
arch="all" arch="all"
license="GPL-2.0" license="GPL-3.0-or-later"
makedepends="meson linux-headers libevdev-dev" makedepends="meson linux-headers libevdev-dev"
options="!check" options="!check"
_commit="4bc43d2bbf424ca90e11b3ed0c56e925898a130d" _commit="4bc43d2bbf424ca90e11b3ed0c56e925898a130d"

View file

@ -2,11 +2,11 @@ maintainer="Casey Connolly <kcxt@postmarketos.org>"
pkgname=pbsplash pkgname=pbsplash
pkgdesc="postmarketOS boot splash screen" pkgdesc="postmarketOS boot splash screen"
pkgver=0.3.1 pkgver=0.3.1
pkgrel=1 pkgrel=2
url="https://git.sr.ht/~calebccff/pbsplash" url="https://git.sr.ht/~calebccff/pbsplash"
arch="all" arch="all"
options="!check" # no testsuite options="!check" # no testsuite
license="GPL-3.0" license="GPL-3.0-or-later"
source="$pkgname-$pkgver.tar.gz::https://git.sr.ht/~calebccff/pbsplash/archive/$pkgver.tar.gz" source="$pkgname-$pkgver.tar.gz::https://git.sr.ht/~calebccff/pbsplash/archive/$pkgver.tar.gz"
makedepends="meson tfblib linux-headers" makedepends="meson tfblib linux-headers"

View file

@ -5,11 +5,11 @@
maintainer="Aelin <aelin@postmarketos.org>" maintainer="Aelin <aelin@postmarketos.org>"
pkgname=postmarketos-installkernel pkgname=postmarketos-installkernel
pkgver=0.1 pkgver=0.1
pkgrel=4 pkgrel=5
pkgdesc="postmarketOS script for installing mainline kernels" pkgdesc="postmarketOS script for installing mainline kernels"
url="https://gitlab.postmarketos.org/postmarketOS/pmaports/tree/main/postmarketos-installkernel" url="https://gitlab.postmarketos.org/postmarketOS/pmaports/-/tree/main/main/postmarketos-installkernel"
arch="noarch" arch="noarch"
license="GPL-2.0" license="GPL-2.0-only"
options="!check" # no test suite options="!check" # no test suite
provides="installkernel=3.5-r1" provides="installkernel=3.5-r1"
provider_priority=100 provider_priority=100

View file

@ -1,7 +1,7 @@
# Co-Maintainer: Pablo Correa Gomez <pabloyoyoista@postmarketos.org> # Co-Maintainer: Pablo Correa Gomez <pabloyoyoista@postmarketos.org>
maintainer="Casey Connolly <kcxt@postmarketos.org>" maintainer="Casey Connolly <kcxt@postmarketos.org>"
pkgname=postmarketos-mkinitfs-hook-ci pkgname=postmarketos-mkinitfs-hook-ci
pkgver=3 pkgver=4
pkgrel=0 pkgrel=0
pkgdesc="Hook for doing automated CI tests in the initramfs" pkgdesc="Hook for doing automated CI tests in the initramfs"
url="https://postmarketos.org" url="https://postmarketos.org"
@ -10,7 +10,7 @@ source="
05-ci.files 05-ci.files
" "
arch="noarch" arch="noarch"
license="GPL2" license="GPL-3.0-or-later"
options="!check" options="!check"
package() { package() {

View file

@ -1,13 +1,13 @@
maintainer="Aster Boese <asterboese@mailbox.org>" maintainer="Aster Boese <asterboese@mailbox.org>"
pkgname=postmarketos-mkinitfs-hook-debug-shell pkgname=postmarketos-mkinitfs-hook-debug-shell
pkgver=0.8.1 pkgver=0.8.1
pkgrel=1 pkgrel=2
pkgdesc="Root shell in the initramfs (security hole, for debugging only)" pkgdesc="Root shell in the initramfs (security hole, for debugging only)"
url="https://postmarketos.org" url="https://postmarketos.org"
depends="postmarketos-mkinitfs devicepkg-utils fbdebug evtest linuxconsoletools reboot-mode libinput libinput-tools" depends="postmarketos-mkinitfs devicepkg-utils fbdebug evtest linuxconsoletools reboot-mode libinput libinput-tools"
source="20-debug-shell.files" source="20-debug-shell.files"
arch="noarch" arch="noarch"
license="GPL2" license="GPL-3.0-or-later"
options="!check" options="!check"
package() { package() {

View file

@ -1,13 +1,13 @@
maintainer="Aster Boese <asterboese@mailbox.org>" maintainer="Aster Boese <asterboese@mailbox.org>"
pkgname=postmarketos-mkinitfs-hook-kernel-panic pkgname=postmarketos-mkinitfs-hook-kernel-panic
pkgver=0.1.0 pkgver=0.1.0
pkgrel=2 pkgrel=3
pkgdesc="Script to cause a kernel panic after 30s from the initramfs (for debugging only)" pkgdesc="Script to cause a kernel panic after 30s from the initramfs (for debugging only)"
url="https://postmarketos.org" url="https://postmarketos.org"
depends="postmarketos-mkinitfs" depends="postmarketos-mkinitfs"
source="00-kernel-panic.sh" source="00-kernel-panic.sh"
arch="noarch" arch="noarch"
license="GPL2" license="GPL-3.0-or-later"
# no tests # no tests
options="!check" options="!check"

View file

@ -1,13 +1,13 @@
maintainer="Aster Boese <asterboese@mailbox.org>" maintainer="Aster Boese <asterboese@mailbox.org>"
pkgname=postmarketos-mkinitfs-hook-maximum-attention pkgname=postmarketos-mkinitfs-hook-maximum-attention
pkgver=0.2.0 pkgver=0.2.0
pkgrel=1 pkgrel=2
pkgdesc="Script to activate all user-visible outputs from the initramfs (to confirm working kernel, for debugging only)" pkgdesc="Script to activate all user-visible outputs from the initramfs (to confirm working kernel, for debugging only)"
url="https://postmarketos.org" url="https://postmarketos.org"
depends="postmarketos-mkinitfs" depends="postmarketos-mkinitfs"
source="00-maximum-attention.sh" source="00-maximum-attention.sh"
arch="noarch" arch="noarch"
license="GPL2" license="GPL-3.0-or-later"
# no tests # no tests
options="!check" options="!check"

View file

@ -1,13 +1,13 @@
maintainer="Aster Boese <asterboese@mailbox.org>" maintainer="Aster Boese <asterboese@mailbox.org>"
pkgname=postmarketos-mkinitfs-hook-verbose-initfs pkgname=postmarketos-mkinitfs-hook-verbose-initfs
pkgver=0.1.0 pkgver=0.1.0
pkgrel=2 pkgrel=3
pkgdesc="Print all shell commands executed by initramfs to the console" pkgdesc="Print all shell commands executed by initramfs to the console"
url="https://postmarketos.org" url="https://postmarketos.org"
depends="postmarketos-mkinitfs" depends="postmarketos-mkinitfs"
source="10-verbose-initfs.sh" source="10-verbose-initfs.sh"
arch="noarch" arch="noarch"
license="GPL2" license="GPL-3.0-or-later"
# no tests # no tests
options="!check" options="!check"

View file

@ -2,11 +2,11 @@
maintainer="Casey Connolly <kcxt@postmarketos.org>" maintainer="Casey Connolly <kcxt@postmarketos.org>"
pkgname=postmarketos-test pkgname=postmarketos-test
pkgver=1.4.0 pkgver=1.4.0
pkgrel=0 pkgrel=1
pkgdesc="Common test utilities for postmarketOS" pkgdesc="Common test utilities for postmarketOS"
url="https://postmarketos.org" url="https://postmarketos.org"
arch="noarch" arch="noarch"
license="GPL2" license="GPL-3.0-or-later"
depends="devicepkg-utils" depends="devicepkg-utils"
# The _test split function will take files and prepare them for running # The _test split function will take files and prepare them for running
# in the initramfs test for postmarketos-mkinitfs-hook-ci. The function # in the initramfs test for postmarketos-mkinitfs-hook-ci. The function

View file

@ -1,14 +1,14 @@
maintainer="András El Koulali <deak311andris@gmail.com>" maintainer="András El Koulali <deak311andris@gmail.com>"
pkgname=pxa-mkbootimg pkgname=pxa-mkbootimg
pkgver=2020.05.19 pkgver=2020.05.19
pkgrel=0 pkgrel=1
pkgdesc="mkbootimg for the PXA1908 and 1088 chipsets" pkgdesc="mkbootimg for the PXA1908 and 1088 chipsets"
url="https://github.com/osm0sis/pxa-mkbootimg" url="https://github.com/osm0sis/pxa-mkbootimg"
arch="all" arch="all"
license="unknown" license="Apache-2.0 BSD-3-Clause"
makedepends="gcc make" makedepends="gcc make"
source="$pkgname-$pkgver.tar.gz::https://github.com/osm0sis/pxa-mkbootimg/archive/$pkgver.tar.gz" source="$pkgname-$pkgver.tar.gz::https://github.com/osm0sis/pxa-mkbootimg/archive/$pkgver.tar.gz"
# no tests # check: no tests
options="!check" options="!check"
build() { build() {

View file

@ -1,11 +1,11 @@
maintainer="Casey Connolly <kcxt@postmarketos.org>" maintainer="Casey Connolly <kcxt@postmarketos.org>"
pkgname=ttyescape pkgname=ttyescape
pkgver=1.0.1 pkgver=1.0.1
pkgrel=5 pkgrel=6
pkgdesc="Daemon to allow users to escape to a tty" pkgdesc="Daemon to allow users to escape to a tty"
url="https://gitlab.postmarketos.org/postmarketOS/ttyescape" url="https://gitlab.postmarketos.org/postmarketOS/ttyescape"
arch="noarch" arch="noarch"
license="GPL-2.0" license="GPL-2.0-or-later"
depends="hkdm buffyboard terminus-font kbd" depends="hkdm buffyboard terminus-font kbd"
subpackages="$pkgname-openrc" subpackages="$pkgname-openrc"
source=" source="