ports/contrib (3.5): qutebrowser: remove unneeded README
commit f4c9c882089646e74e3de2e9f59dbf8483fced71 Author: Tim Biermann <tbier@posteo.de> Date: Sun Dec 29 16:51:54 2019 +0100 qutebrowser: remove unneeded README diff --git a/qutebrowser/.footprint b/qutebrowser/.footprint index d189b8220..ba4649d72 100644 --- a/qutebrowser/.footprint +++ b/qutebrowser/.footprint @@ -667,7 +667,6 @@ drwxr-xr-x root/root usr/share/qutebrowser/scripts/ -rwxr-xr-x root/root usr/share/qutebrowser/scripts/open_url_in_instance.sh -rwxr-xr-x root/root usr/share/qutebrowser/scripts/utils.py drwxr-xr-x root/root usr/share/qutebrowser/userscripts/ --rwxr-xr-x root/root usr/share/qutebrowser/userscripts/README.md -rwxr-xr-x root/root usr/share/qutebrowser/userscripts/cast -rwxr-xr-x root/root usr/share/qutebrowser/userscripts/dmenu_qutebrowser -rwxr-xr-x root/root usr/share/qutebrowser/userscripts/format_json diff --git a/qutebrowser/.signature b/qutebrowser/.signature index 315ca8441..cd3466129 100644 --- a/qutebrowser/.signature +++ b/qutebrowser/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3+VwYWS4fV1TSflsZVtI9mkea1/Q7XY6dJbHoeS5/6GWpYgxzGCY/MHarAWVtnMpYgnS4DOFqRBHWuKRL4QtEQE= -SHA256 (Pkgfile) = aaf4cef213f1347aac3b52c4ad98f69794c7da6d671763aeb551cad097a2545c -SHA256 (.footprint) = 8d26fcadad7b5ba016fff9909e16367ed02c79a5f3cb95f257f453471864373d +RWSagIOpLGJF3+/SRrO5KJbzAP38owOAwxZXPG2/GIDKh5P1USYCSTi3TypxeaALb4KLFX2MZRIF1G20AYkMaJz66/aiVvZwLQA= +SHA256 (Pkgfile) = abd960e2d04c949dc8d1265246002fb7e8161814bb1f75644088a5417d8a3783 +SHA256 (.footprint) = e8be2664f1242e49bfc7e694d152b320adfba96a6f102915ed67ba783a8e25c2 SHA256 (qutebrowser-1.8.3.tar.gz) = c8a9be826c01ec08c3fdcbcab867a6d471d5aaf0ce0a724287a3023ce6afbf14 diff --git a/qutebrowser/Pkgfile b/qutebrowser/Pkgfile index bae8c8384..f6028ca41 100644 --- a/qutebrowser/Pkgfile +++ b/qutebrowser/Pkgfile @@ -12,4 +12,7 @@ build() { cd $name-$version make -f misc/Makefile all make -f misc/Makefile DESTDIR=$PKG PREFIX=/usr install + find $PKG \ + -iname "*README*" \ + -delete }
participants (1)
-
crux@crux.nu