Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | main/python2: rebuild again against libffi.so.7 | Rasmus Thomsen | 2020-04-13 | 1 | -1/+1 | |
| | | | | | Apparently some packages weren't rebuilt correclty against libffi.so.7 on some arches and still need libffi.so.6 | |||||
* | main/python3: rebuild again against libffi.so.7 | Rasmus Thomsen | 2020-04-13 | 1 | -1/+1 | |
| | | | | | Apparently some packages weren't rebuilt correclty against libffi.so.7 on some arches and still need libffi.so.6 | |||||
* | testing/gcc-cross-embedded: disable on mips | Ariadne Conill | 2020-04-13 | 1 | -1/+1 | |
| | ||||||
* | testing/qownnotes: upgrade to 20.4.4 | Francesco Colista | 2020-04-13 | 1 | -3/+4 | |
| | ||||||
* | community/icingaweb2-module-ipl: upgrade to 0.5.0 | Francesco Colista | 2020-04-13 | 1 | -2/+2 | |
| | ||||||
* | testing/obs-studio: upgrade to 25.0.5 | Francesco Colista | 2020-04-13 | 1 | -2/+2 | |
| | ||||||
* | testing/openconnect: upgrade to 8.08 | Francesco Colista | 2020-04-13 | 1 | -3/+3 | |
| | ||||||
* | community/evolution-data-server: fix xdg autostart file location | Luca Weiss | 2020-04-13 | 1 | -1/+2 | |
| | | | | | | Currently the autostart file gets installed into /usr/etc/xdg/autostart/org.gnome.Evolution-alarm-notify.desktop which is wrong, so fix the location by passing cmake the correct directory. | |||||
* | testing/sloccount: fix subpackage name | Luca Weiss | 2020-04-13 | 1 | -2/+2 | |
| | ||||||
* | community/nitrokey-app: fix bash completions location | Luca Weiss | 2020-04-13 | 1 | -2/+2 | |
| | | | | | | | Currently bash completions are getting installed to /usr/etc/bash_completion.d/nitrokey-app which is incorrect. The upstream cmake scripts query the bash completion location via pkg-config, so make sure that bash-completion.pc gets installed during the build. | |||||
* | main/py3-babel: add missing dependency | Keith Maxwell | 2020-04-13 | 1 | -3/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before this change: $ dabuild sh $ sudo apk add py3-babel >/dev/null && pybabel --version Traceback (most recent call last): File "/usr/bin/pybabel", line 6, in <module> from pkg_resources import load_entry_point ModuleNotFoundError: No module named 'pkg_resources' This change adds py3-setuptools as a runtime dependency because pkg_resources is imported by a file installed into /usr/bin/: $ grep pkg_resources /usr/bin/pybabel from pkg_resources import load_entry_point pkg_resources is part of py3-setuptools: $ apk info -L py3-setuptools | grep pkg_resources/__init__.py usr/lib/python3.8/site-packages/pkg_resources/__init__.py After this change: $ dabuild sh $ sudo apk add py3-babel >/dev/null && pybabel --version pybabel 2.8.0 | |||||
* | main/py3-mako: enable check() | Keith Maxwell | 2020-04-13 | 1 | -1/+6 | |
| | ||||||
* | main/py3-mako: add missing dependency | Keith Maxwell | 2020-04-13 | 1 | -3/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before this change: $ dabuild sh $ sudo apk add py3-mako >/dev/null && mako-render --help | head -n 1 Traceback (most recent call last): File "/usr/bin/virtualenv", line 6, in <module> from pkg_resources import load_entry_point ModuleNotFoundError: No module named 'pkg_resources' This change adds py3-setuptools as a runtime dependency because pkg_resources is imported by a file installed into /usr/bin/: $ grep pkg_resources /usr/bin/mako-render from pkg_resources import load_entry_point pkg_resources is part of py3-setuptools: $ apk info -L py3-setuptools | grep pkg_resources/__init__.py usr/lib/python3.8/site-packages/pkg_resources/__init__.py After this change: $ dabuild sh $ sudo apk add py3-mako >/dev/null && mako-render --help | head -n 1 usage: mako-render [-h] [--var VAR] [--template-dir TEMPLATE_DIR] | |||||
* | testing/pastel: fix location of fish-completion package | Leo | 2020-04-13 | 1 | -10/+13 | |
| | ||||||
* | testing/py3-yara: fix build failure | Ariadne Conill | 2020-04-13 | 1 | -1/+1 | |
| | ||||||
* | community/ldc: fix bash-completion subpackage packaging | Leo | 2020-04-13 | 1 | -3/+11 | |
| | ||||||
* | testing/coccinelle: add missing -doc subpackage | Leo | 2020-04-13 | 1 | -1/+1 | |
| | ||||||
* | community/falkon: fix build with qt5.14 | Leo | 2020-04-13 | 1 | -0/+2 | |
| | ||||||
* | community/udisks2: disable tests | Leo | 2020-04-13 | 1 | -0/+1 | |
| | | | | | | | | | Error from the log udisks-test:ERROR:test.c:358:binary_output_on_spawned_job_completed: assertion failed (standard_output->len == 200): (0 == 200) Bail out! udisks-test:ERROR:test.c:358:binary_output_on_spawned_job_completed: assertion failed (standard_output->len == 200): (0 == 200) Aborted (core dumped) FAIL udisks-test (exit status: 134) | |||||
* | community/rstcheck: disable tests on ppc64le | Ariadne Conill | 2020-04-13 | 1 | -0/+1 | |
| | ||||||
* | community/colord: add bash-completion subpackages | Leo | 2020-04-13 | 1 | -2/+14 | |
| | ||||||
* | testing/coccinelle: add bash-completion subpackage | Leo | 2020-04-13 | 1 | -2/+11 | |
| | ||||||
* | community/docker-compose: move shell completions instead of copying it | Leo | 2020-04-13 | 1 | -7/+4 | |
| | ||||||
* | community/stress-ng: add bash-completion subpackage | Leo | 2020-04-13 | 1 | -2/+10 | |
| | ||||||
* | community/lightdm: add bash-completion subpackage | Leo | 2020-04-13 | 1 | -2/+18 | |
| | ||||||
* | community/vifm: add bash-completion subpackage | Leo | 2020-04-13 | 1 | -6/+11 | |
| | ||||||
* | main/ethtool: add bash-completion subpackage | Leo | 2020-04-13 | 1 | -2/+11 | |
| | ||||||
* | community/falkon: add bash-completion subpackage | Leo | 2020-04-13 | 1 | -2/+10 | |
| | ||||||
* | community/udisks2: add bash-completion subpackage | Leo | 2020-04-13 | 1 | -2/+16 | |
| | ||||||
* | community/pacman: add zsh-completion subpackage | Leo | 2020-04-13 | 1 | -4/+12 | |
| | ||||||
* | main/bluez: move zsh completion from mainpkg instead of copying it | Leo | 2020-04-13 | 1 | -3/+3 | |
| | ||||||
* | community/zathura: add completion subpackages for all shells | Leo | 2020-04-13 | 1 | -2/+34 | |
| | ||||||
* | community/gpaste: fix function call | Leo | 2020-04-13 | 1 | -1/+1 | |
| | ||||||
* | community/gpaste: add bash and zsh completion subpackages | Leo | 2020-04-13 | 1 | -2/+25 | |
| | ||||||
* | main/libinput: add zsh-completion subpackage | Leo | 2020-04-13 | 1 | -2/+16 | |
| | ||||||
* | community/ldc: add bash-completion subpackage | Leo | 2020-04-13 | 1 | -5/+13 | |
| | ||||||
* | main/grub: modernize | Leo | 2020-04-13 | 1 | -18/+30 | |
| | ||||||
* | testing/monero: disable on mips | Ariadne Conill | 2020-04-13 | 1 | -1/+1 | |
| | ||||||
* | testing/kicad: disable on mips | Ariadne Conill | 2020-04-13 | 1 | -1/+1 | |
| | ||||||
* | community/sassc: fix version with --version | Leo | 2020-04-13 | 1 | -2/+8 | |
| | ||||||
* | main/open-lldp: modernize | Leo | 2020-04-13 | 1 | -27/+29 | |
| | ||||||
* | testing/lizardfs: add bash-completion subpackage | Leo | 2020-04-13 | 1 | -23/+33 | |
| | ||||||
* | testing/reptyr: fix bash-completion directory | Leo | 2020-04-13 | 1 | -5/+3 | |
| | ||||||
* | testing/icingaweb2-module-*: disable on mips | Ariadne Conill | 2020-04-13 | 4 | -4/+4 | |
| | ||||||
* | community/openvswitch: remove stray /etc/bash_completion.d | Leo | 2020-04-13 | 1 | -5/+6 | |
| | ||||||
* | testing/arc-theme: disable on mips, too much RAM required by sass | Ariadne Conill | 2020-04-13 | 1 | -1/+1 | |
| | ||||||
* | community/opensc: modernize | Leo | 2020-04-13 | 1 | -8/+20 | |
| | ||||||
* | testing/quilt: add bash-completion subpackage | Leo | 2020-04-13 | 1 | -2/+17 | |
| | ||||||
* | testing/cloud-init: fix build | Leo | 2020-04-13 | 1 | -1/+1 | |
| | ||||||
* | community/wbar: add bash-completion package | Leo | 2020-04-13 | 1 | -2/+18 | |
| |