Skip to content

Commit

Permalink
Register hifi:// protocol for Interface, use xdg-desktop-menu to inst…
Browse files Browse the repository at this point in the history
…all .desktop entry, bump pkgver
  • Loading branch information
toastercup committed Mar 14, 2016
1 parent 065428d commit 69fa6a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions hifi-interface/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Issues: https://github.com/toastercup/aur-packages/issues

pkgname=hifi-interface-git
pkgver=r39957.f21815e
pkgver=r40509.9e0d9f5
pkgrel=1
pkgdesc="High Fidelity is an open, decentralized virtual world using sensors to control avatars and dynamically assigned devices as servers (git - master)"
arch=('i686' 'x86_64')
Expand Down Expand Up @@ -70,7 +70,7 @@ build() {

package() {
install -Dm644 hifi-interface.png "$pkgdir/usr/share/pixmaps/hifi-interface.png"
install -Dm644 hifi-interface.desktop "$pkgdir/usr/share/applications/hifi-interface.desktop"
xdg-desktop-menu install --mode system hifi-interface.desktop

mkdir -p "$pkgdir/usr/bin"
cd "$srcdir/build"
Expand Down
3 changes: 2 additions & 1 deletion hifi-interface/hifi-interface.desktop
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ Exec=/opt/hifi/interface/interface
Icon=/usr/share/pixmaps/hifi-interface.png
Terminal=false
StartupNotify=true
Categories=Network;Game;3DGraphics;Qt
Categories=Network;Game;3DGraphics
MimeType=x-scheme-handler/hifi;

0 comments on commit 69fa6a5

Please sign in to comment.