gamemode-dinit: add dbus
This commit is contained in:
parent
6499ca076d
commit
a3fd550b1a
2 changed files with 5 additions and 4 deletions
|
@ -1,15 +1,15 @@
|
|||
# Maintainer: Nathan <ndowens@artixlinux.org>
|
||||
pkgname=gamemode-dinit
|
||||
pkgver=20220119
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Dinit script for gamemode"
|
||||
arch=(any)
|
||||
url="https://git.disroot.org/ndowens/PKGBUILDS"
|
||||
license=('MIT')
|
||||
groups=('dinit-galaxy')
|
||||
depends=('dinit' 'gamemode')
|
||||
depends=('dinit' 'gamemode' 'dbus-dinit')
|
||||
source=("gamemoded")
|
||||
sha256sums=('5e8f5bf1cc9c2ba6ea23b340510962ccbf7eec5862cc2c6ee4b897e74b828507')
|
||||
sha256sums=('f7328af0c06ea9ac4d0b5c27a4da803151217ecc73f91184972a0bb13a51ead2')
|
||||
|
||||
package() {
|
||||
install -Dm644 gamemoded -t "$pkgdir"/etc/dinit.d
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
type = process
|
||||
command = /usr/bin/gamemoded
|
||||
command = /usr/bin/dbus-launch /usr/bin/gamemoded
|
||||
restart = false
|
||||
depends-on = dbus
|
||||
waits-for = loginready
|
||||
|
|
Loading…
Reference in a new issue