So I tried to fix spec file to be able build on all SUSE versions. I put out pkgconfig (because its not avaible in SLE), but there is still one package is need only for OpenSUSE builds. - libXpm-devel. i didn't find better way how to do it. What do you think about it now ? Martin OBS-URL: https://build.opensuse.org/request/show/235916 OBS-URL: https://build.opensuse.org/package/show/games/xonotic?expand=0&rev=42
17 lines
288 B
Desktop File
17 lines
288 B
Desktop File
[Unit]
|
|
Description=Xonotic Daemon
|
|
After=network.target
|
|
|
|
[Service]
|
|
#Type=forking
|
|
ExecStart=/usr/bin/xonotic-dedicated
|
|
PIDFile=/var/run/xonotic-dedicated.pid
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
KillMode=process
|
|
Restart=always
|
|
User=xonotic
|
|
Group=xonotic
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|