soulseekqt: add missing files; rename executable...

This commit is contained in:
Juan RP 2015-04-14 10:09:05 +02:00
parent d1c9080ae4
commit fd4e54818a
3 changed files with 9 additions and 1 deletions

View file

@ -0,0 +1,8 @@
[Desktop Entry]
Name=SoulSeekQT
Exec=soulseekqt
Icon=soulseekqt
Terminal=false
Type=Application
Categories=Network;P2P;
Comment=Soulseek music-sharing client

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

View file

@ -26,7 +26,7 @@ create_wrksrc=yes
only_for_archs="i686 x86_64"
do_install() {
vinstall SoulseekQt-$_pkgver 755 usr/bin
vbin SoulseekQt-$_pkgver $pkgname
vinstall ${FILESDIR}/soulseekqt.desktop 644 usr/share/applications
vinstall ${FILESDIR}/soulseekqt.png 644 usr/share/pixmaps
}