Page MenuHomeSolus

D207.id.diff
No OneTemporary

D207.id.diff

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 @@
<PartOf>network.im</PartOf>
<Summary xml:lang="en">Electron based Matrix client built using the Matrix React SDK</Summary>
<Description xml:lang="en">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.
</Description>
<Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
</Source>
@@ -21,10 +21,10 @@
<Name>riot</Name>
<Summary xml:lang="en">Electron based Matrix client built using the Matrix React SDK</Summary>
<Description xml:lang="en">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.
</Description>
<PartOf>network.im</PartOf>
<Files>
@@ -42,12 +42,12 @@
</Files>
</Package>
<History>
- <Update release="3">
- <Date>2017-05-07</Date>
- <Version>0.9.9</Version>
+ <Update release="4">
+ <Date>2017-05-25</Date>
+ <Version>0.9.10</Version>
<Comment>Packaging update</Comment>
<Name>Will Featherston</Name>
<Email>bennzoid@gmail.com</Email>
</Update>
</History>
</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Thu, Aug 10, 2:41 PM (1 d, 2 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5800434
Default Alt Text
D207.id.diff (4 KB)

Event Timeline