summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-02-09updpkg: libre/parabolaiso 61-1David P
Signed-off-by: David P <megver83@parabola.nu>
2022-02-09linux-libre-firmware: split whence, add new conflictsDavid P
Signed-off-by: David P <megver83@parabola.nu>
2022-02-08[archlinux32-keyring]: rebuild v20220131-1.1bill-auger
2022-02-08[archlinux32-keyring]: upgrade to v20220131bill-auger
2022-02-02Update libre/parabola-keyringParabola automatic package builder
2022-02-02Update libre/parabola-keyringParabola automatic package builder
2022-02-02Update libre/parabola-keyringParabola automatic package builder
2022-01-30[secp256k1-git]: remove packagebill-auger
same software is in [community]
2022-01-28[iceweasel]: tweak for i686bill-auger
2022-01-28[initify]: re-work patchesbill-auger
2022-01-27pcr: libosmocore: fix libremakepkg build due to missing libusbDenis 'GNUtoo' Carikli
Without that fix it builds fine with makepkg if you have libusb installed but it fails with libremakepkg with the following error: | checking for LIBUSB... no | configure: error: Package requirements (libusb-1.0) were not met: | | Package 'libusb-1.0', required by 'virtual:world', not found | | Consider adjusting the PKG_CONFIG_PATH environment variable if you | installed software in a non-standard prefix. | | Alternatively, you may set the environment variables LIBUSB_CFLAGS | and LIBUSB_LIBS to avoid the need to call pkg-config. | See the pkg-config man page for more details. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
2022-01-27pcr: simtrace2: update to 0.8.1 by syncing with AURDenis 'GNUtoo' Carikli
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
2022-01-27pcr: simtrace: update to 1.5 by syncing with AURDenis 'GNUtoo' Carikli
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
2022-01-27Revert "aur: simtrace: update from AUR"Denis 'GNUtoo' Carikli
In the commit a15f2642006a122148c28e2f9d1032b07c8d082d (aur: simtrace: update from AUR) I accidentally ovewrote the simtrace PKGBUILD with the simtrace 2 one. Both are different software projects meant for two different sim tracer hardware generations. The simtrace software supports only one device named simtrace which uses an AT91SAM7S microcontroller. The simtrace 2 software supports the simtrace 2 hardware that use a SAM3S microcontroller, and it also supports other hardware like the sysmoQMOD that have the same SAM3S microcontroller. This reverts commit a15f2642006a122148c28e2f9d1032b07c8d082d.
2022-01-27pcr: libosmocore: update to 1.6.0 by syncing with AurDenis 'GNUtoo' Carikli
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
2022-01-27[pacman]: add 'pacman-keyring' init script for openrc (WIP, unused)bill-auger
2022-01-27[initify]: add pkgbill-auger
2022-01-27[pciutils-staticlibs]: upgrade to v3.7.0bill-auger
2022-01-27libre/iceweasel: upstream changes for 96.0.1grizzlyuser
2022-01-25Update libre/your-freedomParabola automatic package builder
2022-01-24[base]: minimize diff with archbill-auger
2022-01-24[epiphany]: upgrade to v41.3bill-auger
2022-01-24[bibletime]: upgrade to v3.0.2bill-auger
2022-01-24systemd-250.3-1.parabola1: updating versionOmar Vega Ramos
2022-01-23Update libre/your-freedomParabola automatic package builder
2022-01-23Update libre/your-freedomParabola automatic package builder
2022-01-23force rebuildbill-auger
2022-01-23reset to 648d7822bbill-auger
revert several WIP commits, published accidentally
2022-01-23force rebuildbill-auger
2022-01-23force rebuildbill-auger
2022-01-23[mirror-sync]: wip - add pkgbill-auger
2022-01-23[cups-filters]: wip - rebuild against latest popplerbill-auger
2022-01-23wip eudevbill-auger
2022-01-23[cutter]: wip - tweak for i686bill-auger
2022-01-23[base]: add icu-compatbill-auger
2022-01-23wip systemdbill-auger
2022-01-23[okular]: wip upgrade to v21.08.1bill-auger
2022-01-23[icecat]: upgrade to v91.4.0bill-auger
2022-01-23Update libre/your-freedomParabola automatic package builder
2022-01-23Update libre/your-freedomParabola automatic package builder
2022-01-23Update libre/your-freedomParabola automatic package builder
2022-01-20pcr: python-redmine: actually make it architecture specificDenis 'GNUtoo' Carikli
In the previous commit, I forgot to actually do the change. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
2022-01-19pcr: python-redmine: make it architecture specificDenis 'GNUtoo' Carikli
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
2022-01-19pcr: python-redmine: rebuild for python 3.10Denis 'GNUtoo' Carikli
On Parabola x86_64 we currently have python 3.10: $ pacman -sS ^python$ core/python 3.10.1-2 [installed] Next generation of the python high-level scripting language and python-redmine 2.3.0: $ pacman -sS python-redmine pcr/python-redmine 2.3.0-1 [installed] Python library for communicating with a Redmine project management application but if we try to import redmine in python3 it fails: $ python3 Python 3.10.1 (main, Dec 18 2021, 23:53:45) [GCC 11.1.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import redmine Traceback (most recent call last): File "<stdin>", line 1, in <module> ModuleNotFoundError: No module named 'redmine' This is because python-redmine has been built against python 3.9: $ pacman -Q -l python-redmine python-redmine /usr/ python-redmine /usr/lib/ python-redmine /usr/lib/python3.9/ [...] so rebuilding it should normally fix this issue. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
2022-01-19pcr/python-pypump: rebuilt and dropped python2-pypump split package because ↵Andreas Grapentin
upstream depends are gone
2022-01-19pcr/python-hypersocial: rebuiltAndreas Grapentin
2022-01-19pcr/python-efl: updated to 1.25.0, removed python2-efl split package because ↵Andreas Grapentin
upstream dependencies are gone
2022-01-19libre/ogre: updated to 13.2.4Andreas Grapentin
2022-01-18libre/tp_smapi-lts: rebuiltAndreas Grapentin
2022-01-18libre/tp_smapi: rebuiltAndreas Grapentin