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
Nurlan
eepm
Commits
f4f8546c
Commit
f4f8546c
authored
Jul 16, 2022
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
play.d: cleanup scripts
parent
f102703e
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
13 deletions
+6
-13
discord.sh
play.d/discord.sh
+1
-3
snap4arduino.sh
play.d/snap4arduino.sh
+0
-6
zoom.sh
play.d/zoom.sh
+1
-2
atom-beta.sh
repack.d/atom-beta.sh
+4
-2
No files found.
play.d/discord.sh
View file @
f4f8546c
...
...
@@ -7,8 +7,6 @@ DESCRIPTION="Discord from the official site"
.
$(
dirname
$0
)
/common.sh
# curl can't get filename: https://github.com/curl/curl/issues/8461
epm assure wget
epm assure wget
||
fatal
"Can't install wget, but curl can't get filename: https://github.com/curl/curl/issues/8461"
epm
install
"https://discord.com/api/download?platform=linux&format=deb"
play.d/snap4arduino.sh
View file @
f4f8546c
...
...
@@ -4,12 +4,6 @@ PKGNAME=snap4arduino
SUPPORTEDARCHES
=
"x86_64 x86"
DESCRIPTION
=
"Snap4Arduino binds Snap! and Arduino together"
if
[
"
$1
"
=
"--remove"
]
;
then
# $PKGNAME-stable really
epm remove
$(
epmqp
$PKGNAME
)
exit
fi
.
$(
dirname
$0
)
/common.sh
arch
=
$(
$DISTRVENDOR
--distro-arch
)
...
...
play.d/zoom.sh
View file @
f4f8546c
...
...
@@ -7,7 +7,6 @@ DESCRIPTION="Zoom client from the official site"
.
$(
dirname
$0
)
/common.sh
repack
=
'--repack'
arch
=
$(
$DISTRVENDOR
--distro-arch
)
case
$arch
in
x86_64|amd64
)
...
...
@@ -22,7 +21,7 @@ case $arch in
esac
if
[
"
$(
$DISTRVENDOR
-s
)
"
=
"alt"
]
;
then
epm
install
$
repack
https://zoom.us/client/
$version
/zoom_
$arch
.rpm
epm
install
--
repack
https://zoom.us/client/
$version
/zoom_
$arch
.rpm
exit
fi
...
...
repack.d/atom-beta.sh
View file @
f4f8546c
...
...
@@ -22,7 +22,8 @@ subst '1i%add_python3_path /usr/share/atom-beta' $SPEC
# replace embedded git with standalone (due Can't locate Git/LoadCPAN/Error.pm)
EMBDIR
=
/usr/share/atom-beta/resources/app.asar.unpacked/node_modules/dugite/git
rm
-rv
$BUILDROOT$EMBDIR
/
echo
"Removing
$BUILDROOT$EMBDIR
/ ..."
rm
-r
$BUILDROOT$EMBDIR
/
mkdir
-p
$BUILDROOT$EMBDIR
/bin/
ln
-s
/usr/bin/git
$BUILDROOT$EMBDIR
/bin/git
subst
"s|.*
$EMBDIR
/libexec/.*||"
$SPEC
...
...
@@ -31,7 +32,8 @@ subst "s|.*$EMBDIR/ssl/.*||" $SPEC
# replace embedded npm with standalone
EMBDIR
=
/usr/share/atom-beta/resources/app/apm/node_modules/npm
rm
-rv
$BUILDROOT$EMBDIR
/
echo
"Removing
$BUILDROOT$EMBDIR
/ ..."
rm
-r
$BUILDROOT$EMBDIR
/
ln
-s
/usr/lib/node_modules/npm
$BUILDROOT$EMBDIR
subst
"s|.*
$EMBDIR
/..*
\"
||"
$SPEC
...
...
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