summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-07-19[h-client]: wipbill-auger
2021-07-19[mediagoblin]: wipbill-auger
2021-07-19[rstudio-desktop]: wip upgrade to v1.3.1093bill-auger
2021-07-19[rstudio-desktop]: wip upgrade to v1.1.463bill-auger
2021-07-19[purple-matrix]: wipbill-auger
2021-07-19[purple-matrix]: wipbill-auger
2021-07-19[pidgin]: install API docsbill-auger
2021-07-19wip iceweaselbill-auger
2021-07-19[iceweasel]: tweak for i686bill-auger
2021-07-19opensysusers - wipbill-auger
2021-07-19[opensysusers]: REVERTME? upgrade to v0.6bill-auger
2021-07-19[icecat]: wip - tweak for i686bill-auger
2021-07-19[nonsystemd/libretools]: REVERTME? rebuild against latest pacmanbill-auger
2021-07-19Update libre/parabola-keyringParabola automatic package builder
2021-07-16[kdevelop]: rebuild against latest clangbill-auger
2021-07-16[kio]: upgrade to v5.84.0 (i686 v5.83.0)bill-auger
2021-07-16pcr: update python-humblewx to 0.2.2Denis 'GNUtoo' Carikli
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
2021-07-16[retroarch]: wip upgrade to v1.9.6bill-auger
2021-07-16Update RetroArch to 1.9.4Nikita Epifanov
2021-07-15clamav-0.103.3-1.parabola1: updating versionOmar Vega Ramos
2021-07-14libre/iceweasel: upstream update to 90.0grizzlyuser
2021-07-13[netsurf]: upgrade to v3.10bill-auger
2021-07-13[cups-filters]: upgrade to v1.28.9bill-auger
2021-07-13[texlive-bin]: rebuild against latest popplerbill-auger
2021-07-13updpkg: libre/parabolaiso 56.1-1David P
Signed-off-by: David P <megver83@parabola.nu>
2021-07-13systemd-249-3.parabola1: updating versionOmar Vega Ramos
2021-07-10nonsystemd/libretools: add revert.patchDavid P
Signed-off-by: David P <megver83@parabola.nu>
2021-07-10updpkg: nonsystemd/libretools 20190907-1.nonsystemd1David P
Signed-off-by: David P <megver83@parabola.nu>
2021-07-07updpkg: nonsystemd/pipewire 1:0.3.31-1.nonsystemd1David P
Signed-off-by: David P <megver83@parabola.nu>
2021-07-06updpkg: libre/parabolaiso 56-1David P
Signed-off-by: David P <megver83@parabola.nu>
2021-07-06updpkg: nonsystemd/networkmanager 1.32.2-1.nonsystemd1David P
Signed-off-by: David P <megver83@parabola.nu>
2021-07-06elogind: fix provides arrayDavid P
Signed-off-by: David P <megver83@parabola.nu>
2021-07-06updpkg: nonsystemd/elogind 246.10-1David P
Signed-off-by: David P <megver83@parabola.nu>
2021-07-06libre: uboot4extlinux-sunxi: fix missing python-setuptoolsDenis 'GNUtoo' Carikli
When building uboot4extlinux-sunxi with libremakepkg we have the following error: | BINMAN all | Traceback (most recent call last): | File "/build/uboot4extlinux-sunxi/src/u-boot-2021.07/./tools/binman/binman", line 39, in <module> | from binman import control | File "/build/uboot4extlinux-sunxi/src/u-boot-2021.07/tools/binman/../binman/control.py", line 11, in <module> | import pkg_resources | ModuleNotFoundError: No module named 'pkg_resources' | make: *** [Makefile:1084: all] Error 1 | ==> ERROR: A failure occurred in build(). In u-boot 2021.07 in tools/binman/control.py, line 11 we have: import pkg_resources To find the package having pkg_resources we can use python to find the files implementing it: $ python Python 3.9.5 (default, May 27 2021, 07:33:37) [GCC 11.1.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import pkg_resources >>> help(pkg_resources) At the end of the help we see the following: FILE /usr/lib/python3.9/site-packages/pkg_resources/__init__.py And we can finally use pacman to find the package having that file: $ pacman -Q -o /usr/lib/python3.9/site-packages/pkg_resources/__init__.py /usr/lib/python3.9/site-packages/pkg_resources/__init__.py is owned by python-setuptools 1:52.0.0-1.0 Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
2021-07-06libre: uboot4extlinux-sunxi: workaround linter issues on ppc64leDenis 'GNUtoo' Carikli
When running parabola-repolint[1] for ppc64le, there is the following error or warning: unhandled SRCINFO key: "makedepends_ppc64le" (makedepends_ppc64le = arm-none-eabi-gcc) As ppc64le is still experimental, we can safely remove it from the supported architectures in this PKGBUILD to avoid creating too much noise for the people working on the ppc64le port of Parabola. This is a real concern as oaken-source, who run this parabola-repolint had that issue and discussed with me about it on the #parabola IRC channel on liberachat. [1]https://git.parabola.nu/~oaken-source/parabola-repolint.git/ Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
2021-07-06libre: uboot4extlinux-sunxi: fix pkgdesc for the C.H.I.PDenis 'GNUtoo' Carikli
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
2021-07-06libre: uboot4extlinux-sunxi: update to 2021.07Denis 'GNUtoo' Carikli
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
2021-07-05libre: uboot4extlinux-sunxi: lower maintenance costsDenis 'GNUtoo' Carikli
- We can now do cross builds of u-boot: - We can now more easily work on the package as we don't need an ARM computer for that anymore. - It also enable people already using Parabola on x86 to more easily install, test, or repair u-boot for an ARM computer as users can simply install it on microSD cards without needing to use ARM chroots. - There is now an install script to install u-boot: - It makes things easier for users as it is more similar to grub-install than dd commands. - It also does many checks at the same time to avoid data loss. - The commands to split packages are now shared between all package_ functions. This lower maintenance. - How to add a new board has been made more clear. Comparison with other distributions (for consistency): - u-boot doesn't have anything to handle the installation and update of u-boot binaries if UEFI is not used. - Debian has an u-boot-install-sunxi script which handles way more cases than what I wrote (it even handles GPT and so on and even has a manual), but there seems to be no tools to update u-boot. - Openembedded doesn't seem to have anything special in the u-boot recipe in openembedded-core Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
2021-07-05pcr: Update uboot-tools for armv7h to 2021.04Denis 'GNUtoo' Carikli
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
2021-07-05epiphany-40.2-2.parabola1: rebuildOmar Vega Ramos
2021-07-05pacman-6.0.0-3.parabola1: rebuildOmar Vega Ramos
2021-07-02xudev: rebrand to parabolaDavid P
Signed-off-by: David P <megver83@parabola.nu>
2021-07-02updpkg: pcr/chroot-nspawn 0.2.4-2David P
Signed-off-by: David P <megver83@parabola.nu>
2021-07-02updpkg: nonsystemd/devtools 20210202-1.nonsystemd1David P
Signed-off-by: David P <megver83@parabola.nu>
2021-07-02updpkg: libre/reflector 2021.4-1David P
Signed-off-by: David P <megver83@parabola.nu>
2021-07-02nonsystemd: remove opensysusers and opentmpfilesDavid P
succeded by esysusers and etmpfiles Signed-off-by: David P <megver83@parabola.nu>
2021-07-02updpkg: nonsystemd/base 2-2.parabola1.nonsystemd2David P
Signed-off-by: David P <megver83@parabola.nu>
2021-07-02addpkg: nonsystemd/xudev 248.3-1David P
Signed-off-by: David P <megver83@parabola.nu>
2021-07-02updpkg: nonsystemd/udev-init-scripts 34-1David P
Signed-off-by: David P <megver83@parabola.nu>
2021-07-02updpkg: nonsystemd/pambase 20210605-2.nonsystemd1David P
Signed-off-by: David P <megver83@parabola.nu>