components/hplip/patches/07_facls.detect.patch
branchs11u2-sru
changeset 3941 5a0ea91a2761
equal deleted inserted replaced
3939:fcd26b3de46c 3941:5a0ea91a2761
       
     1 Home brewed patch
       
     2 
       
     3 --- a/check.py	2014-06-02 23:33:10.000000000 -0700
       
     4 +++ hplip-3.14.6/check.py	2014-07-01 15:06:22.376141177 -0700
       
     5 @@ -196,7 +197,7 @@
       
     6          self.hplip_dependencies ={ EXTERNALDEP:
       
     7               {
       
     8  #            <packageName>: (<Is Req/Opt Pack>, <Module>, <Package description>, <Installed check>, <min vrsion>, <cmd for installed version>),
       
     9 -            'dbus':             (True,  ['fax'], "DBus", self.check_dbus,'-','dbus-daemon --version'),
       
    10 +            'dbus':             (True,  ['fax'], "DBus", self.check_dbus,'-','/usr/lib/dbus-daemon --version'),
       
    11              'cups' :            (True,  ['base'], 'CUPS', self.check_cups,'1.1','cups-config --version'),
       
    12              'gs':               (True,  ['base'], "Ghostscript", self.check_gs,'7.05','gs --version'),
       
    13              'policykit':        (False, ['gui_qt4'], "Admin-Policy-framework", self.check_policykit,'-','pkexec --version'), # optional for non-sudo behavior of plugins (only optional for Qt4 option)