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
!1176
main/postmarketos-ui-kodi: fix startup and missing dependencies
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Imported
main/postmarketos-ui-kodi: fix startup and missing dependencies
kodi-fixes
into
master
Overview
1
Commits
1
Pipelines
0
Changes
2
Merged
Imported
Administrator
requested to merge
kodi-fixes
into
master
4 years ago
Overview
1
Commits
1
Pipelines
0
Changes
2
Expand
fixes the desktop file:
add -- to make cage ignore kodi's arguments
add --standalone to kodi's arguments
update the dependencies:
add upower as kodi tries to communicate with it to read battery status
add pulseaudio as kodi complains it is missing
add elogind as it is required for cage to run
remove xorg-server
Fixes
#469 (closed)
Edited
4 years ago
by
Administrator
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
dc9160c2
1 commit,
4 years ago
2 files
+
5
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
main/postmarketos-ui-kodi/APKBUILD
+
4
−
3
Options
# Contributor: Bart Ribbers <bribbers@disroot.org>
# Contributor: Antoine Fontaine <antoine.fontaine@epfl.ch>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname
=
postmarketos-ui-kodi
pkgver
=
1
pkgrel
=
2
pkgrel
=
3
pkgdesc
=
"(Wayland) 10-foot UI useful on TV's"
url
=
"https://kodi.tv"
arch
=
"noarch"
license
=
"GPL-3.0-or-later"
depends
=
"kodi-wayland kodi cage lightdm lightdm-openrc
xorg-serv
er"
depends
=
"kodi-wayland kodi cage lightdm lightdm-openrc
elogind pulseaudio upow
er"
install
=
"
$pkgname
.post-install
$pkgname
.post-upgrade"
source
=
"60-lightdm-autologin.conf kodi.desktop"
options
=
"!check"
@@ -19,4 +20,4 @@ package() {
"
$pkgdir
"
/usr/share/wayland-sessions/kodi-wayland.desktop
}
sha512sums
=
"4cbef7ef9b4da927e123ea28c5918f49ec4dc1367774596e1bc192f172e1e09cb9711015e20743a7fbb3bbbc8ca6df2bee66571a28fb530e2e9d24d945eb982a 60-lightdm-autologin.conf
e8ab71c6e7d07c0c22f8f85398f33ecc7ed1b4ec865c8bf8e0d0aa589b51fbb16e79601974139990946c163c7008c67c3798bef29d10300365ac720e296729ef
kodi.desktop"
fc7d545310a77845af88638e95a72f8774be4fb91231554ac91a2dfcd65d11aed5e6cea550548df5e12c49963968a17a89429fc0fb3ebf4a6843d95dccad7eee
kodi.desktop"
Loading