summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Landauer2018-07-12 15:37:48 +0200
committerBernhard Landauer2018-07-12 15:37:48 +0200
commit18fe42a0ee65345dc9907f4b75a9138d913db703 (patch)
treeeeb83671a1518fb6d2be2eb0d847e4c43d14305a
parentad9e3fae9db8186e874ea6f417a0f6fc0eb5e6be (diff)
downloadaur-18fe42a0ee65345dc9907f4b75a9138d913db703.tar.gz
keep both binaries
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD12
2 files changed, 5 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e3f4b3ddfc78..da0a3d077313 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Jul 7 23:12:29 UTC 2018
+# Thu Jul 12 13:34:33 UTC 2018
pkgbase = palemoon-bin
pkgdesc = Open source web browser based on Firefox focusing on efficiency.
pkgver = 27.9.3
- pkgrel = 2
+ pkgrel = 3
url = http://linux.palemoon.org/
arch = i686
arch = x86_64
@@ -17,8 +17,6 @@ pkgbase = palemoon-bin
depends = libxt
depends = mime-types
depends = nss
- optdepends = hunspell: spell checker and morphological analyzer
- optdepends = hyphen: library for hyphenation and justification
optdepends = ffmpeg: record, convert, and stream audio and video
provides = palemoon=27.9.3
conflicts = palemoon
diff --git a/PKGBUILD b/PKGBUILD
index 4371a255dc14..b3a1ebb74111 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=palemoon-bin
pkgver=27.9.3
-pkgrel=2
+pkgrel=3
pkgdesc="Open source web browser based on Firefox focusing on efficiency."
arch=('i686' 'x86_64')
url="http://linux.palemoon.org/"
@@ -17,9 +17,7 @@ depends=('alsa-lib'
'libxt'
'mime-types'
'nss')
-optdepends=('hunspell: spell checker and morphological analyzer'
- 'hyphen: library for hyphenation and justification'
- 'ffmpeg: record, convert, and stream audio and video')
+optdepends=('ffmpeg: record, convert, and stream audio and video')
provides=("palemoon=$pkgver")
conflicts=('palemoon')
options=('!strip')
@@ -36,7 +34,7 @@ sha256sums_x86_64=('3c3bb2f3b15da6d4c6d6312688edb6e460ced9043e285c74eb8e4255e703
package() {
install -d "$pkgdir"/usr/{bin,lib}
cp -r palemoon/ "$pkgdir/usr/lib/palemoon"
- ln -s ../lib/palemoon/palemoon "$pkgdir/usr/bin/palemoon"
+# ln -s ../lib/palemoon/palemoon "$pkgdir/usr/bin/palemoon"
install -Dm644 palemoon.desktop "$pkgdir/usr/share/applications/palemoon.desktop"
# icons
@@ -48,8 +46,4 @@ package() {
"$pkgdir/usr/share/icons/hicolor/48x48/apps/palemoon.png"
install -Dm644 palemoon/browser/icons/mozicon128.png \
"$pkgdir/usr/share/icons/hicolor/128x128/apps/palemoon.png"
-
- # avoid duplicate binaries
- # https://bugzilla.mozilla.org/show_bug.cgi?id=658850
- ln -sf palemoon "$pkgdir/usr/lib/palemoon/palemoon-bin"
}