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
9407334b
Commit
9407334b
authored
May 08, 2024
by
Boria138
Committed by
Vitaly Lipatov
Jun 23, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm play: add Firestorm Viewer for Second Life (eterbug #17325)
parent
ba303ddc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
51 additions
and
0 deletions
+51
-0
firestorm.sh
pack.d/firestorm.sh
+36
-0
firestorm.sh
play.d/firestorm.sh
+15
-0
No files found.
pack.d/firestorm.sh
0 → 100755
View file @
9407334b
#!/bin/sh
TAR
=
"
$1
"
RETURNTARNAME
=
"
$2
"
.
$(
dirname
$0
)
/common.sh
erc unpack
$TAR
||
fatal
mkdir
-p
opt
mv
Phoenix-Firestorm-Releasex64-
*
$PRODUCT
mv
$PRODUCT
opt/
VERSION
=
$(
echo
"
$TAR
"
|
grep
-oP
'(?<=Releasex64-)\d+-\d+-\d+-\d+'
|
tr
'-'
'.'
)
[
-n
"
$VERSION
"
]
||
fatal
"Can't get package version"
install_file opt/firestorm/firestorm_icon.png /usr/share/pixmaps/
$PRODUCT
.png
# create desktop file
cat
<<
EOF
| create_file /usr/share/applications/
$PRODUCT
.desktop
[Desktop Entry]
Version=1.0
Type=Application
Name=Firestorm Second Life viewer
Comment=Second Life is a 3-D virtual world entirely built and owned by its residents
Exec=
$PRODUCT
%U
Icon=
$PRODUCT
Terminal=false
Categories=Game
EOF
PKGNAME
=
$PRODUCT
-
$VERSION
erc pack
$PKGNAME
.tar opt usr
||
fatal
return_tar
$PKGNAME
.tar
play.d/firestorm.sh
0 → 100755
View file @
9407334b
#!/bin/sh
PKGNAME
=
firestorm
SUPPORTEDARCHES
=
"x86_64"
VERSION
=
"
$2
"
DESCRIPTION
=
'Firestorm Second Life viewer'
URL
=
"https://www.firestormviewer.org/"
.
$(
dirname
$0
)
/common.sh
warn_version_is_not_supported
PKGURL
=
"https://downloads.firestormviewer.org/release/linux/Phoenix-Firestorm-Releasex64-6-6-17-70368.tar.xz"
install_pack_pkgurl
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