aboutsummaryrefslogtreecommitdiffstats
path: root/community
Commit message (Collapse)AuthorAgeFilesLines
* community/py3-aiohttp: upgrade to 3.0.6Fabian Affolter2018-03-061-3/+3
|
* community/pytest: upgrade to 3.4.2Fabian Affolter2018-03-061-2/+2
|
* community/texmf-dist: Updated and completed texmf-distMarian Buschsieweke2018-03-063-22/+501
| | | | | Now all texlive packages available in Arch Linux are also available in Alpine Linux :-)
* community/texmf-dist: move from testingWilliam Pitcock2018-03-062-0/+47
|
* community/texlive: Added trigger for texmf-dist and subpkg for dvi toolsMarian Buschsieweke2018-03-062-7/+23
| | | | | | | | | | | | | | | | | | | | | | texlive.trigger: Recreate all formats on changes in /usr/share/texmf-dist - Current approach blindly tries to recreate everything - For each missing font/formt/... this will fail. However, installed fonts and formats are created successfully. While being ugly, this approach seem to work fine Dependencies: - Added dependency to pkg texmf-dist to texlive, as texlive is unusable without - Added dependency to pkg texmf-dist-full to texlive-full, so a full texlive distribution and not only the texlive tools is installed. *BEWARE*: This requires the patch to texmf-dist to be accepted! texlive-dvi: - Enabled some tools (especially dvips) required for a dvi based workflow and moved the new tools to texlive-dvi. (Maybe some other dvi-related tools fit there better, too?) - A few publishers and conferences required this workflow, including some high level conferences. Thus, researchers depend on these tools
* community/ruby-ox: upgrade to 2.8.4Jakub Jirutka2018-03-061-2/+2
|
* community/perl-test-postgresql: upgrade to 1.24Francesco Colista2018-03-061-3/+3
|
* community/docker-py: upgrade to 3.1.1Francesco Colista2018-03-061-2/+2
|
* {main => community}/v4l-utils: move, use Qt 5A. Wilcox2018-03-066-0/+289
|
* community/btrbk: fix typodai9ah2018-03-061-2/+2
|
* community/btrbk: add simple check, install under '/usr/bin'dai9ah2018-03-051-2/+6
|
* community/btrbk: upgrade to 0.26.1, clarify licensedai9ah2018-03-051-9/+4
|
* community/spacefm: upgrade to 1.0.6, clarify license, modernizedai9ah2018-03-051-16/+14
|
* community/vnstat: upgrade to 1.18, clarify license, modernizedai9ah2018-03-051-12/+11
|
* community/tor: upgrade to 0.3.2.10, clarify licensedai9ah2018-03-051-3/+6
|
* community/py-raven: clarify licensedai9ah2018-03-051-2/+2
|
* community/salt: try building with Python3dai9ah2018-03-051-6/+6
|
* community/salt: upgrade to 2018.3dai9ah2018-03-051-2/+2
|
* community/py-jellyfish: add python3, fix licensedai9ah2018-03-051-26/+31
|
* community/eigen: bump pkgrelNatanael Copa2018-03-051-1/+1
|
* testing/eigen: Add signature fileHenri Menke2018-03-051-0/+1
| | | | The Eigen 3 library can be found automatically by build systems like CMake. All of those systems look for a directory containing the file signature_of_eigen3_matrix_library. Without this file auto-discovery will fail.
* community/you-get: upgrade to 0.4.1040Roberto Oliveira2018-03-051-2/+2
|
* community/virtualbox-guest-modules-vanilla: rebuild against kernel 4.14.24-r0Natanael Copa2018-03-051-1/+1
|
* community/virtualbox-guest-modules-vanilla: check kernel in prepareNatanael Copa2018-03-051-11/+10
|
* [kmodule]-vanilla: clean up, streamline, modernizexentec2018-03-051-31/+28
|
* community/dune: move from testingJakub Jirutka2018-03-051-0/+53
|
* community/colordiff: move from testingJakub Jirutka2018-03-051-0/+34
|
* community/ocamlbuild: upgrade to 0.12.0Jakub Jirutka2018-03-051-3/+4
|
* community/ocamlbuild: modernize abuildJakub Jirutka2018-03-051-11/+5
|
* community/vlc: fix build on aarch64 due to missing file asm.SJakub Jirutka2018-03-042-0/+28
|
* community/youtube-dl: remove futile checkJakub Jirutka2018-03-041-5/+1
| | | | | ./youtube-dl is some binary, probably python sources packaged into single file, that is even not installed, so such check is useless.
* community/youtube-dl: switch to python3dai9ah2018-03-041-6/+6
|
* community/libre2: add checkdai9ah2018-03-041-1/+5
|
* community/libre2: clarify license and improve pkgdescdai9ah2018-03-041-2/+2
|
* community/vlc: upgrade to 3.0.1Jakub Jirutka2018-03-043-74/+5
|
* community/nodejs-current: upgrade to 9.7.1Jakub Jirutka2018-03-041-2/+2
|
* community/youtube-dl: upgrade to 2018.03.03Jakub Jirutka2018-03-041-2/+2
|
* community/ruby-ox: upgrade to 2.8.3Jakub Jirutka2018-03-041-4/+8
|
* community/corebird: upgrade to 1.7.4Francesco Colista2018-03-031-2/+2
|
* community/py-raven: upgrade to 6.6.0Francesco Colista2018-03-031-2/+2
|
* community/perl-mojolicious: upgrade to 7.70Francesco Colista2018-03-031-2/+2
|
* community/libre2: upgrade to 2018.03.01Francesco Colista2018-03-031-2/+2
|
* community/dateutils: upgrade to 0.4.3Francesco Colista2018-03-031-2/+2
|
* community/py-ws4py: upgrade to 0.5.1Francesco Colista2018-03-031-2/+2
|
* community/uptimed: modernise, split OpenRC, take pkgA. Wilcox2018-03-021-18/+18
|
* community/php7: move provides=$pkgname-zlib to -common subpkgValery Kartel2018-03-031-1/+2
| | | | | | $pkgname provides CLI SAPI, but there's also -cgi, -fpm, -apache2 and others SAPI - zlib is included in all of them. Thus we should make -common subpkg provide -zlib. --jirutka
* community/php7: upgrade to 7.1.15Valery Kartel2018-03-031-3/+3
|
* community/php5: make zlib extension built-inValery Kartel2018-03-031-3/+2
|
* community/php5: upgrade to 5.6.34Valery Kartel2018-03-031-3/+3
|
* community/ipmiutil: ensure libs install to /usr/libA. Wilcox2018-03-021-1/+2
|