pmaports/device/device-samsung-apexq/APKBUILD
Minecrell e302eff0bc
device/device-*: remove empty touchscreen(_calibration) / dev_keyboard (!1036)
Most devices do not need to set any of these variables.
directfb can now automatically detect touchscreens, calibration is
only needed for resistive touchscreens and dev_keyboard is unused.

Automatically done using:
  - sed -i '/deviceinfo_dev_keyboard=""/d' device-*/deviceinfo
  - sed -i '/deviceinfo_dev_touchscreen=""/d' device-*/deviceinfo
  - sed -i '/deviceinfo_dev_touchscreen_calibration=""/d' device-*/deviceinfo
2020-03-09 10:06:00 +01:00

31 lines
808 B
Text

# Reference: <https://postmarketos.org/devicepkg>
# Contributor: silver <silver@silvermag.net>
pkgname="device-samsung-apexq"
pkgdesc="Samsung Galaxy S Relay 4G"
pkgver=0.1
pkgrel=4
url="https://postmarketos.org"
license="MIT"
arch="armhf"
options="!check !archcheck"
depends="postmarketos-base linux-samsung-apexq mkbootimg mesa-dri-swrast"
makedepends="devicepkg-dev"
source="deviceinfo"
subpackages="$pkgname-nonfree-firmware:nonfree_firmware"
build() {
devicepkg_build $startdir $pkgname
}
package() {
devicepkg_package $startdir $pkgname
}
nonfree_firmware() {
pkgdesc="Wifi firmware"
depends="firmware-samsung-apexq"
mkdir "$subpkgdir"
}
sha512sums="c3ca6df16d7646d65432ea6865d02a4f46db423717a93612340646acee4aefe96546b76b84295ddf9d83885a126f77adc5b74b2423ab33d155ee60269f08e492 deviceinfo"