<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wikidot="http://www.wikidot.com/rss-namespace">

	<channel>
		<title>please add metainfo for gimp-lqr plugin</title>
		<link>http://liquidrescale.wikidot.com/forum/t-880184/please-add-metainfo-for-gimp-lqr-plugin</link>
		<description>Posts in the discussion thread &quot;please add metainfo for gimp-lqr plugin&quot; - This would allow lqr to appear as addons in gnome-software thus allowing to have fully working with GIMP.</description>
				<copyright></copyright>
		<lastBuildDate>Thu, 17 Sep 2026 01:05:23 +0000</lastBuildDate>
		
					<item>
				<guid>http://liquidrescale.wikidot.com/forum/t-880184#post-2061390</guid>
				<title>Re: please add metainfo for gimp-lqr plugin</title>
				<link>http://liquidrescale.wikidot.com/forum/t-880184/please-add-metainfo-for-gimp-lqr-plugin#post-2061390</link>
				<description></description>
				<pubDate>Tue, 01 Jul 2014 05:48:24 +0000</pubDate>
				<wikidot:authorName>CarloB</wikidot:authorName>				<wikidot:authorUserId>39255</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>So I just moved the code to GitHub: <a href="https://github.com/carlobaldassi/gimp-lqr-plugin">https://github.com/carlobaldassi/gimp-lqr-plugin</a></p> <p>It'd be great if you (or someone else) could issue a pull request there.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://liquidrescale.wikidot.com/forum/t-880184#post-2061376</guid>
				<title>Re: please add metainfo for gimp-lqr plugin</title>
				<link>http://liquidrescale.wikidot.com/forum/t-880184/please-add-metainfo-for-gimp-lqr-plugin#post-2061376</link>
				<description></description>
				<pubDate>Tue, 01 Jul 2014 05:26:46 +0000</pubDate>
				<wikidot:authorName>CarloB</wikidot:authorName>				<wikidot:authorUserId>39255</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Thanks! I finally had some time to look into this. Would this be fine?</p> <div class="code"> <div class="hl-main"> <pre><span class="hl-brackets">&lt;?</span><span class="hl-reserved">xml</span><span class="hl-code"> </span><span class="hl-var">version</span><span class="hl-code">=</span><span class="hl-quotes">&quot;</span><span class="hl-string">1.0</span><span class="hl-quotes">&quot;</span><span class="hl-code"> </span><span class="hl-var">encoding</span><span class="hl-code">=</span><span class="hl-quotes">&quot;</span><span class="hl-string">UTF-8</span><span class="hl-quotes">&quot;</span><span class="hl-brackets">?&gt;</span><span class="hl-code"> </span><span class="hl-comment">&lt;!-- Copyright 2014 Carlo Baldassi &lt;my@email.com&gt; --&gt;</span><span class="hl-code"> </span><span class="hl-brackets">&lt;</span><span class="hl-reserved">component</span><span class="hl-code"> </span><span class="hl-var">type</span><span class="hl-code">=</span><span class="hl-quotes">&quot;</span><span class="hl-string">addon</span><span class="hl-quotes">&quot;</span><span class="hl-brackets">&gt;</span><span class="hl-code"> </span><span class="hl-brackets">&lt;</span><span class="hl-reserved">id</span><span class="hl-brackets">&gt;</span><span class="hl-code">gimp-lqr-plugin</span><span class="hl-brackets">&lt;/</span><span class="hl-reserved">id</span><span class="hl-brackets">&gt;</span><span class="hl-code"> </span><span class="hl-brackets">&lt;</span><span class="hl-reserved">extends</span><span class="hl-brackets">&gt;</span><span class="hl-code">gimp.desktop</span><span class="hl-brackets">&lt;/</span><span class="hl-reserved">extends</span><span class="hl-brackets">&gt;</span><span class="hl-code"> </span><span class="hl-brackets">&lt;</span><span class="hl-reserved">_name</span><span class="hl-brackets">&gt;</span><span class="hl-code">Liquid Rescale plug-in</span><span class="hl-brackets">&lt;/</span><span class="hl-reserved">_name</span><span class="hl-brackets">&gt;</span><span class="hl-code"> </span><span class="hl-brackets">&lt;</span><span class="hl-reserved">_summary</span><span class="hl-brackets">&gt;</span><span class="hl-code">Content-aware resizing (also known as seam carving)</span><span class="hl-brackets">&lt;/</span><span class="hl-reserved">_summary</span><span class="hl-brackets">&gt;</span><span class="hl-code"> </span><span class="hl-brackets">&lt;</span><span class="hl-reserved">url</span><span class="hl-code"> </span><span class="hl-var">type</span><span class="hl-code">=</span><span class="hl-quotes">&quot;</span><span class="hl-string">homepage</span><span class="hl-quotes">&quot;</span><span class="hl-brackets">&gt;</span><span class="hl-code">http://liquidrescale.wikidot.com</span><span class="hl-brackets">&lt;/</span><span class="hl-reserved">url</span><span class="hl-brackets">&gt;</span><span class="hl-code"> </span><span class="hl-brackets">&lt;</span><span class="hl-reserved">metadata_license</span><span class="hl-brackets">&gt;</span><span class="hl-code">CC0-1.0</span><span class="hl-brackets">&lt;/</span><span class="hl-reserved">metadata_license</span><span class="hl-brackets">&gt;</span><span class="hl-code"> </span><span class="hl-brackets">&lt;</span><span class="hl-reserved">project_license</span><span class="hl-brackets">&gt;</span><span class="hl-code">GPL-3.0+</span><span class="hl-brackets">&lt;/</span><span class="hl-reserved">project_license</span><span class="hl-brackets">&gt;</span><span class="hl-code"> </span><span class="hl-brackets">&lt;</span><span class="hl-reserved">updatecontact</span><span class="hl-brackets">&gt;</span><span class="hl-code">???</span><span class="hl-brackets">&lt;/</span><span class="hl-reserved">updatecontact</span><span class="hl-brackets">&gt;</span><span class="hl-code"> </span><span class="hl-brackets">&lt;/</span><span class="hl-reserved">component</span><span class="hl-brackets">&gt;</span></pre></div> </div> <p>I'm not sure what should go into the &quot;updatecontact&quot; tag.</p> <p>I may also just move all the code to github and make it easier to create pull requests.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://liquidrescale.wikidot.com/forum/t-880184#post-2052426</guid>
				<title>(no title)</title>
				<link>http://liquidrescale.wikidot.com/forum/t-880184/please-add-metainfo-for-gimp-lqr-plugin#post-2052426</link>
				<description></description>
				<pubDate>Sun, 15 Jun 2014 15:10:05 +0000</pubDate>
				<wikidot:authorName>Igor Gnatenko</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>I've sent links to Carlo Baldassi, because I don't have permissions to post links.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://liquidrescale.wikidot.com/forum/t-880184#post-2052414</guid>
				<title>please add metainfo for gimp-lqr plugin</title>
				<link>http://liquidrescale.wikidot.com/forum/t-880184/please-add-metainfo-for-gimp-lqr-plugin#post-2052414</link>
				<description></description>
				<pubDate>Sun, 15 Jun 2014 14:54:02 +0000</pubDate>
				<wikidot:authorName>Igor Gnatenko</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>Hi,</p> <p>Recently Richard Hughes added the addon component type to AppStream[1]<br /> which is an XML standard that is used by distributors such as Fedora,<br /> Suse and soon to be Arch and Debian to create metadata for various<br /> software center applications.</p> <p>By creating a metainfo.xml for gimp-lqr plugin, it is then shown next to<br /> the main &quot;gimp&quot; application and allow the user to easily install it.</p> <p>Richard written a blog post[2] about what upstream software needs to do<br /> to integrate with the KDE and GNOME software centers, and Richard really<br /> appreciate any feedback and help at this stage. The way AppStream works<br /> is that it has to be build upstream by the distro, so we'd need to have<br /> the files either upstream (or downstream in the distro packages) by<br /> GNOME 3.14 which is quite a few months away.</p> <p>If you want to contact with Richard, either email or grab on IRC &#8212; He's<br /> hughsie on freenode and gimpnet. I'm ignatenkobrain on freenode and gimpnet.<br /> Or just ask here.</p> <p>I already sent patch to gedit-plugins[3]. Take a look it.</p> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>