add link to /usr/bin/parsec

This commit is contained in:
E5ten
2018-06-13 19:43:08 -04:00
parent cd0f84a631
commit d2b9038f7a
2 changed files with 3 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
pkgbase = parsec-bin pkgbase = parsec-bin
pkgdesc = Remotely connect to a gaming pc for a low latency remote computing experience pkgdesc = Remotely connect to a gaming pc for a low latency remote computing experience
pkgver = 146_18 pkgver = 146_18
pkgrel = 1 pkgrel = 2
url = http://parsec.tv url = http://parsec.tv
arch = x86_64 arch = x86_64
depends = gtk2 depends = gtk2

View File

@@ -3,7 +3,7 @@
pkgname=parsec-bin pkgname=parsec-bin
pkgver=146_18 pkgver=146_18
pkgrel=1 pkgrel=2
pkgdesc="Remotely connect to a gaming pc for a low latency remote computing experience" pkgdesc="Remotely connect to a gaming pc for a low latency remote computing experience"
url=http://parsec.tv url=http://parsec.tv
arch=('x86_64') arch=('x86_64')
@@ -21,5 +21,6 @@ package() {
install -Dm755 $srcdir/usr/bin/parsecd $pkgdir/usr/bin/ install -Dm755 $srcdir/usr/bin/parsecd $pkgdir/usr/bin/
install -Dm755 $srcdir/usr/share/applications/parsec.desktop $pkgdir/usr/share/applications/ install -Dm755 $srcdir/usr/share/applications/parsec.desktop $pkgdir/usr/share/applications/
install -Dm644 $srcdir/usr/share/icons/hicolor/256x256/apps/parsec.png $pkgdir/usr/share/icons/hicolor/256x256/apps/ install -Dm644 $srcdir/usr/share/icons/hicolor/256x256/apps/parsec.png $pkgdir/usr/share/icons/hicolor/256x256/apps/
ln -s /usr/bin/parsecd $pkgdir/usr/bin/parsec
} }