[arch-commits] Commit in react-native-debugger/repos/community-any (14 files)

2019-09-08 Thread Nicola Squartini via arch-commits
Date: Sunday, September 8, 2019 @ 17:21:15
  Author: tensor5
Revision: 509007

archrelease: copy trunk to community-any

Added:
  react-native-debugger/repos/community-any/PKGBUILD
(from rev 509006, react-native-debugger/trunk/PKGBUILD)
  react-native-debugger/repos/community-any/iconPath.patch
(from rev 509006, react-native-debugger/trunk/iconPath.patch)
  react-native-debugger/repos/community-any/nodeIntegration.patch
(from rev 509006, react-native-debugger/trunk/nodeIntegration.patch)
  react-native-debugger/repos/community-any/react-native-debugger.desktop
(from rev 509006, react-native-debugger/trunk/react-native-debugger.desktop)
  react-native-debugger/repos/community-any/react-native-debugger.js
(from rev 509006, react-native-debugger/trunk/react-native-debugger.js)
  react-native-debugger/repos/community-any/react-native-debugger.sh
(from rev 509006, react-native-debugger/trunk/react-native-debugger.sh)
  react-native-debugger/repos/community-any/setZoomLevelLimits.patch
(from rev 509006, react-native-debugger/trunk/setZoomLevelLimits.patch)
Deleted:
  react-native-debugger/repos/community-any/PKGBUILD
  react-native-debugger/repos/community-any/iconPath.patch
  react-native-debugger/repos/community-any/nodeIntegration.patch
  react-native-debugger/repos/community-any/react-native-debugger.desktop
  react-native-debugger/repos/community-any/react-native-debugger.js
  react-native-debugger/repos/community-any/react-native-debugger.sh
  react-native-debugger/repos/community-any/setZoomLevelLimits.patch

---+
 PKGBUILD  |  120 
 iconPath.patch|   22 +++
 nodeIntegration.patch |   24 
 react-native-debugger.desktop |   16 ++---
 react-native-debugger.js  |   58 +--
 react-native-debugger.sh  |   14 ++--
 setZoomLevelLimits.patch  |   22 +++
 7 files changed, 138 insertions(+), 138 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-08 17:20:55 UTC (rev 509006)
+++ PKGBUILD2019-09-08 17:21:15 UTC (rev 509007)
@@ -1,60 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-pkgname=react-native-debugger
-pkgver=0.9.12
-_commit=544169528885f7f374a6783dc91e7f1cd051a43e
-pkgrel=1
-pkgdesc='The standalone app for React Native Debugger, with React DevTools / 
Redux DevTools'
-arch=('any')
-url='https://github.com/jhen0409/react-native-debugger'
-license=('MIT')
-depends=('electron')
-makedepends=('asar' 'git' 'npm')
-source=("git+https://github.com/jhen0409/react-native-debugger.git#commit=${_commit};
-'iconPath.patch'
-'nodeIntegration.patch'
-'react-native-debugger.desktop'
-'react-native-debugger.js'
-'react-native-debugger.sh'
-'setZoomLevelLimits.patch')
-sha256sums=('SKIP'
-'4ac46fdbfe1658ea63f28b56ceda94b06324f8476090a0d0888f99ae43dd27ad'
-'6700efd069c5870edf0e4aa826a89860254c262f437761ec0c328273604bda83'
-'f63e79516db0feb2e76c366402cf266165c0f7eb282dc55703b800b91152867d'
-'59e0c247d006a437a619917df7e76a506aadb4d751b7d3bb476a96030620a660'
-'8a217b932b1042c14930d89f56661dbdc13b1afe04680df6b2fefceb242fb05c'
-'6853ab684f5eb39e32e0b75ead0cf19c0a88310b003f0f80cfd07cb4f965')
-
-prepare() {
-cd ${pkgname}
-
-patch -Np1 -i ../iconPath.patch
-patch -Np1 -i ../nodeIntegration.patch
-patch -Np1 -i ../setZoomLevelLimits.patch
-}
-
-build() {
-cd ${pkgname}
-
-npm install --ignore-scripts
-cd dist
-npm install
-node ../scripts/patch-modules.js
-cd ..
-npm run build
-}
-
-package() {
-cd ${pkgname}
-
-install -dm755 "${pkgdir}/usr/lib/${pkgname}"
-rm dist/logo.png  # see iconPath.patch
-asar pack dist "${pkgdir}/usr/lib/${pkgname}/app.asar"
-
-install -Dm755 ../${pkgname}.sh "${pkgdir}/usr/bin/${pkgname}"
-install -m755 ../${pkgname}.js "${pkgdir}/usr/lib/${pkgname}/${pkgname}"
-install -Dm644 -t "${pkgdir}/usr/share/applications" ../${pkgname}.desktop
-install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}" LICENSE.md
-install -Dm644 electron/logo.png \
-"${pkgdir}/usr/share/pixmaps/${pkgname}.png"
-}

