packages icon indicating copy to clipboard operation
packages copied to clipboard

Update hplip appstream metainfo

Open malfisya opened this issue 1 year ago • 0 comments

Metainfo file needs updating because it contains incorrect information. This is the patch I propose :

diff --git a/packages/h/hplip/files/hplip.metainfo.xml b/packages/h/hplip/files/hplip.metainfo.xml
index ab6e0968c4..b9fb3afeba 100644
--- a/packages/h/hplip/files/hplip.metainfo.xml
+++ b/packages/h/hplip/files/hplip.metainfo.xml
@@ -1,15 +1,15 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <component type="desktop">
   <id type="desktop">hplip.desktop</id>
-  <name>hplip</name>
+  <name>HP Linux Imaging and Printing</name>
   <project_license>GPL-2.0-or-later and MIT and BSD-3-Clause</project_license>
-  <developer_name>New Vector Ltd</developer_name>
-  <summary>HP Linux Imaging and Printing - Print, scan, fax drivers and service tools</summary>
+  <developer_name>HP Inc</developer_name>
+  <summary>HP Linux Imaging and Printing (hplip) - Print, scan, fax drivers and service tools</summary>
   <metadata_license>CC0-1.0</metadata_license>
   <url type="homepage">https://developers.hp.com/hp-linux-imaging-and-printing</url>
   <url type="help">https://developers.hp.com/hp-linux-imaging-and-printing/support</url>
   <description>
-    <p>The Hewlett-Packard Linux Imaging and Printing Project provides drivers for HP printers and multi-function peripherals.</p>
+    <p>The Hewlett-Packard Linux Imaging and Printing (hplip) Project provides drivers for HP printers and multi-function peripherals.</p>
   </description>
   <content_rating type="oars-1.1">
    <content_attribute id="violence-cartoon">none</content_attribute>

Unfortunately hplip does not build with the recipe as is. I thinks it is related to GCC 14 and I found this patches (1, 2) from Fedora. It still doesn't build.

malfisya avatar Aug 21 '24 04:08 malfisya