Index: Makefile =================================================================== --- /dev/null +++ Makefile @@ -0,0 +1 @@ +include ../Makefile.common Index: abi_symbols =================================================================== --- /dev/null +++ abi_symbols @@ -0,0 +1,11 @@ +libmodeswitch_inhibitor.so.0:XF86VidModeSetViewPort +libmodeswitch_inhibitor.so.0:XF86VidModeSwitchMode +libmodeswitch_inhibitor.so.0:XF86VidModeSwitchToMode +libmodeswitch_inhibitor.so.0:XGrabPointer +libmodeswitch_inhibitor.so.0:XRRSetCrtcConfig +libmodeswitch_inhibitor.so.0:XRRSetPanning +libmodeswitch_inhibitor.so.0:XRRSetScreenConfig +libmodeswitch_inhibitor.so.0:XRRSetScreenConfigAndRate +libmodeswitch_inhibitor.so.0:XRRSetScreenSize +libmodeswitch_inhibitor.so.0:XSendEvent +libmodeswitch_inhibitor.so.0:dlopen Index: abi_used_libs =================================================================== --- /dev/null +++ abi_used_libs @@ -0,0 +1,4 @@ +libX11.so.6 +libXrandr.so.2 +libXxf86vm.so.1 +libc.so.6 Index: package.yml =================================================================== --- /dev/null +++ package.yml @@ -0,0 +1,24 @@ +name : steamos-modeswitch-inhibitor +version : 1.10 +release : 1 +source : + - http://repo.steamstatic.com/steamos/pool/main/s/steamos-modeswitch-inhibitor/steamos-modeswitch-inhibitor_1.10.tar.xz : 47f2b5aeed394f8ba3a6e817c73d5d90eedf011682d527beb2431f44c97253d3 +license : BSD-2-Clause +component : system.utils +summary : SteamOS Mode Switch Inhibitor +description: | + Shared library which fakes any mode switch attempts to prevent full screen apps from changing resolution. +builddeps : + - pkgconfig(gl) + - pkgconfig(xrender) + - pkgconfig(xcomposite) + - pkgconfig(xrandr) +libsplit : no +setup : | + %configure --disable-static +build : | + %make + +install : | + %make_install + rm -rf $installdir/usr/share/ Index: pspec_x86_64.xml =================================================================== --- /dev/null +++ pspec_x86_64.xml @@ -0,0 +1,36 @@ + + + steamos-modeswitch-inhibitor + + Kevin Whitaker + eyecreate@eyecreate.org + + BSD-2-Clause + system.utils + SteamOS Mode Switch Inhibitor + Shared library which fakes any mode switch attempts to prevent full screen apps from changing resolution. + + https://getsol.us/sources/README.Solus + + + steamos-modeswitch-inhibitor + SteamOS Mode Switch Inhibitor + Shared library which fakes any mode switch attempts to prevent full screen apps from changing resolution. + + system.utils + + /usr/lib64/libmodeswitch_inhibitor.so + /usr/lib64/libmodeswitch_inhibitor.so.0 + /usr/lib64/libmodeswitch_inhibitor.so.0.0.0 + + + + + 2019-05-10 + 1.1 + Packaging update + Kevin Whitaker + eyecreate@eyecreate.org + + + \ No newline at end of file