diff --git a/packages/eopkg-index.xml b/packages/eopkg-index.xml index 96b5b72..b7d6a07 100644 --- a/packages/eopkg-index.xml +++ b/packages/eopkg-index.xml @@ -1,19 +1,22 @@ - xbindkeys - This program grab keys in X and start the corresponding shell command. - xbindkeys is a program that allows you to launch shell commands with your keyboard or your mouse under X Window. - xorg.apps - GPL-2.0-or-later + parsec + Play, watch, and share games with your friends + 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. + network.web + Proprietary - glibc + libstdc++ + libglvnd + glibc libx11 - guile + libgcc + libva - - 2019-01-02 - 1.8.6 + + 2019-07-11 + 1479 Packaging update Abdulkadir Furkan Şanlı abdulkadirfsanli@protonmail.com @@ -23,13 +26,13 @@ Solus 1 x86_64 - 59392 - 21226 - 876fd6f28ff6c0d9019f86ff67cd99e2afba5d9a - xbindkeys-1.8.6-1-1-x86_64.eopkg + 6228775 + 2397088 + 5447eeff1005df711c0815fa8366ce9bd40194bb + parsec-1479-2-1-x86_64.eopkg 1.2 - xbindkeys + parsec Abdulkadir Furkan Şanlı abdulkadirfsanli@protonmail.com diff --git a/packages/eopkg-index.xml.sha1sum b/packages/eopkg-index.xml.sha1sum index eaeacd9..58c08c9 100644 --- a/packages/eopkg-index.xml.sha1sum +++ b/packages/eopkg-index.xml.sha1sum @@ -1 +1 @@ -e496935a939a7480af44e5449b545fe00239e287 \ No newline at end of file +067aca1e9fbebec079ffef611be6f6d8cac04e78 \ No newline at end of file diff --git a/packages/eopkg-index.xml.sig b/packages/eopkg-index.xml.sig index a2354f6..0575459 100644 Binary files a/packages/eopkg-index.xml.sig and b/packages/eopkg-index.xml.sig differ diff --git a/packages/eopkg-index.xml.xz b/packages/eopkg-index.xml.xz index 4172074..dc4ae6c 100644 Binary files a/packages/eopkg-index.xml.xz and b/packages/eopkg-index.xml.xz differ diff --git a/packages/eopkg-index.xml.xz.sha1sum b/packages/eopkg-index.xml.xz.sha1sum index b165431..2ff8c52 100644 --- a/packages/eopkg-index.xml.xz.sha1sum +++ b/packages/eopkg-index.xml.xz.sha1sum @@ -1 +1 @@ -cabad8c4a9582908ffc56078f8323fbd58b050fd \ No newline at end of file +a8390e4df86def29a9692fb7fec87de9d6065033 \ No newline at end of file diff --git a/packages/eopkg-index.xml.xz.sig b/packages/eopkg-index.xml.xz.sig index 97a3bd8..33263ad 100644 Binary files a/packages/eopkg-index.xml.xz.sig and b/packages/eopkg-index.xml.xz.sig differ diff --git a/packages/parsec-1479-2-1-x86_64.eopkg b/packages/parsec-1479-2-1-x86_64.eopkg new file mode 100644 index 0000000..7d51e59 Binary files /dev/null and b/packages/parsec-1479-2-1-x86_64.eopkg differ diff --git a/packages/xbindkeys-1.8.6-1-1-x86_64.eopkg b/packages/xbindkeys-1.8.6-1-1-x86_64.eopkg deleted file mode 100644 index ad86120..0000000 Binary files a/packages/xbindkeys-1.8.6-1-1-x86_64.eopkg and /dev/null differ diff --git a/parsec/abi_used_libs b/parsec/abi_used_libs new file mode 100644 index 0000000..1d5d912 --- /dev/null +++ b/parsec/abi_used_libs @@ -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 diff --git a/parsec/files/parsecd.service b/parsec/files/parsecd.service new file mode 100644 index 0000000..d248024 --- /dev/null +++ b/parsec/files/parsecd.service @@ -0,0 +1,9 @@ +[Unit] +Description=Parsec Daemon + +[Service] +ExecStart=/usr/bin/parsecd app_daemon=1 + +[Install] +WantedBy=default.target + diff --git a/parsec/package.yml b/parsec/package.yml new file mode 100644 index 0000000..f7b5c56 --- /dev/null +++ b/parsec/package.yml @@ -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 diff --git a/parsec/pspec_x86_64.xml b/parsec/pspec_x86_64.xml new file mode 100644 index 0000000..026fdad --- /dev/null +++ b/parsec/pspec_x86_64.xml @@ -0,0 +1,40 @@ + + + parsec + + Abdulkadir Furkan Şanlı + abdulkadirfsanli@protonmail.com + + Proprietary + network.web + Play, watch, and share games with your friends + 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. + + https://getsol.us/sources/README.Solus + + + parsec + Play, watch, and share games with your friends + 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. + + network.web + + /usr/bin/parsec + /usr/bin/parsecd + /usr/lib/systemd/user/parsecd.service + /usr/share/applications/parsec.desktop + /usr/share/icons/hicolor/256x256/apps/parsec.png + /usr/share/parsec/skel/appdata.json + /usr/share/parsec/skel/parsecd-147-9.so + + + + + 2019-07-11 + 1479 + Packaging update + Abdulkadir Furkan Şanlı + abdulkadirfsanli@protonmail.com + + + \ No newline at end of file diff --git a/xbindkeys/abi_used_libs b/xbindkeys/abi_used_libs deleted file mode 100644 index c941ec0..0000000 --- a/xbindkeys/abi_used_libs +++ /dev/null @@ -1,4 +0,0 @@ -libX11.so.6 -libc.so.6 -libguile-2.0.so.22 -libpthread.so.0 diff --git a/xbindkeys/package.yml b/xbindkeys/package.yml deleted file mode 100644 index aca1551..0000000 --- a/xbindkeys/package.yml +++ /dev/null @@ -1,20 +0,0 @@ -name : xbindkeys -version : 1.8.6 -release : 1 -source : - - http://www.nongnu.org/xbindkeys/xbindkeys-1.8.6.tar.gz : 6c0d18be19fc19ab9b4595edf3a23c0a6946c8a5eb5c1bc395471c8f9a710d18 -license : GPL-2.0-or-later -component : xorg.apps -summary : This program grab keys in X and start the corresponding shell command. -description: | - xbindkeys is a program that allows you to launch shell commands with your keyboard or your mouse under X Window. -builddeps : - - pkgconfig(x11-xcb) - - pkgconfig(guile-2.0) - - pkgconfig(bdw-gc) -setup : | - %configure -build : | - %make -install : | - %make_install diff --git a/xbindkeys/pspec_x86_64.xml b/xbindkeys/pspec_x86_64.xml deleted file mode 100644 index 810c237..0000000 --- a/xbindkeys/pspec_x86_64.xml +++ /dev/null @@ -1,37 +0,0 @@ - - - xbindkeys - - Abdulkadir Furkan Şanlı - abdulkadirfsanli@protonmail.com - - GPL-2.0-or-later - xorg.apps - This program grab keys in X and start the corresponding shell command. - xbindkeys is a program that allows you to launch shell commands with your keyboard or your mouse under X Window. - - https://solus-project.com/sources/README.Solus - - - xbindkeys - This program grab keys in X and start the corresponding shell command. - xbindkeys is a program that allows you to launch shell commands with your keyboard or your mouse under X Window. - - xorg.apps - - /usr/bin/xbindkeys - /usr/bin/xbindkeys_show - /usr/share/man/man1/xbindkeys.1 - /usr/share/man/man1/xbindkeys_show.1 - - - - - 2019-01-02 - 1.8.6 - Packaging update - Abdulkadir Furkan Şanlı - abdulkadirfsanli@protonmail.com - - - \ No newline at end of file