[arch-commits] Commit in min/trunk (PKGBUILD icon.patch)
Nicola Squartini
tensor5 at archlinux.org
Fri Jan 26 14:02:03 UTC 2018
Date: Friday, January 26, 2018 @ 14:02:02
Author: tensor5
Revision: 287148
upgpkg: min 1.7.0-1
Modified:
min/trunk/PKGBUILD
min/trunk/icon.patch
------------+
PKGBUILD | 8 +++++---
icon.patch | 12 +++++-------
2 files changed, 10 insertions(+), 10 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-01-26 13:59:25 UTC (rev 287147)
+++ PKGBUILD 2018-01-26 14:02:02 UTC (rev 287148)
@@ -2,7 +2,7 @@
# Maintainer: Nicola Squartini <tensor5 at gmail.com>
pkgname=min
-pkgver=1.6.3
+pkgver=1.7.0
pkgrel=1
pkgdesc='A smarter, faster web browser'
arch=('any')
@@ -14,10 +14,10 @@
'min.desktop'
'min.js'
'icon.patch')
-sha256sums=('cdc3f7e218c9010a1e915185262bdab622156481a978794857fd53e178235e1c'
+sha256sums=('63d6e636eae7fcc4acf2827c14ebd55670807624cd955ff2b7b900ba67937358'
'a779a8daff1d684779ebc6d13ea4c2f09e838df018de41fa19fa3f25aa12e32f'
'c22324184b72b3fad5a0aadb4e18182414e0294c5596c26426adc204fd473258'
- 'f73d138d68f90e11a60128099b57eecb84a7d067e7f6883ff98924c5f4a61ea8')
+ '340459e0c61204ed280d96920bab3304b4005b99355e7434fcc4dddece5d687b')
prepare() {
cd ${pkgname}-${pkgver}
@@ -67,10 +67,12 @@
-or -name "Gruntfile.js" -exec rm '{}' \; \
-or -name "Makefile" -exec rm '{}' \; \
-or -name "bower.json" -exec rm '{}' \; \
+ -or -name "cli.js" -exec rm '{}' \; \
-or -name "cmd.js" -exec rm '{}' \; \
-or -name "coffee" -prune -exec rm -r '{}' \; \
-or -name "example" -prune -exec rm -r '{}' \; \
-or -name "gulpfile.js" -exec rm '{}' \; \
+ -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 2018-01-26 13:59:25 UTC (rev 287147)
+++ icon.patch 2018-01-26 14:02:02 UTC (rev 287148)
@@ -1,12 +1,10 @@
--- a/main/main.js
+++ b/main/main.js
-@@ -78,8 +78,7 @@
- y: bounds.y,
+@@ -82,7 +82,6 @@
minWidth: 320,
- minHeight: 500,
-- titleBarStyle: 'hidden-inset',
-- icon: __dirname + '/icons/icon256.png'
-+ titleBarStyle: 'hidden-inset'
+ minHeight: 350,
+ titleBarStyle: 'hidden-inset',
+- icon: __dirname + '/icons/icon256.png',
+ frame: process.platform !== 'win32'
})
- // and load the index.html of the app.
More information about the arch-commits
mailing list