mirror of
https://github.com/Phantop/solus-stuff
synced 2024-11-21 14:22:58 +00:00
remove sunshine because it's official now
This commit is contained in:
parent
1dcc18e46a
commit
e74d86a6e9
|
@ -1 +0,0 @@
|
||||||
include ../Makefile.common
|
|
|
@ -1,33 +0,0 @@
|
||||||
name : sunshine
|
|
||||||
version : 1
|
|
||||||
release : 1
|
|
||||||
source :
|
|
||||||
- git|https://github.com/loki-47-6F-64/sunshine.git : master
|
|
||||||
license : GPL-2.0-or-later
|
|
||||||
summary : Insert summary here
|
|
||||||
description: Insert description here
|
|
||||||
builddeps :
|
|
||||||
- libboost-devel
|
|
||||||
- libevdev-devel
|
|
||||||
- libxfixes-devel
|
|
||||||
- libxrandr-devel
|
|
||||||
- libxtst-devel
|
|
||||||
- ffmpeg-devel
|
|
||||||
- opus-devel
|
|
||||||
- pulseaudio-devel
|
|
||||||
setup : |
|
|
||||||
mkdir build
|
|
||||||
pushd build
|
|
||||||
%cmake -D SUNSHINE_ASSETS_DIR=/usr/share/sunshine ..
|
|
||||||
build : |
|
|
||||||
pushd build
|
|
||||||
%make
|
|
||||||
install : |
|
|
||||||
install -Dm755 build/sunshine.service "$installdir/usr/lib/systemd/user/sunshine.service"
|
|
||||||
pushd build
|
|
||||||
./gen-deb
|
|
||||||
pushd package-deb/sunshine
|
|
||||||
mkdir usr/lib
|
|
||||||
mv etc/udev usr/lib
|
|
||||||
mv etc usr/share
|
|
||||||
cp -r usr $installdir
|
|
Loading…
Reference in a new issue