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 }