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
c6ba29ec
Commit
c6ba29ec
authored
Dec 29, 2022
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm play: add librewolf support
parent
32544f9f
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
42 additions
and
0 deletions
+42
-0
librewolf.sh
play.d/librewolf.sh
+14
-0
librewolf.sh
repack.d/librewolf.sh
+28
-0
No files found.
play.d/librewolf.sh
0 → 100755
View file @
c6ba29ec
#!/bin/sh
PKGNAME
=
librewolf
SUPPORTEDARCHES
=
"x86_64"
DESCRIPTION
=
"LibreWolf - a custom version of Firefox, focused on privacy, security and freedom"
.
$(
dirname
$0
)
/common.sh
arch
=
amd64
pkgtype
=
deb
PKG
=
$(
epm tool eget
--list
--latest
https://deb.librewolf.net/pool/focal/main/libr/librewolf/librewolf_
*
all.deb
)
||
fatal
"Can't get package URL"
epm
install
--repack
"
$PKG
"
repack.d/librewolf.sh
0 → 100755
View file @
c6ba29ec
#!/bin/sh -x
# It will run with two args: buildroot spec
BUILDROOT
=
"
$1
"
SPEC
=
"
$2
"
PRODUCT
=
librewolf
.
$(
dirname
$0
)
/common.sh
subst
'1iAutoReq:yes,noshell,nomonolib,nomono,nopython'
$SPEC
subst
'1iAutoProv:no'
$SPEC
move_to_opt
subst
"s|/usr/share/
$PRODUCT
/
$PRODUCT
|
$PRODUCT
|"
$BUILDROOT
/usr/share/applications/start-
$PRODUCT
.desktop
cleanup
rm
-f
$BUILDROOT
/usr/bin/librewolf
add_bin_link_command
epm assure patchelf
||
exit
for
i
in
$BUILDROOT
/
$PRODUCTDIR
/
{
lib
*
.so,plugin-container
}
;
do
a
=
patchelf
--set-rpath
'$ORIGIN/'
$i
||
continue
done
for
i
in
$BUILDROOT
/
$PRODUCTDIR
/gmp-clearkey/0.1/lib
*
.so
;
do
a
=
patchelf
--set-rpath
'$ORIGIN/../../'
$i
||
continue
done
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