5e73fe103a
Drop replaces, provides for postmarketos-config-firefox. This was the name of the package until August of 2020, not relevant anymore. Also the provides didn't have pkgrel and therefore was wrong.
24 lines
751 B
Text
24 lines
751 B
Text
# Maintainer: Oliver Smith <ollieparaoid@postmarketos.org>
|
|
pkgname=mobile-config-firefox
|
|
pkgver=3.1.0
|
|
pkgrel=0
|
|
pkgdesc="Firefox tweaks for mobile and privacy"
|
|
url="https://gitlab.com/postmarketOS/mobile-config-firefox"
|
|
source="
|
|
https://gitlab.com/postmarketOS/mobile-config-firefox/-/archive/$pkgver/mobile-config-firefox-$pkgver.tar.bz2
|
|
"
|
|
arch="noarch"
|
|
license="GPL-3.0-or-later"
|
|
options="!check" # No tests
|
|
|
|
build() {
|
|
make
|
|
}
|
|
|
|
package() {
|
|
make DESTDIR="$pkgdir" FIREFOX_DIR=/usr/lib/firefox install
|
|
make DESTDIR="$pkgdir" FIREFOX_DIR=/usr/lib/firefox-esr install
|
|
}
|
|
sha512sums="
|
|
6121bd2d2741399764fc7116bed9ec834fb781a524f1b88da136d68306eb6b9210402f48bf63c23594d015ff1a0b9204317d1b12f93ab47492f31df8fb60bc48 mobile-config-firefox-3.1.0.tar.bz2
|
|
"
|