From 8273aba6c02ec57615c8f075086c2e994f720a95 Mon Sep 17 00:00:00 2001 From: B Stack Date: Sun, 16 Aug 2020 16:18:55 -0400 Subject: WIP: newmoon compile attempt 1 The dpkg built on d2-03a but had some palemoon naming artifacts, so this commit is for building it with the attempted fixes for that. --- newmoon/debian/patches/series | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 newmoon/debian/patches/series (limited to 'newmoon/debian/patches/series') diff --git a/newmoon/debian/patches/series b/newmoon/debian/patches/series new file mode 100644 index 0000000..0b54153 --- /dev/null +++ b/newmoon/debian/patches/series @@ -0,0 +1,3 @@ +small-icons.patch +bgstack15-newmoon.patch +pm-devuan.patch -- cgit From 5760a1ff755a53e6ba2d1ec0d7e87ce32d0f790f Mon Sep 17 00:00:00 2001 From: B Stack Date: Wed, 19 Aug 2020 07:01:44 -0400 Subject: fix a few minor things Now have the .config/newmoon config dir working! Also, try to exclude /usr/bin/palemoon which is part of builtin application install script. --- newmoon/debian/patches/series | 1 + 1 file changed, 1 insertion(+) (limited to 'newmoon/debian/patches/series') diff --git a/newmoon/debian/patches/series b/newmoon/debian/patches/series index 0b54153..33659d1 100644 --- a/newmoon/debian/patches/series +++ b/newmoon/debian/patches/series @@ -1,3 +1,4 @@ small-icons.patch bgstack15-newmoon.patch pm-devuan.patch +vendor.patch -- cgit From c5de939a20d467a220ab7cc2e14f0db17b2112f1 Mon Sep 17 00:00:00 2001 From: B Stack Date: Thu, 20 Aug 2020 06:56:39 -0400 Subject: WIP: add initial de-gtkifying from Gord This does not compile and fails out because of missing file bin/gtk2/libmozgtk.so --- newmoon/debian/patches/series | 3 +++ 1 file changed, 3 insertions(+) (limited to 'newmoon/debian/patches/series') diff --git a/newmoon/debian/patches/series b/newmoon/debian/patches/series index 33659d1..0922dcc 100644 --- a/newmoon/debian/patches/series +++ b/newmoon/debian/patches/series @@ -2,3 +2,6 @@ small-icons.patch bgstack15-newmoon.patch pm-devuan.patch vendor.patch +UXP-eliminate-need-for-GTK-2.patch +UXP-GTK-3-interface-Ensure-horizontal-scrollbars-are-not-too-tall.patch +UXP-strip-object-files-before-shared-library-linking.patch -- cgit From 03f12d27edc8fb59fa7bfd4bd6f6e0d542ba6f58 Mon Sep 17 00:00:00 2001 From: B Stack Date: Sat, 22 Aug 2020 19:27:44 -0400 Subject: fix newmoon name to single word --- newmoon/debian/patches/series | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'newmoon/debian/patches/series') diff --git a/newmoon/debian/patches/series b/newmoon/debian/patches/series index 0922dcc..3737af1 100644 --- a/newmoon/debian/patches/series +++ b/newmoon/debian/patches/series @@ -1,7 +1,7 @@ small-icons.patch bgstack15-newmoon.patch pm-devuan.patch -vendor.patch +pm-to-nm.patch UXP-eliminate-need-for-GTK-2.patch UXP-GTK-3-interface-Ensure-horizontal-scrollbars-are-not-too-tall.patch UXP-strip-object-files-before-shared-library-linking.patch -- cgit From 60609efbccd8ffb0fa8c1bb2caf539b2e199726c Mon Sep 17 00:00:00 2001 From: B Stack Date: Sun, 23 Aug 2020 16:24:02 -0400 Subject: remove some old links --- newmoon/debian/patches/series | 1 - 1 file changed, 1 deletion(-) (limited to 'newmoon/debian/patches/series') diff --git a/newmoon/debian/patches/series b/newmoon/debian/patches/series index 3737af1..660c64a 100644 --- a/newmoon/debian/patches/series +++ b/newmoon/debian/patches/series @@ -1,5 +1,4 @@ small-icons.patch -bgstack15-newmoon.patch pm-devuan.patch pm-to-nm.patch UXP-eliminate-need-for-GTK-2.patch -- cgit