diff --git a/files/0001-change-deb-to-dir-for-building.patch b/files/0001-change-deb-to-dir-for-building.patch deleted file mode 100644 --- a/files/0001-change-deb-to-dir-for-building.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 620b13f78d8da64bb77e6fd1616ccf2484186d19 Mon Sep 17 00:00:00 2001 -From: Will Featherston -Date: Sat, 3 Jun 2017 00:23:06 -0400 -Subject: [PATCH] change deb to dir for building - ---- - package.json | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/package.json b/package.json -index ff2b413e..0cfde581 100644 ---- a/package.json -+++ b/package.json -@@ -158,7 +158,7 @@ - "webapp/**/*" - ], - "linux": { -- "target": "deb", -+ "target": "dir", - "category": "Network;InstantMessaging;Chat", - "maintainer": "support@riot.im", - "desktop": { --- -2.13.0 - diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,9 +1,9 @@ name : riot -version : 0.12.7 -release : 8 +version : 0.13.0 +release : 9 homepage : https://riot.im/ source : - - https://github.com/vector-im/riot-web/archive/v0.12.7.tar.gz : 0aab04676562bb63e3dd25a775313dede9b110fe030d807b1f166b68ce17393a + - https://github.com/vector-im/riot-web/archive/v0.13.0.tar.gz : 58002580ab13751470fbbc58c157783df11e4d89499cc6febaf430285280ab31 license : Apache-2.0 component : network.im networking : yes @@ -30,13 +30,10 @@ rundeps : - nodejs setup : | - %patch -p1 < $pkgfiles/0001-change-deb-to-dir-for-building.patch - npm install - cd electron_app - npm install + npm install --no-shrinkwrap build : | npm run build - node_modules/.bin/build -l --x64 + node_modules/.bin/build -l --x64 --dir install : | install -dm00644 $installdir/usr/bin install -dm00644 $installdir/usr/share/riot diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -42,12 +42,12 @@ - - 2017-10-16 - 0.12.7 + + 2017-11-15 + 0.13.0 Packaging update Will Featherston bennzoid@gmail.com \ No newline at end of file