summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMinze Zwerver2018-08-23 14:01:24 +0200
committerMinze Zwerver2018-08-23 14:01:24 +0200
commit77bb394fda0e3eef6209f83422ab55e8f3b5f964 (patch)
treeab6709d40f7ba9ef989b8cc34cc0b45f804bb10b
parent400e8d3d12e2cc219a5a970bc945ec5dd7bba90c (diff)
downloadaur-77bb394fda0e3eef6209f83422ab55e8f3b5f964.tar.gz
added the gamemode.ini from examples to package
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0fee7bd87da9..db657de7f136 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gamemode
pkgdesc = A daemon/lib combo for Linux that allows games to request a set of optimisations be temporarily applied to the host OS.
pkgver = 1.2
- pkgrel = 0
+ pkgrel = 1
url = https://github.com/FeralInteractive/gamemode.git
arch = x86_64
license = BSD 3-Clause License (Revised)
diff --git a/PKGBUILD b/PKGBUILD
index 8f8b417b7c33..f302d931a0f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ysblokje <ysblokje at gmail dot com>
pkgname=('gamemode')
pkgver=1.2
-pkgrel=0
+pkgrel=1
pkgdesc="A daemon/lib combo for Linux that allows games to request a set of optimisations be temporarily applied to the host OS."
arch=('x86_64')
url="https://github.com/FeralInteractive/gamemode.git"
@@ -21,5 +21,6 @@ build() {
package() {
DESTDIR=$pkgdir ninja -C build install
install -m644 -Dt "${pkgdir}/usr/share/licenses/${pkgname}" ${pkgname}-${pkgver}/LICENSE.txt
+ install -m644 -Dt "${pkgdir}/usr/share/${pkgname}" ${pkgname}-${pkgver}/example/gamemode.ini
}