[arch-commits] Commit in min/repos/community-any (8 files)

2020-07-05 Thread Nicola Squartini via arch-commits
Date: Sunday, July 5, 2020 @ 09:53:55
  Author: tensor5
Revision: 657789

archrelease: copy trunk to community-any

Added:
  min/repos/community-any/PKGBUILD
(from rev 657786, min/trunk/PKGBUILD)
  min/repos/community-any/icon.patch
(from rev 657786, min/trunk/icon.patch)
  min/repos/community-any/min.desktop
(from rev 657787, min/trunk/min.desktop)
  min/repos/community-any/min.js
(from rev 657787, min/trunk/min.js)
Deleted:
  min/repos/community-any/PKGBUILD
  min/repos/community-any/icon.patch
  min/repos/community-any/min.desktop
  min/repos/community-any/min.js

-+
 PKGBUILD|  160 +-
 icon.patch  |   22 +++
 min.desktop |   18 +++---
 min.js  |   58 ++---
 4 files changed, 129 insertions(+), 129 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-05 09:53:48 UTC (rev 657788)
+++ PKGBUILD2020-07-05 09:53:55 UTC (rev 657789)
@@ -1,80 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-pkgname=min
-pkgver=1.15.0
-_commit=ec0eadadb520ad716004ec5890372d97dfcdac83
-pkgrel=1
-pkgdesc='A smarter, faster web browser'
-arch=('any')
-url='https://minbrowser.github.io/min'
-license=('Apache')
-depends=('electron')
-makedepends=('git' 'npm')
-source=("git+https://github.com/minbrowser/min.git#commit=${_commit};
-'min.desktop'
-'min.js'
-'icon.patch')
-sha256sums=('SKIP'
-'a779a8daff1d684779ebc6d13ea4c2f09e838df018de41fa19fa3f25aa12e32f'
-'c22324184b72b3fad5a0aadb4e18182414e0294c5596c26426adc204fd473258'
-'4789ab99ae6b97e2530a909f95b8c24908e3b62a5e0782b92d074ffed1c730ac')
-
-prepare() {
-cd ${pkgname}
-
-patch -Np1 -i "${srcdir}"/icon.patch
-}
-
-build() {
-cd ${pkgname}
-
-npm install
-npm run build
-rm -r node_modules
-
-npm install --production --no-optional
-}
-
-package() {
-cd ${pkgname}
-
-appdir=/usr/lib/${pkgname}
-
-install -dm755 "${pkgdir}"${appdir}
-cp -r * "${pkgdir}"${appdir}
-
-install -dm755 "${pkgdir}"/usr/share/icons/hicolor/256x256/apps
-mv icons/icon256.png \
-"${pkgdir}"/usr/share/icons/hicolor/256x256/apps/${pkgname}.png
-
-install -Dm755 "${srcdir}"/${pkgname}.js "${pkgdir}"/usr/bin/${pkgname}
-install -Dm644 "${srcdir}"/${pkgname}.desktop \
-"${pkgdir}"/usr/share/applications/${pkgname}.desktop
-
-# Clean up
-rm "${pkgdir}"${appdir}/dist/build.js
-rm -r "${pkgdir}"${appdir}/icons
-rm -r "${pkgdir}"${appdir}/localization
-rm -r "${pkgdir}"${appdir}/main
-rm -r "${pkgdir}"${appdir}/scripts
-find "${pkgdir}"${appdir} \
--name "package.json" \
--exec sed -e "s|${srcdir}/${pkgname}|${appdir}|" \
--i {} \; \
--or -name ".*" -prune -exec rm -r '{}' \; \
--or -name "Gruntfile.js" -exec rm '{}' \; \
--or -name "Makefile" -exec rm '{}' \; \
--or -name "bin" -prune -exec rm -r '{}' \; \
--or -name "bin.js" -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 "examples" -prune -exec rm -r '{}' \; \
--or -name "gulpfile.js" -exec rm '{}' \; \
--or -name "man" -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 '{}' \;
-}

