summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBjörn Bidar2018-10-25 09:09:30 +0200
committerBjörn Bidar2018-10-25 09:09:30 +0200
commite3230cefbfc5ba897925bc6d766a05a1697f9799 (patch)
treea34bd7243f45602c2e6450138dabafcc25b06d8f /PKGBUILD
parentbb5397c04d431f0ba2af3cd2b8637704ee66f11f (diff)
downloadaur-e3230cefbfc5ba897925bc6d766a05a1697f9799.tar.gz
urel
- switch to release tag - remove leftouts from old workarounds
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD15
1 files changed, 3 insertions, 12 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fb38f7cacc1f..95abeddb429c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,7 +21,7 @@ _pgo=true
_pkgname=firefox
pkgname=$_pkgname-kde-opensuse
pkgver=63.0
-pkgrel=1
+pkgrel=2
pkgdesc="Standalone web browser from mozilla.org with OpenSUSE patch, integrate better with KDE"
arch=('i686' 'x86_64')
license=('MPL' 'GPL' 'LGPL')
@@ -45,8 +45,8 @@ conflicts=('firefox')
_patchrev=4b99400f6d17
options=('!emptydirs' 'debug' 'strip')
_patchurl=http://www.rosenauer.org/hg/mozilla/raw-file/$_patchrev
-_repo=https://hg.mozilla.org/mozilla-unified #_RELEASE
-source=("hg+$_repo#tag=FIREFOX_${pkgver//./_}_BUILD2"
+_repo=https://hg.mozilla.org/mozilla-unified
+source=("hg+$_repo#tag=FIREFOX_${pkgver//./_}_RELEASE"
mozconfig
firefox.desktop
vendor.js
@@ -188,15 +188,6 @@ END
install -Dm644 "$srcdir/firefox.desktop" "$pkgdir/usr/share/applications/firefox.desktop"
- # Use system-provided dictionaries
- rm -rf "$pkgdir"/usr/lib/firefox/{dictionaries,hyphenation}
- ln -s /usr/share/hunspell "$pkgdir/usr/lib/firefox/dictionaries"
- ln -s /usr/share/hyphen "$pkgdir/usr/lib/firefox/hyphenation"
-
- # Use system certificates
- ln -srf "$pkgdir/usr/lib/libnssckbi.so" \
- "$pkgdir/usr/lib/$_pkgname/libnssckbi.so"
-
#workaround for now
#https://bugzilla.mozilla.org/show_bug.cgi?id=658850
ln -sf firefox "$pkgdir/usr/lib/firefox/firefox-bin"