Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
Enable antibot again, add libnotify to depends array
|
|
|
|
|
|
|
|
Enable antibot and recording features.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
We will have to wait until this is fixed on ddnet.
|
|
|
|
|
|
Instead of creating a .desktop file for the DDNet-Server executable,
use a systemd unit file which runs the server instance as a user
called "ddnet" and the service's data in "/var/lib/ddnet".
ddnet-sysusers.conf is responsible for creating the user and group
if they don't exist. It won't remove them upon package removal
though, but one can use 'userdel ddnet' for that.
ddnet-tmpfiles.conf is responsible for creating /var/lib/ddnet with
the user and group newly created by sysusers.d config file. There
will be stored autoexec_server.log, a "records" directory and any
other persistent data.
When starting the systemd unit file "ddnet-server.service", it runs
the DDNet-Server executable with work directory "/var/lib/ddnet" as
user "ddnet", which allows to store the persistent files in there.
As a consequence of this change, "imagemagick" and "gendesk" are no
longer needed for creating .png icon and .desktop files, so they
were removed from makedepends array.
.gitignore now includes *.conf and *.service to the exception list
|
|
It's already packaged by ddnet-maps-git.
I also updated the descriptions to match the ones of ddnet.
|
|
files for the client
|
|
|
|
|
|
|
|
|
|
Click on a DDNet server instance URL to start the
client playing in that server instance
See: https://ddnet.tw/news/ddnet-links/
|
|
|
|
MySQL support is not enable by default in both this
PKGBUILD and DDNet build rules. In order to enable it,
Set "_enable_mysql" to 1 and the PKGBUILD will do the
rest.
No database server is added as dependency. You may want
to install 'mariadb' for running the db server.
|
|
Better build times.
Also move $srcdir/build/prep/ folder to
$srcdir/prep for a shorter filepath in
the PKGBUILD.
|
|
|
|
|
|
|
|
Why not?
|
|
Changes in this commit:
- Update pkgver to 11.9
- Update pkgdesc using text from the project's GitHub page
- Remove icon and desktop files from source()
- Extract icon files from their .ico files (requires imagemagick)
- Generate .desktop files (requires gendesk)
- Install icon files in /usr/share/icons/hicolor/ subdirectories
- Run 'install' verbosely
|
|
|
|
|
|
|
|
|
|
Passed 1 year and 3 months already. See first commit
|
|
|
|
Enable autoupdater again
|
|
https://github.com/ddnet/ddnet/issues/1374
|
|
|
|
|
|
|
|
Also use 'make install' to install client, server and tools bins,
and other minor changes.
|
|
|
|
|