2019-01-10 03:48:30 +00:00
|
|
|
# Reference: <https://postmarketos.org/devicepkg>
|
2020-03-14 20:53:57 +00:00
|
|
|
# Maintainer: Clayton Craft <clayton@craftyguy.net>
|
|
|
|
pkgname=device-purism-librem5dev
|
2019-01-10 03:48:30 +00:00
|
|
|
pkgdesc="Purism Librem 5 Devkit"
|
2021-03-12 19:56:06 +00:00
|
|
|
pkgver=1.3
|
2021-04-27 14:06:44 +00:00
|
|
|
pkgrel=2
|
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
|
|
|
gpsd
|
2020-08-18 07:49:04 +00:00
|
|
|
mesa-dri-gallium
|
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
|
|
|
install="$pkgname.post-install"
|
|
|
|
|
|
|
|
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
|
|
|
|
}
|
2020-03-14 20:53:57 +00:00
|
|
|
sha512sums="d93aded121b830b5b7006166d3f8cd2efadc2fa454540d653e3f1cb8f009ffb7973a4037a62a47062f6f95f8bbbe546d8e72600a5dcded4eb7be78a7e6d35d02 librem5-base-v16.tar.gz
|
2021-03-12 19:56:06 +00:00
|
|
|
d3a8a08a07c19c7f5b5bc82359c8da838913160d99939c9b9b2daec926029a259a69872f17ba97a4eb90b3dc2cbf9f41e0802f5fcb2058bbfdca6fdd2b31c1cb deviceinfo
|
2020-01-12 02:47:06 +00:00
|
|
|
e4bb06e337d3f23abb0328a8e564e905ef571cdbeeefe442cbbd7e715f5a5b656d00679c48161736b3254bcba1ab39a6c99402f67bbde9838c881b1adeb360ed 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-03-12 19:56:06 +00:00
|
|
|
8e61cdcf1645d23912bbefef2063b8c3cd60bd86a55317bf07e72d49b1b42a36f9aea63dc9fe082d612dff1457083463da0cf69b82a83fc116be1f41addceeef flash_script.lst"
|