Copied: min/repos/community-any/PKGBUILD (from rev 657786, min/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-05 09:53:55 UTC (rev 657789)
@@ -0,0 +1,80 @@
+# Maintainer: Nicola Squartini 
+
+pkgname=min
+pkgver=1.15.0
+_commit=94987e4eaf8edd9c0604177c7a34527b919e9edd
+pkgrel=2
+pkgdesc='A smarter, faster web browser'
+arch=('any')
+url='https://minbrowser.github.io/min'
+license=('Apache')
+depends=('electron')
+makedepends=('git' 'npm')
+source=("git+https://github.com/minbrowser/min.git#commit=${_commit};
+'min.desktop'
+'min.js'
+'icon.patch')
+sha256sums=('SKIP'
+'a779a8daff1d684779ebc6d13ea4c2f09e838df018de41fa19fa3f25aa12e32f'
+'c22324184b72b3fad5a0aadb4e18182414e0294c5596c26426adc204fd473258'
+'4789ab99ae6b97e2530a909f95b8c24908e3b62a5e0782b92d074ffed1c730ac')
+
+prepare() {
+cd ${pkgname}
+
+patch -Np1 -i "${srcdir}"/icon.patch
+}
+
+build() {
+cd ${pkgname}
+
+npm install
+npm run build
+rm -r node_modules
+
+npm install --production --no-optional
+}
+
+package() {
+cd ${pkgname}
+
+appdir=/usr/lib/${pkgname}
+
+install -dm755 "${pkgdir}"${appdir}
+cp -r * 

[arch-commits] Commit in min/repos/community-any (8 files)

2020-06-18 Thread Nicola Squartini via arch-commits
Date: Thursday, June 18, 2020 @ 08:32:50
  Author: tensor5
Revision: 646834

archrelease: copy trunk to community-any

Added:
  min/repos/community-any/PKGBUILD
(from rev 646833, min/trunk/PKGBUILD)
  min/repos/community-any/icon.patch
(from rev 646833, min/trunk/icon.patch)
  min/repos/community-any/min.desktop
(from rev 646833, min/trunk/min.desktop)
  min/repos/community-any/min.js
(from rev 646833, min/trunk/min.js)
Deleted:
  min/repos/community-any/PKGBUILD
  min/repos/community-any/icon.patch
  min/repos/community-any/min.desktop
  min/repos/community-any/min.js

-+
 PKGBUILD|  160 +-
 icon.patch  |   22 +++
 min.desktop |   18 +++---
 min.js  |   58 ++---
 4 files changed, 129 insertions(+), 129 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-18 08:32:08 UTC (rev 646833)
+++ PKGBUILD2020-06-18 08:32:50 UTC (rev 646834)
@@ -1,80 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-pkgname=min
-pkgver=1.14.1
-_commit=be3433fde50221ce4b94c2d2efb4001f4305cc78
-pkgrel=1
-pkgdesc='A smarter, faster web browser'
-arch=('any')
-url='https://minbrowser.github.io/min'
-license=('Apache')
-depends=('electron')
-makedepends=('git' 'npm')
-source=("git+https://github.com/minbrowser/min.git#commit=${_commit};
-'min.desktop'
-'min.js'
-'icon.patch')
-sha256sums=('SKIP'
-'a779a8daff1d684779ebc6d13ea4c2f09e838df018de41fa19fa3f25aa12e32f'
-'c22324184b72b3fad5a0aadb4e18182414e0294c5596c26426adc204fd473258'
-'272a818e637de8d3f2a40844fd6dac8dcc8cb5d5027f6b38789f5d7f6b9d4a10')
-
-prepare() {
-cd ${pkgname}
-
-patch -Np1 -i "${srcdir}"/icon.patch
-}
-
-build() {
-cd ${pkgname}
-
-npm install
-npm run build
-rm -r node_modules
-
-npm install --production --no-optional
-}
-
-package() {
-cd ${pkgname}
-
-appdir=/usr/lib/${pkgname}
-
-install -dm755 "${pkgdir}"${appdir}
-cp -r * "${pkgdir}"${appdir}
-
-install -dm755 "${pkgdir}"/usr/share/icons/hicolor/256x256/apps
-mv icons/icon256.png \
-"${pkgdir}"/usr/share/icons/hicolor/256x256/apps/${pkgname}.png
-
-install -Dm755 "${srcdir}"/${pkgname}.js "${pkgdir}"/usr/bin/${pkgname}
-install -Dm644 "${srcdir}"/${pkgname}.desktop \
-"${pkgdir}"/usr/share/applications/${pkgname}.desktop
-
-# Clean up
-rm "${pkgdir}"${appdir}/dist/build.js
-rm -r "${pkgdir}"${appdir}/icons
-rm -r "${pkgdir}"${appdir}/localization
-rm -r "${pkgdir}"${appdir}/main
-rm -r "${pkgdir}"${appdir}/scripts
-find "${pkgdir}"${appdir} \
--name "package.json" \
--exec sed -e "s|${srcdir}/${pkgname}|${appdir}|" \
--i {} \; \
--or -name ".*" -prune -exec rm -r '{}' \; \
--or -name "Gruntfile.js" -exec rm '{}' \; \
--or -name "Makefile" -exec rm '{}' \; \
--or -name "bin" -prune -exec rm -r '{}' \; \
--or -name "bin.js" -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 "examples" -prune -exec rm -r '{}' \; \
--or -name "gulpfile.js" -exec rm '{}' \; \
--or -name "man" -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 '{}' \;
-}

Copied: min/repos/community-any/PKGBUILD (from rev 646833, min/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-18 08:32:50 UTC (rev 646834)
@@ -0,0 +1,80 @@
+# Maintainer: Nicola Squartini 
+
+pkgname=min
+pkgver=1.15.0
+_commit=ec0eadadb520ad716004ec5890372d97dfcdac83
+pkgrel=1
+pkgdesc='A smarter, faster web browser'
+arch=('any')
+url='https://minbrowser.github.io/min'
+license=('Apache')
+depends=('electron')
+makedepends=('git' 'npm')
+source=("git+https://github.com/minbrowser/min.git#commit=${_commit};
+'min.desktop'
+'min.js'
+'icon.patch')
+sha256sums=('SKIP'
+'a779a8daff1d684779ebc6d13ea4c2f09e838df018de41fa19fa3f25aa12e32f'
+'c22324184b72b3fad5a0aadb4e18182414e0294c5596c26426adc204fd473258'
+'4789ab99ae6b97e2530a909f95b8c24908e3b62a5e0782b92d074ffed1c730ac')
+
+prepare() {
+cd ${pkgname}
+
+patch -Np1 -i "${srcdir}"/icon.patch
+}
+
+build() {
+cd ${pkgname}
+
+npm install
+npm run build
+rm -r node_modules
+
+npm install --production --no-optional
+}
+
+package() {
+cd ${pkgname}
+
+appdir=/usr/lib/${pkgname}
+
+install -dm755 "${pkgdir}"${appdir}
+cp -r 

[arch-commits] Commit in min/repos/community-any (8 files)

2020-05-19 Thread Nicola Squartini via arch-commits
Date: Wednesday, May 20, 2020 @ 01:19:48
  Author: tensor5
Revision: 630363

archrelease: copy trunk to community-any

Added:
  min/repos/community-any/PKGBUILD
(from rev 630362, min/trunk/PKGBUILD)
  min/repos/community-any/icon.patch
(from rev 630362, min/trunk/icon.patch)
  min/repos/community-any/min.desktop
(from rev 630362, min/trunk/min.desktop)
  min/repos/community-any/min.js
(from rev 630362, min/trunk/min.js)
Deleted:
  min/repos/community-any/PKGBUILD
  min/repos/community-any/icon.patch
  min/repos/community-any/min.desktop
  min/repos/community-any/min.js

-+
 PKGBUILD|  160 +-
 icon.patch  |   22 +++
 min.desktop |   18 +++---
 min.js  |   58 ++---
 4 files changed, 129 insertions(+), 129 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-20 01:19:06 UTC (rev 630362)
+++ PKGBUILD2020-05-20 01:19:48 UTC (rev 630363)
@@ -1,80 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-pkgname=min
-pkgver=1.14.0
-_commit=05d6432fc859e3db3a1a8344d458c1c510beaedb
-pkgrel=1
-pkgdesc='A smarter, faster web browser'
-arch=('any')
-url='https://minbrowser.github.io/min'
-license=('Apache')
-depends=('electron')
-makedepends=('git' 'npm')
-source=("git+https://github.com/minbrowser/min.git#commit=${_commit};
-'min.desktop'
-'min.js'
-'icon.patch')
-sha256sums=('SKIP'
-'a779a8daff1d684779ebc6d13ea4c2f09e838df018de41fa19fa3f25aa12e32f'
-'c22324184b72b3fad5a0aadb4e18182414e0294c5596c26426adc204fd473258'
-'673fa436d61f2d8a3cfdb2582444a127a381af21637776f95c4a998e33193ed0')
-
-prepare() {
-cd ${pkgname}
-
-patch -Np1 -i "${srcdir}"/icon.patch
-}
-
-build() {
-cd ${pkgname}
-
-npm install
-npm run build
-rm -r node_modules
-
-npm install --production --no-optional
-}
-
-package() {
-cd ${pkgname}
-
-appdir=/usr/lib/${pkgname}
-
-install -dm755 "${pkgdir}"${appdir}
-cp -r * "${pkgdir}"${appdir}
-
-install -dm755 "${pkgdir}"/usr/share/icons/hicolor/256x256/apps
-mv icons/icon256.png \
-"${pkgdir}"/usr/share/icons/hicolor/256x256/apps/${pkgname}.png
-
-install -Dm755 "${srcdir}"/${pkgname}.js "${pkgdir}"/usr/bin/${pkgname}
-install -Dm644 "${srcdir}"/${pkgname}.desktop \
-"${pkgdir}"/usr/share/applications/${pkgname}.desktop
-
-# Clean up
-rm "${pkgdir}"${appdir}/dist/build.js
-rm -r "${pkgdir}"${appdir}/icons
-rm -r "${pkgdir}"${appdir}/localization
-rm -r "${pkgdir}"${appdir}/main
-rm -r "${pkgdir}"${appdir}/scripts
-find "${pkgdir}"${appdir} \
--name "package.json" \
--exec sed -e "s|${srcdir}/${pkgname}|${appdir}|" \
--i {} \; \
--or -name ".*" -prune -exec rm -r '{}' \; \
--or -name "Gruntfile.js" -exec rm '{}' \; \
--or -name "Makefile" -exec rm '{}' \; \
--or -name "bin" -prune -exec rm -r '{}' \; \
--or -name "bin.js" -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 "examples" -prune -exec rm -r '{}' \; \
--or -name "gulpfile.js" -exec rm '{}' \; \
--or -name "man" -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 '{}' \;
-}

Copied: min/repos/community-any/PKGBUILD (from rev 630362, min/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-20 01:19:48 UTC (rev 630363)
@@ -0,0 +1,80 @@
+# Maintainer: Nicola Squartini 
+
+pkgname=min
+pkgver=1.14.1
+_commit=be3433fde50221ce4b94c2d2efb4001f4305cc78
+pkgrel=1
+pkgdesc='A smarter, faster web browser'
+arch=('any')
+url='https://minbrowser.github.io/min'
+license=('Apache')
+depends=('electron')
+makedepends=('git' 'npm')
+source=("git+https://github.com/minbrowser/min.git#commit=${_commit};
+'min.desktop'
+'min.js'
+'icon.patch')
+sha256sums=('SKIP'
+'a779a8daff1d684779ebc6d13ea4c2f09e838df018de41fa19fa3f25aa12e32f'
+'c22324184b72b3fad5a0aadb4e18182414e0294c5596c26426adc204fd473258'
+'272a818e637de8d3f2a40844fd6dac8dcc8cb5d5027f6b38789f5d7f6b9d4a10')
+
+prepare() {
+cd ${pkgname}
+
+patch -Np1 -i "${srcdir}"/icon.patch
+}
+
+build() {
+cd ${pkgname}
+
+npm install
+npm run build
+rm -r node_modules
+
+npm install --production --no-optional
+}
+
+package() {
+cd ${pkgname}
+
+appdir=/usr/lib/${pkgname}
+
+install -dm755 "${pkgdir}"${appdir}
+cp -r 

[arch-commits] Commit in min/repos/community-any (8 files)

2020-04-29 Thread Nicola Squartini via arch-commits
Date: Thursday, April 30, 2020 @ 01:32:54
  Author: tensor5
Revision: 622345

archrelease: copy trunk to community-any

Added:
  min/repos/community-any/PKGBUILD
(from rev 622344, min/trunk/PKGBUILD)
  min/repos/community-any/icon.patch
(from rev 622344, min/trunk/icon.patch)
  min/repos/community-any/min.desktop
(from rev 622344, min/trunk/min.desktop)
  min/repos/community-any/min.js
(from rev 622344, min/trunk/min.js)
Deleted:
  min/repos/community-any/PKGBUILD
  min/repos/community-any/icon.patch
  min/repos/community-any/min.desktop
  min/repos/community-any/min.js

-+
 PKGBUILD|  160 +-
 icon.patch  |   22 +++
 min.desktop |   18 +++---
 min.js  |   58 ++---
 4 files changed, 129 insertions(+), 129 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-30 01:32:11 UTC (rev 622344)
+++ PKGBUILD2020-04-30 01:32:54 UTC (rev 622345)
@@ -1,80 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-pkgname=min
-pkgver=1.13.2
-_commit=97e1eaea71b7dcf47981f6f488dccfa18bb1443b
-pkgrel=1
-pkgdesc='A smarter, faster web browser'
-arch=('any')
-url='https://minbrowser.github.io/min'
-license=('Apache')
-depends=('electron')
-makedepends=('git' 'npm')
-source=("git+https://github.com/minbrowser/min.git#commit=${_commit};
-'min.desktop'
-'min.js'
-'icon.patch')
-sha256sums=('SKIP'
-'a779a8daff1d684779ebc6d13ea4c2f09e838df018de41fa19fa3f25aa12e32f'
-'c22324184b72b3fad5a0aadb4e18182414e0294c5596c26426adc204fd473258'
-'bfed5181af1752db0ddaaec3c580d46961b5f3f74125b3b98cf1bd555e7401de')
-
-prepare() {
-cd ${pkgname}
-
-patch -Np1 -i "${srcdir}"/icon.patch
-}
-
-build() {
-cd ${pkgname}
-
-npm install
-npm run build
-rm -r node_modules
-
-npm install --production --no-optional
-}
-
-package() {
-cd ${pkgname}
-
-appdir=/usr/lib/${pkgname}
-
-install -dm755 "${pkgdir}"${appdir}
-cp -r * "${pkgdir}"${appdir}
-
-install -dm755 "${pkgdir}"/usr/share/icons/hicolor/256x256/apps
-mv icons/icon256.png \
-"${pkgdir}"/usr/share/icons/hicolor/256x256/apps/${pkgname}.png
-
-install -Dm755 "${srcdir}"/${pkgname}.js "${pkgdir}"/usr/bin/${pkgname}
-install -Dm644 "${srcdir}"/${pkgname}.desktop \
-"${pkgdir}"/usr/share/applications/${pkgname}.desktop
-
-# Clean up
-rm "${pkgdir}"${appdir}/dist/build.js
-rm -r "${pkgdir}"${appdir}/icons
-rm -r "${pkgdir}"${appdir}/localization
-rm -r "${pkgdir}"${appdir}/main
-rm -r "${pkgdir}"${appdir}/scripts
-find "${pkgdir}"${appdir} \
--name "package.json" \
--exec sed -e "s|${srcdir}/${pkgname}|${appdir}|" \
--i {} \; \
--or -name ".*" -prune -exec rm -r '{}' \; \
--or -name "Gruntfile.js" -exec rm '{}' \; \
--or -name "Makefile" -exec rm '{}' \; \
--or -name "bin" -prune -exec rm -r '{}' \; \
--or -name "bin.js" -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 "examples" -prune -exec rm -r '{}' \; \
--or -name "gulpfile.js" -exec rm '{}' \; \
--or -name "man" -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 '{}' \;
-}

Copied: min/repos/community-any/PKGBUILD (from rev 622344, min/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-30 01:32:54 UTC (rev 622345)
@@ -0,0 +1,80 @@
+# Maintainer: Nicola Squartini 
+
+pkgname=min
+pkgver=1.14.0
+_commit=05d6432fc859e3db3a1a8344d458c1c510beaedb
+pkgrel=1
+pkgdesc='A smarter, faster web browser'
+arch=('any')
+url='https://minbrowser.github.io/min'
+license=('Apache')
+depends=('electron')
+makedepends=('git' 'npm')
+source=("git+https://github.com/minbrowser/min.git#commit=${_commit};
+'min.desktop'
+'min.js'
+'icon.patch')
+sha256sums=('SKIP'
+'a779a8daff1d684779ebc6d13ea4c2f09e838df018de41fa19fa3f25aa12e32f'
+'c22324184b72b3fad5a0aadb4e18182414e0294c5596c26426adc204fd473258'
+'673fa436d61f2d8a3cfdb2582444a127a381af21637776f95c4a998e33193ed0')
+
+prepare() {
+cd ${pkgname}
+
+patch -Np1 -i "${srcdir}"/icon.patch
+}
+
+build() {
+cd ${pkgname}
+
+npm install
+npm run build
+rm -r node_modules
+
+npm install --production --no-optional
+}
+
+package() {
+cd ${pkgname}
+
+appdir=/usr/lib/${pkgname}
+
+install -dm755 "${pkgdir}"${appdir}
+cp 

[arch-commits] Commit in min/repos/community-any (8 files)

2020-03-15 Thread Nicola Squartini via arch-commits
Date: Monday, March 16, 2020 @ 05:26:30
  Author: tensor5
Revision: 599088

archrelease: copy trunk to community-any

Added:
  min/repos/community-any/PKGBUILD
(from rev 599087, min/trunk/PKGBUILD)
  min/repos/community-any/icon.patch
(from rev 599087, min/trunk/icon.patch)
  min/repos/community-any/min.desktop
(from rev 599087, min/trunk/min.desktop)
  min/repos/community-any/min.js
(from rev 599087, min/trunk/min.js)
Deleted:
  min/repos/community-any/PKGBUILD
  min/repos/community-any/icon.patch
  min/repos/community-any/min.desktop
  min/repos/community-any/min.js

-+
 PKGBUILD|  160 +-
 icon.patch  |   22 +++
 min.desktop |   18 +++---
 min.js  |   58 ++---
 4 files changed, 129 insertions(+), 129 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-16 05:25:48 UTC (rev 599087)
+++ PKGBUILD2020-03-16 05:26:30 UTC (rev 599088)
@@ -1,80 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-pkgname=min
-pkgver=1.13.0
-_commit=7f9b8ad6fe00c590355f8a0f5752b7c0aafaf2cf
-pkgrel=1
-pkgdesc='A smarter, faster web browser'
-arch=('any')
-url='https://minbrowser.github.io/min'
-license=('Apache')
-depends=('electron')
-makedepends=('git' 'npm')
-source=("git+https://github.com/minbrowser/min.git#commit=${_commit};
-'min.desktop'
-'min.js'
-'icon.patch')
-sha256sums=('SKIP'
-'a779a8daff1d684779ebc6d13ea4c2f09e838df018de41fa19fa3f25aa12e32f'
-'c22324184b72b3fad5a0aadb4e18182414e0294c5596c26426adc204fd473258'
-'f79f52a9d989a96e589b97c68337c82fdc6a1b79a7eb5f8a9c928d4e97902eca')
-
-prepare() {
-cd ${pkgname}
-
-patch -Np1 -i "${srcdir}"/icon.patch
-}
-
-build() {
-cd ${pkgname}
-
-npm install
-npm run build
-rm -r node_modules
-
-npm install --production --no-optional
-}
-
-package() {
-cd ${pkgname}
-
-appdir=/usr/lib/${pkgname}
-
-install -dm755 "${pkgdir}"${appdir}
-cp -r * "${pkgdir}"${appdir}
-
-install -dm755 "${pkgdir}"/usr/share/icons/hicolor/256x256/apps
-mv icons/icon256.png \
-"${pkgdir}"/usr/share/icons/hicolor/256x256/apps/${pkgname}.png
-
-install -Dm755 "${srcdir}"/${pkgname}.js "${pkgdir}"/usr/bin/${pkgname}
-install -Dm644 "${srcdir}"/${pkgname}.desktop \
-"${pkgdir}"/usr/share/applications/${pkgname}.desktop
-
-# Clean up
-rm "${pkgdir}"${appdir}/dist/build.js
-rm -r "${pkgdir}"${appdir}/icons
-rm -r "${pkgdir}"${appdir}/localization
-rm -r "${pkgdir}"${appdir}/main
-rm -r "${pkgdir}"${appdir}/scripts
-find "${pkgdir}"${appdir} \
--name "package.json" \
--exec sed -e "s|${srcdir}/${pkgname}|${appdir}|" \
--i {} \; \
--or -name ".*" -prune -exec rm -r '{}' \; \
--or -name "Gruntfile.js" -exec rm '{}' \; \
--or -name "Makefile" -exec rm '{}' \; \
--or -name "bin" -prune -exec rm -r '{}' \; \
--or -name "bin.js" -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 "examples" -prune -exec rm -r '{}' \; \
--or -name "gulpfile.js" -exec rm '{}' \; \
--or -name "man" -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 '{}' \;
-}

Copied: min/repos/community-any/PKGBUILD (from rev 599087, min/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-16 05:26:30 UTC (rev 599088)
@@ -0,0 +1,80 @@
+# Maintainer: Nicola Squartini 
+
+pkgname=min
+pkgver=1.13.2
+_commit=97e1eaea71b7dcf47981f6f488dccfa18bb1443b
+pkgrel=1
+pkgdesc='A smarter, faster web browser'
+arch=('any')
+url='https://minbrowser.github.io/min'
+license=('Apache')
+depends=('electron')
+makedepends=('git' 'npm')
+source=("git+https://github.com/minbrowser/min.git#commit=${_commit};
+'min.desktop'
+'min.js'
+'icon.patch')
+sha256sums=('SKIP'
+'a779a8daff1d684779ebc6d13ea4c2f09e838df018de41fa19fa3f25aa12e32f'
+'c22324184b72b3fad5a0aadb4e18182414e0294c5596c26426adc204fd473258'
+'bfed5181af1752db0ddaaec3c580d46961b5f3f74125b3b98cf1bd555e7401de')
+
+prepare() {
+cd ${pkgname}
+
+patch -Np1 -i "${srcdir}"/icon.patch
+}
+
+build() {
+cd ${pkgname}
+
+npm install
+npm run build
+rm -r node_modules
+
+npm install --production --no-optional
+}
+
+package() {
+cd ${pkgname}
+
+appdir=/usr/lib/${pkgname}
+
+install -dm755 "${pkgdir}"${appdir}
+cp -r 

[arch-commits] Commit in min/repos/community-any (8 files)

2020-03-07 Thread Nicola Squartini via arch-commits
Date: Saturday, March 7, 2020 @ 08:33:51
  Author: tensor5
Revision: 591064

archrelease: copy trunk to community-any

Added:
  min/repos/community-any/PKGBUILD
(from rev 591063, min/trunk/PKGBUILD)
  min/repos/community-any/icon.patch
(from rev 591063, min/trunk/icon.patch)
  min/repos/community-any/min.desktop
(from rev 591063, min/trunk/min.desktop)
  min/repos/community-any/min.js
(from rev 591063, min/trunk/min.js)
Deleted:
  min/repos/community-any/PKGBUILD
  min/repos/community-any/icon.patch
  min/repos/community-any/min.desktop
  min/repos/community-any/min.js

-+
 PKGBUILD|  160 +-
 icon.patch  |   22 +++
 min.desktop |   18 +++---
 min.js  |   58 ++---
 4 files changed, 129 insertions(+), 129 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-07 08:33:03 UTC (rev 591063)
+++ PKGBUILD2020-03-07 08:33:51 UTC (rev 591064)
@@ -1,80 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-pkgname=min
-pkgver=1.12.0
-_commit=fb2a97e73d0a6dfbd2aaf83fc002a9610c85044d
-pkgrel=1
-pkgdesc='A smarter, faster web browser'
-arch=('any')
-url='https://minbrowser.github.io/min'
-license=('Apache')
-depends=('electron')
-makedepends=('git' 'npm')
-source=("git+https://github.com/minbrowser/min.git#commit=${_commit};
-'min.desktop'
-'min.js'
-'icon.patch')
-sha256sums=('SKIP'
-'a779a8daff1d684779ebc6d13ea4c2f09e838df018de41fa19fa3f25aa12e32f'
-'c22324184b72b3fad5a0aadb4e18182414e0294c5596c26426adc204fd473258'
-'f79f52a9d989a96e589b97c68337c82fdc6a1b79a7eb5f8a9c928d4e97902eca')
-
-prepare() {
-cd ${pkgname}
-
-patch -Np1 -i "${srcdir}"/icon.patch
-}
-
-build() {
-cd ${pkgname}
-
-npm install
-npm run build
-rm -r node_modules
-
-npm install --production --no-optional
-}
-
-package() {
-cd ${pkgname}
-
-appdir=/usr/lib/${pkgname}
-
-install -dm755 "${pkgdir}"${appdir}
-cp -r * "${pkgdir}"${appdir}
-
-install -dm755 "${pkgdir}"/usr/share/icons/hicolor/256x256/apps
-mv icons/icon256.png \
-"${pkgdir}"/usr/share/icons/hicolor/256x256/apps/${pkgname}.png
-
-install -Dm755 "${srcdir}"/${pkgname}.js "${pkgdir}"/usr/bin/${pkgname}
-install -Dm644 "${srcdir}"/${pkgname}.desktop \
-"${pkgdir}"/usr/share/applications/${pkgname}.desktop
-
-# Clean up
-rm "${pkgdir}"${appdir}/dist/build.js
-rm -r "${pkgdir}"${appdir}/icons
-rm -r "${pkgdir}"${appdir}/localization
-rm -r "${pkgdir}"${appdir}/main
-rm -r "${pkgdir}"${appdir}/scripts
-find "${pkgdir}"${appdir} \
--name "package.json" \
--exec sed -e "s|${srcdir}/${pkgname}|${appdir}|" \
--i {} \; \
--or -name ".*" -prune -exec rm -r '{}' \; \
--or -name "Gruntfile.js" -exec rm '{}' \; \
--or -name "Makefile" -exec rm '{}' \; \
--or -name "bin" -prune -exec rm -r '{}' \; \
--or -name "bin.js" -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 "examples" -prune -exec rm -r '{}' \; \
--or -name "gulpfile.js" -exec rm '{}' \; \
--or -name "man" -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 '{}' \;
-}

Copied: min/repos/community-any/PKGBUILD (from rev 591063, min/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-07 08:33:51 UTC (rev 591064)
@@ -0,0 +1,80 @@
+# Maintainer: Nicola Squartini 
+
+pkgname=min
+pkgver=1.13.0
+_commit=7f9b8ad6fe00c590355f8a0f5752b7c0aafaf2cf
+pkgrel=1
+pkgdesc='A smarter, faster web browser'
+arch=('any')
+url='https://minbrowser.github.io/min'
+license=('Apache')
+depends=('electron')
+makedepends=('git' 'npm')
+source=("git+https://github.com/minbrowser/min.git#commit=${_commit};
+'min.desktop'
+'min.js'
+'icon.patch')
+sha256sums=('SKIP'
+'a779a8daff1d684779ebc6d13ea4c2f09e838df018de41fa19fa3f25aa12e32f'
+'c22324184b72b3fad5a0aadb4e18182414e0294c5596c26426adc204fd473258'
+'f79f52a9d989a96e589b97c68337c82fdc6a1b79a7eb5f8a9c928d4e97902eca')
+
+prepare() {
+cd ${pkgname}
+
+patch -Np1 -i "${srcdir}"/icon.patch
+}
+
+build() {
+cd ${pkgname}
+
+npm install
+npm run build
+rm -r node_modules
+
+npm install --production --no-optional
+}
+
+package() {
+cd ${pkgname}
+
+appdir=/usr/lib/${pkgname}
+
+install -dm755 "${pkgdir}"${appdir}
+cp -r 

[arch-commits] Commit in min/repos/community-any (8 files)

2019-12-31 Thread Nicola Squartini via arch-commits
Date: Tuesday, December 31, 2019 @ 08:42:56
  Author: tensor5
Revision: 545045

archrelease: copy trunk to community-any

Added:
  min/repos/community-any/PKGBUILD
(from rev 545044, min/trunk/PKGBUILD)
  min/repos/community-any/icon.patch
(from rev 545044, min/trunk/icon.patch)
  min/repos/community-any/min.desktop
(from rev 545044, min/trunk/min.desktop)
  min/repos/community-any/min.js
(from rev 545044, min/trunk/min.js)
Deleted:
  min/repos/community-any/PKGBUILD
  min/repos/community-any/icon.patch
  min/repos/community-any/min.desktop
  min/repos/community-any/min.js

-+
 PKGBUILD|  160 +-
 icon.patch  |   22 +++
 min.desktop |   18 +++---
 min.js  |   58 ++---
 4 files changed, 129 insertions(+), 129 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-31 08:42:46 UTC (rev 545044)
+++ PKGBUILD2019-12-31 08:42:56 UTC (rev 545045)
@@ -1,80 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-pkgname=min
-pkgver=1.11.2
-_commit=dfbfa670a3e6fe3ff68b3351a6d4c3d6d50e7d06
-pkgrel=2
-pkgdesc='A smarter, faster web browser'
-arch=('any')
-url='https://minbrowser.github.io/min'
-license=('Apache')
-depends=('electron')
-makedepends=('git' 'npm')
-source=("git+https://github.com/minbrowser/min.git#commit=${_commit};
-'min.desktop'
-'min.js'
-'icon.patch')
-sha256sums=('SKIP'
-'a779a8daff1d684779ebc6d13ea4c2f09e838df018de41fa19fa3f25aa12e32f'
-'c22324184b72b3fad5a0aadb4e18182414e0294c5596c26426adc204fd473258'
-'4e03faa2ebaabec3f700398e034cdb799c5e9585c43ac5ff03cfaf45c034ef62')
-
-prepare() {
-cd ${pkgname}
-
-patch -Np1 -i "${srcdir}"/icon.patch
-}
-
-build() {
-cd ${pkgname}
-
-npm install
-npm run build
-rm -r node_modules
-
-npm install --production --no-optional
-}
-
-package() {
-cd ${pkgname}
-
-appdir=/usr/lib/${pkgname}
-
-install -dm755 "${pkgdir}"${appdir}
-cp -r * "${pkgdir}"${appdir}
-
-install -dm755 "${pkgdir}"/usr/share/icons/hicolor/256x256/apps
-mv icons/icon256.png \
-"${pkgdir}"/usr/share/icons/hicolor/256x256/apps/${pkgname}.png
-
-install -Dm755 "${srcdir}"/${pkgname}.js "${pkgdir}"/usr/bin/${pkgname}
-install -Dm644 "${srcdir}"/${pkgname}.desktop \
-"${pkgdir}"/usr/share/applications/${pkgname}.desktop
-
-# Clean up
-rm "${pkgdir}"${appdir}/dist/build.js
-rm -r "${pkgdir}"${appdir}/icons
-rm -r "${pkgdir}"${appdir}/localization
-rm -r "${pkgdir}"${appdir}/main
-rm -r "${pkgdir}"${appdir}/scripts
-find "${pkgdir}"${appdir} \
--name "package.json" \
--exec sed -e "s|${srcdir}/${pkgname}-${pkgver}|${appdir}|" \
--i {} \; \
--or -name ".*" -prune -exec rm -r '{}' \; \
--or -name "Gruntfile.js" -exec rm '{}' \; \
--or -name "Makefile" -exec rm '{}' \; \
--or -name "bin" -prune -exec rm -r '{}' \; \
--or -name "bin.js" -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 "examples" -prune -exec rm -r '{}' \; \
--or -name "gulpfile.js" -exec rm '{}' \; \
--or -name "man" -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 '{}' \;
-}

Copied: min/repos/community-any/PKGBUILD (from rev 545044, min/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-31 08:42:56 UTC (rev 545045)
@@ -0,0 +1,80 @@
+# Maintainer: Nicola Squartini 
+
+pkgname=min
+pkgver=1.12.0
+_commit=fb2a97e73d0a6dfbd2aaf83fc002a9610c85044d
+pkgrel=1
+pkgdesc='A smarter, faster web browser'
+arch=('any')
+url='https://minbrowser.github.io/min'
+license=('Apache')
+depends=('electron')
+makedepends=('git' 'npm')
+source=("git+https://github.com/minbrowser/min.git#commit=${_commit};
+'min.desktop'
+'min.js'
+'icon.patch')
+sha256sums=('SKIP'
+'a779a8daff1d684779ebc6d13ea4c2f09e838df018de41fa19fa3f25aa12e32f'
+'c22324184b72b3fad5a0aadb4e18182414e0294c5596c26426adc204fd473258'
+'f79f52a9d989a96e589b97c68337c82fdc6a1b79a7eb5f8a9c928d4e97902eca')
+
+prepare() {
+cd ${pkgname}
+
+patch -Np1 -i "${srcdir}"/icon.patch
+}
+
+build() {
+cd ${pkgname}
+
+npm install
+npm run build
+rm -r node_modules
+
+npm install --production --no-optional
+}
+
+package() {
+cd ${pkgname}
+
+appdir=/usr/lib/${pkgname}
+
+install -dm755 

[arch-commits] Commit in min/repos/community-any (8 files)

2019-11-18 Thread Nicola Squartini via arch-commits
Date: Tuesday, November 19, 2019 @ 06:48:55
  Author: tensor5
Revision: 530406

archrelease: copy trunk to community-any

Added:
  min/repos/community-any/PKGBUILD
(from rev 530405, min/trunk/PKGBUILD)
  min/repos/community-any/icon.patch
(from rev 530405, min/trunk/icon.patch)
  min/repos/community-any/min.desktop
(from rev 530405, min/trunk/min.desktop)
  min/repos/community-any/min.js
(from rev 530405, min/trunk/min.js)
Deleted:
  min/repos/community-any/PKGBUILD
  min/repos/community-any/icon.patch
  min/repos/community-any/min.desktop
  min/repos/community-any/min.js

-+
 PKGBUILD|  159 +-
 icon.patch  |   22 
 min.desktop |   18 +++---
 min.js  |   58 ++---
 4 files changed, 129 insertions(+), 128 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-19 06:48:13 UTC (rev 530405)
+++ PKGBUILD2019-11-19 06:48:55 UTC (rev 530406)
@@ -1,79 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-pkgname=min
-pkgver=1.11.2
-pkgrel=1
-pkgdesc='A smarter, faster web browser'
-arch=('any')
-url='https://minbrowser.github.io/min'
-license=('Apache')
-depends=('electron')
-makedepends=('npm')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/minbrowser/min/archive/v${pkgver}.tar.gz;
-'min.desktop'
-'min.js'
-'icon.patch')
-sha256sums=('3cff58361a2d1086c1bd49efb6fcbb038e7988ed1e401d8fd6128ead3d584a63'
-'a779a8daff1d684779ebc6d13ea4c2f09e838df018de41fa19fa3f25aa12e32f'
-'c22324184b72b3fad5a0aadb4e18182414e0294c5596c26426adc204fd473258'
-'3c44522a80e75d4822b4413be4a2914594ebf38a46961abc2a5ff3584b394385')
-
-prepare() {
-cd ${pkgname}-${pkgver}
-
-patch -Np1 -i "${srcdir}"/icon.patch
-}
-
-build() {
-cd ${pkgname}-${pkgver}
-
-npm install
-npm run build
-rm -r node_modules
-
-npm install --production --no-optional
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-
-appdir=/usr/lib/${pkgname}
-
-install -dm755 "${pkgdir}"${appdir}
-cp -r * "${pkgdir}"${appdir}
-
-install -dm755 "${pkgdir}"/usr/share/icons/hicolor/256x256/apps
-mv icons/icon256.png \
-"${pkgdir}"/usr/share/icons/hicolor/256x256/apps/${pkgname}.png
-
-install -Dm755 "${srcdir}"/${pkgname}.js "${pkgdir}"/usr/bin/${pkgname}
-install -Dm644 "${srcdir}"/${pkgname}.desktop \
-"${pkgdir}"/usr/share/applications/${pkgname}.desktop
-
-# Clean up
-rm "${pkgdir}"${appdir}/dist/build.js
-rm -r "${pkgdir}"${appdir}/icons
-rm -r "${pkgdir}"${appdir}/localization
-rm -r "${pkgdir}"${appdir}/main
-rm -r "${pkgdir}"${appdir}/scripts
-find "${pkgdir}"${appdir} \
--name "package.json" \
--exec sed -e "s|${srcdir}/${pkgname}-${pkgver}|${appdir}|" \
--i {} \; \
--or -name ".*" -prune -exec rm -r '{}' \; \
--or -name "Gruntfile.js" -exec rm '{}' \; \
--or -name "Makefile" -exec rm '{}' \; \
--or -name "bin" -prune -exec rm -r '{}' \; \
--or -name "bin.js" -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 "examples" -prune -exec rm -r '{}' \; \
--or -name "gulpfile.js" -exec rm '{}' \; \
--or -name "man" -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 '{}' \;
-}

Copied: min/repos/community-any/PKGBUILD (from rev 530405, min/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-19 06:48:55 UTC (rev 530406)
@@ -0,0 +1,80 @@
+# Maintainer: Nicola Squartini 
+
+pkgname=min
+pkgver=1.11.2
+_commit=dfbfa670a3e6fe3ff68b3351a6d4c3d6d50e7d06
+pkgrel=2
+pkgdesc='A smarter, faster web browser'
+arch=('any')
+url='https://minbrowser.github.io/min'
+license=('Apache')
+depends=('electron')
+makedepends=('git' 'npm')
+source=("git+https://github.com/minbrowser/min.git#commit=${_commit};
+'min.desktop'
+'min.js'
+'icon.patch')
+sha256sums=('SKIP'
+'a779a8daff1d684779ebc6d13ea4c2f09e838df018de41fa19fa3f25aa12e32f'
+'c22324184b72b3fad5a0aadb4e18182414e0294c5596c26426adc204fd473258'
+'4e03faa2ebaabec3f700398e034cdb799c5e9585c43ac5ff03cfaf45c034ef62')
+
+prepare() {
+cd ${pkgname}
+
+patch -Np1 -i "${srcdir}"/icon.patch
+}
+
+build() {
+cd ${pkgname}
+
+npm install
+npm run build
+rm -r node_modules
+
+npm install --production --no-optional
+}
+
+package() {
+cd ${pkgname}
+
+

[arch-commits] Commit in min/repos/community-any (8 files)

2019-11-10 Thread Nicola Squartini via arch-commits
Date: Monday, November 11, 2019 @ 03:13:03
  Author: tensor5
Revision: 526608

archrelease: copy trunk to community-any

Added:
  min/repos/community-any/PKGBUILD
(from rev 526607, min/trunk/PKGBUILD)
  min/repos/community-any/icon.patch
(from rev 526607, min/trunk/icon.patch)
  min/repos/community-any/min.desktop
(from rev 526607, min/trunk/min.desktop)
  min/repos/community-any/min.js
(from rev 526607, min/trunk/min.js)
Deleted:
  min/repos/community-any/PKGBUILD
  min/repos/community-any/icon.patch
  min/repos/community-any/min.desktop
  min/repos/community-any/min.js

-+
 PKGBUILD|  158 +-
 icon.patch  |   22 
 min.desktop |   18 +++---
 min.js  |   58 ++---
 4 files changed, 128 insertions(+), 128 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-11 03:12:20 UTC (rev 526607)
+++ PKGBUILD2019-11-11 03:13:03 UTC (rev 526608)
@@ -1,79 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-pkgname=min
-pkgver=1.11.1
-pkgrel=1
-pkgdesc='A smarter, faster web browser'
-arch=('any')
-url='https://minbrowser.github.io/min'
-license=('Apache')
-depends=('electron')
-makedepends=('npm')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/minbrowser/min/archive/v${pkgver}.tar.gz;
-'min.desktop'
-'min.js'
-'icon.patch')
-sha256sums=('55e2c3d4e93dfc956f0ebc49a848aa7edf645f3e5977641200b2c7bb57d0f71d'
-'a779a8daff1d684779ebc6d13ea4c2f09e838df018de41fa19fa3f25aa12e32f'
-'c22324184b72b3fad5a0aadb4e18182414e0294c5596c26426adc204fd473258'
-'61ad7892274b96cdab9e7019fea9cc6092c345734dc607a3219a78120ca906d8')
-
-prepare() {
-cd ${pkgname}-${pkgver}
-
-patch -Np1 -i "${srcdir}"/icon.patch
-}
-
-build() {
-cd ${pkgname}-${pkgver}
-
-npm install
-npm run build
-rm -r node_modules
-
-npm install --production --no-optional
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-
-appdir=/usr/lib/${pkgname}
-
-install -dm755 "${pkgdir}"${appdir}
-cp -r * "${pkgdir}"${appdir}
-
-install -dm755 "${pkgdir}"/usr/share/icons/hicolor/256x256/apps
-mv icons/icon256.png \
-"${pkgdir}"/usr/share/icons/hicolor/256x256/apps/${pkgname}.png
-
-install -Dm755 "${srcdir}"/${pkgname}.js "${pkgdir}"/usr/bin/${pkgname}
-install -Dm644 "${srcdir}"/${pkgname}.desktop \
-"${pkgdir}"/usr/share/applications/${pkgname}.desktop
-
-# Clean up
-rm "${pkgdir}"${appdir}/dist/build.js
-rm -r "${pkgdir}"${appdir}/icons
-rm -r "${pkgdir}"${appdir}/localization
-rm -r "${pkgdir}"${appdir}/main
-rm -r "${pkgdir}"${appdir}/scripts
-find "${pkgdir}"${appdir} \
--name "package.json" \
--exec sed -e "s|${srcdir}/${pkgname}-${pkgver}|${appdir}|" \
--i {} \; \
--or -name ".*" -prune -exec rm -r '{}' \; \
--or -name "Gruntfile.js" -exec rm '{}' \; \
--or -name "Makefile" -exec rm '{}' \; \
--or -name "bin" -prune -exec rm -r '{}' \; \
--or -name "bin.js" -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 "examples" -prune -exec rm -r '{}' \; \
--or -name "gulpfile.js" -exec rm '{}' \; \
--or -name "man" -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 '{}' \;
-}

Copied: min/repos/community-any/PKGBUILD (from rev 526607, min/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-11 03:13:03 UTC (rev 526608)
@@ -0,0 +1,79 @@
+# Maintainer: Nicola Squartini 
+
+pkgname=min
+pkgver=1.11.2
+pkgrel=1
+pkgdesc='A smarter, faster web browser'
+arch=('any')
+url='https://minbrowser.github.io/min'
+license=('Apache')
+depends=('electron')
+makedepends=('npm')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/minbrowser/min/archive/v${pkgver}.tar.gz;
+'min.desktop'
+'min.js'
+'icon.patch')
+sha256sums=('3cff58361a2d1086c1bd49efb6fcbb038e7988ed1e401d8fd6128ead3d584a63'
+'a779a8daff1d684779ebc6d13ea4c2f09e838df018de41fa19fa3f25aa12e32f'
+'c22324184b72b3fad5a0aadb4e18182414e0294c5596c26426adc204fd473258'
+'3c44522a80e75d4822b4413be4a2914594ebf38a46961abc2a5ff3584b394385')
+
+prepare() {
+cd ${pkgname}-${pkgver}
+
+patch -Np1 -i "${srcdir}"/icon.patch
+}
+
+build() {
+cd ${pkgname}-${pkgver}
+
+npm install
+npm run build
+rm -r node_modules
+
+npm install --production 

[arch-commits] Commit in min/repos/community-any (8 files)

2019-09-19 Thread Nicola Squartini via arch-commits
Date: Thursday, September 19, 2019 @ 10:31:22
  Author: tensor5
Revision: 511157

archrelease: copy trunk to community-any

Added:
  min/repos/community-any/PKGBUILD
(from rev 511156, min/trunk/PKGBUILD)
  min/repos/community-any/icon.patch
(from rev 511156, min/trunk/icon.patch)
  min/repos/community-any/min.desktop
(from rev 511156, min/trunk/min.desktop)
  min/repos/community-any/min.js
(from rev 511156, min/trunk/min.js)
Deleted:
  min/repos/community-any/PKGBUILD
  min/repos/community-any/icon.patch
  min/repos/community-any/min.desktop
  min/repos/community-any/min.js

-+
 PKGBUILD|  158 +-
 icon.patch  |   22 
 min.desktop |   18 +++---
 min.js  |   58 ++---
 4 files changed, 128 insertions(+), 128 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-19 10:30:16 UTC (rev 511156)
+++ PKGBUILD2019-09-19 10:31:22 UTC (rev 511157)
@@ -1,79 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-pkgname=min
-pkgver=1.11.0
-pkgrel=1
-pkgdesc='A smarter, faster web browser'
-arch=('any')
-url='https://minbrowser.github.io/min'
-license=('Apache')
-depends=('electron')
-makedepends=('npm')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/minbrowser/min/archive/v${pkgver}.tar.gz;
-'min.desktop'
-'min.js'
-'icon.patch')
-sha256sums=('47794232b40ea83ff4aacf79610abf8ce41654fe73d1bd33465027fd052f668a'
-'a779a8daff1d684779ebc6d13ea4c2f09e838df018de41fa19fa3f25aa12e32f'
-'c22324184b72b3fad5a0aadb4e18182414e0294c5596c26426adc204fd473258'
-'61ad7892274b96cdab9e7019fea9cc6092c345734dc607a3219a78120ca906d8')
-
-prepare() {
-cd ${pkgname}-${pkgver}
-
-patch -Np1 -i "${srcdir}"/icon.patch
-}
-
-build() {
-cd ${pkgname}-${pkgver}
-
-npm install
-npm run build
-rm -r node_modules
-
-npm install --production --no-optional
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-
-appdir=/usr/lib/${pkgname}
-
-install -dm755 "${pkgdir}"${appdir}
-cp -r * "${pkgdir}"${appdir}
-
-install -dm755 "${pkgdir}"/usr/share/icons/hicolor/256x256/apps
-mv icons/icon256.png \
-"${pkgdir}"/usr/share/icons/hicolor/256x256/apps/${pkgname}.png
-
-install -Dm755 "${srcdir}"/${pkgname}.js "${pkgdir}"/usr/bin/${pkgname}
-install -Dm644 "${srcdir}"/${pkgname}.desktop \
-"${pkgdir}"/usr/share/applications/${pkgname}.desktop
-
-# Clean up
-rm "${pkgdir}"${appdir}/dist/build.js
-rm -r "${pkgdir}"${appdir}/icons
-rm -r "${pkgdir}"${appdir}/localization
-rm -r "${pkgdir}"${appdir}/main
-rm -r "${pkgdir}"${appdir}/scripts
-find "${pkgdir}"${appdir} \
--name "package.json" \
--exec sed -e "s|${srcdir}/${pkgname}-${pkgver}|${appdir}|" \
--i {} \; \
--or -name ".*" -prune -exec rm -r '{}' \; \
--or -name "Gruntfile.js" -exec rm '{}' \; \
--or -name "Makefile" -exec rm '{}' \; \
--or -name "bin" -prune -exec rm -r '{}' \; \
--or -name "bin.js" -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 "examples" -prune -exec rm -r '{}' \; \
--or -name "gulpfile.js" -exec rm '{}' \; \
--or -name "man" -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 '{}' \;
-}

Copied: min/repos/community-any/PKGBUILD (from rev 511156, min/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-19 10:31:22 UTC (rev 511157)
@@ -0,0 +1,79 @@
+# Maintainer: Nicola Squartini 
+
+pkgname=min
+pkgver=1.11.1
+pkgrel=1
+pkgdesc='A smarter, faster web browser'
+arch=('any')
+url='https://minbrowser.github.io/min'
+license=('Apache')
+depends=('electron')
+makedepends=('npm')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/minbrowser/min/archive/v${pkgver}.tar.gz;
+'min.desktop'
+'min.js'
+'icon.patch')
+sha256sums=('55e2c3d4e93dfc956f0ebc49a848aa7edf645f3e5977641200b2c7bb57d0f71d'
+'a779a8daff1d684779ebc6d13ea4c2f09e838df018de41fa19fa3f25aa12e32f'
+'c22324184b72b3fad5a0aadb4e18182414e0294c5596c26426adc204fd473258'
+'61ad7892274b96cdab9e7019fea9cc6092c345734dc607a3219a78120ca906d8')
+
+prepare() {
+cd ${pkgname}-${pkgver}
+
+patch -Np1 -i "${srcdir}"/icon.patch
+}
+
+build() {
+cd ${pkgname}-${pkgver}
+
+npm install
+npm run build
+rm -r node_modules
+
+npm install --production 

[arch-commits] Commit in min/repos/community-any (8 files)

2019-08-31 Thread Nicola Squartini via arch-commits
Date: Saturday, August 31, 2019 @ 12:56:52
  Author: tensor5
Revision: 505710

archrelease: copy trunk to community-any

Added:
  min/repos/community-any/PKGBUILD
(from rev 505709, min/trunk/PKGBUILD)
  min/repos/community-any/icon.patch
(from rev 505709, min/trunk/icon.patch)
  min/repos/community-any/min.desktop
(from rev 505709, min/trunk/min.desktop)
  min/repos/community-any/min.js
(from rev 505709, min/trunk/min.js)
Deleted:
  min/repos/community-any/PKGBUILD
  min/repos/community-any/icon.patch
  min/repos/community-any/min.desktop
  min/repos/community-any/min.js

-+
 PKGBUILD|  158 +-
 icon.patch  |   22 
 min.desktop |   18 +++---
 min.js  |   58 ++---
 4 files changed, 128 insertions(+), 128 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-31 12:56:43 UTC (rev 505709)
+++ PKGBUILD2019-08-31 12:56:52 UTC (rev 505710)
@@ -1,79 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-pkgname=min
-pkgver=1.10.1
-pkgrel=1
-pkgdesc='A smarter, faster web browser'
-arch=('any')
-url='https://minbrowser.github.io/min'
-license=('Apache')
-depends=('electron')
-makedepends=('npm')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/minbrowser/min/archive/v${pkgver}.tar.gz;
-'min.desktop'
-'min.js'
-'icon.patch')
-sha256sums=('0b7c05b01dc5f0df894917218895efd19d88c85b55e639865a0b0a07a5608e19'
-'a779a8daff1d684779ebc6d13ea4c2f09e838df018de41fa19fa3f25aa12e32f'
-'c22324184b72b3fad5a0aadb4e18182414e0294c5596c26426adc204fd473258'
-'de4aa156a64db7bd7277e3e8b63cc5ba64a26ec3827939d42d94c7faa538bf8d')
-
-prepare() {
-cd ${pkgname}-${pkgver}
-
-patch -Np1 -i "${srcdir}"/icon.patch
-}
-
-build() {
-cd ${pkgname}-${pkgver}
-
-npm install
-npm run build
-rm -r node_modules
-
-npm install --production --no-optional
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-
-appdir=/usr/lib/${pkgname}
-
-install -dm755 "${pkgdir}"${appdir}
-cp -r * "${pkgdir}"${appdir}
-
-install -dm755 "${pkgdir}"/usr/share/icons/hicolor/256x256/apps
-mv icons/icon256.png \
-"${pkgdir}"/usr/share/icons/hicolor/256x256/apps/${pkgname}.png
-
-install -Dm755 "${srcdir}"/${pkgname}.js "${pkgdir}"/usr/bin/${pkgname}
-install -Dm644 "${srcdir}"/${pkgname}.desktop \
-"${pkgdir}"/usr/share/applications/${pkgname}.desktop
-
-# Clean up
-rm "${pkgdir}"${appdir}/dist/build.js
-rm -r "${pkgdir}"${appdir}/icons
-rm -r "${pkgdir}"${appdir}/localization
-rm -r "${pkgdir}"${appdir}/main
-rm -r "${pkgdir}"${appdir}/scripts
-find "${pkgdir}"${appdir} \
--name "package.json" \
--exec sed -e "s|${srcdir}/${pkgname}-${pkgver}|${appdir}|" \
--i {} \; \
--or -name ".*" -prune -exec rm -r '{}' \; \
--or -name "Gruntfile.js" -exec rm '{}' \; \
--or -name "Makefile" -exec rm '{}' \; \
--or -name "bin" -prune -exec rm -r '{}' \; \
--or -name "bin.js" -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 "examples" -prune -exec rm -r '{}' \; \
--or -name "gulpfile.js" -exec rm '{}' \; \
--or -name "man" -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 '{}' \;
-}

Copied: min/repos/community-any/PKGBUILD (from rev 505709, min/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-31 12:56:52 UTC (rev 505710)
@@ -0,0 +1,79 @@
+# Maintainer: Nicola Squartini 
+
+pkgname=min
+pkgver=1.11.0
+pkgrel=1
+pkgdesc='A smarter, faster web browser'
+arch=('any')
+url='https://minbrowser.github.io/min'
+license=('Apache')
+depends=('electron')
+makedepends=('npm')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/minbrowser/min/archive/v${pkgver}.tar.gz;
+'min.desktop'
+'min.js'
+'icon.patch')
+sha256sums=('47794232b40ea83ff4aacf79610abf8ce41654fe73d1bd33465027fd052f668a'
+'a779a8daff1d684779ebc6d13ea4c2f09e838df018de41fa19fa3f25aa12e32f'
+'c22324184b72b3fad5a0aadb4e18182414e0294c5596c26426adc204fd473258'
+'61ad7892274b96cdab9e7019fea9cc6092c345734dc607a3219a78120ca906d8')
+
+prepare() {
+cd ${pkgname}-${pkgver}
+
+patch -Np1 -i "${srcdir}"/icon.patch
+}
+
+build() {
+cd ${pkgname}-${pkgver}
+
+npm install
+npm run build
+rm -r node_modules
+
+npm install --production 

[arch-commits] Commit in min/repos/community-any (8 files)

2019-05-22 Thread Nicola Squartini via arch-commits
Date: Thursday, May 23, 2019 @ 02:10:36
  Author: tensor5
Revision: 468935

archrelease: copy trunk to community-any

Added:
  min/repos/community-any/PKGBUILD
(from rev 468934, min/trunk/PKGBUILD)
  min/repos/community-any/icon.patch
(from rev 468934, min/trunk/icon.patch)
  min/repos/community-any/min.desktop
(from rev 468934, min/trunk/min.desktop)
  min/repos/community-any/min.js
(from rev 468934, min/trunk/min.js)
Deleted:
  min/repos/community-any/PKGBUILD
  min/repos/community-any/icon.patch
  min/repos/community-any/min.desktop
  min/repos/community-any/min.js

-+
 PKGBUILD|  158 +-
 icon.patch  |   22 
 min.desktop |   18 +++---
 min.js  |   58 ++---
 4 files changed, 128 insertions(+), 128 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-23 02:09:39 UTC (rev 468934)
+++ PKGBUILD2019-05-23 02:10:36 UTC (rev 468935)
@@ -1,79 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-pkgname=min
-pkgver=1.9.2
-pkgrel=1
-pkgdesc='A smarter, faster web browser'
-arch=('any')
-url='https://minbrowser.github.io/min'
-license=('Apache')
-depends=('electron')
-makedepends=('grunt-cli' 'npm')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/minbrowser/min/archive/v${pkgver}.tar.gz;
-'min.desktop'
-'min.js'
-'icon.patch')
-sha256sums=('b805dc0df6b2dced9a7243634dda62b38be96829ba80a4064f3fa4636f50c23f'
-'a779a8daff1d684779ebc6d13ea4c2f09e838df018de41fa19fa3f25aa12e32f'
-'c22324184b72b3fad5a0aadb4e18182414e0294c5596c26426adc204fd473258'
-'cc70e0b1897bba80cca5d83bc6785cd13423a9b695fb6a0c900db490ce0e3766')
-
-prepare() {
-cd ${pkgname}-${pkgver}
-
-patch -Np1 -i "${srcdir}"/icon.patch
-}
-
-build() {
-cd ${pkgname}-${pkgver}
-
-npm install
-grunt
-rm -r node_modules
-
-npm install --production --no-optional
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-
-appdir=/usr/lib/${pkgname}
-
-install -dm755 "${pkgdir}"${appdir}
-cp -r * "${pkgdir}"${appdir}
-
-install -dm755 "${pkgdir}"/usr/share/icons/hicolor/256x256/apps
-mv icons/icon256.png \
-"${pkgdir}"/usr/share/icons/hicolor/256x256/apps/${pkgname}.png
-
-install -Dm755 "${srcdir}"/${pkgname}.js "${pkgdir}"/usr/bin/${pkgname}
-install -Dm644 "${srcdir}"/${pkgname}.desktop \
-"${pkgdir}"/usr/share/applications/${pkgname}.desktop
-
-# Clean up
-rm "${pkgdir}"${appdir}/dist/build.js
-rm -r "${pkgdir}"${appdir}/icons
-rm -r "${pkgdir}"${appdir}/localization
-rm -r "${pkgdir}"${appdir}/main
-rm -r "${pkgdir}"${appdir}/scripts
-find "${pkgdir}"${appdir} \
--name "package.json" \
--exec sed -e "s|${srcdir}/${pkgname}-${pkgver}|${appdir}|" \
--i {} \; \
--or -name ".*" -prune -exec rm -r '{}' \; \
--or -name "Gruntfile.js" -exec rm '{}' \; \
--or -name "Makefile" -exec rm '{}' \; \
--or -name "bin" -prune -exec rm -r '{}' \; \
--or -name "bin.js" -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 "examples" -prune -exec rm -r '{}' \; \
--or -name "gulpfile.js" -exec rm '{}' \; \
--or -name "man" -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 '{}' \;
-}

Copied: min/repos/community-any/PKGBUILD (from rev 468934, min/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-23 02:10:36 UTC (rev 468935)
@@ -0,0 +1,79 @@
+# Maintainer: Nicola Squartini 
+
+pkgname=min
+pkgver=1.10.1
+pkgrel=1
+pkgdesc='A smarter, faster web browser'
+arch=('any')
+url='https://minbrowser.github.io/min'
+license=('Apache')
+depends=('electron')
+makedepends=('npm')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/minbrowser/min/archive/v${pkgver}.tar.gz;
+'min.desktop'
+'min.js'
+'icon.patch')
+sha256sums=('0b7c05b01dc5f0df894917218895efd19d88c85b55e639865a0b0a07a5608e19'
+'a779a8daff1d684779ebc6d13ea4c2f09e838df018de41fa19fa3f25aa12e32f'
+'c22324184b72b3fad5a0aadb4e18182414e0294c5596c26426adc204fd473258'
+'de4aa156a64db7bd7277e3e8b63cc5ba64a26ec3827939d42d94c7faa538bf8d')
+
+prepare() {
+cd ${pkgname}-${pkgver}
+
+patch -Np1 -i "${srcdir}"/icon.patch
+}
+
+build() {
+cd ${pkgname}-${pkgver}
+
+npm install
+npm run build
+rm -r node_modules
+
+npm install --production 

[arch-commits] Commit in min/repos/community-any (8 files)

2018-12-24 Thread Nicola Squartini via arch-commits
Date: Monday, December 24, 2018 @ 14:02:10
  Author: tensor5
Revision: 417826

archrelease: copy trunk to community-any

Added:
  min/repos/community-any/PKGBUILD
(from rev 417825, min/trunk/PKGBUILD)
  min/repos/community-any/icon.patch
(from rev 417825, min/trunk/icon.patch)
  min/repos/community-any/min.desktop
(from rev 417825, min/trunk/min.desktop)
  min/repos/community-any/min.js
(from rev 417825, min/trunk/min.js)
Deleted:
  min/repos/community-any/PKGBUILD
  min/repos/community-any/icon.patch
  min/repos/community-any/min.desktop
  min/repos/community-any/min.js

-+
 PKGBUILD|  158 +-
 icon.patch  |   20 +++
 min.desktop |   18 +++---
 min.js  |   58 ++---
 4 files changed, 127 insertions(+), 127 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-24 14:01:49 UTC (rev 417825)
+++ PKGBUILD2018-12-24 14:02:10 UTC (rev 417826)
@@ -1,79 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-pkgname=min
-pkgver=1.8.0
-pkgrel=1
-pkgdesc='A smarter, faster web browser'
-arch=('any')
-url='https://minbrowser.github.io/min'
-license=('Apache')
-depends=('electron')
-makedepends=('grunt-cli' 'npm')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/minbrowser/min/archive/v${pkgver}.tar.gz;
-'min.desktop'
-'min.js'
-'icon.patch')
-sha256sums=('604039570db345b07f73405791d1a224dcea191e4669a1e6d627876d11cb79df'
-'a779a8daff1d684779ebc6d13ea4c2f09e838df018de41fa19fa3f25aa12e32f'
-'c22324184b72b3fad5a0aadb4e18182414e0294c5596c26426adc204fd473258'
-'bb5e55a3c4074e1419f25b0605b77ef622d2870235309e0feed88f790967a936')
-
-prepare() {
-cd ${pkgname}-${pkgver}
-
-patch -Np1 -i "${srcdir}"/icon.patch
-}
-
-build() {
-cd ${pkgname}-${pkgver}
-
-npm install
-grunt
-rm -r node_modules
-
-npm install --production --no-optional
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-
-appdir=/usr/lib/${pkgname}
-
-install -dm755 "${pkgdir}"${appdir}
-cp -r * "${pkgdir}"${appdir}
-
-install -dm755 "${pkgdir}"/usr/share/icons/hicolor/256x256/apps
-mv icons/icon256.png \
-"${pkgdir}"/usr/share/icons/hicolor/256x256/apps/${pkgname}.png
-
-install -Dm755 "${srcdir}"/${pkgname}.js "${pkgdir}"/usr/bin/${pkgname}
-install -Dm644 "${srcdir}"/${pkgname}.desktop \
-"${pkgdir}"/usr/share/applications/${pkgname}.desktop
-
-# Clean up
-rm "${pkgdir}"${appdir}/dist/build.js
-rm -r "${pkgdir}"${appdir}/icons
-rm -r "${pkgdir}"${appdir}/localization
-rm -r "${pkgdir}"${appdir}/main
-rm -r "${pkgdir}"${appdir}/scripts
-find "${pkgdir}"${appdir} \
--name "package.json" \
--exec sed -e "s|${srcdir}/${pkgname}-${pkgver}|${appdir}|" \
--i {} \; \
--or -name ".*" -prune -exec rm -r '{}' \; \
--or -name "Gruntfile.js" -exec rm '{}' \; \
--or -name "Makefile" -exec rm '{}' \; \
--or -name "bin" -prune -exec rm -r '{}' \; \
--or -name "bin.js" -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 "examples" -prune -exec rm -r '{}' \; \
--or -name "gulpfile.js" -exec rm '{}' \; \
--or -name "man" -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 '{}' \;
-}

Copied: min/repos/community-any/PKGBUILD (from rev 417825, min/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-24 14:02:10 UTC (rev 417826)
@@ -0,0 +1,79 @@
+# Maintainer: Nicola Squartini 
+
+pkgname=min
+pkgver=1.8.1
+pkgrel=1
+pkgdesc='A smarter, faster web browser'
+arch=('any')
+url='https://minbrowser.github.io/min'
+license=('Apache')
+depends=('electron')
+makedepends=('grunt-cli' 'npm')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/minbrowser/min/archive/v${pkgver}.tar.gz;
+'min.desktop'
+'min.js'
+'icon.patch')
+sha256sums=('56e5f03fc969bd5ebbb900fc89987c28e19e09710590ae9e9db47422b79a7d50'
+'a779a8daff1d684779ebc6d13ea4c2f09e838df018de41fa19fa3f25aa12e32f'
+'c22324184b72b3fad5a0aadb4e18182414e0294c5596c26426adc204fd473258'
+'bb5e55a3c4074e1419f25b0605b77ef622d2870235309e0feed88f790967a936')
+
+prepare() {
+cd ${pkgname}-${pkgver}
+
+patch -Np1 -i "${srcdir}"/icon.patch
+}
+
+build() {
+cd ${pkgname}-${pkgver}
+
+npm install
+grunt
+rm -r node_modules
+
+npm install --production 

[arch-commits] Commit in min/repos/community-any (8 files)

2018-10-15 Thread Nicola Squartini via arch-commits
Date: Monday, October 15, 2018 @ 10:28:09
  Author: tensor5
Revision: 394003

archrelease: copy trunk to community-any

Added:
  min/repos/community-any/PKGBUILD
(from rev 394002, min/trunk/PKGBUILD)
  min/repos/community-any/icon.patch
(from rev 394002, min/trunk/icon.patch)
  min/repos/community-any/min.desktop
(from rev 394002, min/trunk/min.desktop)
  min/repos/community-any/min.js
(from rev 394002, min/trunk/min.js)
Deleted:
  min/repos/community-any/PKGBUILD
  min/repos/community-any/icon.patch
  min/repos/community-any/min.desktop
  min/repos/community-any/min.js

-+
 PKGBUILD|  157 +-
 icon.patch  |   20 +++
 min.desktop |   18 +++---
 min.js  |   58 ++---
 4 files changed, 127 insertions(+), 126 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-15 10:27:45 UTC (rev 394002)
+++ PKGBUILD2018-10-15 10:28:09 UTC (rev 394003)
@@ -1,78 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini 
-
-pkgname=min
-pkgver=1.7.1
-pkgrel=1
-pkgdesc='A smarter, faster web browser'
-arch=('any')
-url='https://minbrowser.github.io/min'
-license=('Apache')
-depends=('electron')
-makedepends=('nodejs-grunt-cli' 'npm')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/minbrowser/min/archive/v${pkgver}.tar.gz;
-'min.desktop'
-'min.js'
-'icon.patch')
-sha256sums=('d0922298483069802b24c5a9dcc35d212ab042fafce3f04246719ba680998a40'
-'a779a8daff1d684779ebc6d13ea4c2f09e838df018de41fa19fa3f25aa12e32f'
-'c22324184b72b3fad5a0aadb4e18182414e0294c5596c26426adc204fd473258'
-'1721c0c42da67c16264aa059428e6d5823293587f4ed541171e3cf382a0d48ae')
-
-prepare() {
-cd ${pkgname}-${pkgver}
-
-patch -Np1 -i "${srcdir}"/icon.patch
-}
-
-build() {
-cd ${pkgname}-${pkgver}
-
-npm install decomment grunt grunt-contrib-concat grunt-contrib-uglify
-mkdir dist
-npm run buildTranslations
-grunt
-rm -r node_modules
-
-npm install --production --no-optional
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-
-appdir=/usr/lib/${pkgname}
-
-install -dm755 "${pkgdir}"${appdir}
-cp -r * "${pkgdir}"${appdir}
-
-install -dm755 "${pkgdir}"/usr/share/icons/hicolor/256x256/apps
-mv icons/icon256.png \
-"${pkgdir}"/usr/share/icons/hicolor/256x256/apps/${pkgname}.png
-
-install -Dm755 "${srcdir}"/${pkgname}.js "${pkgdir}"/usr/bin/${pkgname}
-install -Dm644 "${srcdir}"/${pkgname}.desktop \
-"${pkgdir}"/usr/share/applications/${pkgname}.desktop
-
-# Clean up
-rm "${pkgdir}"${appdir}/dist/{build,webview}.js
-rm -r "${pkgdir}"${appdir}/icons
-rm -r "${pkgdir}"${appdir}/localization
-rm -r "${pkgdir}"${appdir}/main
-rm -r "${pkgdir}"${appdir}/scripts
-find "${pkgdir}"${appdir} \
--name "package.json" \
--exec sed -e "s|${srcdir}/${pkgname}-${pkgver}|${appdir}|" \
--i {} \; \
--or -name ".*" -prune -exec rm -r '{}' \; \
--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 '{}' \;
-}

Copied: min/repos/community-any/PKGBUILD (from rev 394002, min/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-15 10:28:09 UTC (rev 394003)
@@ -0,0 +1,79 @@
+# Maintainer: Nicola Squartini 
+
+pkgname=min
+pkgver=1.8.0
+pkgrel=1
+pkgdesc='A smarter, faster web browser'
+arch=('any')
+url='https://minbrowser.github.io/min'
+license=('Apache')
+depends=('electron')
+makedepends=('grunt-cli' 'npm')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/minbrowser/min/archive/v${pkgver}.tar.gz;
+'min.desktop'
+'min.js'
+'icon.patch')
+sha256sums=('604039570db345b07f73405791d1a224dcea191e4669a1e6d627876d11cb79df'
+'a779a8daff1d684779ebc6d13ea4c2f09e838df018de41fa19fa3f25aa12e32f'
+'c22324184b72b3fad5a0aadb4e18182414e0294c5596c26426adc204fd473258'
+'bb5e55a3c4074e1419f25b0605b77ef622d2870235309e0feed88f790967a936')
+
+prepare() {
+cd ${pkgname}-${pkgver}
+
+patch -Np1 -i "${srcdir}"/icon.patch
+}
+
+build() {
+cd ${pkgname}-${pkgver}
+
+npm install
+grunt
+rm -r node_modules
+
+npm install --production --no-optional
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+
+

[arch-commits] Commit in min/repos/community-any (8 files)

2018-03-31 Thread Nicola Squartini via arch-commits
Date: Sunday, April 1, 2018 @ 03:47:08
  Author: tensor5
Revision: 313699

archrelease: copy trunk to community-any

Added:
  min/repos/community-any/PKGBUILD
(from rev 313698, min/trunk/PKGBUILD)
  min/repos/community-any/icon.patch
(from rev 313698, min/trunk/icon.patch)
  min/repos/community-any/min.desktop
(from rev 313698, min/trunk/min.desktop)
  min/repos/community-any/min.js
(from rev 313698, min/trunk/min.js)
Deleted:
  min/repos/community-any/PKGBUILD
  min/repos/community-any/icon.patch
  min/repos/community-any/min.desktop
  min/repos/community-any/min.js

-+
 PKGBUILD|  156 +-
 icon.patch  |   20 +++
 min.desktop |   18 +++---
 min.js  |   58 ++---
 4 files changed, 126 insertions(+), 126 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-01 03:46:17 UTC (rev 313698)
+++ PKGBUILD2018-04-01 03:47:08 UTC (rev 313699)
@@ -1,78 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini 
-
-pkgname=min
-pkgver=1.7.0
-pkgrel=1
-pkgdesc='A smarter, faster web browser'
-arch=('any')
-url='https://minbrowser.github.io/min'
-license=('Apache')
-depends=('electron')
-makedepends=('nodejs-grunt-cli' 'npm')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/minbrowser/min/archive/v${pkgver}.tar.gz;
-'min.desktop'
-'min.js'
-'icon.patch')
-sha256sums=('63d6e636eae7fcc4acf2827c14ebd55670807624cd955ff2b7b900ba67937358'
-'a779a8daff1d684779ebc6d13ea4c2f09e838df018de41fa19fa3f25aa12e32f'
-'c22324184b72b3fad5a0aadb4e18182414e0294c5596c26426adc204fd473258'
-'340459e0c61204ed280d96920bab3304b4005b99355e7434fcc4dddece5d687b')
-
-prepare() {
-cd ${pkgname}-${pkgver}
-
-patch -Np1 -i "${srcdir}"/icon.patch
-}
-
-build() {
-cd ${pkgname}-${pkgver}
-
-npm install decomment grunt grunt-contrib-concat grunt-contrib-uglify
-mkdir dist
-npm run buildTranslations
-grunt
-rm -r node_modules
-
-npm install --production --no-optional
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-
-appdir=/usr/lib/${pkgname}
-
-install -dm755 "${pkgdir}"${appdir}
-cp -r * "${pkgdir}"${appdir}
-
-install -dm755 "${pkgdir}"/usr/share/icons/hicolor/256x256/apps
-mv icons/icon256.png \
-"${pkgdir}"/usr/share/icons/hicolor/256x256/apps/${pkgname}.png
-
-install -Dm755 "${srcdir}"/${pkgname}.js "${pkgdir}"/usr/bin/${pkgname}
-install -Dm644 "${srcdir}"/${pkgname}.desktop \
-"${pkgdir}"/usr/share/applications/${pkgname}.desktop
-
-# Clean up
-rm "${pkgdir}"${appdir}/dist/{build,webview}.js
-rm -r "${pkgdir}"${appdir}/icons
-rm -r "${pkgdir}"${appdir}/localization
-rm -r "${pkgdir}"${appdir}/main
-rm -r "${pkgdir}"${appdir}/scripts
-find "${pkgdir}"${appdir} \
--name "package.json" \
--exec sed -e "s|${srcdir}/${pkgname}-${pkgver}|${appdir}|" \
--i {} \; \
--or -name ".*" -prune -exec rm -r '{}' \; \
--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 '{}' \;
-}

Copied: min/repos/community-any/PKGBUILD (from rev 313698, min/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-01 03:47:08 UTC (rev 313699)
@@ -0,0 +1,78 @@
+# $Id$
+# Maintainer: Nicola Squartini 
+
+pkgname=min
+pkgver=1.7.1
+pkgrel=1
+pkgdesc='A smarter, faster web browser'
+arch=('any')
+url='https://minbrowser.github.io/min'
+license=('Apache')
+depends=('electron')
+makedepends=('nodejs-grunt-cli' 'npm')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/minbrowser/min/archive/v${pkgver}.tar.gz;
+'min.desktop'
+'min.js'
+'icon.patch')
+sha256sums=('d0922298483069802b24c5a9dcc35d212ab042fafce3f04246719ba680998a40'
+'a779a8daff1d684779ebc6d13ea4c2f09e838df018de41fa19fa3f25aa12e32f'
+'c22324184b72b3fad5a0aadb4e18182414e0294c5596c26426adc204fd473258'
+'1721c0c42da67c16264aa059428e6d5823293587f4ed541171e3cf382a0d48ae')
+
+prepare() {
+cd ${pkgname}-${pkgver}
+
+patch -Np1 -i "${srcdir}"/icon.patch
+}
+
+build() {
+cd ${pkgname}-${pkgver}
+
+npm install decomment grunt grunt-contrib-concat grunt-contrib-uglify
+mkdir dist
+npm run buildTranslations
+ 

[arch-commits] Commit in min/repos/community-any (8 files)

2018-01-26 Thread Nicola Squartini via arch-commits
Date: Friday, January 26, 2018 @ 14:02:20
  Author: tensor5
Revision: 287149

archrelease: copy trunk to community-any

Added:
  min/repos/community-any/PKGBUILD
(from rev 287148, min/trunk/PKGBUILD)
  min/repos/community-any/icon.patch
(from rev 287148, min/trunk/icon.patch)
  min/repos/community-any/min.desktop
(from rev 287148, min/trunk/min.desktop)
  min/repos/community-any/min.js
(from rev 287148, min/trunk/min.js)
Deleted:
  min/repos/community-any/PKGBUILD
  min/repos/community-any/icon.patch
  min/repos/community-any/min.desktop
  min/repos/community-any/min.js

-+
 PKGBUILD|  154 +-
 icon.patch  |   22 +++-
 min.desktop |   18 +++---
 min.js  |   58 ++---
 4 files changed, 126 insertions(+), 126 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-26 14:02:02 UTC (rev 287148)
+++ PKGBUILD2018-01-26 14:02:20 UTC (rev 287149)
@@ -1,76 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini 
-
-pkgname=min
-pkgver=1.6.3
-pkgrel=1
-pkgdesc='A smarter, faster web browser'
-arch=('any')
-url='https://minbrowser.github.io/min'
-license=('Apache')
-depends=('electron')
-makedepends=('nodejs-grunt-cli' 'npm')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/minbrowser/min/archive/v${pkgver}.tar.gz;
-'min.desktop'
-'min.js'
-'icon.patch')
-sha256sums=('cdc3f7e218c9010a1e915185262bdab622156481a978794857fd53e178235e1c'
-'a779a8daff1d684779ebc6d13ea4c2f09e838df018de41fa19fa3f25aa12e32f'
-'c22324184b72b3fad5a0aadb4e18182414e0294c5596c26426adc204fd473258'
-'f73d138d68f90e11a60128099b57eecb84a7d067e7f6883ff98924c5f4a61ea8')
-
-prepare() {
-cd ${pkgname}-${pkgver}
-
-patch -Np1 -i "${srcdir}"/icon.patch
-}
-
-build() {
-cd ${pkgname}-${pkgver}
-
-npm install decomment grunt grunt-contrib-concat grunt-contrib-uglify
-mkdir dist
-npm run buildTranslations
-grunt
-rm -r node_modules
-
-npm install --production --no-optional
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-
-appdir=/usr/lib/${pkgname}
-
-install -dm755 "${pkgdir}"${appdir}
-cp -r * "${pkgdir}"${appdir}
-
-install -dm755 "${pkgdir}"/usr/share/icons/hicolor/256x256/apps
-mv icons/icon256.png \
-"${pkgdir}"/usr/share/icons/hicolor/256x256/apps/${pkgname}.png
-
-install -Dm755 "${srcdir}"/${pkgname}.js "${pkgdir}"/usr/bin/${pkgname}
-install -Dm644 "${srcdir}"/${pkgname}.desktop \
-"${pkgdir}"/usr/share/applications/${pkgname}.desktop
-
-# Clean up
-rm "${pkgdir}"${appdir}/dist/{build,webview}.js
-rm -r "${pkgdir}"${appdir}/icons
-rm -r "${pkgdir}"${appdir}/localization
-rm -r "${pkgdir}"${appdir}/main
-rm -r "${pkgdir}"${appdir}/scripts
-find "${pkgdir}"${appdir} \
--name "package.json" \
--exec sed -e "s|${srcdir}/${pkgname}-${pkgver}|${appdir}|" \
--i {} \; \
--or -name ".*" -prune -exec rm -r '{}' \; \
--or -name "Gruntfile.js" -exec rm '{}' \; \
--or -name "Makefile" -exec rm '{}' \; \
--or -name "bower.json" -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 "test" -prune -exec rm -r '{}' \; \
--or -name "tests" -prune -exec rm -r '{}' \;
-}

Copied: min/repos/community-any/PKGBUILD (from rev 287148, min/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-26 14:02:20 UTC (rev 287149)
@@ -0,0 +1,78 @@
+# $Id$
+# Maintainer: Nicola Squartini 
+
+pkgname=min
+pkgver=1.7.0
+pkgrel=1
+pkgdesc='A smarter, faster web browser'
+arch=('any')
+url='https://minbrowser.github.io/min'
+license=('Apache')
+depends=('electron')
+makedepends=('nodejs-grunt-cli' 'npm')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/minbrowser/min/archive/v${pkgver}.tar.gz;
+'min.desktop'
+'min.js'
+'icon.patch')
+sha256sums=('63d6e636eae7fcc4acf2827c14ebd55670807624cd955ff2b7b900ba67937358'
+'a779a8daff1d684779ebc6d13ea4c2f09e838df018de41fa19fa3f25aa12e32f'
+'c22324184b72b3fad5a0aadb4e18182414e0294c5596c26426adc204fd473258'
+'340459e0c61204ed280d96920bab3304b4005b99355e7434fcc4dddece5d687b')
+
+prepare() {
+cd ${pkgname}-${pkgver}
+
+patch -Np1 -i "${srcdir}"/icon.patch
+}
+
+build() {
+cd ${pkgname}-${pkgver}
+
+npm install decomment grunt grunt-contrib-concat grunt-contrib-uglify
+mkdir dist
+npm run buildTranslations
+grunt
+rm -r node_modules
+
+npm install --production --no-optional
+}
+
+package() {
+   

[arch-commits] Commit in min/repos/community-any (8 files)

2017-09-29 Thread Nicola Squartini
Date: Friday, September 29, 2017 @ 08:45:44
  Author: tensor5
Revision: 260911

archrelease: copy trunk to community-any

Added:
  min/repos/community-any/PKGBUILD
(from rev 260910, min/trunk/PKGBUILD)
  min/repos/community-any/icon.patch
(from rev 260910, min/trunk/icon.patch)
  min/repos/community-any/min.desktop
(from rev 260910, min/trunk/min.desktop)
  min/repos/community-any/min.js
(from rev 260910, min/trunk/min.js)
Deleted:
  min/repos/community-any/PKGBUILD
  min/repos/community-any/icon.patch
  min/repos/community-any/min.desktop
  min/repos/community-any/min.js

-+
 PKGBUILD|  152 +-
 icon.patch  |   24 -
 min.desktop |   18 +++---
 min.js  |   58 +++---
 4 files changed, 126 insertions(+), 126 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-09-29 08:45:24 UTC (rev 260910)
+++ PKGBUILD2017-09-29 08:45:44 UTC (rev 260911)
@@ -1,76 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini 
-
-pkgname=min
-pkgver=1.6.2
-pkgrel=1
-pkgdesc='A smarter, faster web browser'
-arch=('any')
-url='https://minbrowser.github.io/min'
-license=('Apache')
-depends=('electron')
-makedepends=('nodejs-grunt-cli' 'npm')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/minbrowser/min/archive/v${pkgver}.tar.gz;
-'min.desktop'
-'min.js'
-'icon.patch')
-sha256sums=('3d859c98ffa052e78a8f253ed0c695caf455347206fa072b7260038245a8430e'
-'a779a8daff1d684779ebc6d13ea4c2f09e838df018de41fa19fa3f25aa12e32f'
-'c22324184b72b3fad5a0aadb4e18182414e0294c5596c26426adc204fd473258'
-'f73d138d68f90e11a60128099b57eecb84a7d067e7f6883ff98924c5f4a61ea8')
-
-prepare() {
-cd ${pkgname}-${pkgver}
-
-patch -Np1 -i "${srcdir}"/icon.patch
-}
-
-build() {
-cd ${pkgname}-${pkgver}
-
-npm install decomment grunt grunt-contrib-concat grunt-contrib-uglify
-mkdir dist
-npm run buildTranslations
-grunt
-rm -r node_modules
-
-npm install --production --no-optional
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-
-appdir=/usr/lib/${pkgname}
-
-install -dm755 "${pkgdir}"${appdir}
-cp -r * "${pkgdir}"${appdir}
-
-install -dm755 "${pkgdir}"/usr/share/icons/hicolor/256x256/apps
-mv icons/icon256.png \
-"${pkgdir}"/usr/share/icons/hicolor/256x256/apps/${pkgname}.png
-
-install -Dm755 "${srcdir}"/${pkgname}.js "${pkgdir}"/usr/bin/${pkgname}
-install -Dm644 "${srcdir}"/${pkgname}.desktop \
-"${pkgdir}"/usr/share/applications/${pkgname}.desktop
-
-# Clean up
-rm "${pkgdir}"${appdir}/dist/{build,webview}.js
-rm -r "${pkgdir}"${appdir}/icons
-rm -r "${pkgdir}"${appdir}/localization
-rm -r "${pkgdir}"${appdir}/main
-rm -r "${pkgdir}"${appdir}/scripts
-find "${pkgdir}"${appdir} \
--name "package.json" \
--exec sed -e "s|${srcdir}/${pkgname}-${pkgver}|${appdir}|" \
--i {} \; \
--or -name ".*" -prune -exec rm -r '{}' \; \
--or -name "Gruntfile.js" -exec rm '{}' \; \
--or -name "Makefile" -exec rm '{}' \; \
--or -name "bower.json" -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 "test" -prune -exec rm -r '{}' \; \
--or -name "tests" -prune -exec rm -r '{}' \;
-}

Copied: min/repos/community-any/PKGBUILD (from rev 260910, min/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-09-29 08:45:44 UTC (rev 260911)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer: Nicola Squartini 
+
+pkgname=min
+pkgver=1.6.3
+pkgrel=1
+pkgdesc='A smarter, faster web browser'
+arch=('any')
+url='https://minbrowser.github.io/min'
+license=('Apache')
+depends=('electron')
+makedepends=('nodejs-grunt-cli' 'npm')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/minbrowser/min/archive/v${pkgver}.tar.gz;
+'min.desktop'
+'min.js'
+'icon.patch')
+sha256sums=('cdc3f7e218c9010a1e915185262bdab622156481a978794857fd53e178235e1c'
+'a779a8daff1d684779ebc6d13ea4c2f09e838df018de41fa19fa3f25aa12e32f'
+'c22324184b72b3fad5a0aadb4e18182414e0294c5596c26426adc204fd473258'
+'f73d138d68f90e11a60128099b57eecb84a7d067e7f6883ff98924c5f4a61ea8')
+
+prepare() {
+cd ${pkgname}-${pkgver}
+
+patch -Np1 -i "${srcdir}"/icon.patch
+}
+
+build() {
+cd ${pkgname}-${pkgver}
+
+npm install decomment grunt grunt-contrib-concat grunt-contrib-uglify
+mkdir dist
+npm run buildTranslations
+grunt
+rm -r node_modules
+
+npm install --production --no-optional
+}
+
+package() {

[arch-commits] Commit in min/repos/community-any (8 files)

2017-09-17 Thread Nicola Squartini
Date: Sunday, September 17, 2017 @ 12:35:17
  Author: tensor5
Revision: 258615

archrelease: copy trunk to community-any

Added:
  min/repos/community-any/PKGBUILD
(from rev 258614, min/trunk/PKGBUILD)
  min/repos/community-any/icon.patch
(from rev 258614, min/trunk/icon.patch)
  min/repos/community-any/min.desktop
(from rev 258614, min/trunk/min.desktop)
  min/repos/community-any/min.js
(from rev 258614, min/trunk/min.js)
Deleted:
  min/repos/community-any/PKGBUILD
  min/repos/community-any/icon.patch
  min/repos/community-any/min.desktop
  min/repos/community-any/min.js

-+
 PKGBUILD|  148 +-
 icon.patch  |   24 -
 min.desktop |   18 +++
 min.js  |   58 +++---
 4 files changed, 126 insertions(+), 122 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-09-17 12:34:54 UTC (rev 258614)
+++ PKGBUILD2017-09-17 12:35:17 UTC (rev 258615)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini 
-
-pkgname=min
-pkgver=1.6.1
-pkgrel=1
-pkgdesc='A smarter, faster web browser'
-arch=('any')
-url='https://minbrowser.github.io/min'
-license=('Apache')
-depends=('electron')
-makedepends=('nodejs-grunt-cli' 'npm')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/minbrowser/min/archive/v${pkgver}.tar.gz;
-'min.desktop'
-'min.js'
-'icon.patch')
-sha256sums=('a267cfd3cd2e0526e9e473e2e7807512f14593141465b0afea6a00818bff24f6'
-'a779a8daff1d684779ebc6d13ea4c2f09e838df018de41fa19fa3f25aa12e32f'
-'c22324184b72b3fad5a0aadb4e18182414e0294c5596c26426adc204fd473258'
-'f73d138d68f90e11a60128099b57eecb84a7d067e7f6883ff98924c5f4a61ea8')
-
-prepare() {
-cd ${pkgname}-${pkgver}
-
-patch -Np1 -i "${srcdir}"/icon.patch
-}
-
-build() {
-cd ${pkgname}-${pkgver}
-
-npm install grunt grunt-contrib-concat grunt-contrib-uglify
-grunt
-rm -r node_modules
-
-npm install --production --no-optional
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-
-appdir=/usr/lib/${pkgname}
-
-install -dm755 "${pkgdir}"${appdir}
-cp -r * "${pkgdir}"${appdir}
-
-install -dm755 "${pkgdir}"/usr/share/icons/hicolor/256x256/apps
-mv icons/icon256.png \
-"${pkgdir}"/usr/share/icons/hicolor/256x256/apps/${pkgname}.png
-
-install -Dm755 "${srcdir}"/${pkgname}.js "${pkgdir}"/usr/bin/${pkgname}
-install -Dm644 "${srcdir}"/${pkgname}.desktop \
-"${pkgdir}"/usr/share/applications/${pkgname}.desktop
-
-# Clean up
-rm "${pkgdir}"${appdir}/dist/{build,webview}.js
-rm -r "${pkgdir}"${appdir}/icons
-rm -r "${pkgdir}"${appdir}/main
-find "${pkgdir}"${appdir} \
--name "package.json" \
--exec sed -e "s|${srcdir}/${pkgname}-${pkgver}|${appdir}|" \
--i {} \; \
--or -name ".*" -prune -exec rm -r '{}' \; \
--or -name "Gruntfile.js" -exec rm '{}' \; \
--or -name "Makefile" -exec rm '{}' \; \
--or -name "bower.json" -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 "test" -prune -exec rm -r '{}' \; \
--or -name "tests" -prune -exec rm -r '{}' \;
-}

Copied: min/repos/community-any/PKGBUILD (from rev 258614, min/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-09-17 12:35:17 UTC (rev 258615)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer: Nicola Squartini 
+
+pkgname=min
+pkgver=1.6.2
+pkgrel=1
+pkgdesc='A smarter, faster web browser'
+arch=('any')
+url='https://minbrowser.github.io/min'
+license=('Apache')
+depends=('electron')
+makedepends=('nodejs-grunt-cli' 'npm')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/minbrowser/min/archive/v${pkgver}.tar.gz;
+'min.desktop'
+'min.js'
+'icon.patch')
+sha256sums=('3d859c98ffa052e78a8f253ed0c695caf455347206fa072b7260038245a8430e'
+'a779a8daff1d684779ebc6d13ea4c2f09e838df018de41fa19fa3f25aa12e32f'
+'c22324184b72b3fad5a0aadb4e18182414e0294c5596c26426adc204fd473258'
+'f73d138d68f90e11a60128099b57eecb84a7d067e7f6883ff98924c5f4a61ea8')
+
+prepare() {
+cd ${pkgname}-${pkgver}
+
+patch -Np1 -i "${srcdir}"/icon.patch
+}
+
+build() {
+cd ${pkgname}-${pkgver}
+
+npm install decomment grunt grunt-contrib-concat grunt-contrib-uglify
+mkdir dist
+npm run buildTranslations
+grunt
+rm -r node_modules
+
+npm install --production --no-optional
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+
+appdir=/usr/lib/${pkgname}
+
+install -dm755 "${pkgdir}"${appdir}
+cp -r * "${pkgdir}"${appdir}

[arch-commits] Commit in min/repos/community-any (8 files)

2017-09-09 Thread Nicola Squartini
Date: Saturday, September 9, 2017 @ 12:07:28
  Author: tensor5
Revision: 256669

archrelease: copy trunk to community-any

Added:
  min/repos/community-any/PKGBUILD
(from rev 256668, min/trunk/PKGBUILD)
  min/repos/community-any/icon.patch
(from rev 256668, min/trunk/icon.patch)
  min/repos/community-any/min.desktop
(from rev 256668, min/trunk/min.desktop)
  min/repos/community-any/min.js
(from rev 256668, min/trunk/min.js)
Deleted:
  min/repos/community-any/PKGBUILD
  min/repos/community-any/icon.patch
  min/repos/community-any/min.desktop
  min/repos/community-any/min.js

-+
 PKGBUILD|  144 +-
 icon.patch  |   24 -
 min.desktop |   18 +++
 min.js  |   58 +++
 4 files changed, 122 insertions(+), 122 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-09-09 12:06:56 UTC (rev 256668)
+++ PKGBUILD2017-09-09 12:07:28 UTC (rev 256669)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini 
-
-pkgname=min
-pkgver=1.6.0
-pkgrel=1
-pkgdesc='A smarter, faster web browser'
-arch=('any')
-url='https://minbrowser.github.io/min'
-license=('Apache')
-depends=('electron')
-makedepends=('nodejs-grunt-cli' 'npm')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/minbrowser/min/archive/v${pkgver}.tar.gz;
-'min.desktop'
-'min.js'
-'icon.patch')
-sha256sums=('a4a3a400d8445f3bbcca5e9be4827143770aef14bee00044b481c631ebfb3aa5'
-'a779a8daff1d684779ebc6d13ea4c2f09e838df018de41fa19fa3f25aa12e32f'
-'c22324184b72b3fad5a0aadb4e18182414e0294c5596c26426adc204fd473258'
-'f73d138d68f90e11a60128099b57eecb84a7d067e7f6883ff98924c5f4a61ea8')
-
-prepare() {
-cd ${pkgname}-${pkgver}
-
-patch -Np1 -i "${srcdir}"/icon.patch
-}
-
-build() {
-cd ${pkgname}-${pkgver}
-
-npm install grunt grunt-contrib-concat grunt-contrib-uglify
-grunt
-npm uninstall grunt grunt-contrib-concat grunt-contrib-uglify
-
-npm install --production
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-
-appdir=/usr/lib/${pkgname}
-
-install -dm755 "${pkgdir}"${appdir}
-cp -r * "${pkgdir}"${appdir}
-
-install -dm755 "${pkgdir}"/usr/share/icons/hicolor/256x256/apps
-mv icons/icon256.png \
-"${pkgdir}"/usr/share/icons/hicolor/256x256/apps/${pkgname}.png
-
-install -Dm755 "${srcdir}"/${pkgname}.js "${pkgdir}"/usr/bin/${pkgname}
-install -Dm644 "${srcdir}"/${pkgname}.desktop \
-"${pkgdir}"/usr/share/applications/${pkgname}.desktop
-
-# Clean up
-rm "${pkgdir}"${appdir}/dist/{build,webview}.js
-rm -r "${pkgdir}"${appdir}/icons
-rm -r "${pkgdir}"${appdir}/main
-find "${pkgdir}"${appdir} \
--name "package.json" \
--exec sed -e "s|${srcdir}/${pkgname}-${pkgver}|${appdir}|" \
--i {} \; \
--or -name ".*" -prune -exec rm -r '{}' \; \
--or -name "Gruntfile.js" -exec rm '{}' \; \
--or -name "Makefile" -exec rm '{}' \; \
--or -name "bower.json" -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 "test" -prune -exec rm -r '{}' \; \
--or -name "tests" -prune -exec rm -r '{}' \;
-}

Copied: min/repos/community-any/PKGBUILD (from rev 256668, min/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-09-09 12:07:28 UTC (rev 256669)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Nicola Squartini 
+
+pkgname=min
+pkgver=1.6.1
+pkgrel=1
+pkgdesc='A smarter, faster web browser'
+arch=('any')
+url='https://minbrowser.github.io/min'
+license=('Apache')
+depends=('electron')
+makedepends=('nodejs-grunt-cli' 'npm')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/minbrowser/min/archive/v${pkgver}.tar.gz;
+'min.desktop'
+'min.js'
+'icon.patch')
+sha256sums=('a267cfd3cd2e0526e9e473e2e7807512f14593141465b0afea6a00818bff24f6'
+'a779a8daff1d684779ebc6d13ea4c2f09e838df018de41fa19fa3f25aa12e32f'
+'c22324184b72b3fad5a0aadb4e18182414e0294c5596c26426adc204fd473258'
+'f73d138d68f90e11a60128099b57eecb84a7d067e7f6883ff98924c5f4a61ea8')
+
+prepare() {
+cd ${pkgname}-${pkgver}
+
+patch -Np1 -i "${srcdir}"/icon.patch
+}
+
+build() {
+cd ${pkgname}-${pkgver}
+
+npm install grunt grunt-contrib-concat grunt-contrib-uglify
+grunt
+rm -r node_modules
+
+npm install --production --no-optional
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+
+appdir=/usr/lib/${pkgname}
+
+install -dm755 "${pkgdir}"${appdir}
+cp -r * "${pkgdir}"${appdir}
+
+install -dm755 

[arch-commits] Commit in min/repos/community-any (8 files)

2017-07-01 Thread Nicola Squartini
Date: Saturday, July 1, 2017 @ 13:42:25
  Author: tensor5
Revision: 242006

archrelease: copy trunk to community-any

Added:
  min/repos/community-any/PKGBUILD
(from rev 242005, min/trunk/PKGBUILD)
  min/repos/community-any/icon.patch
(from rev 242005, min/trunk/icon.patch)
  min/repos/community-any/min.desktop
(from rev 242005, min/trunk/min.desktop)
  min/repos/community-any/min.js
(from rev 242005, min/trunk/min.js)
Deleted:
  min/repos/community-any/PKGBUILD
  min/repos/community-any/icon.patch
  min/repos/community-any/min.desktop
  min/repos/community-any/min.js

-+
 PKGBUILD|  144 +-
 icon.patch  |   24 -
 min.desktop |   18 +++
 min.js  |   58 +++
 4 files changed, 122 insertions(+), 122 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-01 13:42:07 UTC (rev 242005)
+++ PKGBUILD2017-07-01 13:42:25 UTC (rev 242006)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini 
-
-pkgname=min
-pkgver=1.5.1
-pkgrel=1
-pkgdesc='A smarter, faster web browser'
-arch=('any')
-url='https://minbrowser.github.io/min'
-license=('Apache')
-depends=('electron')
-makedepends=('nodejs-grunt-cli' 'npm')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/minbrowser/min/archive/v${pkgver}.tar.gz;
-'min.desktop'
-'min.js'
-'icon.patch')
-sha256sums=('7ccaf8fbcc5b72093b4077b184fef68262b1a4d7d94c4b8cfae2a01b5bdefbd4'
-'a779a8daff1d684779ebc6d13ea4c2f09e838df018de41fa19fa3f25aa12e32f'
-'c22324184b72b3fad5a0aadb4e18182414e0294c5596c26426adc204fd473258'
-'f73d138d68f90e11a60128099b57eecb84a7d067e7f6883ff98924c5f4a61ea8')
-
-prepare() {
-cd ${pkgname}-${pkgver}
-
-patch -Np1 -i "${srcdir}"/icon.patch
-}
-
-build() {
-cd ${pkgname}-${pkgver}
-
-npm install grunt grunt-contrib-concat grunt-contrib-uglify
-grunt
-npm uninstall grunt grunt-contrib-concat grunt-contrib-uglify
-
-npm install --production
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-
-appdir=/usr/lib/${pkgname}
-
-install -dm755 "${pkgdir}"${appdir}
-cp -r * "${pkgdir}"${appdir}
-
-install -dm755 "${pkgdir}"/usr/share/icons/hicolor/256x256/apps
-mv icons/icon256.png \
-"${pkgdir}"/usr/share/icons/hicolor/256x256/apps/${pkgname}.png
-
-install -Dm755 "${srcdir}"/${pkgname}.js "${pkgdir}"/usr/bin/${pkgname}
-install -Dm644 "${srcdir}"/${pkgname}.desktop \
-"${pkgdir}"/usr/share/applications/${pkgname}.desktop
-
-# Clean up
-rm "${pkgdir}"${appdir}/dist/{build,webview}.js
-rm -r "${pkgdir}"${appdir}/icons
-rm -r "${pkgdir}"${appdir}/main
-find "${pkgdir}"${appdir} \
--name "package.json" \
--exec sed -e "s|${srcdir}/${pkgname}-${pkgver}|${appdir}|" \
--i {} \; \
--or -name ".*" -prune -exec rm -r '{}' \; \
--or -name "Gruntfile.js" -exec rm '{}' \; \
--or -name "Makefile" -exec rm '{}' \; \
--or -name "bower.json" -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 "test" -prune -exec rm -r '{}' \; \
--or -name "tests" -prune -exec rm -r '{}' \;
-}

Copied: min/repos/community-any/PKGBUILD (from rev 242005, min/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-07-01 13:42:25 UTC (rev 242006)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Nicola Squartini 
+
+pkgname=min
+pkgver=1.6.0
+pkgrel=1
+pkgdesc='A smarter, faster web browser'
+arch=('any')
+url='https://minbrowser.github.io/min'
+license=('Apache')
+depends=('electron')
+makedepends=('nodejs-grunt-cli' 'npm')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/minbrowser/min/archive/v${pkgver}.tar.gz;
+'min.desktop'
+'min.js'
+'icon.patch')
+sha256sums=('a4a3a400d8445f3bbcca5e9be4827143770aef14bee00044b481c631ebfb3aa5'
+'a779a8daff1d684779ebc6d13ea4c2f09e838df018de41fa19fa3f25aa12e32f'
+'c22324184b72b3fad5a0aadb4e18182414e0294c5596c26426adc204fd473258'
+'f73d138d68f90e11a60128099b57eecb84a7d067e7f6883ff98924c5f4a61ea8')
+
+prepare() {
+cd ${pkgname}-${pkgver}
+
+patch -Np1 -i "${srcdir}"/icon.patch
+}
+
+build() {
+cd ${pkgname}-${pkgver}
+
+npm install grunt grunt-contrib-concat grunt-contrib-uglify
+grunt
+npm uninstall grunt grunt-contrib-concat grunt-contrib-uglify
+
+npm install --production
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+
+appdir=/usr/lib/${pkgname}
+
+install -dm755 "${pkgdir}"${appdir}
+cp -r * "${pkgdir}"${appdir}
+

[arch-commits] Commit in min/repos/community-any (8 files)

2016-12-15 Thread Nicola Squartini
Date: Thursday, December 15, 2016 @ 13:30:44
  Author: tensor5
Revision: 199507

archrelease: copy trunk to community-any

Added:
  min/repos/community-any/PKGBUILD
(from rev 199506, min/trunk/PKGBUILD)
  min/repos/community-any/icon.patch
(from rev 199506, min/trunk/icon.patch)
  min/repos/community-any/min.desktop
(from rev 199506, min/trunk/min.desktop)
  min/repos/community-any/min.js
(from rev 199506, min/trunk/min.js)
Deleted:
  min/repos/community-any/PKGBUILD
  min/repos/community-any/icon.patch
  min/repos/community-any/min.desktop
  min/repos/community-any/min.js

-+
 PKGBUILD|  144 +-
 icon.patch  |   24 -
 min.desktop |   18 +++
 min.js  |   58 +++
 4 files changed, 122 insertions(+), 122 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-12-15 13:30:22 UTC (rev 199506)
+++ PKGBUILD2016-12-15 13:30:44 UTC (rev 199507)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini 
-
-pkgname=min
-pkgver=1.5.0
-pkgrel=1
-pkgdesc='A smarter, faster web browser'
-arch=('any')
-url='https://minbrowser.github.io/min'
-license=('Apache')
-depends=('electron')
-makedepends=('nodejs-grunt-cli' 'npm')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/minbrowser/min/archive/v${pkgver}.tar.gz;
-'min.desktop'
-'min.js'
-'icon.patch')
-sha256sums=('00735435e2d42eafcb07688d80da25b5f0d967e9a98053cef82e2d5f9e05929c'
-'a779a8daff1d684779ebc6d13ea4c2f09e838df018de41fa19fa3f25aa12e32f'
-'c22324184b72b3fad5a0aadb4e18182414e0294c5596c26426adc204fd473258'
-'f73d138d68f90e11a60128099b57eecb84a7d067e7f6883ff98924c5f4a61ea8')
-
-prepare() {
-cd ${pkgname}-${pkgver}
-
-patch -Np1 -i "${srcdir}"/icon.patch
-}
-
-build() {
-cd ${pkgname}-${pkgver}
-
-npm install grunt grunt-contrib-concat grunt-contrib-uglify
-grunt
-npm uninstall grunt grunt-contrib-concat grunt-contrib-uglify
-
-npm install --production
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-
-appdir=/usr/lib/${pkgname}
-
-install -dm755 "${pkgdir}"${appdir}
-cp -r * "${pkgdir}"${appdir}
-
-install -dm755 "${pkgdir}"/usr/share/icons/hicolor/256x256/apps
-mv icons/icon256.png \
-"${pkgdir}"/usr/share/icons/hicolor/256x256/apps/${pkgname}.png
-
-install -Dm755 "${srcdir}"/${pkgname}.js "${pkgdir}"/usr/bin/${pkgname}
-install -Dm644 "${srcdir}"/${pkgname}.desktop \
-"${pkgdir}"/usr/share/applications/${pkgname}.desktop
-
-# Clean up
-rm "${pkgdir}"${appdir}/dist/{build,webview}.js
-rm -r "${pkgdir}"${appdir}/icons
-rm -r "${pkgdir}"${appdir}/main
-find "${pkgdir}"${appdir} \
--name "package.json" \
--exec sed -e "s|${srcdir}/${pkgname}-${pkgver}|${appdir}|" \
--i {} \; \
--or -name ".*" -prune -exec rm -r '{}' \; \
--or -name "Gruntfile.js" -exec rm '{}' \; \
--or -name "Makefile" -exec rm '{}' \; \
--or -name "bower.json" -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 "test" -prune -exec rm -r '{}' \; \
--or -name "tests" -prune -exec rm -r '{}' \;
-}

Copied: min/repos/community-any/PKGBUILD (from rev 199506, min/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-12-15 13:30:44 UTC (rev 199507)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Nicola Squartini 
+
+pkgname=min
+pkgver=1.5.1
+pkgrel=1
+pkgdesc='A smarter, faster web browser'
+arch=('any')
+url='https://minbrowser.github.io/min'
+license=('Apache')
+depends=('electron')
+makedepends=('nodejs-grunt-cli' 'npm')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/minbrowser/min/archive/v${pkgver}.tar.gz;
+'min.desktop'
+'min.js'
+'icon.patch')
+sha256sums=('7ccaf8fbcc5b72093b4077b184fef68262b1a4d7d94c4b8cfae2a01b5bdefbd4'
+'a779a8daff1d684779ebc6d13ea4c2f09e838df018de41fa19fa3f25aa12e32f'
+'c22324184b72b3fad5a0aadb4e18182414e0294c5596c26426adc204fd473258'
+'f73d138d68f90e11a60128099b57eecb84a7d067e7f6883ff98924c5f4a61ea8')
+
+prepare() {
+cd ${pkgname}-${pkgver}
+
+patch -Np1 -i "${srcdir}"/icon.patch
+}
+
+build() {
+cd ${pkgname}-${pkgver}
+
+npm install grunt grunt-contrib-concat grunt-contrib-uglify
+grunt
+npm uninstall grunt grunt-contrib-concat grunt-contrib-uglify
+
+npm install --production
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+
+appdir=/usr/lib/${pkgname}
+
+install -dm755 "${pkgdir}"${appdir}
+cp -r *