Date: Sunday, November 1, 2020 @ 09:29:27 Author: tensor5 Revision: 738612
upgpkg: min 1.16.1-1 Modified: min/trunk/PKGBUILD min/trunk/icon.patch ------------+ PKGBUILD | 18 +++++++++++++----- icon.patch | 2 +- 2 files changed, 14 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-11-01 09:29:26 UTC (rev 738611) +++ PKGBUILD 2020-11-01 09:29:27 UTC (rev 738612) @@ -1,15 +1,16 @@ # Maintainer: Nicola Squartini <[email protected]> pkgname=min -pkgver=1.16.0 -_commit=0096da38545f9828a256ca6872eb91246132a5c3 +pkgver=1.16.1 +_commit=e517e21c9d830dda0045d9961ea5b68d638b71f8 pkgrel=1 pkgdesc='A smarter, faster web browser' -arch=('any') +arch=('x86_64') url='https://minbrowser.github.io/min' license=('Apache') -depends=('electron9') +depends=('electron9' 'libsecret') makedepends=('git' 'npm') +options=(!emptydirs) source=("git+https://github.com/minbrowser/min.git#commit=${_commit}" 'min.desktop' 'min.js' @@ -17,7 +18,7 @@ sha256sums=('SKIP' 'a779a8daff1d684779ebc6d13ea4c2f09e838df018de41fa19fa3f25aa12e32f' '75b2b763b69d61681fe083418fdc5ff49f8df727bfa90a1447aeda8c799c3188' - '573761590c84a5fa917d1082b4dd20b3cd193a51f0cc57110f5b5ef6966aba3c') + 'fb5a96cc98766a3ec2c1458f1a647122a71172a516e014adcb455144f8f51e8b') prepare() { cd ${pkgname} @@ -62,6 +63,12 @@ -exec sed -e "s|${srcdir}/${pkgname}|${appdir}|" \ -i {} \; \ -or -name ".*" -prune -exec rm -r '{}' \; \ + -or -name "*.Makefile" -exec rm '{}' \; \ + -or -name "*.h" -exec rm '{}' \; \ + -or -name "*.c" -exec rm '{}' \; \ + -or -name "*.cc" -exec rm '{}' \; \ + -or -name "*.gypi" -exec rm '{}' \; \ + -or -name "*.mk" -exec rm '{}' \; \ -or -name "Gruntfile.js" -exec rm '{}' \; \ -or -name "Makefile" -exec rm '{}' \; \ -or -name "bin" -prune -exec rm -r '{}' \; \ @@ -74,6 +81,7 @@ -or -name "examples" -prune -exec rm -r '{}' \; \ -or -name "gulpfile.js" -exec rm '{}' \; \ -or -name "man" -prune -exec rm -r '{}' \; \ + -or -name "obj.target" -prune -exec rm -r '{}' \; \ -or -name "scripts" -prune -exec rm -r '{}' \; \ -or -name "test" -prune -exec rm -r '{}' \; \ -or -name "tests" -prune -exec rm -r '{}' \; Modified: icon.patch =================================================================== --- icon.patch 2020-11-01 09:29:26 UTC (rev 738611) +++ icon.patch 2020-11-01 09:29:27 UTC (rev 738612) @@ -1,6 +1,6 @@ --- a/main/main.js +++ b/main/main.js -@@ -174,7 +174,7 @@ +@@ -163,7 +163,7 @@ minHeight: 350, titleBarStyle: 'hidden', trafficLightPosition: { x: 12, y: 19 },
