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
dda16849
Commit
dda16849
authored
Jul 11, 2023
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm play: remove repack for rudesktop
parent
b2eaf6e6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
15 deletions
+20
-15
rudesktop.sh
play.d/rudesktop.sh
+20
-3
rudesktop.sh
repack.d/rudesktop.sh
+0
-12
No files found.
play.d/rudesktop.sh
View file @
dda16849
...
...
@@ -5,8 +5,9 @@ SUPPORTEDARCHES="x86_64"
VERSION
=
"
$2
"
DESCRIPTION
=
"RuDesktop for Linux from the official site"
case
"
$(
epm print info
-d
)
"
in
AstraLinux
*
)
# change installed package name
case
"
$(
epm print info
-s
)
"
in
astra
)
PKGNAME
=
rudesktop-astra
;;
esac
...
...
@@ -15,5 +16,21 @@ esac
[
"
$VERSION
"
=
"*"
]
&&
VERSION
=
"[0-9]*"
PKGURL
=
$(
epm tool eget
--list
--latest
https://rudesktop.ru/
$PKGNAME
-
$VERSION
.deb
)
# change package name for downloading
case
"
$(
epm print info
-s
)
"
in
alt
)
PKGNAME
=
rudesktop-alt
;;
esac
case
"
$(
epm print info
-p
)
"
in
rpm
)
pkgtype
=
rpm
;;
*
)
pkgtype
=
deb
;;
esac
PKGURL
=
https://rudesktop.ru/download/
$PKGNAME
-amd64
.
$pkgtype
epm
install
$PKGURL
repack.d/rudesktop.sh
deleted
100755 → 0
View file @
b2eaf6e6
#!/bin/sh -x
# It will be run with two args: buildroot spec
BUILDROOT
=
"
$1
"
SPEC
=
"
$2
"
PREINSTALL_PACKAGES
=
"glib2 libcairo libgdk-pixbuf libgtk+3 libpango libpulseaudio libuuid libX11 libxcb libXfixes libXtst python3 python3-base python3-module-evdev python3-module-six xdotool"
.
$(
dirname
$0
)
/common.sh
filter_from_requires
"python3(AppKit)"
"python3(CoreFoundation)"
"python3(HIServices)"
"python3(Quartz)"
"python3(objc)"
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