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
etersoft
eepm
Commits
f691b165
Commit
f691b165
authored
Apr 24, 2023
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm play: check already installed package with is_repacked_package
parent
02dff226
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
22 deletions
+7
-22
chromium-gost.sh
play.d/chromium-gost.sh
+1
-4
codium.sh
play.d/codium.sh
+1
-5
kubo.sh
play.d/kubo.sh
+2
-4
steam.sh
play.d/steam.sh
+2
-0
yandex-browser.sh
play.d/yandex-browser.sh
+1
-9
No files found.
play.d/chromium-gost.sh
View file @
f691b165
...
...
@@ -7,10 +7,7 @@ DESCRIPTION="Chromium with GOST support from the official site"
.
$(
dirname
$0
)
/common.sh
if
epm installed chromium-gost
&&
[
"
$(
get_pkgvendor chromium-gost
)
"
=
"ALT Linux Team"
]
;
then
echo
"Package chromium-gost is already installed from ALT repository."
exit
0
fi
is_repacked_package chromium-gost
||
exit
0
#arch=$(epm print info --distro-arch)
#pkgtype=$(epm print info -p)
...
...
play.d/codium.sh
View file @
f691b165
...
...
@@ -6,11 +6,7 @@ DESCRIPTION="Codium from the official site"
.
$(
dirname
$0
)
/common.sh
if
epm installed
$PKGNAME
&&
[
"
$(
get_pkgvendor
$PKGNAME
)
"
=
"ALT Linux Team"
]
;
then
echo
"Package
$PKGNAME
is already installed from ALT repository."
exit
0
fi
is_repacked_package
||
exit
0
VERSION
=
"
$2
"
...
...
play.d/kubo.sh
View file @
f691b165
...
...
@@ -22,10 +22,8 @@ fi
.
$(
dirname
$0
)
/common.sh
if
epm installed
$PKGNAME
&&
[
"
$(
get_pkgvendor
$PKGNAME
)
"
=
"ALT Linux Team"
]
;
then
echo
"Package
$PKGNAME
is already installed from ALT repository."
exit
0
fi
is_repacked_package
||
exit
0
arch
=
"
$(
epm print info
-a
)
"
case
"
$arch
"
in
...
...
play.d/steam.sh
View file @
f691b165
...
...
@@ -10,6 +10,8 @@ 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 @
f691b165
...
...
@@ -15,15 +15,7 @@ SUPPORTEDARCHES="x86_64"
.
$(
dirname
$0
)
/common.sh
if
epm installed
$PKGNAME
&&
[
"
$(
get_pkgvendor
$PKGNAME
)
"
=
"YANDEX LLC"
]
;
then
if
[
"
$(
epm print field Packager
for
package
$PKGNAME
)
"
=
"Yandex Browser Team <browser@support.yandex.ru>"
]
;
then
echo
"Package
$PKGNAME
is already installed manually from https://browser.yandex.ru/."
else
echo
"Package
$PKGNAME
is already installed from ALT repository."
fi
exit
0
fi
is_repacked_package
||
exit
0
# See also https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=yandex-browser-beta
...
...
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