Copied: react-native-debugger/repos/community-any/PKGBUILD (from rev 509006, 
react-native-debugger/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-08 17:21:15 UTC (rev 509007)
@@ -0,0 +1,60 @@
+# Maintainer: Nicola Squartini 
+
+pkgname=react-native-debugger
+pkgver=0.9.13
+_commit=8d40748a9120adf5f04b6e7dae87ca2f2128f621
+pkgrel=1
+pkgdesc='The standalone app for React Native Debugger, with React DevTools / 
Redux DevTools'
+arch=('any')
+url='https://github.com/jhen0409/react-native-debugger'
+license=('MIT')
+depends=('electron')

[arch-commits] Commit in react-native-debugger/repos/community-any (14 files)

2019-08-27 Thread Nicola Squartini via arch-commits
Date: Wednesday, August 28, 2019 @ 05:53:23
  Author: tensor5
Revision: 503471

archrelease: copy trunk to community-any

Added:
  react-native-debugger/repos/community-any/PKGBUILD
(from rev 503470, react-native-debugger/trunk/PKGBUILD)
  react-native-debugger/repos/community-any/iconPath.patch
(from rev 503470, react-native-debugger/trunk/iconPath.patch)
  react-native-debugger/repos/community-any/nodeIntegration.patch
(from rev 503470, react-native-debugger/trunk/nodeIntegration.patch)
  react-native-debugger/repos/community-any/react-native-debugger.desktop
(from rev 503470, react-native-debugger/trunk/react-native-debugger.desktop)
  react-native-debugger/repos/community-any/react-native-debugger.js
(from rev 503470, react-native-debugger/trunk/react-native-debugger.js)
  react-native-debugger/repos/community-any/react-native-debugger.sh
(from rev 503470, react-native-debugger/trunk/react-native-debugger.sh)
  react-native-debugger/repos/community-any/setZoomLevelLimits.patch
(from rev 503470, react-native-debugger/trunk/setZoomLevelLimits.patch)
Deleted:
  react-native-debugger/repos/community-any/PKGBUILD
  react-native-debugger/repos/community-any/iconPath.patch
  react-native-debugger/repos/community-any/nodeIntegration.patch
  react-native-debugger/repos/community-any/react-native-debugger.desktop
  react-native-debugger/repos/community-any/react-native-debugger.js
  react-native-debugger/repos/community-any/react-native-debugger.sh
  react-native-debugger/repos/community-any/setZoomLevelLimits.patch

---+
 PKGBUILD  |  120 
 iconPath.patch|   22 +++
 nodeIntegration.patch |   24 
 react-native-debugger.desktop |   16 ++---
 react-native-debugger.js  |   58 +--
 react-native-debugger.sh  |   14 ++--
 setZoomLevelLimits.patch  |   22 +++
 7 files changed, 138 insertions(+), 138 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-28 05:53:02 UTC (rev 503470)
+++ PKGBUILD2019-08-28 05:53:23 UTC (rev 503471)
@@ -1,60 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-pkgname=react-native-debugger
-pkgver=0.9.10
-_commit=4feeab38b38b435d78d063029642889b251b71f8
-pkgrel=1
-pkgdesc='The standalone app for React Native Debugger, with React DevTools / 
Redux DevTools'
-arch=('any')
-url='https://github.com/jhen0409/react-native-debugger'
-license=('MIT')
-depends=('electron')
-makedepends=('asar' 'git' 'npm')
-source=("git+https://github.com/jhen0409/react-native-debugger.git#commit=${_commit};
-'iconPath.patch'
-'nodeIntegration.patch'
-'react-native-debugger.desktop'
-'react-native-debugger.js'
-'react-native-debugger.sh'
-'setZoomLevelLimits.patch')
-sha256sums=('SKIP'
-'4ac46fdbfe1658ea63f28b56ceda94b06324f8476090a0d0888f99ae43dd27ad'
-'6700efd069c5870edf0e4aa826a89860254c262f437761ec0c328273604bda83'
-'f63e79516db0feb2e76c366402cf266165c0f7eb282dc55703b800b91152867d'
-'59e0c247d006a437a619917df7e76a506aadb4d751b7d3bb476a96030620a660'
-'8a217b932b1042c14930d89f56661dbdc13b1afe04680df6b2fefceb242fb05c'
-'6853ab684f5eb39e32e0b75ead0cf19c0a88310b003f0f80cfd07cb4f965')
-
-prepare() {
-cd ${pkgname}
-
-patch -Np1 -i ../iconPath.patch
-patch -Np1 -i ../nodeIntegration.patch
-patch -Np1 -i ../setZoomLevelLimits.patch
-}
-
-build() {
-cd ${pkgname}
-
-npm install --ignore-scripts
-cd dist
-npm install
-node ../scripts/patch-modules.js
-cd ..
-npm run build
-}
-
-package() {
-cd ${pkgname}
-
-install -dm755 "${pkgdir}/usr/lib/${pkgname}"
-rm dist/logo.png  # see iconPath.patch
-asar pack dist "${pkgdir}/usr/lib/${pkgname}/app.asar"
-
-install -Dm755 ../${pkgname}.sh "${pkgdir}/usr/bin/${pkgname}"
-install -m755 ../${pkgname}.js "${pkgdir}/usr/lib/${pkgname}/${pkgname}"
-install -Dm644 -t "${pkgdir}/usr/share/applications" ../${pkgname}.desktop
-install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}" LICENSE.md
-install -Dm644 electron/logo.png \
-"${pkgdir}/usr/share/pixmaps/${pkgname}.png"
-}

