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
9af5bb7f
Commit
9af5bb7f
authored
Jul 16, 2021
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
repack: fix packing chrome-remote-desktop, hide it from epm play list
parent
64fe7a98
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
chrome-remote-desktop.sh
prescription.d/chrome-remote-desktop.sh
+1
-1
chrome-remote-desktop.sh
repack.d/chrome-remote-desktop.sh
+4
-1
No files found.
prescription.d/chrome-remote-desktop.sh
View file @
9af5bb7f
...
...
@@ -14,7 +14,7 @@ if [ "$1" = "--remove" ] ; then
exit
fi
[
"
$1
"
!=
"--run"
]
&&
echo
"Install Remote desktop support for google-chrome & chromium"
&&
exit
[
"
$1
"
!=
"--run"
]
&&
e
xit
# e
cho "Install Remote desktop support for google-chrome & chromium" && exit
[
"
$(
$DISTRVENDOR
-a
)
"
!=
"x86_64"
]
&&
echo
"Only x86_64 is supported"
&&
exit
1
...
...
repack.d/chrome-remote-desktop.sh
View file @
9af5bb7f
...
...
@@ -5,5 +5,8 @@ SPEC="$2"
PKGNAME
=
chrome-remote-desktop
rm
-f
$BUILDROOT
/etc/cron.daily/
$PKGNAME
subst
's|.*/etc/cron.daily/$PKGNAME.*||'
$SPEC
subst
"s|.*/etc/cron.daily/
$PKGNAME
.*||"
$SPEC
# install all requires packages before packing ($ rpmreqs chrome-remote-desktop | xargs echo)
epm
install
--skip-installed
coreutils glib2 libcairo libdbus libdrm libexpat libgbm libgio libgtk+3 libnspr libnss libpango libX11 libxcb libXdamage libXext libXfixes libXrandr libXtst python3-base python3-module-psutil
sudo
python3
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