main/mobile-config-firefox: upgrade to 3.0.0 (MR 2740)

Related: https://gitlab.com/postmarketOS/mobile-config-firefox/-/tags/3.0.0
This commit is contained in:
Oliver Smith 2021-12-12 14:45:54 +01:00 committed by Clayton Craft
parent 16472c5b2c
commit 2a83c33cb9
No known key found for this signature in database
GPG key ID: 4A4CED6D7EDF950A
2 changed files with 3 additions and 14 deletions

View file

@ -1,12 +1,11 @@
# Maintainer: Oliver Smith <ollieparaoid@postmarketos.org> # Maintainer: Oliver Smith <ollieparaoid@postmarketos.org>
pkgname=mobile-config-firefox pkgname=mobile-config-firefox
pkgver=3.0.0_rc1 pkgver=3.0.0
pkgrel=0 pkgrel=0
pkgdesc="Firefox tweaks for mobile and privacy" pkgdesc="Firefox tweaks for mobile and privacy"
url="https://gitlab.com/postmarketOS/mobile-config-firefox" url="https://gitlab.com/postmarketOS/mobile-config-firefox"
source=" source="
https://gitlab.com/postmarketOS/mobile-config-firefox/-/archive/$pkgver/mobile-config-firefox-$pkgver.tar.bz2 https://gitlab.com/postmarketOS/mobile-config-firefox/-/archive/$pkgver/mobile-config-firefox-$pkgver.tar.bz2
distro_links.html
" "
arch="noarch" arch="noarch"
license="GPL-3.0-or-later" license="GPL-3.0-or-later"
@ -14,19 +13,13 @@ options="!check" # No tests
replaces="postmarketos-config-firefox" replaces="postmarketos-config-firefox"
provides="postmarketos-config-firefox=$pkgver" provides="postmarketos-config-firefox=$pkgver"
prepare() {
default_prepare
cp "$srcdir/distro_links.html" "$builddir/src/homepage"
}
build() { build() {
make DISTRO=postmarketOS make
} }
package() { package() {
make DESTDIR="$pkgdir" install make DESTDIR="$pkgdir" install
} }
sha512sums=" sha512sums="
1c80b884d802fb573cf1cc52f955087cbc544ca7e308c6acbdba1a2fd0583c331f5ed6518a830a65fa6f8f9ddc4daa6ad067aa6fc3c76bfb669c0df3cb0f93af mobile-config-firefox-3.0.0_rc1.tar.bz2 b93052c8047bc91cc7a12d4e33f035bf01f5357e0e09a46c4b0984ad750957da621407245859f96513c1623baeed7e2366285c69c85969572605dcd8c3074173 mobile-config-firefox-3.0.0.tar.bz2
b99713e30add88f532870430a3c9122faf7e932356cdbe1faa571b661088ce00665a5e499f1873688e58c014b741235571b67efa3df2228b5f3e39972d6f35e3 distro_links.html
" "

View file

@ -1,4 +0,0 @@
<p class="distro-links">
<a href="https://postmarketos.org/blog">blog</a> -
<a href="https://wiki.postmarketos.org/">wiki</a>
</p>