Copied: react-native-debugger/repos/community-any/PKGBUILD (from rev 503470, 
react-native-debugger/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-28 05:53:23 UTC (rev 503471)
@@ -0,0 +1,60 @@
+# Maintainer: Nicola Squartini 
+
+pkgname=react-native-debugger
+pkgver=0.9.12
+_commit=544169528885f7f374a6783dc91e7f1cd051a43e
+pkgrel=1
+pkgdesc='The standalone app for React Native Debugger, with React DevTools / 
Redux DevTools'
+arch=('any')
+url='https://github.com/jhen0409/react-native-debugger'
+license=('MIT')
+depends=('electron')

[arch-commits] Commit in react-native-debugger/repos/community-any (14 files)

2019-06-19 Thread Nicola Squartini via arch-commits
Date: Wednesday, June 19, 2019 @ 10:46:00
  Author: tensor5
Revision: 482332

archrelease: copy trunk to community-any

Added:
  react-native-debugger/repos/community-any/PKGBUILD
(from rev 482331, react-native-debugger/trunk/PKGBUILD)
  react-native-debugger/repos/community-any/iconPath.patch
(from rev 482331, react-native-debugger/trunk/iconPath.patch)
  react-native-debugger/repos/community-any/nodeIntegration.patch
(from rev 482331, react-native-debugger/trunk/nodeIntegration.patch)
  react-native-debugger/repos/community-any/react-native-debugger.desktop
(from rev 482331, react-native-debugger/trunk/react-native-debugger.desktop)
  react-native-debugger/repos/community-any/react-native-debugger.js
(from rev 482331, react-native-debugger/trunk/react-native-debugger.js)
  react-native-debugger/repos/community-any/react-native-debugger.sh
(from rev 482331, react-native-debugger/trunk/react-native-debugger.sh)
  react-native-debugger/repos/community-any/setZoomLevelLimits.patch
(from rev 482331, react-native-debugger/trunk/setZoomLevelLimits.patch)
Deleted:
  react-native-debugger/repos/community-any/PKGBUILD
  react-native-debugger/repos/community-any/iconPath.patch
  react-native-debugger/repos/community-any/nodeIntegration.patch
  react-native-debugger/repos/community-any/react-native-debugger.desktop
  react-native-debugger/repos/community-any/react-native-debugger.js
  react-native-debugger/repos/community-any/react-native-debugger.sh
  react-native-debugger/repos/community-any/setZoomLevelLimits.patch

---+
 PKGBUILD  |  120 
 iconPath.patch|   22 +++
 nodeIntegration.patch |   24 
 react-native-debugger.desktop |   16 ++---
 react-native-debugger.js  |   58 +--
 react-native-debugger.sh  |   14 ++--
 setZoomLevelLimits.patch  |   22 +++
 7 files changed, 138 insertions(+), 138 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-19 10:44:50 UTC (rev 482331)
+++ PKGBUILD2019-06-19 10:46:00 UTC (rev 482332)
@@ -1,60 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-pkgname=react-native-debugger
-pkgver=0.9.8
-_commit=2b6c2fbee7c7ba8e887c540382959976558ae3cf
-pkgrel=1
-pkgdesc='The standalone app for React Native Debugger, with React DevTools / 
Redux DevTools'
-arch=('any')
-url='https://github.com/jhen0409/react-native-debugger'
-license=('MIT')
-depends=('electron')
-makedepends=('asar' 'git' 'npm')
-source=("git+https://github.com/jhen0409/react-native-debugger.git#commit=${_commit};
-'iconPath.patch'
-'nodeIntegration.patch'
-'react-native-debugger.desktop'
-'react-native-debugger.js'
-'react-native-debugger.sh'
-'setZoomLevelLimits.patch')
-sha256sums=('SKIP'
-'4ac46fdbfe1658ea63f28b56ceda94b06324f8476090a0d0888f99ae43dd27ad'
-'6700efd069c5870edf0e4aa826a89860254c262f437761ec0c328273604bda83'
-'f63e79516db0feb2e76c366402cf266165c0f7eb282dc55703b800b91152867d'
-'59e0c247d006a437a619917df7e76a506aadb4d751b7d3bb476a96030620a660'
-'8a217b932b1042c14930d89f56661dbdc13b1afe04680df6b2fefceb242fb05c'
-'6853ab684f5eb39e32e0b75ead0cf19c0a88310b003f0f80cfd07cb4f965')
-
-prepare() {
-cd ${pkgname}
-
-patch -Np1 -i ../iconPath.patch
-patch -Np1 -i ../nodeIntegration.patch
-patch -Np1 -i ../setZoomLevelLimits.patch
-}
-
-build() {
-cd ${pkgname}
-
-npm install --ignore-scripts
-cd dist
-npm install
-node ../scripts/patch-modules.js
-cd ..
-npm run build
-}
-
-package() {
-cd ${pkgname}
-
-install -dm755 "${pkgdir}/usr/lib/${pkgname}"
-rm dist/logo.png  # see iconPath.patch
-asar pack dist "${pkgdir}/usr/lib/${pkgname}/app.asar"
-
-install -Dm755 ../${pkgname}.sh "${pkgdir}/usr/bin/${pkgname}"
-install -m755 ../${pkgname}.js "${pkgdir}/usr/lib/${pkgname}/${pkgname}"
-install -Dm644 -t "${pkgdir}/usr/share/applications" ../${pkgname}.desktop
-install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}" LICENSE.md
-install -Dm644 electron/logo.png \
-"${pkgdir}/usr/share/pixmaps/${pkgname}.png"
-}

