diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,19 +1,19 @@
name : riot
-version : 0.9.9
-release : 3
+version : 0.9.10
+release : 4
homepage : https://riot.im/
source :
- - https://github.com/vector-im/riot-web/archive/v0.9.9.tar.gz : 872210523062011d9b3c21433e1a0b5cb95cdf72850ba516f59ac281c70e90c4
+ - https://github.com/vector-im/riot-web/archive/v0.9.10.tar.gz : fb79dc2dcaf9613895bdee87f558c74c3a646511b2459cdc6a038250e97f6bc9
license : Apache-2.0
component : network.im
networking : yes
summary : Electron based Matrix client built using the Matrix React SDK
description: |
Riot is an electron based Matrix client that allows cross platform
- communication between other IRC, slack, gitter and other riot/matrix
- users. Also has secure end to end encrypted group(or 1 to 1) chat
- through text, audio and video with other users of riot/matrix on
- Android, iOS, Windows, OSX, Linux and/or web browsers.
+ communication between IRC, slack, gitter and riot/matrix
+ users. Also has secure end to end encrypted chat through
+ text, audio and video with users of riot/matrix on
+ Android, iOS, Windows, OSX, Linux and web browsers.
builddeps :
- pkgconfig(alsa)
- pkgconfig(atk)
@@ -32,20 +32,21 @@
setup : |
%patch -p1 < $pkgfiles/0001-patch-deb-electron-build.patch
npm install
- npm install electron
+ cd electron_app
+ npm install
build : |
npm run build
node_modules/.bin/build -l --x64
install : |
install -dm00644 $installdir/usr/bin
install -dm00644 $installdir/usr/share/riot
- cp -Rv electron/dist/linux-unpacked/* $installdir/usr/share/riot/
+ cp -Rv electron_app/dist/linux-unpacked/* $installdir/usr/share/riot/
ln -sv ../share/riot/riot-web $installdir/usr/bin/riot-web
# Install Icons
for icon_size in 16 24 48 64 96 128 256 512
do
- install -D -m00644 electron/build/icons/${icon_size}x${icon_size}.png $installdir/usr/share/icons/hicolor/${icon_size}x${icon_size}/apps/riot-web.png
+ install -D -m00644 electron_app/build/icons/${icon_size}x${icon_size}.png $installdir/usr/share/icons/hicolor/${icon_size}x${icon_size}/apps/riot-web.png
done
# Desktop File
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -10,10 +10,10 @@
network.im
Electron based Matrix client built using the Matrix React SDK
Riot is an electron based Matrix client that allows cross platform
-communication between other IRC, slack, gitter and other riot/matrix
-users. Also has secure end to end encrypted group(or 1 to 1) chat
-through text, audio and video with other users of riot/matrix on
-Android, iOS, Windows, OSX, Linux and/or web browsers.
+communication between IRC, slack, gitter and riot/matrix
+users. Also has secure end to end encrypted chat through
+text, audio and video with users of riot/matrix on
+Android, iOS, Windows, OSX, Linux and web browsers.
https://solus-project.com/sources/README.Solus
@@ -21,10 +21,10 @@
riot
Electron based Matrix client built using the Matrix React SDK
Riot is an electron based Matrix client that allows cross platform
-communication between other IRC, slack, gitter and other riot/matrix
-users. Also has secure end to end encrypted group(or 1 to 1) chat
-through text, audio and video with other users of riot/matrix on
-Android, iOS, Windows, OSX, Linux and/or web browsers.
+communication between IRC, slack, gitter and riot/matrix
+users. Also has secure end to end encrypted chat through
+text, audio and video with users of riot/matrix on
+Android, iOS, Windows, OSX, Linux and web browsers.
network.im
@@ -42,12 +42,12 @@
-
- 2017-05-07
- 0.9.9
+
+ 2017-05-25
+ 0.9.10
Packaging update
Will Featherston
bennzoid@gmail.com
\ No newline at end of file