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
f4cfcaa6
Commit
f4cfcaa6
authored
Apr 05, 2025
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm play: warn_version_is_not_supported() now set VERSION=*
parent
3921ae92
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
3 additions
and
8 deletions
+3
-8
common.sh
play.d/common.sh
+3
-1
rstudio.sh
play.d/rstudio.sh
+0
-2
trueconf-server.sh
play.d/trueconf-server.sh
+0
-3
virtualhere.sh
play.d/virtualhere.sh
+0
-1
yandex-browser.sh
play.d/yandex-browser.sh
+0
-1
No files found.
play.d/common.sh
View file @
f4cfcaa6
...
@@ -102,7 +102,9 @@ is_supported_arch()
...
@@ -102,7 +102,9 @@ is_supported_arch()
warn_version_is_not_supported
()
warn_version_is_not_supported
()
{
{
[
"
$VERSION
"
=
"*"
]
||
echo
-e
"
\n
Warning: Specifying the version is not supported by vendor. Downloading latest version ...
\n
"
[
"
$VERSION
"
=
"*"
]
&&
return
echo
-e
"
\n
Warning: Specifying the version is not supported by vendor. Downloading latest version ...
\n
"
VERSION
=
"*"
}
}
override_pkgname
()
override_pkgname
()
...
...
play.d/rstudio.sh
View file @
f4cfcaa6
...
@@ -57,8 +57,6 @@ case $(epm print info -e) in
...
@@ -57,8 +57,6 @@ case $(epm print info -e) in
;;
;;
esac
esac
VERSION
=
"*"
PKGMASK
=
"
$(
epm print constructname
$PKGNAME
"
$VERSION
"
$arch
$pkgtype
"-"
"-"
)
"
PKGMASK
=
"
$(
epm print constructname
$PKGNAME
"
$VERSION
"
$arch
$pkgtype
"-"
"-"
)
"
PKGURL
=
"
$(
eget
--list
https://posit.co/download/rstudio-desktop/
"
$PKGMASK
"
|
grep
"
$PKGFILTER
"
)
"
PKGURL
=
"
$(
eget
--list
https://posit.co/download/rstudio-desktop/
"
$PKGMASK
"
|
grep
"
$PKGFILTER
"
)
"
...
...
play.d/trueconf-server.sh
View file @
f4cfcaa6
...
@@ -10,9 +10,6 @@ URL="https://trueconf.ru"
...
@@ -10,9 +10,6 @@ URL="https://trueconf.ru"
.
$(
dirname
$0
)
/common.sh
.
$(
dirname
$0
)
/common.sh
warn_version_is_not_supported
warn_version_is_not_supported
#[ "$VERSION" = "*" ] && VERSION="[0-9]*"
# only one version in repo
VERSION
=
"*"
distrversion
=
$(
epm print info
-v
)
distrversion
=
$(
epm print info
-v
)
case
"
$(
epm print info
-e
)
"
in
case
"
$(
epm print info
-e
)
"
in
...
...
play.d/virtualhere.sh
View file @
f4cfcaa6
...
@@ -39,7 +39,6 @@ esac
...
@@ -39,7 +39,6 @@ esac
PKGURL
=
"https://www.virtualhere.com/sites/default/files/usbserver/
$file
"
PKGURL
=
"https://www.virtualhere.com/sites/default/files/usbserver/
$file
"
# FIXME
# FIXME
VERSION
=
"*"
if
[
"
$VERSION
"
=
"*"
]
;
then
if
[
"
$VERSION
"
=
"*"
]
;
then
VERSION
=
"
$(
eget
-O-
https://virtualhere.com/usb_server_software |
grep
"<strong>Version"
|
sed
-e
's|.*<strong>Version ||'
-e
's|</strong>.*||'
)
"
VERSION
=
"
$(
eget
-O-
https://virtualhere.com/usb_server_software |
grep
"<strong>Version"
|
sed
-e
's|.*<strong>Version ||'
-e
's|</strong>.*||'
)
"
[
-n
"
$VERSION
"
]
||
fatal
"Can't get version for
$PKGNAME
"
[
-n
"
$VERSION
"
]
||
fatal
"Can't get version for
$PKGNAME
"
...
...
play.d/yandex-browser.sh
View file @
f4cfcaa6
...
@@ -11,7 +11,6 @@ TIPS="Run 'epm play yandex-browser=beta' to install beta version of the browser.
...
@@ -11,7 +11,6 @@ TIPS="Run 'epm play yandex-browser=beta' to install beta version of the browser.
.
$(
dirname
$0
)
/common.sh
.
$(
dirname
$0
)
/common.sh
warn_version_is_not_supported
warn_version_is_not_supported
VERSION
=
"*"
# See also https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=yandex-browser-beta
# 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