summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-11-23[qt5-styleplugins]: pin to current QT5 versionbill-auger
2020-11-23[qt5-styleplugins]: move to libre - rebuild agianst latest QT5bill-auger
2020-11-23pcr: guix-installer: sync with AURDenis 'GNUtoo' Carikli
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
2020-11-23Update libre/parabola-keyringParabola automatic package builder
2020-11-22updpkg: libre/linux-libre-lts 5.4.78-1David P
Signed-off-by: David P <megver83@parabola.nu>
2020-11-20[lxappearance-obconf-gtk3]: fix pkgrel typobill-auger
2020-11-20Update libre/parabola-keyringParabola automatic package builder
2020-11-19updpkg: libre/linux-libre 5.9.9-1David P
Signed-off-by: David P <megver83@parabola.nu>
2020-11-17libre: rebuild filesystemDenis 'GNUtoo' Carikli
Some key packages are signed by bill-auger, however for some reasons, creating a chroot with librechroot results in an error related to Bill's key. For instance if we create a new chroot with the following commands: $ sudo rm -rf /var/lib/archbuild/parabola-x86_64/ $ sudo librechroot -n parabola-x86_64 -A x86_64 make We end up with: (116/116) checking package integrity [...] 100% [...] error: filesystem: signature from "bill-auger <bill-auger@peers.community>" is unknown trust :: File /var/cache/pacman/pkg/filesystem-2020.09.03-1.parabola1-x86_64.pkg.tar.xz is corrupted (invalid or corrupted package (PGP signature)). Do you want to delete it? [Y/n] It also prevent builds in existing librechroot due to dependency issues. The associated bugreport is available here: https://labs.parabola.nu/issues/2925 While other Parabola developers are also busy trying to fix the root cause of this issue, it might be a good idea to also restore the ability to create librechroots in parallel. That may also be useful to build potential fixes. To build the previous packages (linux-libre-api-headers and pacman-mirrorlist), I used use the workaround present in the bugreport (date --set=2020-11-01) in a KVM vm not to mess up the date of the host. More lightweight VM systems like lxc don't allow to change the date. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
2020-11-17libre: rebuild pacman-mirrorlistDenis 'GNUtoo' Carikli
Some key packages are signed by bill-auger, however for some reasons, creating a chroot with librechroot results in an error related to Bill's key. For instance if we create a new chroot with the following commands: $ sudo rm -rf /var/lib/archbuild/parabola-x86_64/ $ sudo librechroot -n parabola-x86_64 -A x86_64 make We end up with: (116/116) checking package integrity [...] 100% [...] error: pacman-mirrorlist: signature from "bill-auger <bill-auger@peers.community>" is unknown trust :: File /var/cache/pacman/pkg/pacman-mirrorlist-20201002-1.parabola1-any.pkg.tar.xz is corrupted (invalid or corrupted package (PGP signature)). Do you want to delete it? [Y/n] It also prevent builds in existing librechroot due to dependency issues. The associated bugreport is available here: https://labs.parabola.nu/issues/2925 While other Parabola developers are also busy trying to fix the root cause of this issue, it might be a good idea to also restore the ability to create librechroots in parallel. That may also be useful to build potential fixes. To build the previous package (linux-libre-api-headers) I used use the workaround present in the bugreport (date --set=2020-11-01) in a KVM vm not to mess up the date of the host. More lightweight VM systems like lxc don't allow to change the date. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
2020-11-15libre: rebuild linux-libre-api-headersDenis 'GNUtoo' Carikli
Some key packages are signed by bill-auger, however for some reasons, creating a chroot with librechroot results in an error related to Bill's key. For instance if we create a new chroot with the following commands: $ sudo rm -rf /var/lib/archbuild/parabola-x86_64/ $ sudo librechroot -n parabola-x86_64 -A x86_64 make We end up with: (116/116) checking package integrity [...] 100% error: linux-libre-api-headers: signature from "bill-auger <bill-auger@peers.community>" is unknown trust :: File /var/cache/pacman/pkg/linux-libre-api-headers-5.8.13_gnu-1-x86_64.pkg.tar.xz is corrupted (invalid or corrupted package (PGP signature)). Do you want to delete it? [Y/n] To make sure it wasn't an issue only affecting my builder, I made the host recreate the /etc/pacman.d/gnupg directory from scratch after deleting this directory and killing all gpg, dirmngr and gpg-agent instances. I then refreshed the keys, during that, Bill's key was not updated: gpg: key 25DB7D9B5A8D4B40: "bill-auger <bill-auger@peers.community>" not changed After that this problem persisted. It also affects the reinstallation of some key packages on the host as well: # pacman -S linux-libre-api-headers warning: linux-libre-api-headers-5.8.13_gnu-1 is up to date -- reinstalling [...] (1/1) checking package integrity [...] error: linux-libre-api-headers: signature from "bill-auger <bill-auger@peers.community>" is unknown trust :: File /var/cache/pacman/pkg/linux-libre-api-headers-5.8.13_gnu-1-x86_64.pkg.tar.xz is corrupted (invalid or corrupted package (PGP signature)). Do you want to delete it? [Y/n] n error: failed to commit transaction (invalid or corrupted package (PGP signature)) Errors occurred, no packages were upgraded. So in order to be able to enable Parabola hackers to still build packages, and not end up in a chicken and egg issue, I'll try to rebuild it from the librechroot(s) that I have left. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
2020-11-14pcr: simtrace2: sync with AURDenis 'GNUtoo' Carikli
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
2020-11-14aur: Add simtrace2 from AURDenis 'GNUtoo' Carikli
Note that simtrace and simtrace2 is not the same software: simtrace is for the first generation hardware while simtrace2 is for the second generation. While the PCB is mostly the same, the microcontroller, the (free) software inside that microcontroller and the host software are different. So while the microcontroller can be upgraded by people that know how to unsolder and resolder microcontrollers, it's still a good idea to support both devices in Parabola. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
2020-11-14aur: simtrace: update from AURDenis 'GNUtoo' Carikli
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
2020-11-12pcr: add python-humblewxDenis 'GNUtoo' Carikli
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
2020-11-12pcr: timelineproject-hg: Add forgetten .desktopDenis 'GNUtoo' Carikli
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
2020-11-12pcr: Add timelineproject-hgDenis 'GNUtoo' Carikli
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
2020-11-09Update libre/parabola-keyringParabola automatic package builder
2020-11-06Update libre/your-freedomParabola automatic package builder
2020-11-05libre/icedove-l10n: extracting language names from mozilla translations, ↵Andreas Grapentin
instead of native
2020-11-04libre/iceape-l10n: updated language list update script and split language ↵Andreas Grapentin
list from PKGBUILD
2020-11-04libre/icecat-l10n: updated language update script and split language lists ↵Andreas Grapentin
from PKGBUILD
2020-11-04libre/icedove-l10n: fixing wrong arm language pack checksumsAndreas Grapentin
2020-11-04libre/iceweasel-l10n: updated language list update scriptAndreas Grapentin
2020-11-03libre/icedove-l10n: tracking xpi shasums in separate files, adapted ↵Andreas Grapentin
updatelanglist.sh to manage shasums
2020-11-01updating language lists, fixing language list update scriptAndreas Grapentin
2020-10-30[lxappearance-obconf-gtk3]: add package [technical] - (BR #2236)bill-auger
this package can be removed once the arch package is working again https://bugs.archlinux.org/task/65898
2020-10-30Update libre/your-freedomParabola automatic package builder
2020-10-23updpkg: pcr/linphone-desktop 4.2.3-1David P
Signed-off-by: David P <megver83@parabola.nu>
2020-10-23[linux-libre-api-headers]: rename convenience varsbill-auger
2020-10-23[linux-libre-api-headers]: Update to 5.8.13_gnugrizzlyuser
2020-10-22[virt-manager]: add libre-docs.patch - oopsbill-auger
2020-10-21[perl-file-rename]: requisite of libre/icecat/PKGBUILD.makeicecatbill-auger
2020-10-21[virt-manager]: restore usage examplesbill-auger
originally, the libre.patch simply deleted the documentation usage examples; because they referred to non-FSDG-fit distros; and the 'osinfo-db' package has no definitions for FSDG-fit distros this commit adds back the usage examples, referring to FSDG distros instead the exact usage examples given will not work, without also adding the 'parabola' definition to the osinfo database the documentation is complete however; so that is already an improvement we could fork the 'osinfo-db' package, to add the parabola definition; but experimentation suggests that it can be accomplished via the 'libosinfo' package, which parabola already patches ideally, we should request that parabola be added to the osinfo-db upstream (which is probably a good idea anyways)
2020-10-21[virt-manager]: package 'virt-manager'bill-auger
the changes in this patch are more extensive than what the commit message would suggest they are predominantly for the sake of minimizing the diff with upstream this is a split package upstream; but only 'virt-install' is on the blacklist originally, the package_virt-manager() function was deleted and the package_virt-install() function was left in tact, including the code that splits the output files into two packages that made this PKGBUILD quite confusing: * the pkgbase and abslibre directory are named 'virt-manager' * the PKGBUILD is still formatted as a split package, which happens to output only one single package * some non-package files are stashed aside, for apparently no reason, rather than making the intention obvious by deleting them all of the work necessary to output the 'virt-manager' package, is necessarily done by this PKGBUILD while building 'virt-install' (the package_virt-manager() function is merely a `mv` statement); so there is no reason not to package both packaging 'virt-manager' also has the benefit, of the pinned 'virt-install' dependency of 'virt-manager', being always satisfiable been added to the blacklist with reason: 'technical' virt-manager has been added to the blacklist with reason: 'technical'
2020-10-21[virt-manager]: upgrade to v3.1.0grizzlyuser
2020-10-20systemd-246.6-1.parabola1: updating versionOmar Vega Ramos
2020-10-19[iceweasel-l10n]: upgrade to v81.0.2bill-auger
2020-10-17[iceweasel]: housekeepingbill-auger
2020-10-17[iceweasel]: upgrade to v81.0.2bill-auger
2020-10-18Update libre/your-freedomParabola automatic package builder
2020-10-17pcr: drm_info: rebuild against new libjsonDenis 'GNUtoo' Carikli
Without that fix, on i686 we have: $ drm_info drm_info: error while loading shared libraries: libjson-c.so.4: cannot open shared object file: No such file or directory Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
2020-10-15[iceweasel-l10n]: upgrade to v81.0.1bill-auger
2020-10-14[qutebrowser]: rebuild against latest pythonbill-auger
2020-10-14[epiphany]: upgrade to v3.38.1bill-auger
2020-10-14[icewessel]: housekeepingbill-auger
2020-10-12libre/iceweasel: version bump to 81.0.1-1.parabola1grizzlyuser
2020-10-12libre/iceweasel: stop building symbol archivegrizzlyuser
This seems to be related only to crashreporter that is disabled anyway.
2020-10-12libre/iceweasel: Update to 81.0-2.parabola1grizzlyuser
Setting MOZ_APP_NAME is necessary now because paths to binaries will contain 'firefox' not 'iceweasel' due to changes in this release of upstream Firefox.
2020-10-12libre/iceweasel: Sync with upstream 80.0.1grizzlyuser
Also removed leftover flags dropped by upstream in 80.0-1, See: https://github.com/archlinux/svntogit-packages/commit/7f7808aed43c21887a9b440005b6aca4e9295b9d#diff-91e904bd64036c9c236ce84542f97781L112 These flags probably should be removed for i686 too, but I was not able to build it with or without them anyway.