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
deacb778
Commit
deacb778
authored
3 months ago
by
Ivan Mazhukin
Committed by
Vitaly Lipatov
3 months ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm play vinteo.desktop: fix getting version; fix package name (eterbug #17865)
parent
a8d13f64
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
vinteo.desktop.sh
play.d/vinteo.desktop.sh
+4
-4
vinteo-desktop.sh
repack.d/vinteo-desktop.sh
+1
-1
No files found.
play.d/vinteo.desktop.sh
View file @
deacb778
#!/bin/sh
PKGNAME
=
vinteo
.
desktop
PKGNAME
=
vinteo
-
desktop
SUPPORTEDARCHES
=
"x86_64"
VERSION
=
"
$2
"
DESCRIPTION
=
"Client for Vinteo videoconferencing server"
...
...
@@ -11,7 +11,7 @@ URL="https://vinteo.com"
arch
=
amd64
pkgtype
=
deb
[
"
$VERSION
"
=
"*"
]
&&
VERSION
=
"
$(
eget
-
-list
--latest
"https://download.vinteo.com/VinteoClient/linux/3.*"
| xargs
basename
)
"
[
"
$VERSION
"
=
"*"
]
&&
VERSION
=
"
$(
eget
-
q
-O-
"https://vinteo.ru/download/vinteo-desktop/"
|
grep
-o
-m
1
"Версия продукта [0-9].[0-9].[0-9]"
|
awk
'{print $3}'
)
"
[
-n
"
$VERSION
"
]
||
fatal
"Can't get version"
# use rpm, but not for ALT
...
...
@@ -19,10 +19,10 @@ pkgtype=deb
case
"
$(
epm print info
-d
)
"
in
AstraLinux
*
)
PKGURL
=
"https://download.vinteo.com/VinteoClient/linux/
$VERSION
/astralinux/
Vinteo.D
esktop-
$VERSION
-
$arch
.
$pkgtype
"
PKGURL
=
"https://download.vinteo.com/VinteoClient/linux/
$VERSION
/astralinux/
vinteo-d
esktop-
$VERSION
-
$arch
.
$pkgtype
"
;;
*
)
PKGURL
=
"https://download.vinteo.com/VinteoClient/linux/
$VERSION
/
Vinteo.D
esktop-
$VERSION
-
$arch
.
$pkgtype
"
PKGURL
=
"https://download.vinteo.com/VinteoClient/linux/
$VERSION
/
vinteo-d
esktop-
$VERSION
-
$arch
.
$pkgtype
"
;;
esac
...
...
This diff is collapsed.
Click to expand it.
repack.d/vinteo
.
desktop.sh
→
repack.d/vinteo
-
desktop.sh
View file @
deacb778
...
...
@@ -4,7 +4,7 @@
BUILDROOT
=
"
$1
"
SPEC
=
"
$2
"
PRODUCT
=
vinteo
.
desktop
PRODUCT
=
vinteo
-
desktop
PRODUCTDIR
=
/opt/VinteoDesktop
.
$(
dirname
$0
)
/common-chromium-browser.sh
...
...
This diff is collapsed.
Click to expand it.
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