summaryrefslogtreecommitdiff
path: root/firefox-bin
diff options
context:
space:
mode:
authorFredrik Rinnestam <fredrik@crux.nu>2018-11-01 18:47:26 +0100
committerFredrik Rinnestam <fredrik@crux.nu>2018-11-01 18:47:26 +0100
commitce207c6ae03f78ce86b25648e58263635ce419d5 (patch)
tree17d67eedd3a32f358ec125e99ffbc545e611bdb1 /firefox-bin
parentb510ac2fd5380fb01f1b6226fb99d0be940e5a59 (diff)
downloadopt-ce207c6ae03f78ce86b25648e58263635ce419d5.tar.gz
opt-ce207c6ae03f78ce86b25648e58263635ce419d5.tar.xz
Revert "firefox-bin: cleanups"
This reverts commit f908a9d12c3851c3434afcb3fd1ecd7024738a66.
Diffstat (limited to 'firefox-bin')
-rw-r--r--firefox-bin/.footprint3
-rw-r--r--firefox-bin/.signature6
-rw-r--r--firefox-bin/Pkgfile6
3 files changed, 6 insertions, 9 deletions
diff --git a/firefox-bin/.footprint b/firefox-bin/.footprint
index cdd0c378e..2b7b85235 100644
--- a/firefox-bin/.footprint
+++ b/firefox-bin/.footprint
@@ -1,6 +1,5 @@
drwxr-xr-x root/root etc/
-drwxr-xr-x root/root etc/revdep.d/
--rw-r--r-- root/root etc/revdep.d/firefox
+drwxr-xr-x root/root etc/ld.so.conf.d/
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
lrwxrwxrwx root/root usr/bin/firefox -> /usr/lib/firefox/firefox
diff --git a/firefox-bin/.signature b/firefox-bin/.signature
index 9c71fd53d..521e91345 100644
--- a/firefox-bin/.signature
+++ b/firefox-bin/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
-RWSE3ohX2g5d/cWLVEYT2eon7KLD4pMFGbtQGHO/5G0nNWGT+kmCK569LNnyRXyy8WzjWUFpRqcDEKyVmxCYCAiqbT4Iz13h3Ao=
-SHA256 (Pkgfile) = 80199be7873a335af5050bd9007cdde39b8aba35bb5873dd2939efa77eb0026f
-SHA256 (.footprint) = 156248c2fa0db637e2da02596379f96c85ac7f77733305bb05867e0ec9b4b343
+RWSE3ohX2g5d/eAv48Fm6BA98ywiUL4WgAJDSe2ZQVb4oOxS4UWwCSdlAULICKOyVxb8Al8DocDhy5zMNfHSD1cBXIIGU7IJKgw=
+SHA256 (Pkgfile) = c8ba0821d70ca975b40690c9e8f87da171fb1ec82f044ef600e8852502e69196
+SHA256 (.footprint) = d0cd30c20fc600c7377e9040ae4a28b86624ff2e8d2140c37d524b8c36a49833
SHA256 (firefox-63.0.tar.bz2) = 438da2ad1ccc7da97c611bc192fab9eb60d297773d8de1ea4a797cdbcc2440dc
diff --git a/firefox-bin/Pkgfile b/firefox-bin/Pkgfile
index b431171fc..3ef33765b 100644
--- a/firefox-bin/Pkgfile
+++ b/firefox-bin/Pkgfile
@@ -1,7 +1,7 @@
# Description: Firefox binary
# URL: http://www.mozilla.com
# Maintainer: Fredrik Rinnestam, fredrik at crux dot guru
-# Depends on: gtk3 dbus-glib
+# Depends on: gtk3
name=firefox-bin
version=63.0
@@ -16,9 +16,7 @@ build() {
mkdir -p $PKG/usr/lib/firefox/lib
find $PKG/usr/lib/firefox -name '*.so' -exec cp '{}' lib/ \;
- mkdir -p $PKG/etc/revdep.d
- echo "/usr/lib/firefox" > $PKG/etc/revdep.d/firefox
-
+ install -d $PKG/etc/ld.so.conf.d
rm -r $PKG/usr/lib/firefox/browser/features
}

Generated by cgit