Date: Tuesday, March 19, 2019 @ 12:55:55 Author: tensor5 Revision: 442683
upgpkg: min 1.9.2-1 Modified: min/trunk/PKGBUILD min/trunk/icon.patch ------------+ PKGBUILD | 6 +++--- icon.patch | 5 +++-- 2 files changed, 6 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-03-19 12:40:24 UTC (rev 442682) +++ PKGBUILD 2019-03-19 12:55:55 UTC (rev 442683) @@ -1,7 +1,7 @@ # Maintainer: Nicola Squartini <[email protected]> pkgname=min -pkgver=1.8.1 +pkgver=1.9.2 pkgrel=1 pkgdesc='A smarter, faster web browser' arch=('any') @@ -13,10 +13,10 @@ 'min.desktop' 'min.js' 'icon.patch') -sha256sums=('56e5f03fc969bd5ebbb900fc89987c28e19e09710590ae9e9db47422b79a7d50' +sha256sums=('b805dc0df6b2dced9a7243634dda62b38be96829ba80a4064f3fa4636f50c23f' 'a779a8daff1d684779ebc6d13ea4c2f09e838df018de41fa19fa3f25aa12e32f' 'c22324184b72b3fad5a0aadb4e18182414e0294c5596c26426adc204fd473258' - 'bb5e55a3c4074e1419f25b0605b77ef622d2870235309e0feed88f790967a936') + 'cc70e0b1897bba80cca5d83bc6785cd13423a9b695fb6a0c900db490ce0e3766') prepare() { cd ${pkgname}-${pkgver} Modified: icon.patch =================================================================== --- icon.patch 2019-03-19 12:40:24 UTC (rev 442682) +++ icon.patch 2019-03-19 12:55:55 UTC (rev 442683) @@ -1,10 +1,11 @@ --- a/main/main.js +++ b/main/main.js -@@ -83,7 +83,6 @@ +@@ -112,7 +112,7 @@ minWidth: 320, minHeight: 350, titleBarStyle: 'hiddenInset', - icon: __dirname + '/icons/icon256.png', ++ icon: '/usr/share/icons/hicolor/256x256/apps/min.png', frame: process.platform !== 'win32', backgroundColor: '#fff', // the value of this is ignored, but setting it seems to work around https://github.com/electron/electron/issues/10559 - }) + webPreferences: {
