Remove xbindkeys and add parsec.
This commit is contained in:
8
parsec/abi_used_libs
Normal file
8
parsec/abi_used_libs
Normal file
@ -0,0 +1,8 @@
|
||||
libGL.so.1
|
||||
libX11.so.6
|
||||
libc.so.6
|
||||
libdl.so.2
|
||||
libgcc_s.so.1
|
||||
libm.so.6
|
||||
libpthread.so.0
|
||||
libstdc++.so.6
|
9
parsec/files/parsecd.service
Normal file
9
parsec/files/parsecd.service
Normal file
@ -0,0 +1,9 @@
|
||||
[Unit]
|
||||
Description=Parsec Daemon
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/parsecd app_daemon=1
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
|
28
parsec/package.yml
Normal file
28
parsec/package.yml
Normal file
@ -0,0 +1,28 @@
|
||||
name : parsec
|
||||
version : 147_9
|
||||
release : 2
|
||||
source :
|
||||
- https://s3.amazonaws.com/parsec-build/package/parsec-linux.deb : beed951ebee0189e8c22aa3d9190e1ddc7691c4703379e146a8b812c21b3a273
|
||||
license : Proprietary
|
||||
component : network.web
|
||||
summary : Play, watch, and share games with your friends
|
||||
description: |
|
||||
Parsec lets you invite your friends to play games with you online even if the game doesn't have online multiplayer. You can play together, watch them play, or take over the controller to show them how it's done.
|
||||
builddeps :
|
||||
- pkgconfig(libglvnd)
|
||||
rundeps :
|
||||
- libva
|
||||
install : |
|
||||
install -Ddm0755 $installdir/usr/bin
|
||||
install -Ddm0755 $installdir/usr/share/icons/hicolor/256x256/apps
|
||||
install -Ddm0755 $installdir/usr/share/applications
|
||||
install -Ddm0755 $installdir/usr/share/parsec/skel
|
||||
install -Ddm0755 $installdir/usr/lib/systemd/user
|
||||
bsdtar xf data.tar.xz
|
||||
install -Dm00755 usr/bin/parsecd $installdir/usr/bin/
|
||||
install -Dm00644 usr/share/applications/parsec.desktop $installdir/usr/share/applications/
|
||||
install -Dm00644 usr/share/icons/hicolor/256x256/apps/parsec.png $installdir/usr/share/icons/hicolor/256x256/apps/
|
||||
install -Dm00644 $pkgfiles/parsecd.service $installdir/usr/lib/systemd/user/
|
||||
ln -s ../bin/parsecd $installdir/usr/bin/parsec
|
||||
cp usr/share/parsec/skel/appdata.json $installdir/usr/share/parsec/skel/appdata.json
|
||||
cp usr/share/parsec/skel/parsecd-147-9.so $installdir/usr/share/parsec/skel/parsecd-147-9.so
|
40
parsec/pspec_x86_64.xml
Normal file
40
parsec/pspec_x86_64.xml
Normal file
@ -0,0 +1,40 @@
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>parsec</Name>
|
||||
<Packager>
|
||||
<Name>Abdulkadir Furkan Şanlı</Name>
|
||||
<Email>abdulkadirfsanli@protonmail.com</Email>
|
||||
</Packager>
|
||||
<License>Proprietary</License>
|
||||
<PartOf>network.web</PartOf>
|
||||
<Summary xml:lang="en">Play, watch, and share games with your friends</Summary>
|
||||
<Description xml:lang="en">Parsec lets you invite your friends to play games with you online even if the game doesn't have online multiplayer. You can play together, watch them play, or take over the controller to show them how it's done.
|
||||
</Description>
|
||||
<Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>parsec</Name>
|
||||
<Summary xml:lang="en">Play, watch, and share games with your friends</Summary>
|
||||
<Description xml:lang="en">Parsec lets you invite your friends to play games with you online even if the game doesn't have online multiplayer. You can play together, watch them play, or take over the controller to show them how it's done.
|
||||
</Description>
|
||||
<PartOf>network.web</PartOf>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin/parsec</Path>
|
||||
<Path fileType="executable">/usr/bin/parsecd</Path>
|
||||
<Path fileType="library">/usr/lib/systemd/user/parsecd.service</Path>
|
||||
<Path fileType="data">/usr/share/applications/parsec.desktop</Path>
|
||||
<Path fileType="data">/usr/share/icons/hicolor/256x256/apps/parsec.png</Path>
|
||||
<Path fileType="data">/usr/share/parsec/skel/appdata.json</Path>
|
||||
<Path fileType="data">/usr/share/parsec/skel/parsecd-147-9.so</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2019-07-11</Date>
|
||||
<Version>1479</Version>
|
||||
<Comment>Packaging update</Comment>
|
||||
<Name>Abdulkadir Furkan Şanlı</Name>
|
||||
<Email>abdulkadirfsanli@protonmail.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
Reference in New Issue
Block a user