summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2020-05-01Update to 13.1Rafael Fontenelle
Enable antibot again, add libnotify to depends array
2020-04-11Disable ANTIBOT due to cmake not installing libantibot.soRyozuki
2020-04-11Update to 13.0.2Ryozuki
2020-04-08Update to 13.0.1Rafael Fontenelle
2020-04-07Update to 13.0Rafael Fontenelle
Enable antibot and recording features.
2020-02-22Update to 12.9.2Ryozuki
2020-02-14Update to 12.9.1Rafael Fontenelle
2019-12-26Update to 12.8.1Rafael Fontenelle
2019-12-18Update to 12.8Rafael Fontenelle
2019-10-31Update to 12.7.3Rafael Fontenelle
2019-10-16Update to 12.7.2Ryozuki
2019-10-15Update to 12.7Ryozuki
2019-08-24Disable websockets feature due to a crash.Ryozuki
We will have to wait until this is fixed on ddnet.
2019-08-02Update to 12.6.1Ryozuki
2019-07-31Update to 12.6Ryozuki
2019-06-16Add DDNet Server systemd service, drop desktopRafael Fontenelle
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
2019-06-15Don't package autoexec_server.cfgRyozuki
It's already packaged by ddnet-maps-git. I also updated the descriptions to match the ones of ddnet.
2019-06-15Update to 12.5, add autoexec_server.cfg and use provided icons and .desktop ↵Ryozuki
files for the client
2019-05-22Update to 12.4.3Rafael Fontenelle
2019-05-13Update to 12.4.2Rafael Fontenelle
2019-04-24Update to 12.3Rafael Fontenelle
2019-04-21Update to 12.2Rafael Fontenelle
2019-04-13Enable ddnet: linksRafael Fontenelle
Click on a DDNet server instance URL to start the client playing in that server instance See: https://ddnet.tw/news/ddnet-links/
2019-04-10Update to 12.1Rafael Fontenelle
2019-04-10Add optional MySQL supportRafael Fontenelle
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.
2019-04-10Use ninja build systemRafael Fontenelle
Better build times. Also move $srcdir/build/prep/ folder to $srcdir/prep for a shorter filepath in the PKGBUILD.
2019-04-03Add pnglite to dependsRafael Fontenelle
2019-03-31Update to 12.0.1Rafael Fontenelle
2019-03-28Update to 12.0Rafael Fontenelle
2019-03-19Add websockets supportRafael Fontenelle
Why not?
2019-03-17Update to 11.9, convert icons, gen desktopRafael Fontenelle
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
2019-02-15Update to 11.8Rafael Fontenelle
2019-01-12Update to 11.7.2Rafael Fontenelle
2019-01-09Update to 11.7Rafael Fontenelle
2018-12-27Update to 11.6.1Rafael Fontenelle
2018-12-24Remove replaces teeworlds-ddnetRafael Fontenelle
Passed 1 year and 3 months already. See first commit
2018-12-24Update to 11.6Rafael Fontenelle
2018-12-11Update to 11.5.1Rafael Fontenelle
Enable autoupdater again
2018-12-04Enable autoupdater againRafael Fontenelle
https://github.com/ddnet/ddnet/issues/1374
2018-11-21Update to 11.5Rafael Fontenelle
2018-10-31Update to 11.4.5Rafael Fontenelle
2018-10-01Update to 11.4.4Rafael Fontenelle
2018-09-13Update to 11.4.3Rafael Fontenelle
Also use 'make install' to install client, server and tools bins, and other minor changes.
2018-09-05.gitignore: standardizeRafael Fontenelle
2018-09-03Update to 11.4.2Rafael Fontenelle
2018-08-23Update to 11.4.1Rafael Fontenelle
2018-08-21Update to 11.4Rafael Fontenelle
2018-08-07Update to 11.3.1Rafael Fontenelle
2018-07-24Update to 11.3Rafael Fontenelle
2018-07-02alsa-lib not a dependency anymoreRafael Fontenelle