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
bdc75366
Unverified
Commit
bdc75366
authored
7 months ago
by
Clayton Craft
Browse files
Options
Downloads
Patches
Plain Diff
main/mdss-fb-init-hack: add openrc subpackage (MR 5555)
parent
219cab73
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
main/mdss-fb-init-hack/APKBUILD
+8
-2
8 additions, 2 deletions
main/mdss-fb-init-hack/APKBUILD
main/mdss-fb-init-hack/mdss-fb-init-hack-openrc.post-install
+0
-0
0 additions, 0 deletions
main/mdss-fb-init-hack/mdss-fb-init-hack-openrc.post-install
with
8 additions
and
2 deletions
main/mdss-fb-init-hack/APKBUILD
+
8
−
2
View file @
bdc75366
# Maintainer: Atilla Szollosi <ata2001@airmail.cc>
pkgname
=
mdss-fb-init-hack
pkgver
=
0.1
pkgrel
=
1
pkgrel
=
2
pkgdesc
=
"Workaround for buggy framebuffer driver (mdss-fb)"
url
=
"https://gitlab.com/postmarketOS/pmaports"
arch
=
"noarch"
license
=
"GPL-3.0-or-later"
depends
=
"msm-fb-refresher"
install
=
"
$pkgname
.post-install"
source
=
"
$pkgname
.initd
$pkgname
.sh"
options
=
"!check"
# No tests
subpackages
=
"
$pkgname
-openrc"
package
()
{
install
-Dm755
"
$srcdir
/
$pkgname
.initd"
"
$pkgdir
/etc/init.d/
$pkgname
"
install
-Dm755
"
$srcdir
/
$pkgname
.sh"
"
$pkgdir
/sbin/mdss-fb-hack"
}
openrc
()
{
install
=
"
$subpkgname
.post-install"
default_openrc
}
sha512sums
=
"dcda465ef62cd9d92d5e7c9f17e45982d5428950b1f6248b172408dce33d53eb866000a9290b63d41c61a8050547048f90ff9016d64f39c25f06fb6537ddc401 mdss-fb-init-hack.initd
22cb037d51a74fd363748c7c0b84f313ac9fce04a32953da00c338befc3af58012a24b7cb92a011fc8fe55722d1ceae7d42173c477297e00094e45d58d2e5b82 mdss-fb-init-hack.sh"
This diff is collapsed.
Click to expand it.
main/mdss-fb-init-hack/mdss-fb-init-hack.post-install
→
main/mdss-fb-init-hack/mdss-fb-init-hack
-openrc
.post-install
+
0
−
0
View file @
bdc75366
File moved
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