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
01357945
Commit
01357945
authored
Feb 28, 2025
by
Boris Yumankulov
Committed by
Vitaly Lipatov
Feb 28, 2025
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm: Add set_alt_alternatives for all browsers (eterbug #18085)
parent
777d35b1
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
11 additions
and
4 deletions
+11
-4
firefox-nightly.sh
repack.d/firefox-nightly.sh
+1
-1
firefox.sh
repack.d/firefox.sh
+3
-1
librewolf.sh
repack.d/librewolf.sh
+2
-1
min.sh
repack.d/min.sh
+2
-0
waterfox.sh
repack.d/waterfox.sh
+3
-1
No files found.
repack.d/firefox-nightly.sh
View file @
01357945
...
...
@@ -14,7 +14,7 @@ PRODUCTDIR=/opt/$PRODUCTCUR
# subst "1iConflicts:$i" $SPEC
#done
#
set_alt_alternatives 65
set_alt_alternatives 65
move_to_opt /usr/lib/
$PRODUCTCUR
...
...
repack.d/firefox.sh
View file @
01357945
...
...
@@ -5,7 +5,7 @@ BUILDROOT="$1"
SPEC
=
"
$2
"
.
$(
dirname
$0
)
/common.sh
.
$(
dirname
$0
)
/common
-chromium-browser
.sh
add_bin_link_command
$PRODUCT
$PRODUCTDIR
/
$PRODUCT
...
...
@@ -28,3 +28,5 @@ iconname=$PRODUCT
for
i
in
16 32 48 64 128
;
do
install_file
$iconpath
/default
$i
.png /usr/share/icons/hicolor/
${
i
}
x
${
i
}
/apps/
$iconname
.png
done
set_alt_alternatives 65
repack.d/librewolf.sh
View file @
01357945
...
...
@@ -5,7 +5,7 @@ SPEC="$2"
PRODUCT
=
librewolf
.
$(
dirname
$0
)
/common.sh
.
$(
dirname
$0
)
/common
-chromium-browser
.sh
move_to_opt
fix_desktop_file
"/usr/share/
$PRODUCT
/
$PRODUCT
"
...
...
@@ -14,3 +14,4 @@ add_libs_requires
rm
usr/bin/librewolf
add_bin_link_command
set_alt_alternatives 65
repack.d/min.sh
View file @
01357945
...
...
@@ -14,6 +14,8 @@ cleanup
add_chromium_deps
set_alt_alternatives 65
fix_chrome_sandbox
add_bin_exec_command
$PRODUCT
$PRODUCTDIR
/
$PRODUCT
...
...
repack.d/waterfox.sh
View file @
01357945
...
...
@@ -6,7 +6,7 @@ SPEC="$2"
#PRODUCT=waterfox
.
$(
dirname
$0
)
/common.sh
.
$(
dirname
$0
)
/common
-chromium-browser
.sh
add_bin_link_command
$PRODUCT
$PRODUCTDIR
/
$PRODUCT
...
...
@@ -29,3 +29,5 @@ iconname=$PRODUCT
for
i
in
16 22 24 32 48 64 128 256
;
do
install_file
$iconpath
/default
$i
.png /usr/share/icons/hicolor/
${
i
}
x
${
i
}
/apps/
$iconname
.png
done
set_alt_alternatives 65
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