Copied: react-native-debugger/repos/community-any/PKGBUILD (from rev 482331, 
react-native-debugger/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-19 10:46:00 UTC (rev 482332)
@@ -0,0 +1,60 @@
+# Maintainer: Nicola Squartini 
+
+pkgname=react-native-debugger
+pkgver=0.9.10
+_commit=4feeab38b38b435d78d063029642889b251b71f8
+pkgrel=1
+pkgdesc='The standalone app for React Native Debugger, with React DevTools / 
Redux DevTools'
+arch=('any')
+url='https://github.com/jhen0409/react-native-debugger'
+license=('MIT')
+depends=('electron')

[arch-commits] Commit in react-native-debugger/repos/community-any (14 files)

2019-04-30 Thread Nicola Squartini via arch-commits
Date: Wednesday, May 1, 2019 @ 05:56:51
  Author: tensor5
Revision: 457388

archrelease: copy trunk to community-any

Added:
  react-native-debugger/repos/community-any/PKGBUILD
(from rev 457387, react-native-debugger/trunk/PKGBUILD)
  react-native-debugger/repos/community-any/iconPath.patch
(from rev 457387, react-native-debugger/trunk/iconPath.patch)
  react-native-debugger/repos/community-any/nodeIntegration.patch
(from rev 457387, react-native-debugger/trunk/nodeIntegration.patch)
  react-native-debugger/repos/community-any/react-native-debugger.desktop
(from rev 457387, react-native-debugger/trunk/react-native-debugger.desktop)
  react-native-debugger/repos/community-any/react-native-debugger.js
(from rev 457387, react-native-debugger/trunk/react-native-debugger.js)
  react-native-debugger/repos/community-any/react-native-debugger.sh
(from rev 457387, react-native-debugger/trunk/react-native-debugger.sh)
  react-native-debugger/repos/community-any/setZoomLevelLimits.patch
(from rev 457387, react-native-debugger/trunk/setZoomLevelLimits.patch)
Deleted:
  react-native-debugger/repos/community-any/PKGBUILD
  react-native-debugger/repos/community-any/iconPath.patch
  react-native-debugger/repos/community-any/nodeIntegration.patch
  react-native-debugger/repos/community-any/react-native-debugger.desktop
  react-native-debugger/repos/community-any/react-native-debugger.js
  react-native-debugger/repos/community-any/react-native-debugger.sh
  react-native-debugger/repos/community-any/setZoomLevelLimits.patch

---+
 PKGBUILD  |  120 
 iconPath.patch|   22 +++
 nodeIntegration.patch |   24 
 react-native-debugger.desktop |   16 ++---
 react-native-debugger.js  |   58 +--
 react-native-debugger.sh  |   14 ++--
 setZoomLevelLimits.patch  |   22 +++
 7 files changed, 138 insertions(+), 138 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-01 05:55:42 UTC (rev 457387)
+++ PKGBUILD2019-05-01 05:56:51 UTC (rev 457388)
@@ -1,60 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-pkgname=react-native-debugger
-pkgver=0.9.7
-_commit=6d05271a1f8c97ff7295a552c25618f49e2dbfbd
-pkgrel=2
-pkgdesc='The standalone app for React Native Debugger, with React DevTools / 
Redux DevTools'
-arch=('any')
-url='https://github.com/jhen0409/react-native-debugger'
-license=('MIT')
-depends=('electron')
-makedepends=('asar' 'git' 'npm')
-source=("git+https://github.com/jhen0409/react-native-debugger.git#commit=${_commit};
-'iconPath.patch'
-'nodeIntegration.patch'
-'react-native-debugger.desktop'
-'react-native-debugger.js'
-'react-native-debugger.sh'
-'setZoomLevelLimits.patch')
-sha256sums=('SKIP'
-'4ac46fdbfe1658ea63f28b56ceda94b06324f8476090a0d0888f99ae43dd27ad'
-'6700efd069c5870edf0e4aa826a89860254c262f437761ec0c328273604bda83'
-'f63e79516db0feb2e76c366402cf266165c0f7eb282dc55703b800b91152867d'
-'59e0c247d006a437a619917df7e76a506aadb4d751b7d3bb476a96030620a660'
-'8a217b932b1042c14930d89f56661dbdc13b1afe04680df6b2fefceb242fb05c'
-'6853ab684f5eb39e32e0b75ead0cf19c0a88310b003f0f80cfd07cb4f965')
-
-prepare() {
-cd ${pkgname}
-
-patch -Np1 -i ../iconPath.patch
-patch -Np1 -i ../nodeIntegration.patch
-patch -Np1 -i ../setZoomLevelLimits.patch
-}
-
-build() {
-cd ${pkgname}
-
-npm install --ignore-scripts
-cd dist
-npm install
-node ../scripts/patch-modules.js
-cd ..
-npm run build
-}
-
-package() {
-cd ${pkgname}
-
-install -dm755 "${pkgdir}/usr/lib/${pkgname}"
-rm dist/logo.png  # see iconPath.patch
-asar pack dist "${pkgdir}/usr/lib/${pkgname}/app.asar"
-
-install -Dm755 ../${pkgname}.sh "${pkgdir}/usr/bin/${pkgname}"
-install -m755 ../${pkgname}.js "${pkgdir}/usr/lib/${pkgname}/${pkgname}"
-install -Dm644 -t "${pkgdir}/usr/share/applications" ../${pkgname}.desktop
-install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}" LICENSE.md
-install -Dm644 electron/logo.png \
-"${pkgdir}/usr/share/pixmaps/${pkgname}.png"
-}

