9814d78e73
Use the device's architecture instead of noarch. Because the device packages should never be built for other architectures, even if all depends can be built for other arches as well. This simplifies package building as part of the new build infrastructure effort. pmbootstrap has also been changed to output this by default in aportgen.
51 lines
1.3 KiB
Text
51 lines
1.3 KiB
Text
pkgname=device-qemu-amd64
|
|
pkgver=1
|
|
pkgrel=18
|
|
pkgdesc="Simulated device in qemu with an x86 platform"
|
|
url="https://postmarketos.org"
|
|
arch="x86_64"
|
|
license="MIT"
|
|
# NOTE: 'pmbootstrap init' allows you to choose the mesa-dri-* package
|
|
depends="postmarketos-base"
|
|
makedepends=""
|
|
subpackages="
|
|
$pkgname-x11
|
|
$pkgname-weston
|
|
$pkgname-kernel-stable:kernel_stable
|
|
$pkgname-kernel-mainline:kernel_mainline
|
|
"
|
|
|
|
source="deviceinfo weston.ini"
|
|
options="!check !archcheck"
|
|
|
|
package() {
|
|
install -D -m644 "$srcdir"/deviceinfo \
|
|
"$pkgdir"/etc/deviceinfo
|
|
}
|
|
|
|
x11() {
|
|
install_if="$pkgname xorg-server"
|
|
depends="xf86-video-qxl"
|
|
mkdir "$subpkgdir"
|
|
}
|
|
|
|
weston() {
|
|
install_if="$pkgname weston"
|
|
install -Dm644 "$srcdir"/weston.ini \
|
|
"$subpkgdir"/etc/xdg/weston/weston.ini
|
|
}
|
|
|
|
kernel_stable() {
|
|
pkgdesc="Stable for everyday usage (recommended)"
|
|
depends="linux-postmarketos-stable"
|
|
mkdir "$subpkgdir"
|
|
}
|
|
|
|
kernel_mainline() {
|
|
pkgdesc="Newest kernel features"
|
|
depends="linux-postmarketos-mainline"
|
|
mkdir "$subpkgdir"
|
|
}
|
|
|
|
sha512sums="eb12ff5fe6fe592661facd3f8c910e00752e963b2092f4d4062c4af67972249233d20d641355e03de17ab537f42617140ccb9c296c2dcfb6077785fa9eeb25fd deviceinfo
|
|
47b27c7572b8737988488f7eb23b9e68f9a944e22baafe1c78355d2514a2554cf41d99b29fca12238eb13a6f5d53f00ca89b94e534e8461ebab72256dcf0f142 weston.ini"
|