99b398a7e5
* Automatically generate a calibration matrix for libinput This takes the calibration matrix for wayland and divides the pixel offsets by the device width/height. * Bump pkgrels of devices using devicepkg-dev This causes new packages to be generated, using the new devicepkg-dev version.
22 lines
591 B
Text
22 lines
591 B
Text
# Reference: <https://postmarketos.org/devicepkg>
|
|
pkgname="device-motorola-potter"
|
|
pkgdesc="Motorola Moto G5 Plus"
|
|
pkgver=0.1
|
|
pkgrel=2
|
|
url="https://postmarketos.org"
|
|
license="MIT"
|
|
arch="noarch"
|
|
options="!check"
|
|
depends="linux-motorola-potter mkbootimg mesa-dri-swrast msm-fb-refresher"
|
|
makedepends="devicepkg-dev"
|
|
source="deviceinfo"
|
|
|
|
build() {
|
|
devicepkg_build $startdir $pkgname
|
|
}
|
|
|
|
package() {
|
|
devicepkg_package $startdir $pkgname
|
|
}
|
|
|
|
sha512sums="fa78eb9d722f1ce0008a3f42406a85875784c8d65e10315518c8ac3955361d4ce01f9914ea79e645137558f911e6c62af36ee4c63089efb88e2f64bb4e761af6 deviceinfo"
|