Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-12-01 | user/dejagnu: bugfix bump to 1.6.2 | A. Wilcox | 1 | -3/+3 | |
2018-11-30 | user/tellico: add missing build dep | A. Wilcox | 1 | -2/+2 | |
2018-11-30 | user/lxqt-desktop: fix checksum | A. Wilcox | 1 | -1/+1 | |
2018-11-30 | Merge branch 'add-cgit' into 'master' | A. Wilcox | 1 | -0/+64 | |
user/cgit: new package Pretty ho-hum commit. Of note is `NO_SYS_POLL_H=1` in `$_makeopts`, since Git's build system isn't detecting our `sys/poll.h`. Aside from that, cgit passes all of its tests (needs htmltidy for a handful of them, so they were skipped by the build system) and runs live at https://git.zlg.space on `aarch64`. `asciidoctor` is a dependency for generating the manpage; I tried to package regular `asciidoc` (since the Alpine APKBUILD called for it) but it's Python-2-only and would need extensive patching to get working for Adélie. Optional dependencies include: * `py3-pygments`, for code highlighting (stay tuned); * `py3-markdown`, for Markdown about-page rendering (stay tuned); * `py3-docutils`, for `rst2html{,4,5}.py` about-page rendering **EDIT 2018-11-28:** Lua links correctly now, clarified `<sys/poll.h>` situation and mentioned skipped tests. See merge request !117 | |||||
2018-11-30 | Merge branch 'bump.aerdan.20181130' into 'master' | A. Wilcox | 6 | -12/+12 | |
Package bugfix bumps for 30 November 2018 See merge request !122 | |||||
2018-11-30 | Merge branch 'add-markdownpy' into 'master' | A. Wilcox | 1 | -0/+28 | |
user/py3-markdown: new package Not much to say about this one. It plugs into cgit seamlessly, and Pelican can be configured to generate posts using it. See merge request !119 | |||||
2018-11-30 | Merge branch 'add-pygments' into 'master' | A. Wilcox | 1 | -0/+41 | |
user/py3-pygments: new package Pygments is useful for cgit, Pelican, and basically anything else that's Python and involves code highlighting. Works with cgit's default code highlighting ootb. I left the `check()` function there despite us missing nose and flake8 since we'll need that call to `sed` once we do ship them. See merge request !118 | |||||
2018-11-30 | Merge branch 'add-tmux-bashcomp' into 'master' | A. Wilcox | 1 | -0/+23 | |
user/tmux-bash-completion: new package Upstream's only release was meant for Homebrew, so I used that as the base. See merge request !115 | |||||
2018-11-30 | Merge branch 'add-bashcomp' into 'master' | A. Wilcox | 1 | -0/+69 | |
user/bash-completion: new package Surprisingly, other bash-comp packages were available but we were missing this one. See merge request !114 | |||||
2018-11-30 | user/xfce4-systemload-plugin: upgrade to 1.2.2 | Kiyoshi Aman | 1 | -2/+2 | |
2018-11-30 | user/xfce4-dict: upgrade to 0.8.2 | Kiyoshi Aman | 1 | -2/+2 | |
2018-11-30 | user/thunar-volman: upgrade to 0.9.1 | Kiyoshi Aman | 1 | -2/+2 | |
2018-11-30 | user/perl-perl-tidy: upgrade to 20181120 | Kiyoshi Aman | 1 | -2/+2 | |
2018-11-30 | user/gvim: upgrade to 8.1.0551 | Kiyoshi Aman | 1 | -2/+2 | |
2018-11-30 | user/py3-pygobject: upgrade to 3.30.3 | Kiyoshi Aman | 1 | -2/+2 | |
2018-11-28 | user/cgit: new package | zlg | 1 | -0/+64 | |
2018-11-28 | user/bash-completion: new package | zlg | 1 | -0/+69 | |
2018-11-28 | user/py3-pygments: new package | zlg | 1 | -0/+41 | |
2018-11-28 | user/py3-markdown: new package | zlg | 1 | -0/+28 | |
2018-11-28 | user/tmux-bash-completion: new package | zlg | 1 | -0/+23 | |
2018-11-28 | Merge branch 'nextcloud' into 'master' | A. Wilcox | 15 | -0/+737 | |
user/nextcloud: new package See merge request !110 | |||||
2018-11-28 | Merge branch 'fix-lxqt-defaults' into 'master' | A. Wilcox | 2 | -2/+2 | |
Fix LXQt default config hiccups See merge request !120 | |||||
2018-11-28 | Merge branch 'fix-weechat.2018-11-21' into 'master' | A. Wilcox | 2 | -1/+41 | |
user/weechat: fix overzealous highlighting bug This bug is caused by musl's default `char` type being unsigned, while weechat's codebase was assuming signed. As a result, scripts such as `urlserver.py` were triggering highlights when they shouldn't. This fix makes the assumption explicit. See merge request !112 | |||||
2018-11-27 | user/lxqt-desktop: startlxqt should pull in /usr/share for default config | Kiyoshi Aman | 2 | -2/+2 | |
2018-11-25 | user/kcachegrind: new package | A. Wilcox | 1 | -0/+43 | |
2018-11-25 | user/tellico: New package | A. Wilcox | 2 | -0/+75 | |
2018-11-24 | user/youtube-dl: new package | Max Rees | 1 | -0/+68 | |
2018-11-24 | user/xf86-video-fbdev: new package | A. Wilcox | 1 | -0/+34 | |
2018-11-21 | user/weechat: fix overzealous highlighting bug | zlg | 2 | -1/+41 | |
2018-11-21 | user/unrar: remove illegal package | A. Wilcox | 2 | -60/+0 | |
2018-11-20 | Merge branch 'add-keychain' into 'master' | A. Wilcox | 1 | -0/+29 | |
user/keychain: new package Keychain is a set of shell scripts (edited by a Perl script) that automates the handling of OpenSSH, OpenPGP, and other security keys. Given that it's a shell script, I did not include dependencies on OpenSSH or GnuPG since it can be used with one, the other, both, or one of the more exotic options. Its behavior is completely dependent on the user telling it what to use. See merge request !109 | |||||
2018-11-20 | Merge branch 'bump.aerdan.20181115' into 'master' | A. Wilcox | 3 | -6/+6 | |
Bugfix bumps for packages owned by Kiyoshi Aman/the Adélie Perl team for 15 November 2018 See merge request !107 | |||||
2018-11-20 | Merge branch 'rust' into 'master' | A. Wilcox | 1 | -25/+25 | |
user/rust: Fix patch checksums The old ones match if you run `sed -i 's/^2\.18\.0/2.19.1/ *.patch`. See merge request !106 | |||||
2018-11-19 | user/nextcloud: new package | Max Rees | 15 | -0/+737 | |
2018-11-19 | user/keychain: remove tests | zlg | 1 | -4/+1 | |
oops | |||||
2018-11-19 | user/keychain: new package | zlg | 1 | -0/+32 | |
2018-11-18 | user/bugzilla: new package | A. Wilcox | 1 | -0/+43 | |
2018-11-18 | user/patchutils: new package | A. Wilcox | 1 | -0/+38 | |
2018-11-18 | user/perl-dbd-pg: new package | A. Wilcox | 1 | -0/+34 | |
2018-11-18 | user/perl-file-mimeinfo: new package | A. Wilcox | 1 | -0/+35 | |
2018-11-18 | user/perl-file-desktopentry: new package | A. Wilcox | 1 | -0/+34 | |
2018-11-18 | user/perl-file-basedir: new package | A. Wilcox | 1 | -0/+35 | |
2018-11-18 | user/perl-gdgraph: new package | A. Wilcox | 1 | -0/+35 | |
2018-11-18 | user/perl-gdtextutil: new package | A. Wilcox | 1 | -0/+34 | |
2018-11-18 | user/perl-template-gd: new package | A. Wilcox | 1 | -0/+34 | |
2018-11-18 | user/perl-html-formattext-withlinks: new package | A. Wilcox | 1 | -0/+34 | |
2018-11-18 | user/perl-html-formatter: new package | A. Wilcox | 1 | -0/+35 | |
2018-11-18 | user/perl-file-slurper: new package | A. Wilcox | 1 | -0/+35 | |
2018-11-18 | user/perl-html-tree: new package | A. Wilcox | 1 | -0/+35 | |
2018-11-18 | user/perl-font-afm: new package | A. Wilcox | 1 | -0/+34 | |