riot-desktop: update to 1.5.0
This commit is contained in:
parent
a7056c2830
commit
5db12531ba
1 changed files with 2 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'riot-desktop'
|
||||
pkgname=riot-desktop
|
||||
version=1.4.2
|
||||
version=1.5.0
|
||||
revision=1
|
||||
archs="i686 x86_64"
|
||||
wrksrc="riot-web-${version}"
|
||||
|
@ -12,7 +12,7 @@ maintainer="Bendodroid <bendodroid@icloud.com>"
|
|||
license="Apache-2.0"
|
||||
homepage="https://riot.im"
|
||||
distfiles="https://github.com/vector-im/riot-web/archive/v${version}.tar.gz"
|
||||
checksum=0d8ce20912ea8c6961ff04a3e3231da1f77ec18cfdc5000a1f01d19eec9ad51c
|
||||
checksum=d4bfdf0ccd8eb1a6e6f2f52b5809e7719e7eea7096211c12563ae480fbcd341b
|
||||
nocross=yes
|
||||
nostrip=yes
|
||||
shlib_provides="libGLVESv2.so"
|
||||
|
@ -36,7 +36,6 @@ do_install() {
|
|||
vcopy webapp /usr/lib/riot-desktop
|
||||
vcopy origin_migrator /usr/lib/riot-desktop
|
||||
vinstall config.sample.json 664 /etc/riot-desktop/ config.json
|
||||
vlicense LICENSE
|
||||
ln -s /etc/riot-desktop/config.json $DESTDIR/usr/lib/riot-desktop/config.json
|
||||
vbin ${FILESDIR}/riot-desktop.sh riot-desktop
|
||||
vinstall ${FILESDIR}/riot-desktop.desktop 644 /usr/share/applications/ riot-desktop.desktop
|
||||
|
|
Loading…
Reference in a new issue