<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: QPackageKit into PackageKit</title>
	<atom:link href="http://blogs.gnome.org/hughsie/2008/10/16/qpackagekit-into-packagekit/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.gnome.org/hughsie/2008/10/16/qpackagekit-into-packagekit/</link>
	<description>Blog about geeky stuff</description>
	<lastBuildDate>Sun, 22 Nov 2009 00:10:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Michael "Just one build system" Howell</title>
		<link>http://blogs.gnome.org/hughsie/2008/10/16/qpackagekit-into-packagekit/comment-page-1/#comment-764</link>
		<dc:creator>Michael "Just one build system" Howell</dc:creator>
		<pubDate>Sat, 18 Oct 2008 16:25:00 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/hughsie/?p=266#comment-764</guid>
		<description>If it&#039;s absolutely impossible to migrate PK completely to CMake, you may be able to completely convert PK-Qt to Autotools. The idea makes me feel ill, but it may be the only way.</description>
		<content:encoded><![CDATA[<p>If it&#8217;s absolutely impossible to migrate PK completely to CMake, you may be able to completely convert PK-Qt to Autotools. The idea makes me feel ill, but it may be the only way.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Nicholson</title>
		<link>http://blogs.gnome.org/hughsie/2008/10/16/qpackagekit-into-packagekit/comment-page-1/#comment-763</link>
		<dc:creator>Dan Nicholson</dc:creator>
		<pubDate>Fri, 17 Oct 2008 00:01:08 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/hughsie/?p=266#comment-763</guid>
		<description>Am I wrong, or do you just need to distribute CMakeLists.txt? In that case, I think you can just dist the whole directory:

EXTRA_DIST += lib/packagekit-qt

That will unfortunately glob any garbage in the directory, but it might be easier than building a full list of files to distribute from the packagekit-qt directory.</description>
		<content:encoded><![CDATA[<p>Am I wrong, or do you just need to distribute CMakeLists.txt? In that case, I think you can just dist the whole directory:</p>
<p>EXTRA_DIST += lib/packagekit-qt</p>
<p>That will unfortunately glob any garbage in the directory, but it might be easier than building a full list of files to distribute from the packagekit-qt directory.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: patpi</title>
		<link>http://blogs.gnome.org/hughsie/2008/10/16/qpackagekit-into-packagekit/comment-page-1/#comment-762</link>
		<dc:creator>patpi</dc:creator>
		<pubDate>Thu, 16 Oct 2008 21:04:55 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/hughsie/?p=266#comment-762</guid>
		<description>By the way, if you want to know more about Packagekit-Qt and KpackageKit there is nice interview at Polishlinux.org, a lot of screenshots inside: http://polishlinux.org/kde/kpackagekit-interview/</description>
		<content:encoded><![CDATA[<p>By the way, if you want to know more about Packagekit-Qt and KpackageKit there is nice interview at Polishlinux.org, a lot of screenshots inside: <a href="http://polishlinux.org/kde/kpackagekit-interview/" rel="nofollow">http://polishlinux.org/kde/kpackagekit-interview/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron Seigo</title>
		<link>http://blogs.gnome.org/hughsie/2008/10/16/qpackagekit-into-packagekit/comment-page-1/#comment-761</link>
		<dc:creator>Aaron Seigo</dc:creator>
		<pubDate>Thu, 16 Oct 2008 15:17:47 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/hughsie/?p=266#comment-761</guid>
		<description>&gt;  it’s still a necessary evil since most free software

that&#039;s a bit of a circular argument: project X must use autotools because autotools is used by many FOSS projects and project X is a FOSS project. nah .. as all the projects that have successfully moved away from autotools have proven in the last few years (be it to cmake or elsewhere), it&#039;s not only possible it&#039;s a great improvement.

&gt; there are two different build system in KDE world (qmake and cmake)

KDE projects use cmake pretty much exclusively. there are Qt-only apps that use qmake, which is a simpler though rather capable build tool that comes with Qt itself. ome Qt-only apps use cmake these days as well; so it&#039;s not quite the situation you paint.

reality is that cmake is the general &quot;winner&quot; in that it&#039;s what all of the KDE project uses and the vast majority of 3rd party KDE apps, along with large numbers of completely KDE-unrelated projects as well (just as with autotools =)

cmake is available pretty much everywhere now and is so much nicer than autotools at this point in its development that it isn&#039;t even funny.

choose whatever you want, but let&#039;s keep the facts straight in the process =)</description>
		<content:encoded><![CDATA[<p>&gt;  it’s still a necessary evil since most free software</p>
<p>that&#8217;s a bit of a circular argument: project X must use autotools because autotools is used by many FOSS projects and project X is a FOSS project. nah .. as all the projects that have successfully moved away from autotools have proven in the last few years (be it to cmake or elsewhere), it&#8217;s not only possible it&#8217;s a great improvement.</p>
<p>&gt; there are two different build system in KDE world (qmake and cmake)</p>
<p>KDE projects use cmake pretty much exclusively. there are Qt-only apps that use qmake, which is a simpler though rather capable build tool that comes with Qt itself. ome Qt-only apps use cmake these days as well; so it&#8217;s not quite the situation you paint.</p>
<p>reality is that cmake is the general &#8220;winner&#8221; in that it&#8217;s what all of the KDE project uses and the vast majority of 3rd party KDE apps, along with large numbers of completely KDE-unrelated projects as well (just as with autotools =)</p>
<p>cmake is available pretty much everywhere now and is so much nicer than autotools at this point in its development that it isn&#8217;t even funny.</p>
<p>choose whatever you want, but let&#8217;s keep the facts straight in the process =)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zeeshan Ali</title>
		<link>http://blogs.gnome.org/hughsie/2008/10/16/qpackagekit-into-packagekit/comment-page-1/#comment-760</link>
		<dc:creator>Zeeshan Ali</dc:creator>
		<pubDate>Thu, 16 Oct 2008 15:00:24 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/hughsie/?p=266#comment-760</guid>
		<description>&gt;The nicest option would probably be to switch &gt;PackageKit to CMake all the way.

Although i love to hate autotools but i think it&#039;s still a necessary evil since most free software (and even many non-free) projects still use that. The ones who moved away don&#039;t agree on the build system to move to and that has resulted only in confusion. If i am correct, there are two different build system in KDE world (qmake and cmake) so you can estimate how helpful it is to talk of moving away from autotools.</description>
		<content:encoded><![CDATA[<p>&gt;The nicest option would probably be to switch &gt;PackageKit to CMake all the way.</p>
<p>Although i love to hate autotools but i think it&#8217;s still a necessary evil since most free software (and even many non-free) projects still use that. The ones who moved away don&#8217;t agree on the build system to move to and that has resulted only in confusion. If i am correct, there are two different build system in KDE world (qmake and cmake) so you can estimate how helpful it is to talk of moving away from autotools.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jakob Petsovits</title>
		<link>http://blogs.gnome.org/hughsie/2008/10/16/qpackagekit-into-packagekit/comment-page-1/#comment-759</link>
		<dc:creator>Jakob Petsovits</dc:creator>
		<pubDate>Thu, 16 Oct 2008 12:55:22 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/hughsie/?p=266#comment-759</guid>
		<description>The nicest option would probably be to switch PackageKit to CMake all the way. Not sure if you&#039;re willing to spend a bit of time with such a port, but it&#039;s certainly something to consider. (Especially since CMake is so much more comfortable than automake... it would probably pay off in the long run.)</description>
		<content:encoded><![CDATA[<p>The nicest option would probably be to switch PackageKit to CMake all the way. Not sure if you&#8217;re willing to spend a bit of time with such a port, but it&#8217;s certainly something to consider. (Especially since CMake is so much more comfortable than automake&#8230; it would probably pay off in the long run.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: QPackageKit entra in PackageKit « pollycoke :)</title>
		<link>http://blogs.gnome.org/hughsie/2008/10/16/qpackagekit-into-packagekit/comment-page-1/#comment-758</link>
		<dc:creator>QPackageKit entra in PackageKit « pollycoke :)</dc:creator>
		<pubDate>Thu, 16 Oct 2008 12:43:38 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/hughsie/?p=266#comment-758</guid>
		<description>[...] Richard Hughes, uno dei miei eroi ufficiali, ha appena annunciato che QPackageKit è appena stato incluso in PackageKit! Adesso tocca solo compiere l&#8217;ultimo passo e avremo una gestione del software inarrivabile e soprattutto unificata per entrambi i toolkit/desktop principali :)     Etichette: Adept, GNOME, KDE, KPackageKit, PackageKit, QPkackageKit, Synaptic [...]</description>
		<content:encoded><![CDATA[<p>[...] Richard Hughes, uno dei miei eroi ufficiali, ha appena annunciato che QPackageKit è appena stato incluso in PackageKit! Adesso tocca solo compiere l&#8217;ultimo passo e avremo una gestione del software inarrivabile e soprattutto unificata per entrambi i toolkit/desktop principali <img src='http://blogs.gnome.org/hughsie/wp-content/mu-plugins/tango-smilies/tango/face-smile.png' alt=':)' class='wp-smiley' />      Etichette: Adept, GNOME, KDE, KPackageKit, PackageKit, QPkackageKit, Synaptic [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://blogs.gnome.org/hughsie/2008/10/16/qpackagekit-into-packagekit/comment-page-1/#comment-757</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Thu, 16 Oct 2008 11:10:37 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/hughsie/?p=266#comment-757</guid>
		<description>I&#039;d just like so comment on how well package kit has done. You&#039;ve not only managed to make a distribution agnostic packaging solution - but also found support from KDE and GNOME. This is truly quite incredible.</description>
		<content:encoded><![CDATA[<p>I&#8217;d just like so comment on how well package kit has done. You&#8217;ve not only managed to make a distribution agnostic packaging solution &#8211; but also found support from KDE and GNOME. This is truly quite incredible.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
