[rs-commit] r87 - in /redwax-signtext/trunk/src/linux: Makefile.am chrome/ chrome/_eu.redwax.Redwax.SignText_.json.in config.h.in configure.ac eu.redwax.Redwax.SignText.json.in firefox/ firefox/eu.redwax.Redwax.SignText.json.in redwax-signtext.spec.in

rs-commit at redwax.eu rs-commit at redwax.eu
Wed Sep 21 16:29:01 CEST 2022


Author: minfrin at redwax.eu
Date: Wed Sep 21 16:29:00 2022
New Revision: 87

Log:
Split the chrome native extension definition from the firefox one.

Added:
    redwax-signtext/trunk/src/linux/chrome/   (with props)
    redwax-signtext/trunk/src/linux/chrome/_eu.redwax.Redwax.SignText_.json.in
    redwax-signtext/trunk/src/linux/firefox/   (with props)
    redwax-signtext/trunk/src/linux/firefox/eu.redwax.Redwax.SignText.json.in
      - copied, changed from r86, redwax-signtext/trunk/src/linux/eu.redwax.Redwax.SignText.json.in
Removed:
    redwax-signtext/trunk/src/linux/eu.redwax.Redwax.SignText.json.in
Modified:
    redwax-signtext/trunk/src/linux/Makefile.am
    redwax-signtext/trunk/src/linux/config.h.in
    redwax-signtext/trunk/src/linux/configure.ac
    redwax-signtext/trunk/src/linux/redwax-signtext.spec.in

Modified: redwax-signtext/trunk/src/linux/Makefile.am
==============================================================================
--- redwax-signtext/trunk/src/linux/Makefile.am	(original)
+++ redwax-signtext/trunk/src/linux/Makefile.am	Wed Sep 21 16:29:00 2022
@@ -39,16 +39,7 @@
 
 EXTRA_DIST = redwax-signtext.spec
 
-SUBDIRS = po
-
-firefox_nativedir = $(libdir)/mozilla/native-messaging-hosts
-firefox_native_DATA = eu.redwax.Redwax.SignText.json
-
-chrome_nativedir = $(sysconfdir)/opt/chrome/native-messaging-hosts
-chrome_native_DATA = eu.redwax.Redwax.SignText.json
-
-chromium_nativedir = $(sysconfdir)/chromium/native-messaging-hosts
-chromium_native_DATA = eu.redwax.Redwax.SignText.json
+SUBDIRS = chrome firefox po
 
 firefox_extensiondir = $(datadir)/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}
 dist_firefox_extension_DATA = rst at redwax.eu.xpi

Propchange: redwax-signtext/trunk/src/linux/chrome/
------------------------------------------------------------------------------
--- svn:ignore	(added)
+++ svn:ignore	Wed Sep 21 16:29:00 2022
@@ -0,0 +1,3 @@
+Makefile
+Makefile.in
+_eu.redwax.Redwax.SignText_.json

Added: redwax-signtext/trunk/src/linux/chrome/_eu.redwax.Redwax.SignText_.json.in
==============================================================================
--- redwax-signtext/trunk/src/linux/chrome/_eu.redwax.Redwax.SignText_.json.in	(added)
+++ redwax-signtext/trunk/src/linux/chrome/_eu.redwax.Redwax.SignText_.json.in	Wed Sep 21 16:29:00 2022
@@ -0,0 +1,8 @@
+{
+  "allowed_extensions": [ "chrome-extension://iofgoamoanfnpokbidflifjcclamened/" ],
+  "description": "Redwax SignText Native Extension",
+  "name": "eu.redwax.Redwax.SignText",
+  "path": "/usr/libexec/redwax-signtext-native",
+  "type": "stdio"
+}
+

