2019-01-10 03:48:30 +00:00
|
|
|
# Reference: <https://postmarketos.org/devicepkg>
|
2023-08-24 20:59:22 +00:00
|
|
|
# Maintainer: Clayton Craft <clayton@craftyguy.net>
|
2020-03-14 20:53:57 +00:00
|
|
|
pkgname=device-purism-librem5dev
|
2019-01-10 03:48:30 +00:00
|
|
|
pkgdesc="Purism Librem 5 Devkit"
|
2024-04-02 12:52:52 +00:00
|
|
|
pkgver=2
|
2024-06-18 19:53:59 +00:00
|
|
|
pkgrel=1
|
2019-01-10 03:48:30 +00:00
|
|
|
url="https://postmarketos.org"
|
|
|
|
license="MIT"
|
|
|
|
arch="aarch64"
|
|
|
|
options="!check !archcheck"
|
2019-02-24 18:07:22 +00:00
|
|
|
depends="postmarketos-base
|
2020-01-12 02:47:06 +00:00
|
|
|
linux-purism-librem5
|
2021-04-27 14:06:44 +00:00
|
|
|
u-boot-tools
|
2021-03-12 19:56:06 +00:00
|
|
|
u-boot-librem5-devkit
|
2019-02-24 18:07:22 +00:00
|
|
|
"
|
2019-01-10 03:48:30 +00:00
|
|
|
makedepends="devicepkg-dev"
|
2020-03-14 20:53:57 +00:00
|
|
|
_confver=16
|
|
|
|
_confdir=$srcdir/librem5-base-v$_confver
|
2019-01-10 03:48:30 +00:00
|
|
|
source="
|
2020-03-14 20:53:57 +00:00
|
|
|
https://source.puri.sm/Librem5/librem5-base/-/archive/v$_confver/librem5-base-v$_confver.tar.gz
|
2019-01-10 03:48:30 +00:00
|
|
|
deviceinfo
|
|
|
|
uboot-script.cmd
|
2019-02-02 02:35:53 +00:00
|
|
|
modprobe.d_rsi.conf
|
2019-02-24 14:24:20 +00:00
|
|
|
00-mesa.sh
|
2019-02-28 04:56:39 +00:00
|
|
|
flash_script.lst
|
2019-01-10 03:48:30 +00:00
|
|
|
"
|
2020-03-14 20:53:57 +00:00
|
|
|
subpackages="
|
|
|
|
$pkgname-phosh
|
|
|
|
$pkgname-pulseaudio
|
|
|
|
"
|
2019-01-10 03:48:30 +00:00
|
|
|
|
|
|
|
build() {
|
2020-01-12 02:47:06 +00:00
|
|
|
mkimage -A arm64 -C none -O linux -T script -d "$srcdir/uboot-script.cmd" "$srcdir/boot.scr"
|
2019-01-10 03:48:30 +00:00
|
|
|
devicepkg_build $startdir $pkgname
|
|
|
|
}
|
|
|
|
|
2020-03-14 20:53:57 +00:00
|
|
|
phosh() {
|
|
|
|
pkgdesc="Phosh support for the Librem 5"
|
|
|
|
install_if="$pkgname phosh"
|
|
|
|
install -D -m644 "$_confdir"/default/org.freedesktop.ModemManager1.pkla \
|
|
|
|
"$subpkgdir"/var/lib/polkit-1/localauthority/10-vendor.d/org.freedesktop.ModemManager1.pkla
|
|
|
|
}
|
|
|
|
|
|
|
|
pulseaudio() {
|
|
|
|
pkgdesc="Pulseaudio support for the Librem 5"
|
|
|
|
install_if="$pkgname pulseaudio"
|
|
|
|
# install config files from upstream Purism
|
|
|
|
mkdir -p "$subpkgdir"/etc/pulse/
|
|
|
|
cp -r "$_confdir"/default/audio/pulse/daemon.conf.d "$subpkgdir"/etc/pulse/
|
|
|
|
install -D -m644 "$_confdir"/default/audio/pulse/librem5.pa "$subpkgdir"/etc/pulse/librem5.pa
|
|
|
|
mkdir -p "$subpkgdir"/usr/share/pulseaudio/alsa-mixer
|
|
|
|
cp -r "$_confdir"/default/audio/profile-sets "$subpkgdir"/usr/share/pulseaudio/alsa-mixer/
|
|
|
|
mkdir -p "$subpkgdir"/usr/share/alsa/ucm
|
|
|
|
cp -r "$_confdir"/default/audio/ucm "$subpkgdir"/usr/share/alsa/
|
|
|
|
}
|
|
|
|
|
2019-01-10 03:48:30 +00:00
|
|
|
package() {
|
|
|
|
install -D -m644 "$srcdir"/boot.scr \
|
|
|
|
"$pkgdir"/boot/boot.scr
|
2020-01-10 16:43:29 +00:00
|
|
|
install -D -m644 "$srcdir"/modprobe.d_rsi.conf "$pkgdir"/etc/modprobe.d/rsi.conf
|
|
|
|
install -D -m644 "$srcdir"/00-mesa.sh "$pkgdir"/etc/profile.d/00-mesa.sh
|
|
|
|
install -D -m644 "$srcdir"/flash_script.lst "$pkgdir"/usr/share/uuu/flash_script.lst
|
2020-03-26 06:23:58 +00:00
|
|
|
install -D -m644 "$_confdir"/default/hwdb/80-librem5.hwdb "$pkgdir"/lib/udev/hwdb.d/80-librem5.hwdb
|
2020-03-14 20:53:57 +00:00
|
|
|
install -D -m644 "$_confdir"/debian/librem5-base-defaults.librem5-devkit-sgtl5000.udev \
|
2020-03-26 06:23:58 +00:00
|
|
|
"$pkgdir"/usr/lib/udev/rules.d/librem5-base-defaults.librem5-devkit-sgtl5000.udev
|
2020-03-14 20:53:57 +00:00
|
|
|
install -D -m644 "$_confdir"/debian/librem5-base-defaults.librem5-pm.udev \
|
2020-03-26 06:23:58 +00:00
|
|
|
"$pkgdir"/usr/lib/udev/rules.d/librem5-base-defaults.librem5-pm.udev
|
2020-03-14 20:53:57 +00:00
|
|
|
|
2019-01-10 03:48:30 +00:00
|
|
|
devicepkg_package $startdir $pkgname
|
|
|
|
}
|
2021-07-07 05:06:17 +00:00
|
|
|
sha512sums="
|
|
|
|
d93aded121b830b5b7006166d3f8cd2efadc2fa454540d653e3f1cb8f009ffb7973a4037a62a47062f6f95f8bbbe546d8e72600a5dcded4eb7be78a7e6d35d02 librem5-base-v16.tar.gz
|
2021-09-18 17:06:03 +00:00
|
|
|
aa50dedc5b18d0967c751dfc0ab100d683e7c054ce65ce6d4f559be78c724b851cb571e087580eaeeb4d98938cb5d2c4fe6fa15f0fe973c34b9cfb4f8cc009cb deviceinfo
|
2024-06-18 19:53:59 +00:00
|
|
|
ff245e85996d1131583e66c9fb8c4f8d55d384df1d3fcc3b7c3819ad3ab3294a1e0aefb691b75c167cec134576d2bb54051bca523835ae80fece48e4f039f215 uboot-script.cmd
|
2020-02-08 04:57:52 +00:00
|
|
|
9dc018f0de523cbfe5a49cbe831aa30e975a8dd34635197bb52582f072ac356ef2c02223fc794d970380091a69a83a74c3fbe34520190c8536e77f9ea98c7659 modprobe.d_rsi.conf
|
2021-01-28 10:17:04 +00:00
|
|
|
5e0536a53ba5a33af6ddff3a5f5d866c09ae54dd6754e6b17e61fde0b141b3165379a598de562c89568a1de9ae9ae03a4f876c53002b87f09d7b56013345ab27 00-mesa.sh
|
2021-07-07 05:06:17 +00:00
|
|
|
8e61cdcf1645d23912bbefef2063b8c3cd60bd86a55317bf07e72d49b1b42a36f9aea63dc9fe082d612dff1457083463da0cf69b82a83fc116be1f41addceeef flash_script.lst
|
|
|
|
"
|