aboutsummaryrefslogtreecommitdiffstats
path: root/community
Commit message (Collapse)AuthorAgeFilesLines
...
* community/dragon: move from testingBart Ribbers2020-04-121-0/+33
|
* community/bovo: move from testingBart Ribbers2020-04-121-0/+31
|
* communit/kopete: move from testingBart Ribbers2020-04-121-0/+32
|
* community/kidentitymanagement: move from testingBart Ribbers2020-04-121-0/+32
|
* community/kapptemplate: move from testingBart Ribbers2020-04-121-0/+31
|
* community/kdenlive: move from testingBart Ribbers2020-04-121-0/+34
|
* community/mlt: move from testingBart Ribbers2020-04-122-0/+66
|
* community/frei0r-plugins: move from testing and take over maintainershipBart Ribbers2020-04-121-0/+26
|
* community/gavl: move from testing and take over maintainershipBart Ribbers2020-04-122-0/+49
|
* community/rttr: move from testingBart Ribbers2020-04-122-0/+51
|
* community/zeroconf-ioslave: move from testingBart Ribbers2020-04-121-0/+32
|
* community/kde-dev-scripts: move from testingBart Ribbers2020-04-121-0/+27
|
* community/kirigami-gallery: move from testingBart Ribbers2020-04-121-0/+32
|
* community/kcharselect: move from testingBart Ribbers2020-04-121-0/+32
|
* community/kimagemapeditor: move from testingBart Ribbers2020-04-121-0/+34
|
* community/filelight: move from testingBart Ribbers2020-04-121-0/+32
|
* community/kleopatra: move from testingBart Ribbers2020-04-121-0/+35
|
* community/libkleo: move from testingBart Ribbers2020-04-121-0/+30
|
* community/kpimtextedit: move from testingBart Ribbers2020-04-121-0/+39
|
* community/kblackbox: move from testingBart Ribbers2020-04-121-0/+32
|
* community/libkdegames: move from testingBart Ribbers2020-04-121-0/+40
|
* community/kdenetwork-filesharing: move from testingBart Ribbers2020-04-121-0/+34
|
* community/dolphin-plugins: move from testingBart Ribbers2020-04-121-0/+31
|
* community/lokalize: move from testingBart Ribbers2020-04-121-0/+32
|
* community/kmix: move from testingBart Ribbers2020-04-121-0/+32
|
* community/yakuake: new aportBart Ribbers2020-04-121-0/+32
|
* community/ktimer: move from testingBart Ribbers2020-04-121-0/+32
|
* community/kamoso: move from testingBart Ribbers2020-04-121-0/+33
|
* community/kamera: move from testingBart Ribbers2020-04-121-0/+32
|
* community/sweeper: move from testingBart Ribbers2020-04-121-0/+31
|
* community/kcachegrind: move from testingBart Ribbers2020-04-121-0/+32
|
* community/kbackup: move from testingBart Ribbers2020-04-121-0/+32
|
* community/oq: upgrade to 1.0.2Milan P. Stanić2020-04-121-2/+2
|
* community/kde-frameworks: upgrade to 5.69.0Bart Ribbers2020-04-1282-1099/+496
|
* community/rstcheck: move from testingKeith Maxwell2020-04-122-0/+53
|
* community/vint: move from testingKeith Maxwell2020-04-122-0/+38
|
* community/waybar: upgrade to 0.9.2Leo2020-04-121-2/+2
|
* community/waybar: upgrade to 0.9.1Leo2020-04-122-18/+4
|
* community/py3-ansicolor: move from testingKeith Maxwell2020-04-121-0/+31
|
* community/py3-hypothesis: upgrade to 5.8.2Leo2020-04-121-2/+2
|
* community/py3-ansicolors: move from testingKeith Maxwell2020-04-122-0/+44
| | | | Also add check()
* community/qt5-qtwayland: correct dev dependsBart Ribbers2020-04-121-4/+4
|
* community/py3-hypothesis: upgrade to 5.8.1Leo2020-04-121-2/+2
|
* community/fwupd: build w/ elogindRasmus Thomsen2020-04-121-3/+3
| | | | | | I'd rather not make fwupd hard-depend on elogind, but it's important here, since elogind is required for fwupd to build its dbus daemon, which we need for GNOME Software and KDE Discover
* community/perl-alien-build: upgrade to 2.21Timothy Legge2020-04-121-2/+3
|
* community/feh: add preliminary support for testsLeo2020-04-111-0/+6
|
* community/feh: upgrade to 3.4Leo2020-04-111-2/+3
|
* community/py3-rsa: add missing dependencyKeith Maxwell2020-04-111-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before this change: $ sudo apk add py3-rsa && pyrsa-verify --help (1/11) Installing libbz2 (1.0.8-r1) (2/11) Installing libffi (3.3-r1) (3/11) Installing gdbm (1.13-r1) (4/11) Installing xz-libs (5.2.5-r0) (5/11) Installing ncurses-terminfo-base (6.2_p20200404-r0) (6/11) Installing ncurses-libs (6.2_p20200404-r0) (7/11) Installing readline (8.0.4-r0) (8/11) Installing sqlite-libs (3.31.1-r1) (9/11) Installing python3 (3.8.2-r5) (10/11) Installing py3-asn1 (0.4.7-r2) (11/11) Installing py3-rsa (4.0-r0) Executing busybox-1.31.1-r14.trigger OK: 276 MiB in 68 packages Traceback (most recent call last): File "/usr/bin/pyrsa-verify", line 6, in <module> from pkg_resources import load_entry_point ModuleNotFoundError: No module named 'pkg_resources' After this change: $ sudo apk add py3-rsa && pyrsa-verify --help (1/17) Installing libbz2 (1.0.8-r1) (2/17) Installing libffi (3.3-r1) (3/17) Installing gdbm (1.13-r1) (4/17) Installing xz-libs (5.2.5-r0) (5/17) Installing ncurses-terminfo-base (6.2_p20200404-r0) (6/17) Installing ncurses-libs (6.2_p20200404-r0) (7/17) Installing readline (8.0.4-r0) (8/17) Installing sqlite-libs (3.31.1-r1) (9/17) Installing python3 (3.8.2-r5) (10/17) Installing py3-asn1 (0.4.7-r2) (11/17) Installing py3-ordered-set (3.1.1-r0) (12/17) Installing py3-appdirs (1.4.3-r2) (13/17) Installing py3-parsing (2.4.7-r0) (14/17) Installing py3-six (1.14.0-r1) (15/17) Installing py3-packaging (20.3-r0) (16/17) Installing py3-setuptools (46.1.3-r0) (17/17) Installing py3-rsa (4.0-r1) Executing busybox-1.31.1-r14.trigger OK: 278 MiB in 74 packages Usage: pyrsa-verify [options] public_key signature_file Verifies a signature, exits with status 0 upon success, prints an error message and exits with status 1 upon error. Options: -h, --help show this help message and exit -i INPUT, --input=INPUT Name of the file to verify. Reads from stdin if not specified. --keyform=KEYFORM Key format of the public key - default PEM The above commands were run inside docker-abuild with `dabuild sh`. The change is required because `/usr/bin/pyrsa-verify` includes the line: from pkg_resources import load_entry_point That means that py3-setuptools is required at runtime: $ python3 -c 'import pkg_resources; print(pkg_resources.__file__)' /usr/lib/python3.8/site-packages/pkg_resources/__init__.py $ apk info -q -W /usr/lib/python3.8/site-packages/pkg_resources/__init__.py py3-setuptools
* community/retroarch: fix invalid pathsDavid Demelier2020-04-112-4/+4
|
* community/py3-rsa: upgrade to 4.0 and add check()Keith Maxwell2020-04-111-3/+8
|