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
!2908
samsung-p4note: new device
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Imported
samsung-p4note: new device
add-samsung-p4note
into
master
Overview
12
Commits
2
Pipelines
0
Changes
3
Merged
Imported
Administrator
requested to merge
add-samsung-p4note
into
master
3 years ago
Overview
11
Commits
2
Pipelines
0
Changes
3
Expand
1
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
9476f65b
2 commits,
3 years ago
3 files
+
75
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
device/testing/device-samsung-p4note/APKBUILD
0 → 100644
+
39
−
0
Options
# Reference: <https://postmarketos.org/devicepkg>
pkgname
=
device-samsung-p4note
pkgdesc
=
"Samsung Galaxy Note 10.1"
pkgver
=
1
pkgrel
=
0
url
=
"https://postmarketos.org"
license
=
"MIT"
arch
=
"armv7"
options
=
"!check !archcheck"
depends
=
"
linux-postmarketos-exynos4
mesa-dri-gallium
mkbootimg
postmarketos-base
"
makedepends
=
"devicepkg-dev"
subpackages
=
"
$pkgname
-nonfree-firmware:nonfree_firmware"
source
=
"deviceinfo"
build
()
{
devicepkg_build
$startdir
$pkgname
}
package
()
{
devicepkg_package
$startdir
$pkgname
}
nonfree_firmware
()
{
pkgdesc
=
"WiFi and Bluetooth firmware"
depends
=
"
firmware-samsung-midas-bluetooth
firmware-samsung-midas-wifi
"
mkdir
"
$subpkgdir
"
}
sha512sums
=
"
b2567891b55aaf9a004b597687e22330fd8dc2bc9a84fd638f9a88c05d5f1656a35323adad14ffdc9cec304d043ce97b29396decab25ed801a3fab2eccd9623f deviceinfo
"
Loading