[arch-commits] Commit in min/trunk (PKGBUILD icon.patch)
Nicola Squartini
tensor5 at archlinux.org
Thu Apr 30 01:32:13 UTC 2020
Date: Thursday, April 30, 2020 @ 01:32:11
Author: tensor5
Revision: 622344
upgpkg: min 1.14.0-1
Modified:
min/trunk/PKGBUILD
min/trunk/icon.patch
------------+
PKGBUILD | 6 +++---
icon.patch | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-30 01:27:53 UTC (rev 622343)
+++ PKGBUILD 2020-04-30 01:32:11 UTC (rev 622344)
@@ -1,8 +1,8 @@
# Maintainer: Nicola Squartini <tensor5 at gmail.com>
pkgname=min
-pkgver=1.13.2
-_commit=97e1eaea71b7dcf47981f6f488dccfa18bb1443b
+pkgver=1.14.0
+_commit=05d6432fc859e3db3a1a8344d458c1c510beaedb
pkgrel=1
pkgdesc='A smarter, faster web browser'
arch=('any')
@@ -17,7 +17,7 @@
sha256sums=('SKIP'
'a779a8daff1d684779ebc6d13ea4c2f09e838df018de41fa19fa3f25aa12e32f'
'c22324184b72b3fad5a0aadb4e18182414e0294c5596c26426adc204fd473258'
- 'bfed5181af1752db0ddaaec3c580d46961b5f3f74125b3b98cf1bd555e7401de')
+ '673fa436d61f2d8a3cfdb2582444a127a381af21637776f95c4a998e33193ed0')
prepare() {
cd ${pkgname}
Modified: icon.patch
===================================================================
--- icon.patch 2020-04-30 01:27:53 UTC (rev 622343)
+++ icon.patch 2020-04-30 01:32:11 UTC (rev 622344)
@@ -1,11 +1,11 @@
--- a/main/main.js
+++ b/main/main.js
-@@ -164,7 +164,7 @@
+@@ -157,7 +157,7 @@
minWidth: (process.platform === 'win32' ? 400 : 320), // controls take up more horizontal space on Windows
minHeight: 350,
titleBarStyle: 'hiddenInset',
- icon: __dirname + '/icons/icon256.png',
+ icon: '/usr/share/icons/hicolor/256x256/apps/min.png',
- frame: process.platform !== 'win32',
+ frame: process.platform === 'darwin' || settings.get('useSeparateTitlebar') === true,
alwaysOnTop: settings.get('windowAlwaysOnTop'),
backgroundColor: '#fff', // the value of this is ignored, but setting it seems to work around https://github.com/electron/electron/issues/10559
More information about the arch-commits
mailing list