Modified: redwax-signtext/trunk/src/linux/config.h.in
==============================================================================
--- redwax-signtext/trunk/src/linux/config.h.in	(original)
+++ redwax-signtext/trunk/src/linux/config.h.in	Wed Sep 21 16:29:00 2022
@@ -15,11 +15,11 @@
 /* Define to 1 if you have the <inttypes.h> header file. */
 #undef HAVE_INTTYPES_H
 
+/* Define to 1 if you have the <memory.h> header file. */
+#undef HAVE_MEMORY_H
+
 /* Define to 1 if you have the <stdint.h> header file. */
 #undef HAVE_STDINT_H
-
-/* Define to 1 if you have the <stdio.h> header file. */
-#undef HAVE_STDIO_H
 
 /* Define to 1 if you have the <stdlib.h> header file. */
 #undef HAVE_STDLIB_H
@@ -63,9 +63,7 @@
 /* Define to the version of this package. */
 #undef PACKAGE_VERSION
 
-/* Define to 1 if all of the C90 standard headers exist (not just the ones
-   required in a freestanding environment). This macro is provided for
-   backward compatibility; new code need not use it. */
+/* Define to 1 if you have the ANSI C header files. */
 #undef STDC_HEADERS
 
 /* Version number of package */

Modified: redwax-signtext/trunk/src/linux/configure.ac
==============================================================================
--- redwax-signtext/trunk/src/linux/configure.ac	(original)
+++ redwax-signtext/trunk/src/linux/configure.ac	Wed Sep 21 16:29:00 2022
@@ -52,6 +52,6 @@
 AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE], "$GETTEXT_PACKAGE", [Define to the gettext package name.])
 
 AC_CONFIG_HEADERS([config.h])
-AC_CONFIG_FILES([Makefile po/Makefile.in eu.redwax.Redwax.SignText.json redwax-signtext.spec])
+AC_CONFIG_FILES([Makefile chrome/Makefile firefox/Makefile po/Makefile.in redwax-signtext.spec firefox/eu.redwax.Redwax.SignText.json chrome/_eu.redwax.Redwax.SignText_.json])
 AC_OUTPUT
 

Removed: redwax-signtext/trunk/src/linux/eu.redwax.Redwax.SignText.json.in
==============================================================================
Binary file - no diff available.

Propchange: redwax-signtext/trunk/src/linux/firefox/
------------------------------------------------------------------------------
--- svn:ignore	(added)
+++ svn:ignore	Wed Sep 21 16:29:00 2022
@@ -0,0 +1,4 @@
+Makefile
+Makefile.in
+eu.redwax.Redwax.SignText.json
+

Copied: redwax-signtext/trunk/src/linux/firefox/eu.redwax.Redwax.SignText.json.in (from r86, redwax-signtext/trunk/src/linux/eu.redwax.Redwax.SignText.json.in)
==============================================================================
Binary files - no diff available.

Modified: redwax-signtext/trunk/src/linux/redwax-signtext.spec.in
==============================================================================
--- redwax-signtext/trunk/src/linux/redwax-signtext.spec.in	(original)
+++ redwax-signtext/trunk/src/linux/redwax-signtext.spec.in	Wed Sep 21 16:29:00 2022
@@ -43,8 +43,8 @@
 %files
 %{_libexecdir}/redwax-signtext-native
 %{_libdir}/mozilla/native-messaging-hosts/eu.redwax.Redwax.SignText.json
-%{_sysconfdir}/chromium/native-messaging-hosts/eu.redwax.Redwax.SignText.json
-%{_sysconfdir}/opt/chrome/native-messaging-hosts/eu.redwax.Redwax.SignText.json
+%{_sysconfdir}/chromium/native-messaging-hosts/_eu.redwax.Redwax.SignText_.json
+%{_sysconfdir}/opt/chrome/native-messaging-hosts/_eu.redwax.Redwax.SignText_.json
 %{_datadir}/mozilla/extensions/*/rst at redwax.eu.xpi
 
 %doc AUTHORS ChangeLog README



More information about the rs-commit mailing list