<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Martin Notes &#187; Google Gadgets</title>
	<atom:link href="http://martinnotes.com/tag/google-gadgets/feed/" rel="self" type="application/rss+xml" />
	<link>http://martinnotes.com</link>
	<description>Open source in real life</description>
	<lastBuildDate>Mon, 17 May 2010 18:12:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Build Google Gadgets on Ubuntu 8.10</title>
		<link>http://martinnotes.com/2008/11/09/89/</link>
		<comments>http://martinnotes.com/2008/11/09/89/#comments</comments>
		<pubDate>Sun, 09 Nov 2008 09:08:22 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[GUI]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[build]]></category>
		<category><![CDATA[Google Gadgets]]></category>
		<category><![CDATA[intrepid ibex]]></category>

		<guid isPermaLink="false">http://martinnotes.com/?p=89</guid>
		<description><![CDATA[There is a new code release of Google Gadgets. I&#8217;ve been looking for a .deb file all over, but apparently the interest is gone since the first release. So the only thing left to do is: compile it myself. Luckily Google has already posted most of the dependencies on their how-to-build page, that saves a [...]]]></description>
			<content:encoded><![CDATA[<p>There is a new code release of Google Gadgets. I&#8217;ve been looking for a .deb file all over, but apparently the interest is gone since the first release. So the only thing left to do is: compile it myself. Luckily Google has already posted most of the dependencies on their how-to-build page, that saves a lot of make time. I&#8217;ve described the build for Gnome GTK here:</p>
<p>Download the Google Gadgets source</p>
<pre><code>wget http://google-gadgets-for-linux.googlecode.com/files/google-gadgets-for-linux-0.10.3.tar.bz2</code></pre>
<p>Install the dependencies</p>
<pre><code>sudo apt-get install libdbus-1-dev libmozjs-dev libxml2-dev libgstreamer0.10-dev libgstreamer-plugins-base0.10-dev libltdl3-dev libxt-dev libxul-dev libgtk2.0-dev librsvg2-dev libcurl4-openssl-dev</code></pre>
<p>I&#8217;ve added the &#8220;libxt-dev&#8221; which was missed in the Google instructions.</p>
<p>Configure the build</p>
<pre><code>./configure --prefix=/usr</code></pre>
<p>Google advises to add the prefix to avoid library linking problems.</p>
<p>Make the application</p>
<pre><code>make</code></pre>
<p>Install the application</p>
<pre><code>sudo make install</code></pre>
<p>And start it</p>
<pre><code>ggl-gtk</code></pre>
<p>I haven&#8217;t seen any major updates to the last release yet. All I can say is that it feels a bit faster.</p>
]]></content:encoded>
			<wfw:commentRss>http://martinnotes.com/2008/11/09/89/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
