Date: Monday, October 5, 2020 @ 05:51:07 Author: tensor5 Revision: 718686
upgpkg: min 1.16.0-1 Modified: min/trunk/PKGBUILD min/trunk/icon.patch min/trunk/min.js ------------+ PKGBUILD | 12 ++++++------ icon.patch | 6 +++--- min.js | 4 ++-- 3 files changed, 11 insertions(+), 11 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-10-05 05:06:36 UTC (rev 718685) +++ PKGBUILD 2020-10-05 05:51:07 UTC (rev 718686) @@ -1,14 +1,14 @@ # Maintainer: Nicola Squartini <[email protected]> pkgname=min -pkgver=1.15.0 -_commit=94987e4eaf8edd9c0604177c7a34527b919e9edd -pkgrel=2 +pkgver=1.16.0 +_commit=0096da38545f9828a256ca6872eb91246132a5c3 +pkgrel=1 pkgdesc='A smarter, faster web browser' arch=('any') url='https://minbrowser.github.io/min' license=('Apache') -depends=('electron') +depends=('electron9') makedepends=('git' 'npm') source=("git+https://github.com/minbrowser/min.git#commit=${_commit}" 'min.desktop' @@ -16,8 +16,8 @@ 'icon.patch') sha256sums=('SKIP' 'a779a8daff1d684779ebc6d13ea4c2f09e838df018de41fa19fa3f25aa12e32f' - 'c22324184b72b3fad5a0aadb4e18182414e0294c5596c26426adc204fd473258' - '4789ab99ae6b97e2530a909f95b8c24908e3b62a5e0782b92d074ffed1c730ac') + '75b2b763b69d61681fe083418fdc5ff49f8df727bfa90a1447aeda8c799c3188' + '573761590c84a5fa917d1082b4dd20b3cd193a51f0cc57110f5b5ef6966aba3c') prepare() { cd ${pkgname} Modified: icon.patch =================================================================== --- icon.patch 2020-10-05 05:06:36 UTC (rev 718685) +++ icon.patch 2020-10-05 05:51:07 UTC (rev 718686) @@ -1,9 +1,9 @@ --- a/main/main.js +++ b/main/main.js -@@ -167,7 +167,7 @@ - minWidth: (process.platform === 'win32' ? 400 : 320), // controls take up more horizontal space on Windows +@@ -174,7 +174,7 @@ minHeight: 350, - titleBarStyle: 'hiddenInset', + titleBarStyle: 'hidden', + trafficLightPosition: { x: 12, y: 19 }, - icon: __dirname + '/icons/icon256.png', + icon: '/usr/share/icons/hicolor/256x256/apps/min.png', frame: process.platform === 'darwin' || settings.get('useSeparateTitlebar') === true, Modified: min.js =================================================================== --- min.js 2020-10-05 05:06:36 UTC (rev 718685) +++ min.js 2020-10-05 05:51:07 UTC (rev 718686) @@ -1,4 +1,4 @@ -#!/usr/bin/electron +#!/usr/bin/electron9 const name = 'min'; @@ -11,7 +11,7 @@ fs.writeSync(fd, name); fs.closeSync(fd); -// Remove first command line argument (/usr/bin/electron). +// Remove first command line argument (/usr/bin/electron9). process.argv.splice(0, 1); // Set application paths.
