Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
pmaports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
postmarketOS
pmaports
Commits
dcd83e57
Unverified
Commit
dcd83e57
authored
5 years ago
by
HenriDellal
Committed by
Bart Ribbers
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
device/device-sony-amami: fix APKBUILD (
!874
)
parent
868b67e3
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
device/device-sony-amami/APKBUILD
+11
-7
11 additions, 7 deletions
device/device-sony-amami/APKBUILD
with
11 additions
and
7 deletions
device/device-sony-amami/APKBUILD
+
11
−
7
View file @
dcd83e57
# Reference: <https://postmarketos.org/devicepkg>
# Contributor: Attila Szöllősi <ata@openmailbox.org>
pkgname
=
device-sony-amami
pkgver
=
3
pkgrel
=
2
pkgrel
=
3
pkgdesc
=
"Sony Xperia Z1 Compact"
url
=
"https://postmarketos.org"
arch
=
"armv7"
license
=
"MIT"
depends
=
"postmarketos-base mkbootimg mdss-fb-init-hack mesa-dri-swrast"
makedepends
=
""
install
=
""
makedepends
=
"devicepkg-dev"
subpackages
=
"
$pkgname
-kernel-downstream:kernel_downstream
$pkgname
-kernel-mainline:kernel_mainline
...
...
@@ -16,9 +17,12 @@ subpackages="
source
=
"deviceinfo 90-android-touch-dev.rules fb.modes"
options
=
"!check !archcheck"
build
()
{
devicepkg_build
$startdir
$pkgname
}
package
()
{
install
-D
-m644
"
$srcdir
/deviceinfo"
\
"
$pkgdir
/etc/deviceinfo"
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.modes
\
...
...
@@ -28,13 +32,13 @@ package() {
kernel_downstream
()
{
pkgdesc
=
"Display and wifi works (see device table for details)"
depends
=
"linux-sony-amami"
mkdir
"
$subpkg
dir
"
devicepkg_subpackage_kernel
$startdir
$pkgname
$subpkg
name
}
kernel_mainline
()
{
pkgdesc
=
"For kernel development only (most features aren't working)"
depends
=
"linux-postmarketos-mainline"
mkdir
"
$subpkg
dir
"
devicepkg_subpackage_kernel
$startdir
$pkgname
$subpkg
name
}
nonfree_firmware
()
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment