summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-12-01user/tiff: bugfix bump to 4.0.10A. Wilcox2-45/+3
2018-12-01user/sdl2: bugfix bump to 2.0.9A. Wilcox1-3/+3
2018-12-01user/cairo: bugfix bump to 1.16.0A. Wilcox1-3/+3
2018-12-01user/pixman: bugfix bump to 0.36.0A. Wilcox2-21/+3
2018-12-01user/lighttpd: bugfix bump to 1.4.52A. Wilcox1-2/+2
2018-12-01user/libwacom: bugfix bump to 0.32A. Wilcox1-2/+2
2018-12-01user/libqalculate: bugfix bump to 2.8.1A. Wilcox2-267/+3
2018-12-01user/libinput: bugfix bump to 1.12.3A. Wilcox1-2/+2
2018-12-01user/krb5: bugfix bump to 1.16.2A. Wilcox1-2/+2
2018-12-01user/itstool: bugfix bump to 2.0.5A. Wilcox1-3/+3
2018-12-01user/gnupg: bugfix bump to 2.2.11A. Wilcox1-2/+2
2018-12-01user/freetds: bugfix bump to 1.00.109A. Wilcox1-2/+2
2018-12-01user/ttf-liberation: bump to 2.00.4, maybe?A. Wilcox1-4/+4
2018-12-01user/ffmpeg: bugfix bump to 4.1A. Wilcox2-53/+4
2018-12-01user/dialog: patchlevel bump to 1.3.20181107A. Wilcox1-2/+2
2018-12-01user/dejagnu: bugfix bump to 1.6.2A. Wilcox1-3/+3
2018-11-30user/tellico: add missing build depA. Wilcox1-2/+2
2018-11-30user/lxqt-desktop: fix checksumA. Wilcox1-1/+1
2018-11-30Merge branch 'add-cgit' into 'master' A. Wilcox1-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-30Merge branch 'bump.aerdan.20181130' into 'master' A. Wilcox8-16/+16
Package bugfix bumps for 30 November 2018 See merge request !122
2018-11-30Merge branch 'add-markdownpy' into 'master' A. Wilcox1-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-30Merge branch 'add-pygments' into 'master' A. Wilcox1-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-30Merge branch 'add-tmux-bashcomp' into 'master' A. Wilcox1-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-30Merge branch 'add-bashcomp' into 'master' A. Wilcox1-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-30user/xfce4-systemload-plugin: upgrade to 1.2.2Kiyoshi Aman1-2/+2
2018-11-30user/xfce4-dict: upgrade to 0.8.2Kiyoshi Aman1-2/+2
2018-11-30user/thunar-volman: upgrade to 0.9.1Kiyoshi Aman1-2/+2
2018-11-30user/perl-perl-tidy: upgrade to 20181120Kiyoshi Aman1-2/+2
2018-11-30system/perl-cpanel-json-xs: upgrade to 4.08Kiyoshi Aman1-2/+2
2018-11-30user/gvim: upgrade to 8.1.0551Kiyoshi Aman1-2/+2
2018-11-30system/vim: upgrade to 8.1.0551Kiyoshi Aman1-2/+2
2018-11-30user/py3-pygobject: upgrade to 3.30.3Kiyoshi Aman1-2/+2
2018-11-28user/cgit: new packagezlg1-0/+64
2018-11-28user/bash-completion: new packagezlg1-0/+69
2018-11-28user/py3-pygments: new packagezlg1-0/+41
2018-11-28user/py3-markdown: new packagezlg1-0/+28
2018-11-28user/tmux-bash-completion: new packagezlg1-0/+23
2018-11-28Merge branch 'nextcloud' into 'master' A. Wilcox15-0/+737
user/nextcloud: new package See merge request !110
2018-11-28Merge branch 'fix-lxqt-defaults' into 'master' A. Wilcox2-2/+2
Fix LXQt default config hiccups See merge request !120
2018-11-28Merge branch 'fix-weechat.2018-11-21' into 'master' A. Wilcox2-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-27user/lxqt-desktop: startlxqt should pull in /usr/share for default configKiyoshi Aman2-2/+2
2018-11-25user/kcachegrind: new packageA. Wilcox1-0/+43
2018-11-25user/tellico: New packageA. Wilcox2-0/+75
2018-11-24system/musl: add ability to add default stack size to binariesA. Wilcox2-2/+101
2018-11-24Merge branch 'youtube-dl' into 'master' A. Wilcox1-0/+68
user/youtube-dl: new package See merge request !116
2018-11-24user/youtube-dl: new packageMax Rees1-0/+68
2018-11-24user/xf86-video-fbdev: new packageA. Wilcox1-0/+34
2018-11-21user/weechat: fix overzealous highlighting bugzlg2-1/+41
2018-11-21user/unrar: remove illegal packageA. Wilcox2-60/+0
2018-11-21Merge branch 'fix-yaml.2018-11-20' into 'master' A. Wilcox3-3/+72
system/yaml: Backport emitter fix from v0.2.2-pre1 These patches fix an emitter problem that prevents PyYAML 3.13's test suite from passing. They should not be necessary when libyaml v0.2.2 is released. Patch-Author: James Clarke <jrtc27@jrtc27.com> See-Also: https://github.com/yaml/pyyaml/issues/184 See-Also: https://github.com/yaml/libyaml/issues/60#issuecomment-311836709 See merge request !111