aboutsummaryrefslogtreecommitdiffstats
path: root/community
Commit message (Collapse)AuthorAgeFilesLines
...
* community/entr: upgrade to 4.5Leo2020-04-221-2/+2
|
* community/py3-hypothesis: upgrade to 5.10.2Leo2020-04-221-2/+2
|
* community/colordiff: upgrade to 1.0.19Leo2020-04-221-4/+4
|
* community/gnome-music: disable on arches with no tracker-minersLeo2020-04-211-1/+1
|
* community/perl-mojolicious: upgrade to 8.38Leo2020-04-211-2/+2
|
* community/grilo-plugins: depend on tracker-minersLeo2020-04-211-0/+1
|
* community/gnome-photos: depend on tracker-minersLeo2020-04-211-2/+2
|
* community/gnome-music: depend on tracker-minersLeo2020-04-211-2/+2
|
* community/gnome-documents: depend on tracker-minersLeo2020-04-211-2/+2
|
* community/gnome-books: depend on tracker-minersLeo2020-04-211-2/+2
|
* community/gnome: don't bundle tracker-miners by defaultLeo2020-04-211-2/+1
| | | | It is a massive resource hog
* community/gnome-boxes: upgrade to 3.36.3Rasmus Thomsen2020-04-211-2/+2
|
* community/libbpf: upgrade to 0.0.8Adam Jensen2020-04-212-5/+5
|
* community/pulseaudio: fix audio over networkBart Ribbers2020-04-212-2/+32
|
* community/bcc: upgrade to 0.14.0Adam Jensen2020-04-211-3/+3
|
* community/openblas: revert LAPACK changesArda Aytekin2020-04-211-2/+7
| | | | | | | | | | Reverted back the changes in `community/openblas` introduced in bea9248f and 7fd6f743 to let `openblas` install the optimized version of LAPACK. See the discussion under #10739. Note. !7023 was merged before the cherry-picking got completed following the changes under !7022. This commit fixes it.
* community/kodi: disable on armhfKevin Daudt2020-04-211-1/+1
| | | | | | 3964fe8876 (community/flatbuffers: disable on armhf to unblock builders, 2020-03-16) disabled flatbuffers on armhf, so kodi needs to be disabled as well.
* community/chezmoi: upgrade to 1.8.0Kevin Daudt2020-04-211-2/+2
|
* community/kodi: upgrade to 18.6Francesco Colista2020-04-211-5/+3
|
* community/fmt: adding patch allowing kodi to buildFrancesco Colista2020-04-212-3/+216
| | | | | | This patch is needed because with fmt 6.2.0 kodi fails to build. Ref: https://github.com/fmtlib/fmt/issues/1620
* community/gtk4.0: upgrade to 3.98.3Rasmus Thomsen2020-04-211-2/+4
|
* community/aircrack-ng: disable on mipsAriadne Conill2020-04-211-1/+1
|
* community/konsole: fix regression with kshortcuts 5.69Ariadne Conill2020-04-212-3/+120
|
* community/python2-tkinter: security upgrade to 2.7.18J0WI2020-04-211-23/+20
|
* community/openblas: revert LAPACK changesArda Aytekin2020-04-201-5/+3
| | | | | | | Reverted back the changes in `community/openblas` introduced in bea9248f and 7fd6f743 to let `openblas` install the optimized version of LAPACK. See the discussion under #10739.
* community/py3-apache-libcloud: upgrade to 3.0.0Francesco Colista2020-04-201-2/+2
|
* community/aircrack-ng: ugprade to 1.6Francesco Colista2020-04-202-24/+17
|
* community/jenkins: upgrade to 2.233Francesco Colista2020-04-201-2/+2
|
* main/py3-virtualenv: add missing dependenciesmsrd02020-04-201-24/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this involves moving py3-distlib from community to main respective error messages: Traceback (most recent call last): File "/usr/bin/virtualenv", line 6, in <module> from pkg_resources import load_entry_point File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 3259, in <module> def _initialize_master_working_set(): File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 3242, in _call_aside f(*args, **kwargs) File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 3271, in _initialize_master_working_set working_set = WorkingSet._build_master() File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 584, in _build_master ws.require(__requires__) File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 901, in require needed = self.resolve(parse_requirements(requirements)) File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 787, in resolve raise DistributionNotFound(req, requirers) pkg_resources.DistributionNotFound: The 'filelock<4,>=3.0.0' distribution was not found and is required by virtualenv Traceback (most recent call last): File "/usr/bin/virtualenv", line 6, in <module> from pkg_resources import load_entry_point File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 3259, in <module> def _initialize_master_working_set(): File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 3242, in _call_aside f(*args, **kwargs) File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 3271, in _initialize_master_working_set working_set = WorkingSet._build_master() File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 584, in _build_master ws.require(__requires__) File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 901, in require needed = self.resolve(parse_requirements(requirements)) File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 787, in resolve raise DistributionNotFound(req, requirers) pkg_resources.DistributionNotFound: The 'distlib<1,>=0.3.0' distribution was not found and is required by virtualenv
* community/cage: upgrade to 2020-04-17Antoine Fontaine2020-04-202-34/+6
| | | | | it adds support for latest wlroots version and fix https://gitlab.alpinelinux.org/alpine/aports/issues/11418.
* community/gnome-software-plugin-apk: upgrade to 0.2.1Rasmus Thomsen2020-04-201-2/+2
|
* community/apk-polkit: upgrade to 0.2.1Rasmus Thomsen2020-04-202-50/+4
|
* community/webkit2gtk: add secfixes infoLeo2020-04-201-0/+2
| | | | See #11415
* community/grantlee: add qt5-qtdeclarative dependencyAriadne Conill2020-04-201-2/+2
| | | | this is needed for making scriptabletags plugin available, needed by kmail
* community/php7: switch to enchant-2Leo2020-04-202-3/+70
|
* community/archivemount: upgrade to 0.9.1Leo2020-04-201-4/+4
|
* community/py3-itypes: upgrade to 1.2.0Leo2020-04-201-3/+3
|
* unmaintained/zendframework: move from communityAndy Postnikov2020-04-201-20/+0
| | | | https://framework.zend.com/blog/2020-01-24-laminas-launch
* community/tini: upgrade to 0.19.0Leo2020-04-201-3/+3
|
* community/influxdb: upgrade to 1.8.0Konstantin Kulikov2020-04-201-19/+12
|
* community/wireguard-rpi: rebuild against kernel 5.4.33-r0Natanael Copa2020-04-201-1/+1
|
* community/jool-modules-rpi: rebuild against kernel 5.4.33-r0Natanael Copa2020-04-201-1/+1
|
* community/chromium: upgrade to 81.0.4044.113Natanael Copa2020-04-2012-809/+175
|
* community/chromium: install swiftshaderYonggang Luo2020-04-201-2/+9
| | | | | | | Package chromium align with binaries from other distribution This also fixes the issue that the soft OpenGL not working when there are no GPU available. This can happen in docker containers.
* community/wireguard-lts: rebuild against kernel 5.4.33-r0Natanael Copa2020-04-201-1/+1
|
* community/virtualbox-guest-modules-lts: rebuild against kernel 5.4.33-r0Natanael Copa2020-04-201-1/+1
|
* community/rtl8821ce-lts: rebuild against kernel 5.4.33-r0Natanael Copa2020-04-201-1/+1
|
* community/jool-modules-lts: rebuild against kernel 5.4.33-r0Natanael Copa2020-04-201-1/+1
|
* community/libaccounts-glib: upgrade to 1.25Leo2020-04-201-7/+10
|
* community/racktables: needs mbstring PHP moduleLeonardo Arena2020-04-201-4/+4
| | | | Pre-create secret file