Skip to content

Commit

Permalink
Package initial Wayland support
Browse files Browse the repository at this point in the history
  • Loading branch information
es20490446e committed Sep 19, 2024
1 parent 99dfe2f commit 502a31c
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions package/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 8,8 @@ license=("MIT")
url="https://github.com/Askannz/optimus-manager"

epoch=1
pkgver=r732.fced1de.python3.12
pkgrel=2
pkgver=r739.99dfe2f.python3.12
pkgrel=1
arch=("any")

source=("git ${url}.git")
Expand Down Expand Up @@ -117,6 117,7 @@ PackageFiles () {
PackageLicense
PackageLoginManagers
PackageModprobe
PackageProfile
PackageSystemd
}

Expand Down Expand Up @@ -177,6 178,13 @@ PackageModprobe () {
}


PackageProfile () {
install -Dm644 \
"${srcdir}/optimus-manager/profile.d/optimus-manager.sh" \
"${pkgdir}/etc/profile.d/optimus-manager.sh"
}


PackageSystemd () {
cd "${srcdir}/optimus-manager"

Expand Down

0 comments on commit 502a31c

Please sign in to comment.