85cc4b01da
This re-enables the XWayland module for devices which did not use the 'dirty hack' that was removed in #201.
24 lines
528 B
Text
24 lines
528 B
Text
pkgname=device-samsung-maguro
|
|
pkgver=2
|
|
pkgrel=6
|
|
pkgdesc="Google Galaxy Nexus (GSM)"
|
|
url="https://github.com/postmarketOS"
|
|
arch="noarch"
|
|
license="MIT"
|
|
depends="linux-samsung-tuna mkbootimg"
|
|
makedepends=""
|
|
install=""
|
|
subpackages=""
|
|
source="deviceinfo"
|
|
options="!check"
|
|
|
|
build() {
|
|
return 0
|
|
}
|
|
|
|
package() {
|
|
install -D -m644 "$srcdir"/deviceinfo \
|
|
"$pkgdir"/etc/deviceinfo
|
|
}
|
|
|
|
sha512sums="8cb5c6f992fc882baea31492d11c159187637d48400e581211c8dc796740b4cdbcfdec12d481b87c61c4df482d52366b47d944babd933dd6cc4d515ec9bb5310 deviceinfo"
|