pine64-pinetab: move to community (MR 1753)
[ci:skip-build]: already built successfully in CI
This commit is contained in:
parent
e067004579
commit
de9b5d3c21
11 changed files with 3 additions and 6 deletions
|
@ -1,7 +1,9 @@
|
||||||
# Reference: <https://postmarketos.org/devicepkg>
|
# Reference: <https://postmarketos.org/devicepkg>
|
||||||
|
# Maintainer: Alexey Min <alexey.min@gmail.com>
|
||||||
|
# Co-Maintainer: Martijn Braam <martijn@brixit.nl>
|
||||||
pkgname=device-pine64-pinetab
|
pkgname=device-pine64-pinetab
|
||||||
pkgdesc="PINE64 PineTab"
|
pkgdesc="PINE64 PineTab"
|
||||||
pkgver=0.5
|
pkgver=0.6
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
url="https://postmarketos.org"
|
url="https://postmarketos.org"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
@ -9,7 +11,6 @@ arch="aarch64"
|
||||||
options="!check !archcheck"
|
options="!check !archcheck"
|
||||||
depends="
|
depends="
|
||||||
alsa-ucm-conf
|
alsa-ucm-conf
|
||||||
bluez
|
|
||||||
mesa-egl
|
mesa-egl
|
||||||
mesa-dri-gallium
|
mesa-dri-gallium
|
||||||
postmarketos-base
|
postmarketos-base
|
|
@ -1,9 +1,5 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
sed -i 's|#Name = BlueZ|Name = PINE64 PineTab|' /etc/bluetooth/main.conf
|
|
||||||
|
|
||||||
rc-update add bluetooth default
|
|
||||||
|
|
||||||
# We'll update the hwdb so that the meta key gets fixed
|
# We'll update the hwdb so that the meta key gets fixed
|
||||||
echo "UPDATING HWDB..."
|
echo "UPDATING HWDB..."
|
||||||
udevadm hwdb --update
|
udevadm hwdb --update
|
Loading…
Reference in a new issue