Package not found: devel:languages:python/python-codecov

File dsgvo.patch of Package joomla

--- templates/protostar/index.php.orig	2022-10-25 09:11:25.143547205 +0200
+++ templates/protostar/index.php	2022-10-25 09:11:54.427513648 +0200
@@ -48,7 +48,8 @@
 	// Handle fonts with selected weights and styles, e.g. Source+Sans+Condensed:400,400i
 	$fontStyle = str_replace('+', ' ', strstr($font, ':', true) ?: $font);
 
-	JHtml::_('stylesheet', 'https://fonts.googleapis.com/css?family=' . $font);
+// SUSE: disabled by default to avoid DSGVO violation
+//	JHtml::_('stylesheet', 'https://fonts.googleapis.com/css?family=' . $font);
 	$this->addStyleDeclaration("
 	h1, h2, h3, h4, h5, h6, .site-title {
 		font-family: '" . $fontStyle . "', sans-serif;
36c36
< 	JHtml::_('stylesheet', 'https://fonts.googleapis.com/css?family=' . $this->params->get('googleFontName'));
---
> //	JHtml::_('stylesheet', 'https://fonts.googleapis.com/css?family=' . $this->params->get('googleFontName'));
--- ./templates/protostar/offline.php.orig	2022-10-25 09:15:19.787338175 +0200
+++ ./templates/protostar/offline.php	2022-10-25 09:15:30.231329873 +0200
@@ -33,7 +33,7 @@
 // Use of Google Font
 if ($this->params->get('googleFont'))
 {
-	JHtml::_('stylesheet', 'https://fonts.googleapis.com/css?family=' . $this->params->get('googleFontName'));
+//	JHtml::_('stylesheet', 'https://fonts.googleapis.com/css?family=' . $this->params->get('googleFontName'));
 	$this->addStyleDeclaration("
 	h1, h2, h3, h4, h5, h6, .site-title {
 		font-family: '" . str_replace('+', ' ', $this->params->get('googleFontName')) . "', sans-serif;
openSUSE Build Service is sponsored by