summarylogtreecommitdiffstats
path: root/PKGBUILD
AgeCommit message (Collapse)Author
2023-09-13Reduce the data transfer required to fetch submodulesloathingkernel
Also reduce the repetition.
2023-08-28Add rnnoise dependencyJavier Sánchez Parra
2023-07-19Clone qrcodegen submoduleJavier Sánchez Parra
2023-05-29Add new dependenciesJavier Sánchez Parra
opus libsodium are required for voice support.
2023-05-23Handle sound/ folderJavier Sánchez Parra
2023-04-27Clone miniaudio submoduleJavier Sánchez Parra
2023-01-30Clone keychain submoduleJavier Sánchez Parra
2022-05-25Add libhandy dependencyJavier Sánchez Parra
Abaddon adds tabs, which requires libhandy.
2022-04-12Clone only ixwebsocket submoduleJavier Sánchez Parra
poudink commented on 2022-04-09 03:29 (CEST) Don't clone gtk-for-windows, it's pointless and takes a pretty long time.
2022-02-28bump version 0.1.4.r0.g4bd5c89Javier Sánchez Parra
2022-02-28Remove fonts folderJavier Sánchez Parra
The fonts folder is only used on Windows.
2021-12-14bump version 0.1.2.r6.g2461406Javier Sánchez Parra
2021-12-14Install a .desktop fileNexAdn
For the users' convenience, a .desktop file shall be installed to /usr/share/applications. This commit adds a simple .desktop file (as generated by Gentoo's desktop.eclass) and installs it to /usr/share/applications. Signed-off-by: NexAdn <nex@nexadn.de>
2021-12-14Remove wrapper for starting abaddonNexAdn
Since abaddon supports the creation of a config file in the users home directory (more specifically, `pwd`), the highly insecure approach of saving the configuration in a system-wide accessible (umask 0111) directory shall be removed. This commit removes the wrapper script completely and installs abaddon directly to /usr/bin and removes installing a blank config file with umask 0111 to /opt/abaddon. THIS IS A BREAKING CHANGE. Removing the wrapper script (and as a consequence the cwd in which abaddon is being executed) makes abaddon unable to find the config file if users don't move the current config file to their new cwd (i.e. usually their $HOME) and as a consequence causes settings to be (seemingly) lost. Maybe, a migration mechanism can be implemented, but would require at least two relbumps. Signed-off-by: NexAdn <nex@nexadn.de>
2021-12-14Install read-only system files to standard dirsNexAdn
Currently, read-only system files (i.e. the package's binares and resources) are installed to /opt/abaddon, which is a non-standard system directory for such files. Since abaddon has support for installation to system directores for some time now, downstream maintainers should start installing read-only files to standard system directories. This commit moves the resource files from /opt/abaddon to /usr/share/abaddon. Signed-off-by: NexAdn <nex@nexadn.de>
2021-11-24bump version 0.1.1.r28.g8f30bb3Javier Sánchez Parra
Adapt packaging to new resource files structure. See: https://github.com/uowuo/abaddon/pull/46
2021-10-17Remove unneeded make dependenciesJavier Sánchez Parra
kleintux commented: gcc / make / pkgconf are not needed. They are in https://archlinux.org/groups/x86_64/base-devel/. See https://wiki.archlinux.org/title/PKGBUILD#makedepends
2021-10-09bump version 0.1.0.r10.gfa1a007Javier Sánchez Parra
2021-10-07bump version 0.1.0.r6.ge8b1bcdJavier Sánchez Parra
Also update pkgver() to use tags/releases.
2021-05-29bump version 0.r401.c43b39fJavier Sánchez Parra
2021-05-03bump version 0.r351.6467dddJavier Sánchez Parra
2021-04-19Initial commitJavier Sánchez Parra