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>
|
||||
# Maintainer: Alexey Min <alexey.min@gmail.com>
|
||||
# Co-Maintainer: Martijn Braam <martijn@brixit.nl>
|
||||
pkgname=device-pine64-pinetab
|
||||
pkgdesc="PINE64 PineTab"
|
||||
pkgver=0.5
|
||||
pkgver=0.6
|
||||
pkgrel=0
|
||||
url="https://postmarketos.org"
|
||||
license="MIT"
|
||||
|
@ -9,7 +11,6 @@ arch="aarch64"
|
|||
options="!check !archcheck"
|
||||
depends="
|
||||
alsa-ucm-conf
|
||||
bluez
|
||||
mesa-egl
|
||||
mesa-dri-gallium
|
||||
postmarketos-base
|
|
@ -1,9 +1,5 @@
|
|||
#!/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
|
||||
echo "UPDATING HWDB..."
|
||||
udevadm hwdb --update
|
Loading…
Reference in a new issue