Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages /
ublock-origin
Commits:
eb2b31f9 by Daniel M. Capella at 2024-03-29T12:35:37-04:00
upgpkg: 1.57.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,17 +1,17 @@
pkgbase = ublock-origin
pkgdesc = Efficient blocker add-on for various browsers. Fast, potent,
and lean
- pkgver = 1.56.0
+ pkgver = 1.57.0
pkgrel = 1
url = https://github.com/gorhill/uBlock
arch = any
- license = GPL3
+ license = GPL-3.0-or-later
makedepends = git
makedepends = python
makedepends = strip-nondeterminism
makedepends = zip
- source = git+https://github.com/gorhill/uBlock.git#commit=1.56.0?signed
+ source = git+https://github.com/gorhill/uBlock.git#commit=1.57.0?signed
validpgpkeys = 603B28AA5D6CD687A554347425E1490B761470C2
- b2sums =
071eaa5833483a4fa90135b0e24eaa7676a9c9e73d5c35eaabe99577d5d91cede7771d47b2f0119e258f4be3ad0d5d440a1df502e68ef665d65d5c6a947b9d8b
+ b2sums =
d363c533756665da3a8286b1ccb48290a01d2f82d22e23e910e71d48188e43c709d21e790eaf194c9c82c0ea4815f302905672970664e0be19f8114855169579
pkgname = ublock-origin
pkgdesc = Efficient blocker add-on for various browsers. Fast, potent,
and lean (unpacked webextension)
@@ -20,3 +20,6 @@ pkgname = ublock-origin
pkgname = firefox-ublock-origin
groups = firefox-addons
+
+pkgname = thunderbird-ublock-origin
+ groups = thunderbird-addons
=====================================
PKGBUILD
=====================================
@@ -1,16 +1,16 @@
# Maintainer: Daniel M. Capella <[email protected]>
-pkgname=('ublock-origin' 'firefox-ublock-origin')
+pkgname=('ublock-origin' 'firefox-ublock-origin' 'thunderbird-ublock-origin')
pkgbase=ublock-origin
-pkgver=1.56.0
+pkgver=1.57.0
pkgrel=1
pkgdesc='Efficient blocker add-on for various browsers. Fast, potent, and lean'
arch=('any')
url=https://github.com/gorhill/uBlock
-license=('GPL3')
+license=('GPL-3.0-or-later')
makedepends=('git' 'python' 'strip-nondeterminism' 'zip')
source=("git+$url.git#commit=$pkgver?signed")
-b2sums=('071eaa5833483a4fa90135b0e24eaa7676a9c9e73d5c35eaabe99577d5d91cede7771d47b2f0119e258f4be3ad0d5d440a1df502e68ef665d65d5c6a947b9d8b')
+b2sums=('d363c533756665da3a8286b1ccb48290a01d2f82d22e23e910e71d48188e43c709d21e790eaf194c9c82c0ea4815f302905672970664e0be19f8114855169579')
validpgpkeys=('603B28AA5D6CD687A554347425E1490B761470C2') # Raymond Hill
<[email protected]>
prepare() {
@@ -23,8 +23,12 @@ prepare() {
build() {
cd uBlock
- make chromium firefox
- strip-nondeterminism -t zip dist/build/uBlock0.firefox.xpi
+ ./tools/make-chromium.sh
+ ./tools/make-firefox.sh all
+ ./tools/make-thunderbird.sh all
+
+ cd dist/build
+ strip-nondeterminism -t zip uBlock0.{firefox,thunderbird}.xpi
}
package_ublock-origin() {
@@ -42,3 +46,10 @@ package_firefox-ublock-origin() {
install -Dm644 uBlock0.firefox.xpi \
"$pkgdir"/usr/lib/firefox/browser/extensions/[email protected]
}
+
+package_thunderbird-ublock-origin() {
+ groups=('thunderbird-addons')
+ cd uBlock/dist/build
+ install -Dm644 uBlock0.thunderbird.xpi \
+
"$pkgdir"/usr/lib/thunderbird/browser/extensions/[email protected]
+}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ublock-origin/-/commit/eb2b31f95c58e02b28d25071397e45fcc4badad6
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ublock-origin/-/commit/eb2b31f95c58e02b28d25071397e45fcc4badad6
You're receiving this email because of your account on gitlab.archlinux.org.