From bill-auger at peers.community Wed Mar 3 03:26:22 2021 From: bill-auger at peers.community (bill-auger) Date: Tue, 2 Mar 2021 22:26:22 -0500 Subject: [Dev] [abslibre] PR #10: libre/iceweasel: 86.0 sync with upstream projects In-Reply-To: References: Message-ID: <20210302222622.159d19fc@parabola.localdomain> merged From pagure at pagure.io Wed Mar 3 03:44:49 2021 From: pagure at pagure.io (=?utf-8?q?bill-auger?=) Date: Wed, 3 Mar 2021 03:44:49 +0000 (GMT) Subject: [Dev] =?utf-8?q?=5Babslibre=5D_PR_=2310=3A_libre/iceweasel=3A_86?= =?utf-8?q?=2E0_sync_with_upstream_projects?= In-Reply-To: Message-ID: billauger commented on the pull-request: `libre/iceweasel: 86.0 sync with upstream projects` that you are following: `` merged `` To reply, visit the link below or just reply to this email https://pagure.io/abslibre/pull-request/10 From nobody at parabola.nu Fri Mar 12 05:29:55 2021 From: nobody at parabola.nu (Parabola Website Notification) Date: Fri, 12 Mar 2021 05:29:55 -0000 Subject: [Dev] Orphan Libre package [iceweasel] marked out-of-date Message-ID: <20210312052955.3202980.54876@winston.parabola.nu> eliotreyna at disroot.org wants to notify you that the following packages may be out-of-date: * iceweasel 1:86.0-1.parabola1 [libre] (i686): https://parabolagnulinux.org/packages/libre/i686/iceweasel/ * iceweasel 1:86.0-1.parabola1 [libre] (x86_64): https://parabolagnulinux.org/packages/libre/x86_64/iceweasel/ The user provided the following additional text: Firefox source code has been updated to the version 86.0.1. It solves the following problems: 1.- Crashing during startup on Linux >> https://bugzilla.mozilla.org/show_bug.cgi?id=1694670 2.- Unexpected behaviors with extensions managing tab groups >> https://bugzilla.mozilla.org/show_bug.cgi?id=1694699 For more bugfixes, please go to the following link: https://www.mozilla.org/en-US/firefox/86.0.1/releasenotes/ Thanks. From nobody at parabola.nu Sun Mar 14 06:32:42 2021 From: nobody at parabola.nu (Parabola Website Notification) Date: Sun, 14 Mar 2021 06:32:42 -0000 Subject: [Dev] Orphan Libre package [linux-libre-hardened] marked out-of-date Message-ID: <20210314063242.3202982.26970@winston.parabola.nu> ugw.ugw at gmail.com wants to notify you that the following packages may be out-of-date: * linux-libre-hardened 5.10.19.hardened1-1 [libre] (x86_64): https://parabolagnulinux.org/packages/libre/x86_64/linux-libre-hardened/ * linux-libre-hardened-docs 5.10.19.hardened1-1 [libre] (x86_64): https://parabolagnulinux.org/packages/libre/x86_64/linux-libre-hardened-docs/ * linux-libre-hardened-headers 5.10.19.hardened1-1 [libre] (x86_64): https://parabolagnulinux.org/packages/libre/x86_64/linux-libre-hardened-headers/ The user provided the following additional text: 5.11 is available for both linux-libre and linux-hardened From nobody at parabola.nu Wed Mar 17 01:08:24 2021 From: nobody at parabola.nu (Parabola Website Notification) Date: Wed, 17 Mar 2021 01:08:24 -0000 Subject: [Dev] Orphan Libre package [blender] marked out-of-date Message-ID: <20210317010824.3202981.51675@winston.parabola.nu> A.reviewer1234 at yahoo.com wants to notify you that the following packages may be out-of-date: * blender 17:2.91.0-4.parabola5 [libre] (x86_64): https://parabolagnulinux.org/packages/libre/x86_64/blender/ The user provided the following additional text: 2.92 released. Thank you for maintaining Parabola! From theova at bluewin.ch Sun Mar 21 13:58:58 2021 From: theova at bluewin.ch (theova) Date: Sun, 21 Mar 2021 14:58:58 +0100 Subject: [Dev] [Patch] Update qutebrowser to 2.1.0 Message-ID: <20210321135858.fzlk4d3fmluxgj6n@RainbowWarrior.localdomain> Hi, Here is the PKGBUILD to update qutebrowser from 1.14.1-1.parabola1 to 2.1.0-1.parabola1. I've tested it on x86_64 and built it for armv7h and i686. -------------- next part -------------- >From 3479e7c2c122aea6b255d655245bb71dc8c3379b Mon Sep 17 00:00:00 2001 From: Theo von Arx Date: Sun, 21 Mar 2021 13:58:39 +0100 Subject: [PATCH] Update libre/qutebrowser to 2.1.0 --- libre/qutebrowser/PKGBUILD | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/libre/qutebrowser/PKGBUILD b/libre/qutebrowser/PKGBUILD index 8a2a05ae1..c119bcfc1 100644 --- a/libre/qutebrowser/PKGBUILD +++ b/libre/qutebrowser/PKGBUILD @@ -14,7 +14,7 @@ pkgname=qutebrowser -pkgver=1.14.1 +pkgver=2.1.0 pkgrel=1 pkgrel+=.parabola1 pkgdesc="A keyboard-driven, vim-like browser based on PyQt5" @@ -22,10 +22,11 @@ pkgdesc+=" and QtWebKit" arch=('armv7h' 'i686' 'x86_64') url="https://www.qutebrowser.org/" license=("GPL") -depends=("python-attrs" "python-jinja" "python-pygments" "python-pypeg2" - "python-pyqt5" "python-yaml" "qt5-base" "qt5-webkit") +depends=("python-jinja" "python-pyqt5" "python-yaml" "qt5-base") makedepends=("asciidoc" "python-setuptools") -optdepends=("gst-libav: media playback with qt5-webkit backend" +optdepends=("python-adblock: adblocking backend" + "python-pygments" + "gst-libav: media playback with qt5-webkit backend" "gst-plugins-base: media playback with qt5-webkit backend" "gst-plugins-good: media playback with qt5-webkit backend" "gst-plugins-bad: media playback with qt5-webkit backend" @@ -37,7 +38,7 @@ source=("https://github.com/qutebrowser/qutebrowser/releases/download/v$pkgver/q "https://github.com/qutebrowser/qutebrowser/releases/download/v$pkgver/qutebrowser-$pkgver.tar.gz.asc") source+=("warning-webkit.html") validpgpkeys=("E04E560002401B8EF0E76F0A916EB0C8FD55A072") # Florian Bruhin -sha256sums=('554c145ff64b1a92d4f53e3c624aaad51baafb7cb5b469bc815ae2e0e1958796' +sha256sums=('1ddd373a4f31f16ba809870779918a8920b13dcb936f2d41ff4b27cfd4cae63b' 'SKIP') sha256sums+=('e18216f24387b61a109611958bb59248beaf5afc90da8654e29ea8b0a7ef1610') -- 2.31.0 From bill-auger at peers.community Mon Mar 22 10:16:57 2021 From: bill-auger at peers.community (bill-auger) Date: Mon, 22 Mar 2021 06:16:57 -0400 Subject: [Dev] [Patch] Update qutebrowser to 2.1.0 In-Reply-To: <20210321135858.fzlk4d3fmluxgj6n@RainbowWarrior.localdomain> References: <20210321135858.fzlk4d3fmluxgj6n@RainbowWarrior.localdomain> Message-ID: <20210322061657.189b06f0@parabola.localdomain> thanks - i only had to add back the webkit dependency - it probably would not do much without that :) From nobody at parabola.nu Fri Mar 26 20:28:43 2021 From: nobody at parabola.nu (Parabola Website Notification) Date: Fri, 26 Mar 2021 20:28:43 -0000 Subject: [Dev] Orphan nonsystemd package [elogind] marked out-of-date Message-ID: <20210326202843.3202980.51500@winston.parabola.nu> takuwan at takuwan.xyz wants to notify you that the following packages may be out-of-date: The user provided the following additional text: Latest release is 246.10 according to the project?s GitHub page.