-
-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pkg: pine64: device-pine64-pinetab: use machine-info
Signed-off-by: Danct12 <[email protected]>
- Loading branch information
Showing
2 changed files
with
11 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# Maintainer: Danct12 <[email protected]> | ||
pkgname=device-pine64-pinetab | ||
pkgver=0.1 | ||
pkgrel=6 | ||
pkgrel=7 | ||
pkgdesc="PineTab device package" | ||
arch=(aarch64) | ||
url="https://github.com/dreemurrs-embedded/Pine64-Arch" | ||
|
@@ -12,15 +12,19 @@ depends=(linux-pine64 | |
ov5640-firmware | ||
alsa-ucm-pinetab) | ||
source=(pinetab-suspend-hook.sh | ||
phoc.ini) | ||
phoc.ini | ||
machine-info) | ||
|
||
package() { | ||
# Current workaround for suspend | ||
install -Dm755 "$srcdir"/pinetab-suspend-hook.sh "$pkgdir"/usr/lib/systemd/system-sleep/pinetab-suspend-hook.sh | ||
|
||
# 1x scaling for Phosh | ||
install -Dm644 "$srcdir"/phoc.ini "$pkgdir"/etc/phosh/phoc.ini | ||
|
||
install -Dm644 "$srcdir"/machine-info "$pkgdir"/etc/machine-info | ||
} | ||
|
||
md5sums=('b0912b95d7d810a0f161d9bd79fc162b' | ||
'5b09f56730748532e169173d124f7cad') | ||
'5b09f56730748532e169173d124f7cad' | ||
'340993065eb26f928700733369be2d9b') |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# DO NOT EDIT THIS FILE! | ||
# It will be overwritten by an update to device adapation in the future. | ||
PRETTY_HOSTNAME="PINE64 PineTab" | ||
CHASSIS="tablet" |