aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* community/nitrokey-app: fix bash completions locationLuca Weiss2020-04-131-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 dependencyKeith Maxwell2020-04-131-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 Maxwell2020-04-131-1/+6
|
* main/py3-mako: add missing dependencyKeith Maxwell2020-04-131-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 packageLeo2020-04-131-10/+13
|
* testing/py3-yara: fix build failureAriadne Conill2020-04-131-1/+1
|
* community/ldc: fix bash-completion subpackage packagingLeo2020-04-131-3/+11
|
* testing/coccinelle: add missing -doc subpackageLeo2020-04-131-1/+1
|
* community/falkon: fix build with qt5.14Leo2020-04-131-0/+2
|
* community/udisks2: disable testsLeo2020-04-131-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 ppc64leAriadne Conill2020-04-131-0/+1
|
* community/colord: add bash-completion subpackagesLeo2020-04-131-2/+14
|
* testing/coccinelle: add bash-completion subpackageLeo2020-04-131-2/+11
|
* community/docker-compose: move shell completions instead of copying itLeo2020-04-131-7/+4
|
* community/stress-ng: add bash-completion subpackageLeo2020-04-131-2/+10
|
* community/lightdm: add bash-completion subpackageLeo2020-04-131-2/+18
|
* community/vifm: add bash-completion subpackageLeo2020-04-131-6/+11
|
* main/ethtool: add bash-completion subpackageLeo2020-04-131-2/+11
|
* community/falkon: add bash-completion subpackageLeo2020-04-131-2/+10
|
* community/udisks2: add bash-completion subpackageLeo2020-04-131-2/+16
|
* community/pacman: add zsh-completion subpackageLeo2020-04-131-4/+12
|
* main/bluez: move zsh completion from mainpkg instead of copying itLeo2020-04-131-3/+3
|
* community/zathura: add completion subpackages for all shellsLeo2020-04-131-2/+34
|
* community/gpaste: fix function callLeo2020-04-131-1/+1
|
* community/gpaste: add bash and zsh completion subpackagesLeo2020-04-131-2/+25
|
* main/libinput: add zsh-completion subpackageLeo2020-04-131-2/+16
|
* community/ldc: add bash-completion subpackageLeo2020-04-131-5/+13
|
* main/grub: modernizeLeo2020-04-131-18/+30
|
* testing/monero: disable on mipsAriadne Conill2020-04-131-1/+1
|
* testing/kicad: disable on mipsAriadne Conill2020-04-131-1/+1
|
* community/sassc: fix version with --versionLeo2020-04-131-2/+8
|
* main/open-lldp: modernizeLeo2020-04-131-27/+29
|
* testing/lizardfs: add bash-completion subpackageLeo2020-04-131-23/+33
|
* testing/reptyr: fix bash-completion directoryLeo2020-04-131-5/+3
|
* testing/icingaweb2-module-*: disable on mipsAriadne Conill2020-04-134-4/+4
|
* community/openvswitch: remove stray /etc/bash_completion.dLeo2020-04-131-5/+6
|
* testing/arc-theme: disable on mips, too much RAM required by sassAriadne Conill2020-04-131-1/+1
|
* community/opensc: modernizeLeo2020-04-131-8/+20
|
* testing/quilt: add bash-completion subpackageLeo2020-04-131-2/+17
|
* testing/cloud-init: fix buildLeo2020-04-131-1/+1
|
* community/wbar: add bash-completion packageLeo2020-04-131-2/+18
|
* testing/cloud-init: fix bash-completionLeo2020-04-131-13/+9
|
* testing/eventviews: disable on mipsAriadne Conill2020-04-131-2/+2
|
* testing/akonadi-calendar-tools: disable on mipsAriadne Conill2020-04-131-1/+1
|
* testing/calendarsupport: disable on mipsAriadne Conill2020-04-131-1/+1
|
* testing/libmdf: fix upstream checksum which has changedAriadne Conill2020-04-131-1/+1
|
* testing/php7-pdlib: disable on mipsAriadne Conill2020-04-131-1/+1
|
* testing/sakura: fix build failureAriadne Conill2020-04-131-1/+1
|
* testing/py3-raet: fix build failureAriadne Conill2020-04-131-1/+1
|
* community/py3-hypothesis: upgrade to 5.8.3Leo2020-04-131-2/+2
|