Revert "firefox-bin: cleanups"

This reverts commit f908a9d12c.
This commit is contained in:
Fredrik Rinnestam 2018-11-01 18:47:26 +01:00
parent b510ac2fd5
commit ce207c6ae0
3 changed files with 6 additions and 9 deletions

View File

@ -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

View File

@ -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

View File

@ -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
}