Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eepm
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
eepm
Commits
f19af242
Commit
f19af242
authored
Apr 04, 2026
by
Boris Yumankulov
Committed by
Vitaly Lipatov
Apr 06, 2026
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm play: added VK Play (eterbug #19004)
Signed-off-by:
Boris Yumankulov
<
boria138@altlinux.org
>
parent
6c3e0e8a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
44 additions
and
0 deletions
+44
-0
vk-play.sh
play.d/vk-play.sh
+24
-0
GameCenterShowcase.sh
repack.d/GameCenterShowcase.sh
+20
-0
No files found.
play.d/vk-play.sh
0 → 100755
View file @
f19af242
#!/bin/sh
PKGNAME
=
GameCenterShowcase
SUPPORTEDARCHES
=
"x86_64"
VERSION
=
"
$2
"
DESCRIPTION
=
"VK Play — российская площадка для любителей игр, разработчиков и авторов контента"
URL
=
"https://vkplay.ru/about/?from=gamecenter"
.
$(
dirname
$0
)
/common.sh
warn_version_is_not_supported
pkgtype
=
"
$(
epm print info
-p
)
"
case
$pkgtype
in
rpm
)
PKGURL
=
"https://static.gc.vkplay.ru/gclinux/rpm_repo/GameCenterShowcase.x86_64.rpm"
;;
*
)
PKGURL
=
"https://static.gc.vkplay.ru/gclinux/deb_repo/GameCenterShowcase_amd64.deb"
;;
esac
install_pkgurl
repack.d/GameCenterShowcase.sh
0 → 100644
View file @
f19af242
#!/bin/sh -x
# It will be run with two args: buildroot spec
BUILDROOT
=
"
$1
"
SPEC
=
"
$2
"
.
$(
dirname
$0
)
/common.sh
move_to_opt
"/usr/lib/GameCenterShowcase"
fix_desktop_file
"Exec=/usr/lib/GameCenterShowcase/GameCenterShowcase"
"Exec=GameCenterShowcase"
remove_file /usr/bin/GameCenterShowcase
add_requires libcurl4-openssl
cat
<<
'
EOF
' | create_exec_file "/usr/bin/GameCenterShowcase"
#!/bin/sh
export LD_LIBRARY_PATH=/usr/lib64/libcurl4-openssl
${
LD_LIBRARY_PATH
:+:
$LD_LIBRARY_PATH
}
exec /opt/GameCenterShowcase/GameCenterShowcase "
$@
"
EOF
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment