64035ac463
Prepare for better device categorization by moving everything to testing subdir first. [skip-ci]: chicken-egg problem: passing pmaports CI depends on pmbootstrap MR depends on this MR Related: postmarketos#16
29 lines
1.1 KiB
Text
29 lines
1.1 KiB
Text
# Reference: <https://postmarketos.org/devicepkg>
|
|
# Contributor: SaiKarthik Karra
|
|
pkgname=device-sony-aries
|
|
pkgver=1
|
|
pkgrel=22
|
|
pkgdesc="Sony Xperia Z3 Compact"
|
|
url="https://postmarketos.org"
|
|
arch="armhf"
|
|
license="MIT"
|
|
depends="postmarketos-base linux-sony-aries mkbootimg mesa-dri-swrast"
|
|
makedepends="devicepkg-dev"
|
|
source="deviceinfo 90-android-touch-dev.rules fb-workaround.sh"
|
|
options="!check !archcheck"
|
|
|
|
build() {
|
|
devicepkg_build $startdir $pkgname
|
|
}
|
|
|
|
package() {
|
|
devicepkg_package $startdir $pkgname
|
|
install -D -m644 "$srcdir"/90-android-touch-dev.rules \
|
|
"$pkgdir"/etc/udev/rules.d/90-android-touch-dev.rules
|
|
install -D -m644 "$srcdir"/fb-workaround.sh \
|
|
"$pkgdir"/etc/profile.d/fb-workaround.sh
|
|
}
|
|
|
|
sha512sums="12ddf2b539f6d530215af7499988e468789ddcbba832352689598c44204d0ce1048a53b2ff090383165941e0da975214eaf7244782cdd602a9b01daeef802a99 deviceinfo
|
|
8b6034c0338ab4c7d648f47983aad6da07e427e7dba47baabf85a1b3ddeeda47c8d7fbcd547a302c9a759b2943ee30d3e82c3b368d8582833a058e4671638a9e 90-android-touch-dev.rules
|
|
bdb4100f6abb893afe5f2d5e06f18b88dd3e6e7191d3af429abb9216fc6850d6ddd33c939c6ea5943cfa88a7e8b1231766c5c4ca9db55180531e4172e0299b6a fb-workaround.sh"
|