unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
blob 9205899dc0c4423d4d6070c76350b4193990cf76 760 bytes (raw)
name: gnu/packages/patches/icecat-compare-paths.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
 
--- a/toolkit/mozapps/extensions/internal/XPIDatabase.jsm
+++ b/toolkit/mozapps/extensions/internal/XPIDatabase.jsm
@@ -3452,6 +3452,7 @@ const XPIDatabaseReconcile = {
     if (
       newAddon ||
       oldAddon.updateDate != xpiState.mtime ||
+      oldAddon.path != xpiState.path ||
       (aUpdateCompatibility && this.isAppBundledLocation(installLocation))
     ) {
       newAddon = this.updateMetadata(
@@ -3460,8 +3461,6 @@ const XPIDatabaseReconcile = {
         xpiState,
         newAddon
       );
-    } else if (oldAddon.path != xpiState.path) {
-      newAddon = this.updatePath(installLocation, oldAddon, xpiState);
     } else if (aUpdateCompatibility || aSchemaChange) {
       newAddon = this.updateCompatibility(
         installLocation,

debug log:

solving 9205899dc0c4 ...
found 9205899dc0c4 in https://yhetil.org/guix-patches/097bac7dab0336257dca5e9456810f883961e084.1696806437.git.clement@lassieur.org/ ||
	https://yhetil.org/guix-patches/4df560c46b4d4512cabcce18b8d3a38d2f2730bc.1697546935.git.clement@lassieur.org/ ||
	https://yhetil.org/guix-patches/2ae9c5496838c6644de4c1199e188e44c7171f0f.1697561146.git.clement@lassieur.org/ ||
	https://yhetil.org/guix-patches/43b86867b651d877c805d7e5963b42319606e0d1.1697027198.git.clement@lassieur.org/

applying [1/1] https://yhetil.org/guix-patches/097bac7dab0336257dca5e9456810f883961e084.1696806437.git.clement@lassieur.org/
diff --git a/gnu/packages/patches/icecat-compare-paths.patch b/gnu/packages/patches/icecat-compare-paths.patch
new file mode 100644
index 000000000000..9205899dc0c4

Checking patch gnu/packages/patches/icecat-compare-paths.patch...
Applied patch gnu/packages/patches/icecat-compare-paths.patch cleanly.

skipping https://yhetil.org/guix-patches/4df560c46b4d4512cabcce18b8d3a38d2f2730bc.1697546935.git.clement@lassieur.org/ for 9205899dc0c4
skipping https://yhetil.org/guix-patches/2ae9c5496838c6644de4c1199e188e44c7171f0f.1697561146.git.clement@lassieur.org/ for 9205899dc0c4
skipping https://yhetil.org/guix-patches/43b86867b651d877c805d7e5963b42319606e0d1.1697027198.git.clement@lassieur.org/ for 9205899dc0c4
index at:
100644 9205899dc0c4423d4d6070c76350b4193990cf76	gnu/packages/patches/icecat-compare-paths.patch

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).