aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* main/pax-utils: add missing dependencies on py3-elftools and python3Leo2020-04-131-4/+4
|
* community/libphonenumber: upgrade to 8.12.1Bart Ribbers2020-04-131-6/+6
|
* community/kdiagram: upgrade to 2.6.3Bart Ribbers2020-04-131-2/+2
|
* testing/ikona: modernizeLeo2020-04-131-4/+40
| | | | | | | - Add missing bash-completion subpackage - Add missing zsh-completion subpackage - Add missing fish-completion subpackage - Install to 'lib' not 'lib64'
* community/nnn: upgrade to 3.1Leo2020-04-131-2/+2
|
* community/nvme-cli: move zsh-completion files instead of copyingLeo2020-04-131-7/+3
|
* main/p11-kit: rebuild again against libffi.so.7Rasmus Thomsen2020-04-131-1/+1
| | | | | Apparently some packages weren't rebuilt correclty against libffi.so.7 on some arches and still need libffi.so.6
* main/wayland: rebuild again against libffi.so.7Rasmus Thomsen2020-04-131-1/+1
| | | | | Apparently some packages weren't rebuilt correclty against libffi.so.7 on some arches and still need libffi.so.6
* main/llvm9: rebuild again against libffi.so.7Rasmus Thomsen2020-04-131-1/+1
| | | | | Apparently some packages weren't rebuilt correclty against libffi.so.7 on some arches and still need libffi.so.6
* main/glib: rebuild again against libffi.so.7Rasmus Thomsen2020-04-131-1/+1
| | | | | Apparently some packages weren't rebuilt correclty against libffi.so.7 on some arches and still need libffi.so.6
* main/mozjs60: rebuild again against libffi.so.7Rasmus Thomsen2020-04-131-1/+1
| | | | | Apparently some packages weren't rebuilt correclty against libffi.so.7 on some arches and still need libffi.so.6
* main/python2: rebuild again against libffi.so.7Rasmus Thomsen2020-04-131-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.7Rasmus Thomsen2020-04-131-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 mipsAriadne Conill2020-04-131-1/+1
|
* testing/qownnotes: upgrade to 20.4.4Francesco Colista2020-04-131-3/+4
|
* community/icingaweb2-module-ipl: upgrade to 0.5.0Francesco Colista2020-04-131-2/+2
|
* testing/obs-studio: upgrade to 25.0.5Francesco Colista2020-04-131-2/+2
|
* testing/openconnect: upgrade to 8.08Francesco Colista2020-04-131-3/+3
|
* community/evolution-data-server: fix xdg autostart file locationLuca Weiss2020-04-131-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 nameLuca Weiss2020-04-131-2/+2
|
* 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
|