<?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>Santiance &#187; Package</title>
	<atom:link href="http://santiance.com/tag/package/feed/" rel="self" type="application/rss+xml" />
	<link>http://santiance.com</link>
	<description>Kristopher Ives&#039;s Developer Notes</description>
	<lastBuildDate>Wed, 28 Jul 2010 10:07:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Adding Twitter to Pidgin</title>
		<link>http://santiance.com/2010/02/adding-twitter-to-pidgin/</link>
		<comments>http://santiance.com/2010/02/adding-twitter-to-pidgin/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 06:39:16 +0000</pubDate>
		<dc:creator>Kristopher Ives</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Package]]></category>
		<category><![CDATA[Pidgin]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://santiance.com/?p=881</guid>
		<description><![CDATA[My friend Steven was raving about a plugin that adds support for the Twitter protocol to the Pidgin instant messenger. I&#8217;ve used a lot of other Twitter clients, but this is neat because it fits in with all my other instant messaging protocols. It would be nice if there was a PPA on Launchpad that [...]]]></description>
			<content:encoded><![CDATA[<p>My friend <a href="http://twitter.com/stevendsantos">Steven</a> was raving about <a href="http://code.google.com/p/libpurple-twitter-protocol/">a plugin</a> that adds support for the <a href="http://apiwiki.twitter.com/">Twitter protocol</a> to the <a href="http://pidgin.im">Pidgin</a> instant messenger. I&#8217;ve used a lot of other Twitter clients, but this is neat because it fits in with all my other instant messaging protocols.</p>
<p>It would be nice if there was a PPA on <a href="https://launchpad.net/">Launchpad</a> that offered this, but I don&#8217;t have the time to do that, so I just grabbed the source from SVN and did a <code>checkinstall</code> on it for my 64-bit system. Heres the package:</p>
<p style="padding-left: 30px;"><a href="/pkg/libpurple-twitter-protocol_0.20-1_amd64.deb">libpurple-twitter-protocol_0.20-1_amd64.deb</a> (70 kB)</p>
]]></content:encoded>
			<wfw:commentRss>http://santiance.com/2010/02/adding-twitter-to-pidgin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>nautilus-open-terminal backport for Jaunty</title>
		<link>http://santiance.com/2009/08/nautilus-open-terminal-backport-for-jaunty/</link>
		<comments>http://santiance.com/2009/08/nautilus-open-terminal-backport-for-jaunty/#comments</comments>
		<pubDate>Tue, 11 Aug 2009 12:19:41 +0000</pubDate>
		<dc:creator>Kristopher Ives</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Backport]]></category>
		<category><![CDATA[Nautilus]]></category>
		<category><![CDATA[Package]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://67.43.13.30/~kives/wp/?p=124</guid>
		<description><![CDATA[I am addicted to the &#8220;Open Terminal&#8221; plugin for Nautilus. I have a lot of different SFTP bookmarks and mounts, and I always want to open an SSH terminal using the menu. However, anyone using Ubuntu Jaunty (9.04) knows that it&#8217;ll crash the file browser, which is a serious bummer. I&#8217;ve backported the package from [...]]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-131 alignright" title="Remote Terminal" src="http://santiance.com/wp-content/uploads/2009/08/Screenshot.png" alt="Remote Terminal" width="351" height="157" />I am addicted to the &#8220;Open Terminal&#8221; plugin for Nautilus. I have a lot of different SFTP bookmarks and mounts, and I always want to open an SSH terminal using the menu. However, anyone using Ubuntu Jaunty (9.04) knows that it&#8217;ll crash the file browser, which is a serious bummer.</p>
<p>I&#8217;ve backported the package from the upcoming Karmic release:</p>
<ul>
<li><a href="http://67.43.13.30/~kives/wp/wp-content/uploads/2009/08/nautilus-open-terminal_0.13-2_i386.deb">nautilus-open-terminal_0.13-2_i386</a><span style="text-decoration: underline;"> (32-bit)</span></li>
</ul>
<p><strong><em>Note<span style="font-weight: normal;">: This backport was made before Ubuntu 9.10 (Karmic) was release, and a newer backport is probably available now. Check your repository first.</span></em></strong></p>
<p><span id="more-124"></span></p>
<h3>How I made that backport</h3>
<p>I got the source from the <a title="nautilus-open-terminal at Launchpad" href="https://launchpad.net/ubuntu/karmic/+source/nautilus-open-terminal/0.13-2" target="_blank">nautilus-open-terminal</a> page for the new version in Karmic, since this version isn&#8217;t in Jaunty. If it was in Jaunty you could get the source by simply doing <code>apt-get source nautilus-open-terminal</code>. Before you begin you&#8217;ll need any packages you don&#8217;t have that are needed for compiling by <code>sudo apt-get build-dep nautilus-open-terminal</code>.</p>
<p>Untar the sources using <code>tar -xzf nautilus-open-*</code>, and apply the patch using <code>patch -p0 &lt; nautilus-open-terminal_0.13-2.diff</code>. Now inside the source directory (<code>cd nautilus-open-terminal-*</code>) execute <code>debuild -uc -us -b</code> to make an unsigned binary package.</p>
]]></content:encoded>
			<wfw:commentRss>http://santiance.com/2009/08/nautilus-open-terminal-backport-for-jaunty/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
