<?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>SOURCES.LIST &#187; UN REPOSITORY AL GIORNO</title>
	<atom:link href="http://www.sourceslist.eu/category/un-repository-al-giorno/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sourceslist.eu</link>
	<description>Il sito di riferimento per le sources.list</description>
	<lastBuildDate>Sat, 31 Jul 2010 13:12:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Installare l&#8217;ultima release di Gwibber tramite repository</title>
		<link>http://www.sourceslist.eu/un-repository-al-giorno/installare-lultima-release-di-gwibber-tramite-repository/</link>
		<comments>http://www.sourceslist.eu/un-repository-al-giorno/installare-lultima-release-di-gwibber-tramite-repository/#comments</comments>
		<pubDate>Sat, 20 Jun 2009 05:56:04 +0000</pubDate>
		<dc:creator>Ingalex</dc:creator>
				<category><![CDATA[UN REPOSITORY AL GIORNO]]></category>
		<category><![CDATA[build]]></category>
		<category><![CDATA[daily]]></category>
		<category><![CDATA[Digg]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Flickr]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[gtk]]></category>
		<category><![CDATA[gwibber]]></category>
		<category><![CDATA[Identi.ca]]></category>
		<category><![CDATA[Jaiku]]></category>
		<category><![CDATA[microblogging]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[rss]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://www.sourceslist.eu/?p=1100</guid>
		<description><![CDATA[Gwibber è un client open sources per gnome per il microblogging sviluppato in Python and GTK. Supporta Twitter, Jaiku, Identi.ca, Facebook, Flickr, Digg, e i feed RSS. Per poter installare l&#8217;ultima versione di questo client dovete aggiungere alla vostra sources.list i seguenti repository: deb http://ppa.launchpad.net/gwibber-team/ppa/ubuntu jaunty main deb-src http://ppa.launchpad.net/gwibber-team/ppa/ubuntu jaunty main Se volete avere Gwibber [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Gwibber è un client open sources per gnome per il microblogging sviluppato in Python and GTK. Supporta Twitter, Jaiku, Identi.ca, Facebook, Flickr, Digg, e i feed RSS. Per poter installare l&#8217;ultima versione di questo client dovete aggiungere alla vostra sources.list i seguenti repository:</p>
<pre id="sources-list-entries"><span style="font-size: medium;"><strong><span style="font-family: helvetica;">deb http://ppa.launchpad.net/gwibber-team/ppa/ubuntu <span id="series-deb">jaunty</span> main
deb-src http://ppa.launchpad.net/gwibber-team/ppa/ubuntu <span id="series-deb-src">jaunty</span> main</span></strong></span></pre>
<p>Se volete avere Gwibber aggiornato alla daily build dovete aggiungere alla sources.list le seguenti righe:</p>
<pre id="sources-list-entries"><span style="font-size: medium;"><strong><span style="font-family: helvetica;">deb http://ppa.launchpad.net/gwibber-daily/ppa/ubuntu <span id="series-deb">jaunty</span> main
deb-src http://ppa.launchpad.net/gwibber-daily/ppa/ubuntu <span id="series-deb-src">jaunty</span> main </span></strong></span></pre>
<p><span style="font-size: small;">Per farlo potete editare la vostra sources.list con i diritti di amministratore utilizzando il vostro editor di testo preferito (nano, kate&#8230;). Per esempio per farlo con kate vi basta eseguire da terminale:</span></p>
<p style="text-align: justify;"><span style="font-family: helvetica;"><strong><span style="font-size: medium;">sudo kate /etc/apt/sources.list</span></strong></span></p>
<p style="text-align: justify;">e poi copiare e incollare le due righe riportate sopra. In alternativa potete procedere anche tramite synaptic oppure tramite adept secondo le vostre conoscenze e i vostri gusti.</p>
<p style="text-align: justify;">Oppure semplicemente per aggiungerli direttamente tramite terminale dovete eseguire:</p>
<div style="overflow: auto; width: 500px;">
<pre style="margin-top: 0pt; display: inline;"><span style="font-family: helvetica;"><strong><span style="font-size: medium;">sudo sh -c "echo deb http://ppa.launchpad.net/gwibber-team/ppa/ubuntu jaunty main &gt;&gt; /etc/apt/sources.list"
</span><span style="font-size: medium;">sudo sh -c "echo deb-src http://ppa.launchpad.net/gwibber-team/ppa/ubuntu jaunty main &gt;&gt; /etc/apt/sources.list"</span></strong></span></pre>
</div>
<p style="text-align: justify;">Oppure:</p>
<div style="overflow: auto; width: 500px;">
<pre style="margin-top: 0pt; display: inline;"><span style="font-family: helvetica;"><strong><span style="font-size: medium;">sudo sh -c "echo deb http://ppa.launchpad.net/gwibber-daily/ppa/ubuntu jaunty main &gt;&gt; /etc/apt/sources.list"
</span><span style="font-size: medium;">sudo sh -c "echo deb-src http://ppa.launchpad.net/gwibber-daily/ppa/ubuntu jaunty main &gt;&gt; /etc/apt/sources.list"</span></strong></span></pre>
</div>
<p style="text-align: justify;">Dopodichè possiamo passare all&#8217;installazione eseguendo da terminale:</p>
<p style="text-align: justify;"><strong><span style="font-family: helvetica;"><span style="font-size: medium;">sudo apt-get update<br />
</span></span></strong></p>
<p style="text-align: justify;"><strong><span style="font-family: helvetica;"><span style="font-size: medium;">sudo apt-get install gwibber</span></span></strong></p>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">
<select id="field.series" name="field.series" size="1">
<option value="jaunty">The Jaunty Jackalope</option>
<option value="intrepid">The Intrepid Ibex</option>
<option value="hardy">The Hardy Heron</option>
</select>
<pre id="sources-list-entries">deb <a href="http://ppa.launchpad.net/gwibber-team/ppa/ubuntu">http://ppa.launchpad.net/gwibber-team/ppa/ubuntu</a> <span id="series-deb">jaunty</span> main
deb-src <a href="http://ppa.launchpad.net/gwibber-team/ppa/ubuntu">http://ppa.launchpad.net/gwibber-team/ppa/ubuntu</a> <span id="series-deb-src">jaunty</span> main</pre>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.sourceslist.eu/un-repository-al-giorno/installare-lultima-release-di-gwibber-tramite-repository/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PPA for Mark Lee</title>
		<link>http://www.sourceslist.eu/un-repository-al-giorno/ppa-for-mark-lee/</link>
		<comments>http://www.sourceslist.eu/un-repository-al-giorno/ppa-for-mark-lee/#comments</comments>
		<pubDate>Fri, 10 Apr 2009 13:01:03 +0000</pubDate>
		<dc:creator>Ingalex</dc:creator>
				<category><![CDATA[UN REPOSITORY AL GIORNO]]></category>

		<guid isPermaLink="false">http://www.sourceslist.eu/?p=842</guid>
		<description><![CDATA[REPOSITORY deb http://ppa.launchpad.net/malept/ppa/ubuntu intrepid main LISTA PACCHETTI avant-window-navigator avant-window-navigator-data avant-window-navigator-data-trunk avant-window-navigator-trunk awn-applets-c-core awn-applets-c-extras awn-applets-python-core awn-applets-python-extras awn-manager awn-manager-trunk libawn0 libawn0-dbg libawn0-dbg-trunk libawn0-trunk libawn-dev libawn-dev-trunk libawn-doc libawn-doc-trunk libawn-extras0 libawn-extras-dev python-awn python-awn-extras python-awnlib python-awn-trunk vala-awn vala-awn-trunk Per maggiori informazioni potete consultare il file packages contenuto nel repository.]]></description>
			<content:encoded><![CDATA[<p><span style="text-decoration: underline;"><span style="font-size: large;"><strong>REPOSITORY</strong></span></span></p>
<p>deb http://ppa.launchpad.net/malept/ppa/ubuntu intrepid main</p>
<p><span id="more-842"></span><span style="color: #ff0000;"><span style="font-size: large;"><strong>LISTA PACCHETTI</strong></span></span></p>
<table border="0">
<tbody>
<tr>
<td style="border: 1px solid #000000;" valign="top">
<pre style="text-align: justify;"> avant-window-navigator
 avant-window-navigator-data
 avant-window-navigator-data-trunk
 avant-window-navigator-trunk
 awn-applets-c-core
 awn-applets-c-extras
 awn-applets-python-core
 awn-applets-python-extras
 awn-manager
 awn-manager-trunk
 libawn0
 libawn0-dbg
 libawn0-dbg-trunk
 libawn0-trunk
 libawn-dev
 libawn-dev-trunk
 libawn-doc
 libawn-doc-trunk
 libawn-extras0
 libawn-extras-dev
 python-awn
 python-awn-extras
 python-awnlib
 python-awn-trunk
 vala-awn
 vala-awn-trunk
</pre>
</td>
</tr>
</tbody>
</table>
<p>Per maggiori informazioni potete consultare il <a rel="nofollow" href="http://ppa.launchpad.net/malept/ppa/ubuntu/dists/intrepid/main/binary-i386/Packages">file packages</a> contenuto nel repository.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sourceslist.eu/un-repository-al-giorno/ppa-for-mark-lee/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PPA for Christoph Korn</title>
		<link>http://www.sourceslist.eu/un-repository-al-giorno/ppa-for-christoph-korn/</link>
		<comments>http://www.sourceslist.eu/un-repository-al-giorno/ppa-for-christoph-korn/#comments</comments>
		<pubDate>Fri, 10 Apr 2009 12:56:45 +0000</pubDate>
		<dc:creator>Ingalex</dc:creator>
				<category><![CDATA[UN REPOSITORY AL GIORNO]]></category>

		<guid isPermaLink="false">http://www.sourceslist.eu/?p=833</guid>
		<description><![CDATA[REPOSITORY deb http://ppa.launchpad.net/c-korn/ubuntu intrepid main LISTA PACCHETTI apt-cacher-ng bzr-xmloutput i8kutils libapache2-svn libsvn1 libsvn-dev libsvn-doc libsvn-java libsvn-perl libsvn-ruby libsvn-ruby1.8 libvlc2 libvlccore0 libvlccore-dev libvlc-dev mozilla-plugin-vlc nautilus-dropbox piuparts python-subversion python-subversion-dbg subversion subversion-tools vlc vlc-data vlc-dbg vlc-nox vlc-plugin-arts vlc-plugin-esd vlc-plugin-ggi vlc-plugin-jack vlc-plugin-pulse vlc-plugin-sdl vlc-plugin-svgalib Per maggiori informazioni potete consultare il file packages contenuto nel repository.]]></description>
			<content:encoded><![CDATA[<p><span style="text-decoration: underline;"><span style="font-size: large;"><strong>REPOSITORY</strong></span></span></p>
<p>deb http://ppa.launchpad.net/c-korn/ubuntu intrepid main<br />
<span id="more-833"></span><span style="color: #ff0000;"><span style="font-size: large;"><strong>LISTA PACCHETTI</strong></span></span></p>
<table border="0">
<tbody>
<tr>
<td style="border: 1px solid #000000;" valign="top">
<pre style="text-align: justify;"> apt-cacher-ng
 bzr-xmloutput
 i8kutils
 libapache2-svn
 libsvn1
 libsvn-dev
 libsvn-doc
 libsvn-java
 libsvn-perl
 libsvn-ruby
 libsvn-ruby1.8
 libvlc2
 libvlccore0
 libvlccore-dev
 libvlc-dev
 mozilla-plugin-vlc
 nautilus-dropbox
 piuparts
 python-subversion
 python-subversion-dbg
 subversion
 subversion-tools
 vlc
 vlc-data
 vlc-dbg
 vlc-nox
 vlc-plugin-arts
 vlc-plugin-esd
 vlc-plugin-ggi
 vlc-plugin-jack
 vlc-plugin-pulse
 vlc-plugin-sdl
 vlc-plugin-svgalib</pre>
</td>
</tr>
</tbody>
</table>
<p>Per maggiori informazioni potete consultare il <a rel="nofollow" href="http://ppa.launchpad.net/c-korn/ubuntu/dists/intrepid/main/binary-i386/Packages">file packages</a> contenuto nel repository.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sourceslist.eu/un-repository-al-giorno/ppa-for-christoph-korn/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PPA for Miriam Ruiz</title>
		<link>http://www.sourceslist.eu/un-repository-al-giorno/ppa-for-miriam-ruiz/</link>
		<comments>http://www.sourceslist.eu/un-repository-al-giorno/ppa-for-miriam-ruiz/#comments</comments>
		<pubDate>Fri, 10 Apr 2009 12:54:13 +0000</pubDate>
		<dc:creator>Ingalex</dc:creator>
				<category><![CDATA[UN REPOSITORY AL GIORNO]]></category>
		<category><![CDATA[facebookchat]]></category>
		<category><![CDATA[geomorph]]></category>
		<category><![CDATA[miry]]></category>
		<category><![CDATA[pidgin]]></category>
		<category><![CDATA[ppa]]></category>

		<guid isPermaLink="false">http://www.sourceslist.eu/?p=832</guid>
		<description><![CDATA[REPOSITORY deb http://ppa.launchpad.net/miry/ubuntu intrepid main LISTA PACCHETTI construo geomorph glee-dev kartofel kodisein libglee0 libglee0-dbg librtaudio3-0 librtaudio3-0-dbg librtaudio4-0 librtaudio4-0-dbg libucil2 libucil2-dbg libucil2-dev libucil2-doc libunicap2 libunicap2-dbg libunicap2-dev libunicap2-doc libunicapgtk2 libunicapgtk2-dbg libunicapgtk2-dev libunicapgtk2-doc pidgin-facebookchat rtaudio3-dev rtaudio4-dev scite sfxr stegavorto ucview xspringies Per maggiori informazioni potete consultare il file packages contenuto nel repository.]]></description>
			<content:encoded><![CDATA[<p><span style="text-decoration: underline;"><span style="font-size: large;"><strong>REPOSITORY</strong></span></span></p>
<p>deb http://ppa.launchpad.net/miry/ubuntu intrepid main<br />
<span id="more-832"></span><span style="color: #ff0000;"><span style="font-size: large;"><strong>LISTA PACCHETTI</strong></span></span></p>
<table border="0">
<tbody>
<tr>
<td style="border: 1px solid #000000;" valign="top">
<pre style="text-align: justify;"> construo
 geomorph
 glee-dev
 kartofel
 kodisein
 libglee0
 libglee0-dbg
 librtaudio3-0
 librtaudio3-0-dbg
 librtaudio4-0
 librtaudio4-0-dbg
 libucil2
 libucil2-dbg
 libucil2-dev
 libucil2-doc
 libunicap2
 libunicap2-dbg
 libunicap2-dev
 libunicap2-doc
 libunicapgtk2
 libunicapgtk2-dbg
 libunicapgtk2-dev
 libunicapgtk2-doc
 pidgin-facebookchat
 rtaudio3-dev
 rtaudio4-dev
 scite
 sfxr
 stegavorto
 ucview
 xspringies
</pre>
</td>
</tr>
</tbody>
</table>
<p>Per maggiori informazioni potete consultare il <a rel="nofollow" href="http://ppa.launchpad.net/miry/ubuntu/dists/intrepid/main/binary-i386/Packages">file packages</a> contenuto nel repository.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sourceslist.eu/un-repository-al-giorno/ppa-for-miriam-ruiz/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PPA for Eclipse Team</title>
		<link>http://www.sourceslist.eu/un-repository-al-giorno/ppa-for-eclipse-team/</link>
		<comments>http://www.sourceslist.eu/un-repository-al-giorno/ppa-for-eclipse-team/#comments</comments>
		<pubDate>Fri, 10 Apr 2009 12:51:16 +0000</pubDate>
		<dc:creator>Ingalex</dc:creator>
				<category><![CDATA[UN REPOSITORY AL GIORNO]]></category>

		<guid isPermaLink="false">http://www.sourceslist.eu/?p=831</guid>
		<description><![CDATA[REPOSITORY deb http://ppa.launchpad.net/eclipse-team/ubuntu intrepid main LISTA PACCHETTI ecj ecj-gcj eclipse eclipse-cvs eclipse-efj eclipse-gcj eclipse-jdt eclipse-jdt-gcj eclipse-pde eclipse-pde-gcj eclipse-platform eclipse-platform-gcj eclipse-plugin-subclipse eclipse-rcp eclipse-rcp-gcj eclipse-sdk eclipse-source libecj-java libecj-java-gcj libswt3.4-gtk-gcj libswt3.4-gtk-java libswt3.4-gtk-jni Per maggiori informazioni potete consultare il file packages contenuto nel repository.]]></description>
			<content:encoded><![CDATA[<p><span style="text-decoration: underline;"><span style="font-size: large;"><strong>REPOSITORY</strong></span></span></p>
<p>deb http://ppa.launchpad.net/eclipse-team/ubuntu intrepid main<br />
<span id="more-831"></span><span style="color: #ff0000;"><span style="font-size: large;"><strong>LISTA PACCHETTI</strong></span></span></p>
<table border="0">
<tbody>
<tr>
<td style="border: 1px solid #000000;" valign="top">
<pre style="text-align: justify;"> ecj
 ecj-gcj
 eclipse
 eclipse-cvs
 eclipse-efj
 eclipse-gcj
 eclipse-jdt
 eclipse-jdt-gcj
 eclipse-pde
 eclipse-pde-gcj
 eclipse-platform
 eclipse-platform-gcj
 eclipse-plugin-subclipse
 eclipse-rcp
 eclipse-rcp-gcj
 eclipse-sdk
 eclipse-source
 libecj-java
 libecj-java-gcj
 libswt3.4-gtk-gcj
 libswt3.4-gtk-java
 libswt3.4-gtk-jni</pre>
</td>
</tr>
</tbody>
</table>
<p>Per maggiori informazioni potete consultare il <a rel="nofollow" href="http://ppa.launchpad.net/eclipse-team/ubuntu/dists/intrepid/main/binary-i386/Packages">file packages</a> contenuto nel repository.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sourceslist.eu/un-repository-al-giorno/ppa-for-eclipse-team/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PPA for Conduit</title>
		<link>http://www.sourceslist.eu/un-repository-al-giorno/ppa-for-conduit/</link>
		<comments>http://www.sourceslist.eu/un-repository-al-giorno/ppa-for-conduit/#comments</comments>
		<pubDate>Fri, 10 Apr 2009 12:49:42 +0000</pubDate>
		<dc:creator>Ingalex</dc:creator>
				<category><![CDATA[UN REPOSITORY AL GIORNO]]></category>
		<category><![CDATA[conduit]]></category>
		<category><![CDATA[launchpad]]></category>
		<category><![CDATA[ppa]]></category>
		<category><![CDATA[trunk]]></category>

		<guid isPermaLink="false">http://www.sourceslist.eu/?p=834</guid>
		<description><![CDATA[REPOSITORY deb http://ppa.launchpad.net/conduit/ubuntu intrepid main LISTA PACCHETTI conduit conduit-trunk Per maggiori informazioni potete consultare il file packages contenuto nel repository.]]></description>
			<content:encoded><![CDATA[<p><span style="text-decoration: underline;"><span style="font-size: large;"><strong>REPOSITORY</strong></span></span></p>
<p>deb http://ppa.launchpad.net/conduit/ubuntu intrepid main<br />
<span id="more-834"></span><span style="color: #ff0000;"><span style="font-size: large;"><strong>LISTA PACCHETTI</strong></span></span></p>
<table border="0">
<tbody>
<tr>
<td style="border: 1px solid #000000;" valign="top">
<pre style="text-align: justify;"> conduit
 conduit-trunk</pre>
</td>
</tr>
</tbody>
</table>
<p>Per maggiori informazioni potete consultare il <a rel="nofollow" href="http://ppa.launchpad.net/conduit/ubuntu/dists/intrepid/main/binary-i386/Packages">file packages</a> contenuto nel repository.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sourceslist.eu/un-repository-al-giorno/ppa-for-conduit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PPA for Amarock Latest</title>
		<link>http://www.sourceslist.eu/un-repository-al-giorno/ppa-for-amarock-latest/</link>
		<comments>http://www.sourceslist.eu/un-repository-al-giorno/ppa-for-amarock-latest/#comments</comments>
		<pubDate>Thu, 09 Apr 2009 12:54:24 +0000</pubDate>
		<dc:creator>Ingalex</dc:creator>
				<category><![CDATA[UN REPOSITORY AL GIORNO]]></category>
		<category><![CDATA[amarock]]></category>
		<category><![CDATA[latest]]></category>
		<category><![CDATA[neon]]></category>
		<category><![CDATA[nightly]]></category>
		<category><![CDATA[project]]></category>

		<guid isPermaLink="false">http://www.sourceslist.netsons.org/?p=325</guid>
		<description><![CDATA[REPOSITORY deb http://ppa.launchpad.net/project-neon/ubuntu intrepid main LISTA PACCHETTI amarok-nightly amarok-nightly-cdbs amarok-nightly-cmake amarok-nightly-dbg amarok-nightly-deps amarok-nightly-kdebase amarok-nightly-kdebase-dbg amarok-nightly-kdelibs amarok-nightly-kdelibs-dbg amarok-nightly-kdesupport amarok-nightly-kdesupport-dbg amarok-nightly-mysql-data amarok-nightly-mysql-dev amarok-nightly-qt amarok-nightly-tools kde-nightly kde-nightly-cdbs kde-nightly-deps kde-nightly-google-gadgets kde-nightly-google-gadgets-dbg kde-nightly-kdebase kde-nightly-kdebase-dbg kde-nightly-kdeedu kde-nightly-kdeedu-dbg kde-nightly-kdegraphics kde-nightly-kdegraphics-dbg kde-nightly-kdelibs kde-nightly-kdelibs-dbg kde-nightly-kdemultimedia kde-nightly-kdemultimedia-dbg kde-nightly-kdenetwork kde-nightly-kdenetwork-dbg kde-nightly-kdepim kde-nightly-kdepim-dbg kde-nightly-kdepimlibs kde-nightly-kdepimlibs-dbg kde-nightly-kdeplasma-addons kde-nightly-kdeplasma-addons-dbg kde-nightly-kdesdk kde-nightly-kdesdk-dbg kde-nightly-kdesupport kde-nightly-kdesupport-dbg kde-nightly-kdeutils kde-nightly-kdeutils-dbg libmsn0.1 libmsn0.1-dbg libmsn-dev project-neon-quassel [...]]]></description>
			<content:encoded><![CDATA[<p><span style="text-decoration: underline;"><span style="font-size: large;"><strong>REPOSITORY</strong></span></span></p>
<p>deb http://ppa.launchpad.net/project-neon/ubuntu intrepid main</p>
<p><span id="more-325"></span><span style="color: #ff0000;"><span style="font-size: large;"><strong>LISTA PACCHETTI</strong></span></span></p>
<p><span style="color: #ff0000;"><span style="font-size: large;"><strong><em></em></strong></span></span></p>
<table border="0">
<tbody>
<tr>
<td style="border: 1px solid #000000;" valign="top">
<pre style="text-align: justify;"> amarok-nightly
 amarok-nightly-cdbs
 amarok-nightly-cmake
 amarok-nightly-dbg
 amarok-nightly-deps
 amarok-nightly-kdebase
 amarok-nightly-kdebase-dbg
 amarok-nightly-kdelibs
 amarok-nightly-kdelibs-dbg
 amarok-nightly-kdesupport
 amarok-nightly-kdesupport-dbg
 amarok-nightly-mysql-data
 amarok-nightly-mysql-dev
 amarok-nightly-qt
 amarok-nightly-tools
 kde-nightly
 kde-nightly-cdbs
 kde-nightly-deps
 kde-nightly-google-gadgets
 kde-nightly-google-gadgets-dbg
 kde-nightly-kdebase
 kde-nightly-kdebase-dbg
 kde-nightly-kdeedu
 kde-nightly-kdeedu-dbg
 kde-nightly-kdegraphics
 kde-nightly-kdegraphics-dbg
 kde-nightly-kdelibs
 kde-nightly-kdelibs-dbg
 kde-nightly-kdemultimedia
 kde-nightly-kdemultimedia-dbg
 kde-nightly-kdenetwork
 kde-nightly-kdenetwork-dbg
 kde-nightly-kdepim
 kde-nightly-kdepim-dbg
 kde-nightly-kdepimlibs
 kde-nightly-kdepimlibs-dbg
 kde-nightly-kdeplasma-addons
 kde-nightly-kdeplasma-addons-dbg
 kde-nightly-kdesdk
 kde-nightly-kdesdk-dbg
 kde-nightly-kdesupport
 kde-nightly-kdesupport-dbg
 kde-nightly-kdeutils
 kde-nightly-kdeutils-dbg
 libmsn0.1
 libmsn0.1-dbg
 libmsn-dev
 project-neon-quassel
 project-neon-quassel-dbg</pre>
</td>
</tr>
</tbody>
</table>
<p>Per maggiori informazioni potete consultare il <a href="http://ppa.launchpad.net/project-neon/ubuntu/dists/intrepid/main/binary-i386/Packages"  rel="nofollow" >file packages</a> contenuto nel repository.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sourceslist.eu/un-repository-al-giorno/ppa-for-amarock-latest/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>PPA for Compiz Fusion Latest</title>
		<link>http://www.sourceslist.eu/un-repository-al-giorno/ppa-for-compiz-fusion-latest/</link>
		<comments>http://www.sourceslist.eu/un-repository-al-giorno/ppa-for-compiz-fusion-latest/#comments</comments>
		<pubDate>Thu, 09 Apr 2009 09:40:40 +0000</pubDate>
		<dc:creator>Ingalex</dc:creator>
				<category><![CDATA[UN REPOSITORY AL GIORNO]]></category>
		<category><![CDATA[compiz]]></category>
		<category><![CDATA[decoration]]></category>
		<category><![CDATA[fusion]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://www.sourceslist.netsons.org/?p=322</guid>
		<description><![CDATA[REPOSITORY deb http://ppa.launchpad.net/compiz/ubuntu intrepid main LISTA PACCHETTI compiz compizconfig-backend-gconf compizconfig-backend-kconfig compizconfig-settings-manager compiz-core compiz-dev compiz-fusion-bcop compiz-fusion-plugins-extra compiz-fusion-plugins-main compiz-fusion-plugins-unsupported compiz-gnome compiz-kde compiz-plugins compiz-wrapper libcompizconfig0 libcompizconfig0-dev libdecoration0 libdecoration0-dev python-compizconfig simple-ccsm Per maggiori informazioni potete consultare il file packages contenuto nel repository.]]></description>
			<content:encoded><![CDATA[<p><span style="text-decoration: underline;"><span style="font-size: large;"><strong>REPOSITORY</strong></span></span></p>
<p>deb http://ppa.launchpad.net/compiz/ubuntu intrepid main</p>
<p><span id="more-322"></span><span style="color: #ff0000;"><span style="font-size: large;"><strong>LISTA PACCHETTI</strong></span></span></p>
<p><span style="color: #ff0000;"><span style="font-size: large;"><strong><em></em></strong></span></span></p>
<table border="0">
<tbody>
<tr>
<td style="border: 1px solid #000000;" valign="top">
<pre style="text-align: justify;"> compiz
 compizconfig-backend-gconf
 compizconfig-backend-kconfig
 compizconfig-settings-manager
 compiz-core
 compiz-dev
 compiz-fusion-bcop
 compiz-fusion-plugins-extra
 compiz-fusion-plugins-main
 compiz-fusion-plugins-unsupported
 compiz-gnome
 compiz-kde
 compiz-plugins
 compiz-wrapper
 libcompizconfig0
 libcompizconfig0-dev
 libdecoration0
 libdecoration0-dev
 python-compizconfig
 simple-ccsm</pre>
</td>
</tr>
</tbody>
</table>
<p>Per maggiori informazioni potete consultare il <a href="http://ppa.launchpad.net/compiz/ubuntu/dists/intrepid/main/binary-i386/Packages" rel="nofollow" >file packages</a> contenuto nel repository.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sourceslist.eu/un-repository-al-giorno/ppa-for-compiz-fusion-latest/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PPA for Sam Rog</title>
		<link>http://www.sourceslist.eu/un-repository-al-giorno/ppa-for-sam-rog/</link>
		<comments>http://www.sourceslist.eu/un-repository-al-giorno/ppa-for-sam-rog/#comments</comments>
		<pubDate>Thu, 09 Apr 2009 08:21:12 +0000</pubDate>
		<dc:creator>Ingalex</dc:creator>
				<category><![CDATA[UN REPOSITORY AL GIORNO]]></category>
		<category><![CDATA[kdebase]]></category>
		<category><![CDATA[plasmoid]]></category>
		<category><![CDATA[servicemenu]]></category>

		<guid isPermaLink="false">http://www.sourceslist.netsons.org/?p=320</guid>
		<description><![CDATA[REPOSITORY deb http://ppa.launchpad.net/samrog131/ubuntu intrepid main LISTA PACCHETTI beecommander beediff kbibtex kdebase-dbg kdegraphics-dbg kdelibs5 kdelibs5-data kdelibs5-dbg kdelibs5-dev kdelibs5-doc kdelibs-bin kooka ksquirrel ksysinfo libkonq4 libkonq4-dev libkscan1 mediainfo-cli mplayerthumbs partitionmanager plasmoid-activewindowcontrol plasmoid-adjustableclock plasmoid-cashew-off plasmoid-cpuload plasmoid-devicenotifier-automount plasmoid-droptoopen plasmoid-embed-win plasmoid-eyesaver plasmoid-kbirthday plasmoid-kubuntuinfo plasmoid-lancelot plasmoid-memusage plasmoid-onelinecalc plasmoid-panelshadows plasmoid-peachydock plasmoid-plasma-netgraph plasmoid-plasmaspacer plasmoid-playwolf plasmoid-quicklauncher plasmoid-rssnow plasmoid-runcommand plasmoid-simplemonitor plasmoid-stdin plasmoid-stock-quote plasmoid-todo plasmoid-tvprogramme plasmoid-weatherforecast plasmoid-weather-smhi [...]]]></description>
			<content:encoded><![CDATA[<p><span style="text-decoration: underline;"><span style="font-size: large;"><strong>REPOSITORY</strong></span></span></p>
<p>deb http://ppa.launchpad.net/samrog131/ubuntu intrepid main</p>
<p><span id="more-320"></span><span style="color: #ff0000;"><span style="font-size: large;"><strong>LISTA PACCHETTI</strong></span></span></p>
<p><span style="color: #ff0000;"><span style="font-size: large;"><strong><em></em></strong></span></span></p>
<table border="0">
<tbody>
<tr>
<td style="border: 1px solid #000000;" valign="top">
<pre style="text-align: justify;"> beecommander
 beediff
 kbibtex
 kdebase-dbg
 kdegraphics-dbg
 kdelibs5
 kdelibs5-data
 kdelibs5-dbg
 kdelibs5-dev
 kdelibs5-doc
 kdelibs-bin
 kooka
 ksquirrel
 ksysinfo
 libkonq4
 libkonq4-dev
 libkscan1
 mediainfo-cli
 mplayerthumbs
 partitionmanager
 plasmoid-activewindowcontrol
 plasmoid-adjustableclock
 plasmoid-cashew-off
 plasmoid-cpuload
 plasmoid-devicenotifier-automount
 plasmoid-droptoopen
 plasmoid-embed-win
 plasmoid-eyesaver
 plasmoid-kbirthday
 plasmoid-kubuntuinfo
 plasmoid-lancelot
 plasmoid-memusage
 plasmoid-onelinecalc
 plasmoid-panelshadows
 plasmoid-peachydock
 plasmoid-plasma-netgraph
 plasmoid-plasmaspacer
 plasmoid-playwolf
 plasmoid-quicklauncher
 plasmoid-rssnow
 plasmoid-runcommand
 plasmoid-simplemonitor
 plasmoid-stdin
 plasmoid-stock-quote
 plasmoid-todo
 plasmoid-tvprogramme
 plasmoid-weatherforecast
 plasmoid-weather-smhi
 plasmoid-windowlist
 plugin-katetabbar
 quicksand
 rss
 servicemenu-extractandcompress
 servicemenu-mediainfo
 servicemenu-rootactions</pre>
</td>
</tr>
</tbody>
</table>
<p>Per maggiori informazioni potete consultare il <a href="http://ppa.launchpad.net/samrog131/ubuntu/dists/intrepid/main/binary-i386/Packages" rel="nofollow" >file packages</a> contenuto nel repository.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sourceslist.eu/un-repository-al-giorno/ppa-for-sam-rog/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>UBUNTU SATANIC</title>
		<link>http://www.sourceslist.eu/un-repository-al-giorno/ubuntu-satanic/</link>
		<comments>http://www.sourceslist.eu/un-repository-al-giorno/ubuntu-satanic/#comments</comments>
		<pubDate>Thu, 09 Apr 2009 08:10:15 +0000</pubDate>
		<dc:creator>Ingalex</dc:creator>
				<category><![CDATA[UN REPOSITORY AL GIORNO]]></category>
		<category><![CDATA[aurora]]></category>
		<category><![CDATA[damnation]]></category>
		<category><![CDATA[eternal]]></category>
		<category><![CDATA[eternity]]></category>
		<category><![CDATA[hell]]></category>
		<category><![CDATA[kubuntu]]></category>
		<category><![CDATA[satanic]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[usplash]]></category>
		<category><![CDATA[wallpaper]]></category>
		<category><![CDATA[xubuntu]]></category>

		<guid isPermaLink="false">http://www.sourceslist.netsons.org/?p=298</guid>
		<description><![CDATA[REPOSITORY deb http://ubuntusatanic.org/hell intrepid main LISTA PACCHETTI eternal-damnation eternal-studio eternal-ubuntu eternity-screensaver gtk2-engines-aurora kubuntu-satanic kubuntu-satanic-wide music-for-the-damned satanic-gdm-themes satanic-gnome-themes satanic-icon-themes satanic-kde-themes satanic-sounds satanic-wallpapers satanic-wallpapers-wide ubuntu-satanic ubuntu-satanic-wide usplash-theme-satanic xubuntu-satanic xubuntu-satanic-wide Per maggiori informazioni potete consultare il file packages contenuto nel repository.]]></description>
			<content:encoded><![CDATA[<p><span style="text-decoration: underline;"><span style="font-size: large;"><strong>REPOSITORY</strong></span></span></p>
<pre>deb http://ubuntusatanic.org/hell intrepid main</pre>
<p><span id="more-298"></span><span style="color: #ff0000;"><span style="font-size: large;"><strong>LISTA PACCHETTI</strong></span></span></p>
<p><span style="color: #ff0000;"><span style="font-size: large;"><strong><em></em></strong></span></span></p>
<table border="0">
<tbody>
<tr>
<td style="border: 1px solid #000000;" valign="top">
<pre style="text-align: justify;"> eternal-damnation
 eternal-studio
 eternal-ubuntu
 eternity-screensaver
 gtk2-engines-aurora
 kubuntu-satanic
 kubuntu-satanic-wide
 music-for-the-damned
 satanic-gdm-themes
 satanic-gnome-themes
 satanic-icon-themes
 satanic-kde-themes
 satanic-sounds
 satanic-wallpapers
 satanic-wallpapers-wide
 ubuntu-satanic
 ubuntu-satanic-wide
 usplash-theme-satanic
 xubuntu-satanic
 xubuntu-satanic-wide</pre>
</td>
</tr>
</tbody>
</table>
<p>Per maggiori informazioni potete consultare il <a href="http://ubuntusatanic.org/hell/dists/intrepid/main/binary-i386/Packages" rel="nofollow" >file packages</a> contenuto nel repository.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sourceslist.eu/un-repository-al-giorno/ubuntu-satanic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
