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
Merge requests
!3778
pinenote: Update kernel and fix minor issues
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Imported
pinenote: Update kernel and fix minor issues
patch/pinenote-updates
into
master
Overview
118
Commits
2
Pipelines
0
Changes
9
Merged
Imported
Administrator
requested to merge
patch/pinenote-updates
into
master
2 years ago
Overview
25
Commits
2
Pipelines
0
Changes
9
Expand
Hi,
I've rebase @calebccff initial branch and replaced the kernel for a more up to date.
2
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
804b97dc
2 commits,
2 years ago
9 files
+
6255
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
9
Search (e.g. *.vue) (Ctrl+P)
device/testing/device-pine64-pinenote/APKBUILD
0 → 100644
+
48
−
0
Options
# Maintainer: Petr Hodina <phodina@protonmail.com>
pkgname
=
device-pine64-pinenote
pkgdesc
=
"Pine64 PineNote"
pkgver
=
1
pkgrel
=
0
url
=
"https://postmarketos.org"
license
=
"MIT"
arch
=
"aarch64"
options
=
"!check !archcheck"
depends
=
"
linux-pine64-pinenote
postmarketos-base
"
makedepends
=
"devicepkg-dev"
source
=
"deviceinfo
phoc.ini
"
subpackages
=
"
$pkgname
-nonfree-firmware:nonfree_firmware
$pkgname
-phosh
"
build
()
{
devicepkg_build
$startdir
$pkgname
}
package
()
{
devicepkg_package
$startdir
$pkgname
}
nonfree_firmware
()
{
pkgdesc
=
"WiFi, Bluetooth and display firmware"
depends
=
"firmware-pine64-pinenote"
mkdir
"
$subpkgdir
"
}
phosh
()
{
install_if
=
"
$pkgname
=
$pkgver
-r
$pkgrel
phosh"
depends
=
"postmarketos-theme"
install
-Dm644
"
$srcdir
"
/phoc.ini
\
-t
"
$subpkgdir
"
/etc/phosh
}
sha512sums
=
"
c6847fc0128f8ccbc76fee5b5cd328c3b9d67774097e0fd16ee4a6cb8645b953bb38f0598fad6610abb64e43a8db3cae54c426dfcb58eecf750f5ea35a2af0fc deviceinfo
4bf5158fbd53274a7429e825bb66225001f2403a4851e2d6803323b77d9095738ee3e5340ac85baf3e86bb4f47d38af8cbd78d8a5055c59a62f5b06e722e19cb phoc.ini
"
Loading