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
Vladislav
eepm
Commits
d8e2c301
Commit
d8e2c301
authored
Apr 24, 2023
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm play: add check for origin of install repo for all targets
parent
a1459142
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
4 additions
and
12 deletions
+4
-12
chromium-gost.sh
play.d/chromium-gost.sh
+1
-2
codium.sh
play.d/codium.sh
+0
-2
common.sh
play.d/common.sh
+2
-0
kubo.sh
play.d/kubo.sh
+0
-2
pencil.sh
play.d/pencil.sh
+1
-2
steam.sh
play.d/steam.sh
+0
-2
yandex-browser.sh
play.d/yandex-browser.sh
+0
-2
No files found.
play.d/chromium-gost.sh
View file @
d8e2c301
...
...
@@ -2,13 +2,12 @@
# filename does not contain -stable, but package name with -stable
PKGNAME
=
chromium-gost-stable
REPOPKGNAME
=
chromium-gost
SUPPORTEDARCHES
=
"x86_64"
DESCRIPTION
=
"Chromium with GOST support from the official site"
.
$(
dirname
$0
)
/common.sh
is_repacked_package chromium-gost
||
exit
0
#arch=$(epm print info --distro-arch)
#pkgtype=$(epm print info -p)
arch
=
amd64
...
...
play.d/codium.sh
View file @
d8e2c301
...
...
@@ -6,8 +6,6 @@ DESCRIPTION="Codium from the official site"
.
$(
dirname
$0
)
/common.sh
is_repacked_package
||
exit
0
VERSION
=
"
$2
"
arch
=
"
$(
epm print info
-a
)
"
...
...
play.d/common.sh
View file @
d8e2c301
...
...
@@ -197,3 +197,5 @@ is_repacked_package()
return
0
}
# skip install if there is package installed not via epm play
is_repacked_package
$REPOPKGNAME
||
exit
0
play.d/kubo.sh
View file @
d8e2c301
...
...
@@ -22,8 +22,6 @@ fi
.
$(
dirname
$0
)
/common.sh
is_repacked_package
||
exit
0
arch
=
"
$(
epm print info
-a
)
"
case
"
$arch
"
in
...
...
play.d/pencil.sh
View file @
d8e2c301
#!/bin/sh
PKGNAME
=
Pencil
REPOPKGNAME
=
pencil
SUPPORTEDARCHES
=
"x86_64 x86"
DESCRIPTION
=
"Pencil from the official site"
URL
=
"https://pencil.evolus.vn/"
.
$(
dirname
$0
)
/common.sh
is_repacked_package pencil
||
exit
0
arch
=
$(
epm print info
--distro-arch
)
case
$arch
in
x86_64|amd64
)
...
...
play.d/steam.sh
View file @
d8e2c301
...
...
@@ -10,8 +10,6 @@ epm installed $REPOPKGNAME && PKGNAME=$REPOPKGNAME
.
$(
dirname
$0
)
/common.sh
is_repacked_package
$REPOPKGNAME
||
exit
0
res
=
0
if
!
epm
install
$REPOPKGNAME
;
then
PKGURL
=
"https://cdn.akamai.steamstatic.com/client/installer/steam.deb"
...
...
play.d/yandex-browser.sh
View file @
d8e2c301
...
...
@@ -15,8 +15,6 @@ SUPPORTEDARCHES="x86_64"
.
$(
dirname
$0
)
/common.sh
is_repacked_package
||
exit
0
# See also https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=yandex-browser-beta
URL
=
"https://repo.yandex.ru/yandex-browser"
...
...
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