SOURCES: browser-plugins.README - initial meeting summary

glen glen at pld-linux.org
Tue Sep 5 23:37:35 CEST 2006


Author: glen                         Date: Tue Sep  5 21:37:35 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- initial meeting summary

---- Files affected:
SOURCES:
   browser-plugins.README (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/browser-plugins.README
diff -u SOURCES/browser-plugins.README:1.1 SOURCES/browser-plugins.README:1.2
--- SOURCES/browser-plugins.README:1.1	Tue Sep  5 23:10:05 2006
+++ SOURCES/browser-plugins.README	Tue Sep  5 23:37:29 2006
@@ -1,3 +1,27 @@
 New browser-plugins
 
-TODO
+Technical implementation
+~~~~~~~~~~~~~~~~~~~~~~~~
+
+browser-plugins(%{_target_base_arch}) provides:
+- %dir /etc/browser-plugins
+- %{_sbindir}/update-browser-plugins script
+The script will parse /etc/browser-plugins/*.blacklist and delete dead and add
+new symlinks to browser specific plugin directories.
+
+update-browser-plugins script knows about browsers. it has hardcoded list of
+browser plugin directories.
+
+plugin provides
+- %config(noreplace) /etc/browser-plugins/<plugin>-<browser>-%{_target_base_arch}.blacklist
+The blacklist contains shell globs of filenames to be excluded from linking to
+browser specific plugin directory. The shell globs are base of %{_plugindir},
+subdirectories are allowed.
+- %post/%postun scriptlet
+the scriptlet will call %update_browser_plugins
+
+browser provides
+- /etc/browser-plugins/browser.d/<browser>.%{_target_base_arch} symlink
+the symlink will point to the single directory where it searches for its plugins.
+- %post/%postun scriptlet
+the scriptlet will call %update_browser_plugins
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/browser-plugins.README?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list