treewide: add !check to options of packages without tests
Signed-off-by: Aster Boese <asterboese@mailbox.org> [ci:skip-vercheck] Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8055>
This commit is contained in:
parent
de0624fb53
commit
5e3d65b2bd
12 changed files with 24 additions and 0 deletions
|
|
@ -13,6 +13,8 @@ source="
|
|||
extract-waveform.initd
|
||||
"
|
||||
subpackages="$pkgname-openrc"
|
||||
# no tests
|
||||
options="!check"
|
||||
builddir="$srcdir"/kobo-firmware-extractor-"$pkgver"
|
||||
|
||||
build() {
|
||||
|
|
|
|||
|
|
@ -8,6 +8,8 @@ arch="noarch"
|
|||
license="GPL-3.0-or-later"
|
||||
source="$pkgname.initd"
|
||||
subpackages="$pkgname-openrc"
|
||||
# no tests
|
||||
options="!check"
|
||||
|
||||
package() {
|
||||
install -Dm755 "$srcdir"/$pkgname.initd "$pkgdir"/etc/init.d/adsp-audio
|
||||
|
|
|
|||
|
|
@ -14,6 +14,8 @@ source="
|
|||
00-msm-fb-refresher.files
|
||||
"
|
||||
subpackages="$pkgname-openrc"
|
||||
# no tests
|
||||
options="!check"
|
||||
|
||||
build() {
|
||||
gcc refresher.c -o refresher.o -c
|
||||
|
|
|
|||
|
|
@ -7,6 +7,8 @@ url="https://web.archive.org/web/20181218141542/http://rex-shen.net/customize-fl
|
|||
arch="all"
|
||||
license="GPL-3.0-or-later"
|
||||
source="https://gist.githubusercontent.com/ollieparanoid/6eaaba3d520cf938cee10c72eb31f0a8/raw/80ba45e32e358935a11083e7a847ce582906961a/mtk_mkimage.sh"
|
||||
# no tests
|
||||
options="!check"
|
||||
builddir="$srcdir/"
|
||||
|
||||
package() {
|
||||
|
|
|
|||
|
|
@ -18,6 +18,8 @@ provider_priority=1
|
|||
source="
|
||||
$pkgname-$pkgver.tar.gz::https://github.com/Arnavion/pinephone-callaudiod/archive/v$pkgver.tar.gz
|
||||
"
|
||||
# no tests
|
||||
options="!check"
|
||||
|
||||
build() {
|
||||
return 0
|
||||
|
|
|
|||
|
|
@ -9,6 +9,8 @@ depends="git python3"
|
|||
arch="noarch"
|
||||
license="GPL-3.0-or-later"
|
||||
source="https://gitlab.postmarketos.org/postmarketOS/postmarketos-install-recommends/-/archive/$pkgver/postmarketos-install-recommends-$pkgver.tar.gz"
|
||||
# no tests
|
||||
options="!check"
|
||||
|
||||
package() {
|
||||
install -Dm755 "$builddir/install-recommends.py" \
|
||||
|
|
|
|||
|
|
@ -8,6 +8,8 @@ depends="postmarketos-mkinitfs"
|
|||
source="00-kernel-panic.sh"
|
||||
arch="noarch"
|
||||
license="GPL2"
|
||||
# no tests
|
||||
options="!check"
|
||||
|
||||
package() {
|
||||
install -Dm644 "$srcdir"/00-kernel-panic.sh \
|
||||
|
|
|
|||
|
|
@ -8,6 +8,8 @@ depends="postmarketos-mkinitfs"
|
|||
source="00-maximum-attention.sh"
|
||||
arch="noarch"
|
||||
license="GPL2"
|
||||
# no tests
|
||||
options="!check"
|
||||
|
||||
package() {
|
||||
install -Dm644 "$srcdir"/00-maximum-attention.sh \
|
||||
|
|
|
|||
|
|
@ -8,6 +8,8 @@ depends="postmarketos-mkinitfs"
|
|||
source="10-verbose-initfs.sh"
|
||||
arch="noarch"
|
||||
license="GPL2"
|
||||
# no tests
|
||||
options="!check"
|
||||
|
||||
package() {
|
||||
install -Dm644 "$srcdir"/10-verbose-initfs.sh \
|
||||
|
|
|
|||
|
|
@ -8,6 +8,8 @@ arch="all"
|
|||
license="unknown"
|
||||
makedepends="gcc make"
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/osm0sis/pxa-mkbootimg/archive/$pkgver.tar.gz"
|
||||
# no tests
|
||||
options="!check"
|
||||
|
||||
build() {
|
||||
make
|
||||
|
|
|
|||
|
|
@ -10,6 +10,8 @@ subpackages="$pkgname-openrc"
|
|||
source="
|
||||
clear-rtc-wakealarm.shutdown.initd
|
||||
"
|
||||
# no tests
|
||||
options="!check"
|
||||
|
||||
package() {
|
||||
install -Dm755 "$srcdir"/clear-rtc-wakealarm.shutdown.initd "$pkgdir"/etc/init.d/clear-rtc-wakealarm
|
||||
|
|
|
|||
|
|
@ -9,6 +9,8 @@ arch="noarch"
|
|||
license="GPL-2.0-only"
|
||||
depends="bash"
|
||||
source="https://gitlab.postmarketos.org/peremen/tizen-scripts/-/raw/$_commit/scripts/exynos_mkdzimage.sh?inline=false"
|
||||
# no tests
|
||||
options="!check"
|
||||
builddir="$srcdir/"
|
||||
|
||||
package() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue