summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuca Weiss2017-01-06 17:37:26 +0100
committerLuca Weiss2017-01-06 17:37:26 +0100
commit78b621474c2e1d42f4576d2ca02169afc4617d98 (patch)
treef798038af63406d1cd14f5df53484a76f51aa483
parent725d169a78bf2662af1ecc6a746ef4f06bb09ad8 (diff)
downloadaur-78b621474c2e1d42f4576d2ca02169afc4617d98.tar.gz
Add png and hopefully fix desktop entry icon
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
-rw-r--r--Riot.desktop2
-rw-r--r--riot.pngbin0 -> 25115 bytes
4 files changed, 11 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9908300bcc56..e831cedc42a2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Dec 30 21:45:05 UTC 2016
+# Fri Jan 6 16:37:11 UTC 2017
pkgbase = riot-web
pkgdesc = A glossy Matrix collaboration client for the desktop.
pkgver = 0.9.5
@@ -14,10 +14,12 @@ pkgbase = riot-web
source = Riot.desktop
source = riot-web.sh
source = riot.svg
+ source = riot.png
sha512sums = SKIP
- sha512sums = d76be71d1ee0673916bfb563b1701ce42221ebd0fb520b5171d453027391b583eaebba4baee707eecd5583b461bc1317a67e4dd57fd350e134b1afd4fc5d4ed5
+ sha512sums = 103e08dd228967f75bf7f7a84d8764afdc7e88b3eb8d833e909ee8ca56bed3c451b7297c733de1459f37f1d9f50a3f9859879298ebfe92befe44c0785be7903c
sha512sums = 48ec620b07fc57de790abdb1f01048825fa7864d22d3f3494055b3919538868ac9c48048d94ad1655f93da595cc1a06a625170aa070979f98a9d39b5ded34cae
sha512sums = bf88f617f7327b73e10d452c4f316f39e999874c25c6eac124036a28508c9ecadcc15e9540c4297903f1bac88cc580c48f69220c455369a8a21eef688071966b
+ sha512sums = 9bc5c155384bb6d17c9007e9fb17c644db0b86e7c4ca03396d845bdc2916ddf906570bdeca9133d6f09e6920531e742aed31738b4ad77196fdd48e54784d50cf
pkgname = riot-web
diff --git a/PKGBUILD b/PKGBUILD
index e579b84e90cb..a66e345430dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,15 +10,17 @@ source=("git+https://github.com/vector-im/riot-web.git#tag=v$pkgver"
#source=("https://github.com/vector-im/riot-web/releases/download/v0.9.5/vector-v0.9.5.tar.gz"{,.asc}
"Riot.desktop"
"riot-web.sh"
- "riot.svg")
+ "riot.svg"
+ "riot.png")
#validpgpkeys=('6FEB6F83D48B93547E7DFEDEE019645248E8F4A1')
url="https://riot.im/"
makedepends=("git" "npm")
depends=("electron")
sha512sums=('SKIP'
- 'd76be71d1ee0673916bfb563b1701ce42221ebd0fb520b5171d453027391b583eaebba4baee707eecd5583b461bc1317a67e4dd57fd350e134b1afd4fc5d4ed5'
+ '103e08dd228967f75bf7f7a84d8764afdc7e88b3eb8d833e909ee8ca56bed3c451b7297c733de1459f37f1d9f50a3f9859879298ebfe92befe44c0785be7903c'
'48ec620b07fc57de790abdb1f01048825fa7864d22d3f3494055b3919538868ac9c48048d94ad1655f93da595cc1a06a625170aa070979f98a9d39b5ded34cae'
- 'bf88f617f7327b73e10d452c4f316f39e999874c25c6eac124036a28508c9ecadcc15e9540c4297903f1bac88cc580c48f69220c455369a8a21eef688071966b')
+ 'bf88f617f7327b73e10d452c4f316f39e999874c25c6eac124036a28508c9ecadcc15e9540c4297903f1bac88cc580c48f69220c455369a8a21eef688071966b'
+ '9bc5c155384bb6d17c9007e9fb17c644db0b86e7c4ca03396d845bdc2916ddf906570bdeca9133d6f09e6920531e742aed31738b4ad77196fdd48e54784d50cf')
build() {
# cd $srcdir/vector-v$pkgver
@@ -41,6 +43,7 @@ package() {
install -Dm755 $srcdir/riot-web.sh $pkgdir/usr/bin/riot-web
install -Dm644 $srcdir/riot.svg $pkgdir/usr/share/icons/hicolor/scalable/apps/riot.svg
+ install -Dm644 $srcdir/riot.png $pkgdir/usr/share/pixmaps/riot.png
}
# vim:set ts=2 sw=2 et:
diff --git a/Riot.desktop b/Riot.desktop
index bfaa24d8caef..152a3d320655 100644
--- a/Riot.desktop
+++ b/Riot.desktop
@@ -4,5 +4,5 @@ Comment=A feature-rich client for Matrix.org
Exec="/usr/bin/riot-web"
Terminal=false
Type=Application
-Icon=riot-web
+Icon=riot
StartupWMClass="Riot"
diff --git a/riot.png b/riot.png
new file mode 100644
index 000000000000..9fdf6b4028da
--- /dev/null
+++ b/riot.png
Binary files differ