summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-08-04rename kodi-bin to kodi-x11David P
Signed-off-by: David P <megver83@parabola.nu>
2020-08-02[calibre->calibre3]: rename packagebill-auger
2020-08-02[woeusb]: add packagebill-auger
2020-08-01add mkinitcpio-archisoDavid P
and sort packages Signed-off-by: David P <megver83@parabola.nu>
2020-07-20[riot-desktop->element-desktop]: renamedbill-auger
2020-07-12[xorg-fonts-100dpi][xorg-fonts-75dpi][xorg-fonts-type1]: remove packagesbill-auger
these packages do not appear to remove anything important
2020-07-10remove packages that depend perl-data-dumperDavid P
I only commented them, just in case, as perl-data-dumper is provided by perl, and we don't block perl plus, the perl-yaml-tiny package was removed a long time ago in this commit: df9bb2e7dde28bfc97c66f1a3d63603b08e29372 Signed-off-by: David P <megver83@parabola.nu>
2020-06-17your-initfreedom-blacklist.txt: add new packagesDavid P
Signed-off-by: David P <megver83@parabola.nu>
2020-06-12Remove hardinfo as it's no longer brandedDenis 'GNUtoo' Carikli
Before, hardinfo had to be branded, however since the following commit in abslibre: ca33695c5 hardinfo-0.5.1.816.g877ea2b-1.par1: updating version it's not branded anymore, and the PKGBUILD is now functionally similar to the one in Arch Linux community repository. Beside comments, here's the differences between the Arch Linux PKGBUILD and the Parabola one: +pkgrel+=.par6 pkgdesc="A system information and benchmark tool." +pkgdesc+="(Parabola rebranded)" arch=('x86_64') +arch+=('i686' 'armv7h') url="https://github.com/lpereira/hardinfo" license=('GPL2') depends=('gtk2') makedepends=('cmake' 'git') +depends+=(libicudata.so) The additional depends is not required if we use the Arch Linux package: it was meant to handle better the ICU transition in the cases where the upstream distribution updated the icu package, but we didn't manage to recompile all our package against it in time. If we use Arch Linux, Arch Linux 32, and Arch Linux ARM packages, this issue goes away as the package will be kept in sync by the upstream distributions. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
2020-06-11remove electron4David P
it's not in Arch anymore Signed-off-by: David P <megver83@parabola.nu>
2020-06-11add electron7 and signal-desktopDavid P
Signed-off-by: David P <megver83@parabola.nu>
2020-06-06add new firefox langpacksDavid P
this is how I added them to the blacklist: pacman -Ssq ^firefox | sed "/firefox-i18n-/ s/$/::fsf:firefox:\[uses-nonfree\] depends on 'firefox'/;/firefox-developer-edition-i18n-/ s/$/::fsf:firefox:\[uses-nonfree\] depends on 'firefox-developer-edition'/" >> /tmp/tmp.YrhR61iL6p /tmp/tmp.YrhR61iL6p is a copy of blacklist.txt, which then I `sort'ed Signed-off-by: David P <megver83@parabola.nu>
2020-05-22remove dropped libxnvctrl-390xxbill-auger
2020-05-14sortbill-auger
2020-05-14bugfix check.sh resultsbill-auger
2020-05-14add gst-plugins-bad-libs (split package with gst-plugins-bad)bill-auger
2020-05-11add gnome-twitchDavid P
Signed-off-by: David P <megver83@parabola.nu>
2020-05-01add wire-desktopDavid P
Signed-off-by: David P <megver83@parabola.nu>
2020-04-14texlive-bin: adding reference issueAndreas Grapentin
2020-04-13remove electron2 and wireguard-archDavid P
Signed-off-by: David P <megver83@parabola.nu>
2020-04-10remove psutils from blacklist.txtOmar Vega Ramos
2020-04-08add bug reference for calibre split packagesbill-auger
2020-04-08sortbill-auger
2020-04-08fix broken calibre entry and add bug referencebill-auger
2020-04-08add bug reference for vim pluginsbill-auger
2020-04-08add [technical] tag to linux-tools entriesbill-auger
2020-04-08add bug reference for chromiumbill-auger
2020-04-08normalize language-packs descriptionsbill-auger
2020-04-08add description for thubderbird add-onsbill-auger
2020-03-20remove nvidia-390xx multilib pkgsDavid P
those pkgs where all deleted in Arch and ALARM (the non-multilib ones), but not yet in Arch 32 https://archlinux32.org/packages/?q=nvidia-390xx Signed-off-by: David P <megver83@parabola.nu>
2020-02-08aur-blacklist: fix phoronix-test-suiteDenis 'GNUtoo' Carikli
Looking in abslibre/libre I see: - linux-libre: it's the name of the project - winetricks-libre: it's also the name of the project So phoronix-test-suite should be packaged with the same name. If we look at konqueror entry in the blacklist, it also has a replacement package with the same name. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
2020-02-08Add phoronix-test-suite to aur-blacklistDenis 'GNUtoo' Carikli
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
2020-02-01remove deprecated pkgsDavid P
Signed-off-by: David P <megver83@parabola.nu>
2020-01-31added ndiswrapper-arch to blacklistAndreas Grapentin
2020-01-31corrected package name deepin-anything-moduleAndreas Grapentin
2020-01-31adding deepin-anything to [libre]Andreas Grapentin
2020-01-31adding wireguard and wireguard-lts to [libre]Andreas Grapentin
2020-01-21remove pyrit from blacklist.txtOmar Vega Ramos
2020-01-14[signon-ui]: add packagebill-auger
2020-01-13added issues for bazel and tensorflowAndreas Grapentin
2020-01-12remove ruby2.5David P
Signed-off-by: David P <megver83@parabola.nu>
2020-01-10[electron6]: add to listbill-auger
2020-01-08Remove deprecated packagesDavid P
also update find-deprecated-pkgs to support .pkg.tar.zst package extension Signed-off-by: David P <megver83@parabola.nu>
2019-12-14move sorting into check.sh, log to file, add summarybill-auger
2019-12-14sort entriesbill-auger
2019-12-14add reference for 'antlr2', 'python-antlr2'bill-auger
2019-12-12added linux-raspberrypi4* to blacklistAndreas Grapentin
2019-11-24[calibre-common][calibre-python3]: add new split packagesbill-auger
2019-11-17[nextcloud-client]: add libre replacementbill-auger
2019-11-15[gna-unrar]: package was removed from [pcr]bill-auger
abslibre log: commit 4529806b37d7e15ea64d7217d27b027c62cc7b6e Author: Andreas Grapentin <andreas@grapentin.org> Date: Sun Feb 10 00:52:39 2019 +0100 pcr/gna-unrar: unbuilt and unloved. removed