ea93a6d07f
[ci:ignore-count] [ci:skip-build]: already built successfully in CI
44 lines
1.1 KiB
Text
44 lines
1.1 KiB
Text
# Reference: <https://postmarketos.org/devicepkg>
|
|
pkgname=device-samsung-santos10wifi
|
|
pkgdesc="Samsung Galaxy Tab 3 10.1 Wi-Fi"
|
|
pkgver=0.1
|
|
pkgrel=3
|
|
url="https://postmarketos.org"
|
|
license="MIT"
|
|
arch="x86"
|
|
options="!check !archcheck"
|
|
depends="postmarketos-base linux-samsung-santos10wifi mkbootimg"
|
|
makedepends="devicepkg-dev"
|
|
subpackages="
|
|
$pkgname-x11
|
|
$pkgname-nonfree-firmware:nonfree_firmware
|
|
"
|
|
|
|
source="deviceinfo
|
|
xorg.conf"
|
|
|
|
build() {
|
|
devicepkg_build $startdir $pkgname
|
|
}
|
|
|
|
package() {
|
|
devicepkg_package $startdir $pkgname
|
|
}
|
|
|
|
x11() {
|
|
install_if="$pkgname xorg-server"
|
|
depends="
|
|
xf86-input-libinput
|
|
xf86-video-fbdev"
|
|
install -Dm644 "$srcdir"/xorg.conf \
|
|
"$subpkgdir"/etc/X11/xorg.conf.d/10-santos10wifi.conf
|
|
}
|
|
|
|
nonfree_firmware() {
|
|
pkgdesc="Wi-Fi firmware"
|
|
depends="firmware-samsung-santos10wifi"
|
|
mkdir "$subpkgdir"
|
|
}
|
|
|
|
sha512sums="4810fff00aad46cc51d940b9f4f9d2b5a286880dc45c4603c207481f1f7c8a9c9216b5a5e8a3211c8307ae8f043b1ea7f1021470bea9740c548021881c8c3a1e deviceinfo
|
|
2511fa519813061531757996fbbbb9eecae1a136d2e13149fd7afe04d19982c7eaa5ced8df57860bb816186f206915fcbd4a9e34fdf92b2c6efe3320a223c328 xorg.conf"
|