firefox-108.0 rebuild
This commit is contained in:
@@ -94,5 +94,8 @@ def install():
|
|||||||
# Install branding icon
|
# Install branding icon
|
||||||
pisitools.insinto("/usr/share/pixmaps", "browser/branding/official/default256.png", "firefox.png")
|
pisitools.insinto("/usr/share/pixmaps", "browser/branding/official/default256.png", "firefox.png")
|
||||||
|
|
||||||
|
for s in (16, 22, 24, 32, 48, 64, 128, 256):
|
||||||
|
pisitools.insinto("/usr/share/icons/hicolor/%dx%d/apps" % (s,s), "browser/branding/official/default%d.png" % s, "firefox.png")
|
||||||
|
|
||||||
# Install docs
|
# Install docs
|
||||||
pisitools.dodoc("README*", "LICENSE")
|
pisitools.dodoc("README*", "LICENSE")
|
||||||
|
|||||||
@@ -21,9 +21,13 @@ export AR=llvm-ar
|
|||||||
export NM=llvm-nm
|
export NM=llvm-nm
|
||||||
export RANLIB=llvm-ranlib
|
export RANLIB=llvm-ranlib
|
||||||
export LDFLAGS+=" -fuse-ld=lld"
|
export LDFLAGS+=" -fuse-ld=lld"
|
||||||
ac_add_options --allow-addon-sideload
|
|
||||||
|
# Branding
|
||||||
#ac_add_options --enable-official-branding
|
#ac_add_options --enable-official-branding
|
||||||
|
ac_add_options --enable-update-channel=release
|
||||||
ac_add_options --with-unsigned-addon-scopes=app,system
|
ac_add_options --with-unsigned-addon-scopes=app,system
|
||||||
|
ac_add_options --allow-addon-sideload
|
||||||
|
export MOZILLA_OFFICIAL=1
|
||||||
|
|
||||||
# System libraries
|
# System libraries
|
||||||
ac_add_options --with-system-nspr
|
ac_add_options --with-system-nspr
|
||||||
|
|||||||
@@ -21,9 +21,13 @@ export AR=llvm-ar
|
|||||||
export NM=llvm-nm
|
export NM=llvm-nm
|
||||||
export RANLIB=llvm-ranlib
|
export RANLIB=llvm-ranlib
|
||||||
export LDFLAGS+=" -fuse-ld=lld"
|
export LDFLAGS+=" -fuse-ld=lld"
|
||||||
ac_add_options --allow-addon-sideload
|
|
||||||
#ac_add_options --enable-official-branding
|
# Branding
|
||||||
|
ac_add_options --enable-official-branding
|
||||||
|
ac_add_options --enable-update-channel=release
|
||||||
ac_add_options --with-unsigned-addon-scopes=app,system
|
ac_add_options --with-unsigned-addon-scopes=app,system
|
||||||
|
ac_add_options --allow-addon-sideload
|
||||||
|
export MOZILLA_OFFICIAL=1
|
||||||
|
|
||||||
# System libraries
|
# System libraries
|
||||||
ac_add_options --with-system-nspr
|
ac_add_options --with-system-nspr
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[Global]
|
[Global]
|
||||||
id=PisiLinux
|
id=PisiLinux
|
||||||
version=2.2
|
version=2.3
|
||||||
about=Mozilla Firefox for PisiLinux
|
about=Mozilla Firefox for PisiLinux
|
||||||
|
|
||||||
[Preferences]
|
[Preferences]
|
||||||
|
|||||||
@@ -131,6 +131,7 @@
|
|||||||
<!-- <Path fileType="executable">/usr/lib</Path> -->
|
<!-- <Path fileType="executable">/usr/lib</Path> -->
|
||||||
<Path fileType="executable">/usr/lib/firefox</Path>
|
<Path fileType="executable">/usr/lib/firefox</Path>
|
||||||
<Path fileType="data">/usr/share/applications</Path>
|
<Path fileType="data">/usr/share/applications</Path>
|
||||||
|
<Path fileType="data">/usr/share/icons/hicolor</Path>
|
||||||
</Files>
|
</Files>
|
||||||
<AdditionalFiles>
|
<AdditionalFiles>
|
||||||
<!-- Desktop file -->
|
<!-- Desktop file -->
|
||||||
|
|||||||
Reference in New Issue
Block a user