samsung-a3: drop subpackage phosh
It's already well scaled in 1.5x on a3. Drop unnecessary phoc.ini Link: https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/4541 Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7160>
This commit is contained in:
parent
a58141085d
commit
c01b371d49
2 changed files with 3 additions and 19 deletions
|
|
@ -4,8 +4,8 @@
|
|||
# Co-Maintainer: Minecrell <minecrell@minecrell.net>
|
||||
pkgname=device-samsung-a3
|
||||
pkgdesc="Samsung Galaxy A3 (2015)"
|
||||
pkgver=13
|
||||
pkgrel=1
|
||||
pkgver=14
|
||||
pkgrel=0
|
||||
url="https://postmarketos.org"
|
||||
license="MIT"
|
||||
arch="aarch64"
|
||||
|
|
@ -16,11 +16,9 @@ makedepends="devicepkg-dev"
|
|||
source="
|
||||
deviceinfo
|
||||
modules-initfs
|
||||
phoc.ini
|
||||
"
|
||||
subpackages="
|
||||
$pkgname-nonfree-firmware:nonfree_firmware
|
||||
$pkgname-phosh
|
||||
"
|
||||
|
||||
# Backwards compatibility for old device package names + kernel variants
|
||||
|
|
@ -28,6 +26,7 @@ _substitutes="device-samsung-a3lte device-samsung-a3ulte"
|
|||
replaces="$_substitutes $pkgname-kernel-mainline $pkgname-kernel-mainline-modem"
|
||||
for pkg in $_substitutes; do replaces="$replaces $pkg-kernel-mainline $pkg-kernel-mainline-modem"; done
|
||||
for pkg in $replaces; do provides="$provides $pkg=$pkgver-r$pkgrel"; done
|
||||
for pkg in $pkgname $_substitutes; do provides="$provides $pkg-phosh=$pkgver-r$pkgrel"; done
|
||||
|
||||
build() {
|
||||
devicepkg_build $startdir $pkgname
|
||||
|
|
@ -46,17 +45,7 @@ nonfree_firmware() {
|
|||
mkdir "$subpkgdir"
|
||||
}
|
||||
|
||||
phosh() {
|
||||
replaces=""
|
||||
for pkg in $_substitutes; do replaces="$replaces $pkg-phosh"; done
|
||||
for pkg in $replaces; do provides="$provides $pkg=$pkgver-r$pkgrel"; done
|
||||
install_if="$pkgname postmarketos-ui-phosh"
|
||||
install -Dm644 "$srcdir"/phoc.ini \
|
||||
"$subpkgdir"/etc/phosh/phoc.ini
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
382a8a6aa87e9b78acbe50adacb9c8b0e765ae9a14dfade648b83fac8b6b3fce5798fd16ec3a877a3b56ade2daef4adce643c86e63ef180ae0ab552dfa0da001 deviceinfo
|
||||
3754688b2a61c204f37944d700b6fc273f68a01e25d444a3c3f2dd2531d8538650a2e571657e18e7a96a2db96b19f2f738d6f465bde477efd66ab31a78edfb91 modules-initfs
|
||||
e8f734a2f8d154813dbb493f0d58af50a7f624ffed41967a81493b975a6211efc6d30743b23825562cfd126791cbdd3348bfbed32eeece9b8acec0a37c3c51b6 phoc.ini
|
||||
"
|
||||
|
|
|
|||
|
|
@ -1,5 +0,0 @@
|
|||
[cursor:seat0]
|
||||
map-to-output = DSI-1
|
||||
|
||||
[output:DSI-1]
|
||||
scale = 1
|
||||
Loading…
Add table
Add a link
Reference in a new issue