pmaports/device-lg-d855/APKBUILD
clayton craft 85cc4b01da Re-enable XWayland for devices that had it enabled (#221)
This re-enables the XWayland module for devices which did not use the
'dirty hack' that was removed in #201.
2017-07-21 20:25:06 +00:00

27 lines
767 B
Text

pkgname=device-lg-d855
pkgver=1
pkgrel=6
pkgdesc="LG G3 International"
url="https://github.com/postmarketOS"
arch="noarch"
license="MIT"
depends="linux-lg-d855 mkbootimg"
makedepends=""
install=""
subpackages=""
source="deviceinfo 90-android.rules"
options="!check"
build() {
return 0
}
package() {
install -D -m644 "$srcdir/deviceinfo" \
"$pkgdir/etc/deviceinfo"
install -D -m644 "$srcdir"/90-android.rules \
"$pkgdir"/etc/udev/rules.d/90-android.rules
}
sha512sums="56f1cee43d536797fb32c34d53e5a99c09cccdde03030b02021333e6fdfd48a6e6ec7acc0ec1b06d16e7a6fd8c2d097d47e2c442f337c554b8024a172369b979 deviceinfo
ee25f3d0377f027d108593eb7953b8db49d7f05a5c36a0c8ca7e7849d15e3c217bc1ac97d77a66e28d2db4b81c0f50b905639911276da40321d2b6cca7f797df 90-android.rules"