samsung-skomer: remove phoc scale config (MR 5221)
Phoc now defaults to 1,25 as scale on skomer, which while not perfect, is good enough and lets the device be unlocked. As such, let's remove this configuration file and encourage improvements upstream instead. See https://gitlab.com/postmarketOS/pmaports/-/merge_requests/4541
This commit is contained in:
parent
f888ffee55
commit
05925f194a
2 changed files with 2 additions and 13 deletions
|
@ -1,8 +1,8 @@
|
|||
# Reference: <https://postmarketos.org/devicepkg>
|
||||
pkgname=device-samsung-skomer
|
||||
pkgdesc="Samsung Galaxy Xcover 2"
|
||||
pkgver=4
|
||||
pkgrel=6
|
||||
pkgver=5
|
||||
pkgrel=0
|
||||
url="https://postmarketos.org"
|
||||
license="MIT"
|
||||
arch="armv7"
|
||||
|
@ -12,12 +12,10 @@ makedepends="devicepkg-dev"
|
|||
subpackages="
|
||||
$pkgname-nonfree-firmware:nonfree_firmware
|
||||
$pkgname-kwin
|
||||
$pkgname-phosh
|
||||
"
|
||||
source="
|
||||
deviceinfo
|
||||
kwin.sh
|
||||
phoc.ini
|
||||
"
|
||||
|
||||
build() {
|
||||
|
@ -39,14 +37,7 @@ kwin() {
|
|||
install -Dm644 "$srcdir"/kwin.sh "$subpkgdir"/etc/profile.d/kwin.sh
|
||||
}
|
||||
|
||||
phosh() {
|
||||
install_if="$pkgname postmarketos-ui-phosh"
|
||||
install -Dm644 "$srcdir"/phoc.ini \
|
||||
"$subpkgdir"/etc/phosh/phoc.ini
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
828a520f13bd3b60053b7f7f1651799add4545232a1a6b57c511a62da60859b621452a9aaa86a0f479e92fb6b411f4df7699acb64b2947565db38822e38cb379 deviceinfo
|
||||
685ec71484a932c59f83f1039d4d18a010a5849342e96d9e15ae8ce64374aac15073f9c51d7d9f270c60e70d2ea15c685b8f528cdc40f991b093b9227cba6a48 kwin.sh
|
||||
95576332f1ad579d30359df9a3efcc3f478c56688509b5c470a70e8ae41466dbb397fb6db7578b5c54e13795ab8cf869b5c63ba775951817a8bb3d4c682bdfd5 phoc.ini
|
||||
"
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
[output:DSI-1]
|
||||
scale = 1.2
|
Loading…
Reference in a new issue