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
8819a30f
Unverified
Commit
8819a30f
authored
5 years ago
by
Daniele Debernardi
Committed by
Oliver Smith
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
device-samsung-i927: install xf86-video-opentegra for x11 (MR 911)
parent
2ce3dfed
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#191180
passed
4 years ago
Stage: first
Stage: second
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
device/testing/device-samsung-i927/APKBUILD
+8
-3
8 additions, 3 deletions
device/testing/device-samsung-i927/APKBUILD
with
8 additions
and
3 deletions
device/testing/device-samsung-i927/APKBUILD
+
8
−
3
View file @
8819a30f
...
...
@@ -2,12 +2,11 @@
pkgname
=
device-samsung-i927
pkgdesc
=
"Samsung Captivate Glide"
pkgver
=
0.3
pkgrel
=
9
pkgrel
=
10
url
=
"https://postmarketos.org"
license
=
"MIT"
arch
=
"armv7"
options
=
"!check !archcheck"
# FIXME xf86-video-opentegra was removed because it doesn't build anymore, see postmarketOS/pmaports#339
depends
=
"postmarketos-base
linux-samsung-i927
mkbootimg
...
...
@@ -17,7 +16,7 @@ depends="postmarketos-base
mesa-dri-swrast
libvdpau-tegra"
makedepends
=
"devicepkg-dev"
subpackages
=
"
$pkgname
-nonfree-firmware:nonfree_firmware"
subpackages
=
"
$pkgname
-nonfree-firmware:nonfree_firmware
$pkgname
-x11
"
source
=
"deviceinfo
modules-load.conf
HiFi.conf
...
...
@@ -66,6 +65,12 @@ nonfree_firmware() {
mkdir
"
$subpkgdir
"
}
x11
()
{
install_if
=
"
$pkgname
xorg-server"
depends
=
"xf86-video-opentegra"
mkdir
"
$subpkgdir
"
}
sha512sums
=
"f6c3f8fd1deea112af77b71fee5a146ea9f3289d43ea09728cb66e11b2d9dec0d784c838c821eafd009d330fb70fc0278dda96c69b855bd887d6db90ca6722ad deviceinfo
d8ce60ea7acaabf627ddca2f0887a4cda46f313b7aaf7934bef2fef8a6e0798ccefab849e4571e4e3fcd06ae34c1a6efe3b58b401e2e443416f6200e6d4ea769 modules-load.conf
97780fe04738a88afa2bc8bd96de5f053861d1ecb83185fc8af4534e77f365c0cbaaffdb2ee579aa0940db7ec3df74cbb90aa122d5fc97a2e3977432010f254f HiFi.conf
...
...
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