summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNbiba Bedis2018-11-11 10:57:44 +0100
committerNbiba Bedis2018-11-11 10:57:44 +0100
commit6b22ca6d684b473571a3d6ba2ed700806cb1fbb6 (patch)
tree3d44b457991e8db8d76dd872f67e470ab982c4b4
parentc5d565e62603c77a22fdcfc66d6cb490fd7700d1 (diff)
downloadaur-6b22ca6d684b473571a3d6ba2ed700806cb1fbb6.tar.gz
fix format
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD14
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b44d52d4aed2..81f2251bd82d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = fedora-firefox-wayland-bin
pkgdesc = Fedora's firefox build wtih wayland enabled by default
pkgver = 63.0.1
- pkgrel = 1
+ pkgrel = 2
url = https://www.mozilla.org/firefox/
arch = x86_64
license = MPL
diff --git a/PKGBUILD b/PKGBUILD
index 0cc0e3330336..d1a820cd9583 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
-# Maintainer: Nbiba bedis <bedisnbiba@gmail.com>
+ # Maintainer: Nbiba bedis <bedisnbiba@gmail.com>
pkgname=fedora-firefox-wayland-bin
pkgver=63.0.1
- pkgrel=1
+ pkgrel=2
pkgdesc="Fedora's firefox build wtih wayland enabled by default"
arch=(x86_64)
license=(MPL GPL LGPL)
@@ -18,14 +18,16 @@
'speech-dispatcher: Text-to-Speech')
source=("https://kojipkgs.fedoraproject.org//packages/firefox/63.0.1/3.fc30/x86_64/firefox-63.0.1-3.fc30.x86_64.rpm")
md5sums=('a4f5ef650ddb062de0a9031b79cb4979')
+
prepare() {
- # remove a bit of fedora sutff (startpage)
+ # remove a bit of fedora sutff (startpage)
rm -f usr/lib64/firefox/browser/defaults/preferences/firefox-redhat-default-prefs.js
- # default to wayland
- sed -i -e 's:GDK_BACKEND=x11:GDK_BACKEND=wayland:' usr/bin/firefox
+ # default to wayland
+ sed -i -e 's:GDK_BACKEND=x11:GDK_BACKEND=wayland:' usr/bin/firefox
}
+
package() {
- rm -rf usr/lib
+ rm -rf usr/lib
mv usr/lib64 usr/lib
cp -r usr/ $pkgdir/
}