diff options
author | B Stack <bgstack15@gmail.com> | 2020-08-19 07:01:44 -0400 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2020-08-19 07:01:44 -0400 |
commit | 5760a1ff755a53e6ba2d1ec0d7e87ce32d0f790f (patch) | |
tree | c06a767e85b2e259e1445ea97a0fe190b7ebe3f3 | |
parent | add MOZ_PKG_SPECIAL=gtk3 (diff) | |
download | stackrpms-5760a1ff755a53e6ba2d1ec0d7e87ce32d0f790f.tar.gz stackrpms-5760a1ff755a53e6ba2d1ec0d7e87ce32d0f790f.tar.bz2 stackrpms-5760a1ff755a53e6ba2d1ec0d7e87ce32d0f790f.zip |
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.
-rw-r--r-- | newmoon/debian/do-not-install | 1 | ||||
-rw-r--r-- | newmoon/debian/patches/series | 1 | ||||
-rw-r--r-- | newmoon/debian/patches/vendor.patch | 17 |
3 files changed, 19 insertions, 0 deletions
diff --git a/newmoon/debian/do-not-install b/newmoon/debian/do-not-install new file mode 100644 index 0000000..0061860 --- /dev/null +++ b/newmoon/debian/do-not-install @@ -0,0 +1 @@ +usr/bin/palemoon 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 diff --git a/newmoon/debian/patches/vendor.patch b/newmoon/debian/patches/vendor.patch new file mode 100644 index 0000000..10e2cb7 --- /dev/null +++ b/newmoon/debian/patches/vendor.patch @@ -0,0 +1,17 @@ +Date: 2020-08-18 +Purpose: Use .config/newmoon as the directory for the application contents +diff -Naur palemoon/app/application.ini palemoon/app/application.ini.new +--- Pale-Moon/palemoon/app/application.ini 2020-07-30 06:09:43.000000000 -0400 ++++ Pale-Moon/palemoon/app/application.ini.new 2020-08-18 19:28:30.840797999 -0400 +@@ -20,9 +20,9 @@ + + [App] + # Vendor=@MOZ_APP_VENDOR@ +-Vendor=Moonchild Productions ++Vendor=Config + # Name=@MOZ_APP_BASENAME@ +-Name=Pale Moon ++Name=newmoon + RemotingName=@MOZ_APP_REMOTINGNAME@ + #ifdef MOZ_APP_DISPLAYNAME + CodeName=@MOZ_APP_DISPLAYNAME@ |