Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages / 
lib32-gamemode


Commits:
78ecb26f by Maxime Gauduin at 2023-12-20T19:48:43+01:00
upgpkg: 1.8.1-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,19 @@
+pkgbase = lib32-gamemode
+       pkgdesc = A daemon/lib combo that allows games to request a set of 
optimisations be temporarily applied to the host OS
+       pkgver = 1.8.1
+       pkgrel = 1
+       url = https://github.com/FeralInteractive/gamemode
+       arch = x86_64
+       license = BSD
+       checkdepends = appstream
+       makedepends = git
+       makedepends = meson
+       depends = lib32-dbus
+       depends = lib32-glibc
+       depends = lib32-systemd
+       provides = libgamemode.so
+       provides = libgamemodeauto.so
+       source = 
git+https://github.com/FeralInteractive/gamemode.git#tag=5180d89e66830d87f69687b95fb86f622552b94b
+       b2sums = SKIP
+
+pkgname = lib32-gamemode


=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
 # Contributor: Mark Wagie <mark.wa...@tutanota.com>
 
 pkgname=lib32-gamemode
-pkgver=1.7
+pkgver=1.8.1
 pkgrel=1
 pkgdesc='A daemon/lib combo that allows games to request a set of 
optimisations be temporarily applied to the host OS'
 arch=(x86_64)
@@ -23,7 +23,7 @@ provides=(
   libgamemode.so
   libgamemodeauto.so
 )
-_tag=4dc99dff76218718763a6b07fc1900fa6d1dafd9
+_tag=5180d89e66830d87f69687b95fb86f622552b94b
 source=(git+https://github.com/FeralInteractive/gamemode.git#tag=${_tag})
 b2sums=(SKIP)
 
@@ -34,14 +34,11 @@ pkgver() {
 
 build() {
   export CC='gcc -m32'
-  export CFLAGS+=' -Wno-implicit-function-declaration'
   export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
   arch-meson gamemode build \
     --libdir /usr/lib32 \
     -Dwith-examples=false \
-    -Dwith-pam-group=gamemode \
     -Dwith-sd-bus-provider=no-daemon \
-    -Dwith-systemd-user-unit-dir=/usr/lib/systemd/user \
     -Dwith-util=false
   meson compile -C build
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-gamemode/-/commit/78ecb26fb42fdcaf7965872dd2f5f76c1d247248

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-gamemode/-/commit/78ecb26fb42fdcaf7965872dd2f5f76c1d247248
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to