Copied: react-native-debugger/repos/community-any/PKGBUILD (from rev 457387, 
react-native-debugger/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-01 05:56:51 UTC (rev 457388)
@@ -0,0 +1,60 @@
+# Maintainer: Nicola Squartini 
+
+pkgname=react-native-debugger
+pkgver=0.9.8
+_commit=2b6c2fbee7c7ba8e887c540382959976558ae3cf
+pkgrel=1
+pkgdesc='The standalone app for React Native Debugger, with React DevTools / 
Redux DevTools'
+arch=('any')
+url='https://github.com/jhen0409/react-native-debugger'
+license=('MIT')
+depends=('electron')
+makedepends=('asar' 

[arch-commits] Commit in react-native-debugger/repos/community-any (14 files)

2019-04-17 Thread Nicola Squartini via arch-commits
Date: Thursday, April 18, 2019 @ 03:33:43
  Author: tensor5
Revision: 451970

archrelease: copy trunk to community-any

Added:
  react-native-debugger/repos/community-any/PKGBUILD
(from rev 451969, react-native-debugger/trunk/PKGBUILD)
  react-native-debugger/repos/community-any/iconPath.patch
(from rev 451969, react-native-debugger/trunk/iconPath.patch)
  react-native-debugger/repos/community-any/nodeIntegration.patch
(from rev 451969, react-native-debugger/trunk/nodeIntegration.patch)
  react-native-debugger/repos/community-any/react-native-debugger.desktop
(from rev 451969, react-native-debugger/trunk/react-native-debugger.desktop)
  react-native-debugger/repos/community-any/react-native-debugger.js
(from rev 451969, react-native-debugger/trunk/react-native-debugger.js)
  react-native-debugger/repos/community-any/react-native-debugger.sh
(from rev 451969, react-native-debugger/trunk/react-native-debugger.sh)
  react-native-debugger/repos/community-any/setZoomLevelLimits.patch
(from rev 451969, react-native-debugger/trunk/setZoomLevelLimits.patch)
Deleted:
  react-native-debugger/repos/community-any/Content-Security-Policy.patch
  react-native-debugger/repos/community-any/PKGBUILD
  react-native-debugger/repos/community-any/iconPath.patch
  react-native-debugger/repos/community-any/nodeIntegration.patch
  react-native-debugger/repos/community-any/react-native-debugger.desktop
  react-native-debugger/repos/community-any/react-native-debugger.js
  react-native-debugger/repos/community-any/setZoomLevelLimits.patch

---+
 Content-Security-Policy.patch |   10 ---
 PKGBUILD  |  120 
 iconPath.patch|   22 +++
 nodeIntegration.patch |   24 
 react-native-debugger.desktop |   16 ++---
 react-native-debugger.js  |   58 +--
 react-native-debugger.sh  |7 ++
 setZoomLevelLimits.patch  |   22 +++
 8 files changed, 138 insertions(+), 141 deletions(-)

Deleted: Content-Security-Policy.patch
===
--- Content-Security-Policy.patch   2019-04-18 03:32:21 UTC (rev 451969)
+++ Content-Security-Policy.patch   2019-04-18 03:33:43 UTC (rev 451970)
@@ -1,10 +0,0 @@
 a/dist/app.html
-+++ b/dist/app.html
-@@ -2,6 +2,7 @@
- 
-   
- 
-+
- React Native Debugger
- 
-   

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-18 03:32:21 UTC (rev 451969)
+++ PKGBUILD2019-04-18 03:33:43 UTC (rev 451970)
@@ -1,60 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-pkgname=react-native-debugger
-pkgver=0.9.7
-_commit=6d05271a1f8c97ff7295a552c25618f49e2dbfbd
-pkgrel=1
-pkgdesc='The standalone app for React Native Debugger, with React DevTools / 
Redux DevTools'
-arch=('any')
-url='https://github.com/jhen0409/react-native-debugger'
-license=('MIT')
-depends=('electron')
-makedepends=('asar' 'git' 'npm')
-source=("git+https://github.com/jhen0409/react-native-debugger.git#commit=${_commit};
-'Content-Security-Policy.patch'
-'iconPath.patch'
-'nodeIntegration.patch'
-'react-native-debugger.desktop'
-'react-native-debugger.js'
-'setZoomLevelLimits.patch')
-sha256sums=('SKIP'
-'11695a30802fb9d559608f56abdd09d864b40311de310c08e084fa93abe39443'
-'4ac46fdbfe1658ea63f28b56ceda94b06324f8476090a0d0888f99ae43dd27ad'
-'6700efd069c5870edf0e4aa826a89860254c262f437761ec0c328273604bda83'
-'f63e79516db0feb2e76c366402cf266165c0f7eb282dc55703b800b91152867d'
-'8cd406c3b2d091f2a2b73e5755682dc925bb1f75d0d425b82507136b350a4ceb'
-'6853ab684f5eb39e32e0b75ead0cf19c0a88310b003f0f80cfd07cb4f965')
-
-prepare() {
-cd ${pkgname}
-
-patch -Np1 -i ../Content-Security-Policy.patch
-patch -Np1 -i ../iconPath.patch
-patch -Np1 -i ../nodeIntegration.patch
-patch -Np1 -i ../setZoomLevelLimits.patch
-}
-
-build() {
-cd ${pkgname}
-
-npm install --ignore-scripts
-cd dist
-npm install
-node ../scripts/patch-modules.js
-cd ..
-npm run build
-}
-
-package() {
-cd ${pkgname}
-
-install -dm755 "${pkgdir}/usr/lib"
-rm dist/logo.png  # see iconPath.patch
-asar pack dist "${pkgdir}/usr/lib/${pkgname}.asar"
-
-install -Dm755 ../${pkgname}.js "${pkgdir}/usr/bin/${pkgname}"
-install -Dm644 -t "${pkgdir}/usr/share/applications" ../${pkgname}.desktop
-install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}" LICENSE.md
-install -Dm644 electron/logo.png \
-"${pkgdir}/usr/share/pixmaps/${pkgname}.png"
-}

Copied: react-native-debugger/repos/community-any/PKGBUILD (from rev 451969, 
react-native-debugger/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD