diff --git a/PKGBUILD/steamfork-device-support/PKGBUILD b/PKGBUILD/steamfork-device-support/PKGBUILD index 7ce4832..9c38f2b 100644 --- a/PKGBUILD/steamfork-device-support/PKGBUILD +++ b/PKGBUILD/steamfork-device-support/PKGBUILD @@ -2,7 +2,7 @@ pkgname=steamfork-device-support pkgver=2024.05.25 -pkgrel=3 +pkgrel=4 pkgdesc='Hardware support provider for PC handhelds.' arch=('any') url='http://www.steamfork.org' diff --git a/PKGBUILD/steamfork-device-support/src/etc/lib/steamfork_hwsupport/him_devicequirks/GPD-G1618-04/hardware_quirks.sh b/PKGBUILD/steamfork-device-support/src/etc/lib/steamfork_hwsupport/him_devicequirks/GPD-G1618-04/hardware_quirks.sh deleted file mode 100644 index 8e84485..0000000 --- a/PKGBUILD/steamfork-device-support/src/etc/lib/steamfork_hwsupport/him_devicequirks/GPD-G1618-04/hardware_quirks.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/bash -export STEAMFORK_GAMESCOPE_ADDITIONAL_OPTIONS="--force-orientation left" -export STEAMFORK_GAMESCOPE_RES="-w 1280 -h 720" -export STEAMFORK_X11_ROTATION="left"