Skip to content

Commit

Permalink
powerbuttond: Add symlink for upstream gamescope-session (#298)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pogogo007 authored Aug 22, 2024
1 parent 4190a48 commit c99bd14
Show file tree
Hide file tree
Showing 15 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion handheld/powerbuttond/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pkgbase = powerbuttond
pkgdesc = Power button daemon
pkgver = 2
pkgrel = 1
pkgrel = 1.1
url = https://gitlab.steamos.cloud/jupiter/powerbuttond
arch = x86_64
license = BSD
Expand Down
5 changes: 4 additions & 1 deletion handheld/powerbuttond/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
pkgname=powerbuttond
_srctag=v2
pkgver=${_srctag##v}
pkgrel=1
pkgrel=1.1
arch=('x86_64')
url="https://gitlab.steamos.cloud/jupiter/powerbuttond"
pkgdesc="Power button daemon"
Expand All @@ -18,4 +18,7 @@ build() {

package() {
make -C "$srcdir/$pkgname" install DESTDIR="$pkgdir"
#Symlink for gamescope-session
mkdir -m 755 "$pkgdir/usr/bin"
ln -s "/usr/lib/hwsupport/powerbuttond" "$pkgdir/usr/bin/powerbuttond"
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit c99bd14

Please sign in to comment.