mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
added zipit z2 profile script for sdl options
This commit is contained in:
parent
d8b6d1b2f5
commit
cc21d3ff84
2 changed files with 17 additions and 0 deletions
13
aur/z2-sdl-profile/PKGBUILD
Normal file
13
aur/z2-sdl-profile/PKGBUILD
Normal file
|
@ -0,0 +1,13 @@
|
|||
# Maintainer: Kai Uwe Jesussek <kajot@gmx.net>
|
||||
|
||||
pkgname=z2-sdl-profile
|
||||
pkgver=1.0
|
||||
pkgrel=1
|
||||
pkgdesc="profile script for changing SDL configs"
|
||||
arch=('arm')
|
||||
license=('GPL')
|
||||
source=('z2.sh')
|
||||
md5sums=('0a3395f629009fed584295e6b1b0bba0')
|
||||
package() {
|
||||
install -m711 -D ${srcdir}/z2.sh ${pkgdir}/etc/profile.d/z2.sh
|
||||
}
|
4
aur/z2-sdl-profile/z2.sh
Executable file
4
aur/z2-sdl-profile/z2.sh
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
export SDL_AUDIODRIVER=alsa
|
||||
export SDL_NOMOUSE=1
|
||||
export SDL_VIDEO_FBCON_ROTATION="CCW"
|
Loading…
Reference in a new issue