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.
24 lines
630 B
Text
24 lines
630 B
Text
# Reference: <https://postmarketos.org/devicepkg>
|
|
pkgname=device-samsung-maguro
|
|
pkgver=2
|
|
pkgrel=17
|
|
pkgdesc="Google Galaxy Nexus (GSM)"
|
|
url="https://github.com/postmarketOS"
|
|
arch="noarch"
|
|
license="MIT"
|
|
depends="linux-samsung-maguro mkbootimg firmware-samsung-maguro mesa-dri-swrast"
|
|
makedepends="devicepkg-dev"
|
|
install=""
|
|
subpackages=""
|
|
source="deviceinfo"
|
|
options="!check"
|
|
|
|
build() {
|
|
devicepkg_build $startdir $pkgname
|
|
}
|
|
|
|
package() {
|
|
devicepkg_package $startdir $pkgname
|
|
}
|
|
|
|
sha512sums="e44e78b362c7414eab0031b559732a18f3adf09cc02b3b9a6c05e1553cfebf91abf9f5364bdbb154d3883bdb71e1b3382b398fa38e1a15385ed2749568329c84 deviceinfo"
|