Compare commits
4 Commits
diff-langu
...
EXPERIMENT
Author | SHA1 | Date | |
---|---|---|---|
50a0ffea70 | |||
d9025e5853 | |||
27328d5141 | |||
b3967525e5 |
33
Makefile
33
Makefile
@ -71,10 +71,10 @@ build/profile/bookmarks.html: build/profile src/profile/bookmarks.html
|
|||||||
build/profile/storage-sync.sqlite: build/profile src/profile/storage-sync.sqlite
|
build/profile/storage-sync.sqlite: build/profile src/profile/storage-sync.sqlite
|
||||||
cp src/profile/storage-sync.sqlite build/profile/storage-sync.sqlite
|
cp src/profile/storage-sync.sqlite build/profile/storage-sync.sqlite
|
||||||
|
|
||||||
copy-xpi: build/NoScript.xpi build/HTTPSEverywhere.xpi build/i2ppb@eyedeekay.github.io.xpi build/profile/extensions
|
copy-xpi: build/NoScript.xpi build/HTTPSEverywhere.xpi build/i2prhz@eyedeekay.github.io.xpi build/profile/extensions
|
||||||
cp build/NoScript.xpi "build/profile/extensions/{73a6fe31-595d-460b-a920-fcc0f8843232}.xpi"
|
cp build/NoScript.xpi "build/profile/extensions/{73a6fe31-595d-460b-a920-fcc0f8843232}.xpi"
|
||||||
cp build/HTTPSEverywhere.xpi "build/profile/extensions/https-everywhere-eff@eff.org.xpi"
|
cp build/HTTPSEverywhere.xpi "build/profile/extensions/https-everywhere-eff@eff.org.xpi"
|
||||||
cp build/i2ppb@eyedeekay.github.io.xpi build/profile/extensions/i2ppb@eyedeekay.github.io.xpi
|
cp build/i2prhz@eyedeekay.github.io.xpi build/profile/extensions/i2prhz@eyedeekay.github.io.xpi
|
||||||
|
|
||||||
app-profile: build/app-profile/user.js build/app-profile/prefs.js build/app-profile/chrome/userChrome.css build/app-profile/bookmarks.html build/app-profile/storage-sync.sqlite copy-app-xpi
|
app-profile: build/app-profile/user.js build/app-profile/prefs.js build/app-profile/chrome/userChrome.css build/app-profile/bookmarks.html build/app-profile/storage-sync.sqlite copy-app-xpi
|
||||||
|
|
||||||
@ -99,12 +99,12 @@ build/app-profile/bookmarks.html: build/app-profile src/app-profile/bookmarks.ht
|
|||||||
build/app-profile/storage-sync.sqlite: build/app-profile src/app-profile/storage-sync.sqlite
|
build/app-profile/storage-sync.sqlite: build/app-profile src/app-profile/storage-sync.sqlite
|
||||||
cp src/app-profile/storage-sync.sqlite build/app-profile/storage-sync.sqlite
|
cp src/app-profile/storage-sync.sqlite build/app-profile/storage-sync.sqlite
|
||||||
|
|
||||||
copy-app-xpi: build/NoScript.xpi build/HTTPSEverywhere.xpi build/i2ppb@eyedeekay.github.io.xpi build/app-profile/extensions
|
copy-app-xpi: build/NoScript.xpi build/HTTPSEverywhere.xpi build/i2prhz@eyedeekay.github.io.xpi build/app-profile/extensions
|
||||||
cp build/HTTPSEverywhere.xpi "build/app-profile/extensions/https-everywhere-eff@eff.org.xpi"
|
cp build/HTTPSEverywhere.xpi "build/app-profile/extensions/https-everywhere-eff@eff.org.xpi"
|
||||||
cp build/i2ppb@eyedeekay.github.io.xpi build/app-profile/extensions/i2ppb@eyedeekay.github.io.xpi
|
cp build/i2prhz@eyedeekay.github.io.xpi build/app-profile/extensions/i2prhz@eyedeekay.github.io.xpi
|
||||||
|
|
||||||
build/i2ppb@eyedeekay.github.io.xpi:
|
build/i2prhz@eyedeekay.github.io.xpi:
|
||||||
curl -L `cat i2psetproxy.url` > build/i2ppb@eyedeekay.github.io.xpi
|
curl -L `cat i2psetproxy.url` > build/i2prhz@eyedeekay.github.io.xpi
|
||||||
|
|
||||||
build/NoScript.xpi: NoScript.url
|
build/NoScript.xpi: NoScript.url
|
||||||
curl -L `cat NoScript.url` > build/NoScript.xpi
|
curl -L `cat NoScript.url` > build/NoScript.xpi
|
||||||
@ -124,7 +124,7 @@ NoScript.url:
|
|||||||
@echo "https://addons.mozilla.org/firefox/downloads/file/3534184/"`./amo-version.sh noscript`"/{73a6fe31-595d-460b-a920-fcc0f8843232}.xpi" > NoScript.url
|
@echo "https://addons.mozilla.org/firefox/downloads/file/3534184/"`./amo-version.sh noscript`"/{73a6fe31-595d-460b-a920-fcc0f8843232}.xpi" > NoScript.url
|
||||||
|
|
||||||
i2psetproxy.url:
|
i2psetproxy.url:
|
||||||
@echo "https://addons.mozilla.org/firefox/downloads/file/3674169/"`./amo-version.sh i2p-in-private-browsing`"/i2ppb@eyedeekay.github.io.xpi" > i2psetproxy.url
|
@echo "https://addons.mozilla.org/firefox/downloads/file/3784917/"`./amo-version.sh i2pipb-rhizome-variant`"/i2prhz@eyedeekay.github.io" > i2psetproxy.url
|
||||||
|
|
||||||
build/profile/extensions: build/profile
|
build/profile/extensions: build/profile
|
||||||
mkdir -p build/profile/extensions
|
mkdir -p build/profile/extensions
|
||||||
@ -185,3 +185,22 @@ checkinstall:
|
|||||||
--deldoc=yes \
|
--deldoc=yes \
|
||||||
--deldesc=yes \
|
--deldesc=yes \
|
||||||
--backup=no
|
--backup=no
|
||||||
|
|
||||||
|
plugin.su3:
|
||||||
|
mkdir -p build/plugin
|
||||||
|
cp -v build/profile build/plugin/profile -r
|
||||||
|
i2p.plugin.native -name=firefox \
|
||||||
|
-signer=hankhill19580@gmail.com \
|
||||||
|
-version="1.05.1" \
|
||||||
|
-author=hankhill19580@gmail.com \
|
||||||
|
-autostart=false \
|
||||||
|
-clientname=firefox \
|
||||||
|
-consolename="I2P Browser" \
|
||||||
|
-name="i2pbrowser" \
|
||||||
|
-delaystart="1" \
|
||||||
|
-desc="`cat desc`" \
|
||||||
|
-exename=firefox \
|
||||||
|
-icondata=icon/icon.png \
|
||||||
|
-command="firefox --profile \$$PLUGIN\profile " \
|
||||||
|
-license=MIT \
|
||||||
|
-res=build/plugin
|
||||||
|
@ -1 +1 @@
|
|||||||
https://addons.mozilla.org/firefox/downloads/file/3674169/0.106/i2ppb@eyedeekay.github.io.xpi
|
https://addons.mozilla.org/firefox/downloads/file/3784917/0.108/i2prhz@eyedeekay.github.io
|
||||||
|
@ -1 +1 @@
|
|||||||
0.3
|
0.4
|
||||||
|
@ -302,7 +302,7 @@ Section Install
|
|||||||
SetOutPath "$INSTDIR\firefox.profile.i2p\extensions"
|
SetOutPath "$INSTDIR\firefox.profile.i2p\extensions"
|
||||||
File "profile\extensions\{73a6fe31-595d-460b-a920-fcc0f8843232}.xpi"
|
File "profile\extensions\{73a6fe31-595d-460b-a920-fcc0f8843232}.xpi"
|
||||||
File profile\extensions\https-everywhere-eff@eff.org.xpi
|
File profile\extensions\https-everywhere-eff@eff.org.xpi
|
||||||
File profile\extensions\i2ppb@eyedeekay.github.io.xpi
|
File profile\extensions\i2prhz@eyedeekay.github.io.xpi
|
||||||
|
|
||||||
# Install the config profile
|
# Install the config profile
|
||||||
createDirectory "$INSTDIR\firefox.profile.config.i2p"
|
createDirectory "$INSTDIR\firefox.profile.config.i2p"
|
||||||
@ -316,7 +316,7 @@ Section Install
|
|||||||
createDirectory "$INSTDIR\firefox.profile.config.i2p\extensions"
|
createDirectory "$INSTDIR\firefox.profile.config.i2p\extensions"
|
||||||
SetOutPath "$INSTDIR\firefox.profile.config.i2p\extensions"
|
SetOutPath "$INSTDIR\firefox.profile.config.i2p\extensions"
|
||||||
File profile\extensions\https-everywhere-eff@eff.org.xpi
|
File profile\extensions\https-everywhere-eff@eff.org.xpi
|
||||||
File profile\extensions\i2ppb@eyedeekay.github.io.xpi
|
File profile\extensions\i2prhz@eyedeekay.github.io.xpi
|
||||||
|
|
||||||
# Install the config userChrome
|
# Install the config userChrome
|
||||||
createDirectory "$INSTDIR\firefox.profile.config.i2p\chrome"
|
createDirectory "$INSTDIR\firefox.profile.config.i2p\chrome"
|
||||||
@ -403,10 +403,10 @@ Section "uninstall"
|
|||||||
# Uninstall the extensions
|
# Uninstall the extensions
|
||||||
Delete "$INSTDIR\firefox.profile.i2p\extensions\{73a6fe31-595d-460b-a920-fcc0f8843232}.xpi"
|
Delete "$INSTDIR\firefox.profile.i2p\extensions\{73a6fe31-595d-460b-a920-fcc0f8843232}.xpi"
|
||||||
Delete "$INSTDIR\firefox.profile.i2p\extensions\https-everywhere-eff@eff.org.xpi"
|
Delete "$INSTDIR\firefox.profile.i2p\extensions\https-everywhere-eff@eff.org.xpi"
|
||||||
Delete "$INSTDIR\firefox.profile.i2p\extensions\i2ppb@eyedeekay.github.io.xpi"
|
Delete "$INSTDIR\firefox.profile.i2p\extensions\i2prhz@eyedeekay.github.io.xpi"
|
||||||
|
|
||||||
Delete "$INSTDIR\firefox.profile.config.i2p\extensions\https-everywhere-eff@eff.org.xpi"
|
Delete "$INSTDIR\firefox.profile.config.i2p\extensions\https-everywhere-eff@eff.org.xpi"
|
||||||
Delete "$INSTDIR\firefox.profile.config.i2p\extensions\i2ppb@eyedeekay.github.io.xpi"
|
Delete "$INSTDIR\firefox.profile.config.i2p\extensions\i2prhz@eyedeekay.github.io.xpi"
|
||||||
|
|
||||||
Delete "$INSTDIR\firefox.profile.config.i2p\config\userChrome.css"
|
Delete "$INSTDIR\firefox.profile.config.i2p\config\userChrome.css"
|
||||||
|
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
!define VERSIONMAJOR 0
|
!define VERSIONMAJOR 0
|
||||||
!define VERSIONMINOR 03
|
!define VERSIONMINOR 04
|
||||||
!define VERSIONBUILD
|
!define VERSIONBUILD
|
||||||
|
@ -1 +1 @@
|
|||||||
0.3
|
0.4
|
||||||
|
Reference in New Issue
Block a user