<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://dev1galaxy.org/extern.php?action=feed&amp;tid=1657&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Tint2 Backport Repo?]]></title>
		<link>http://dev1galaxy.org/viewtopic.php?id=1657</link>
		<description><![CDATA[The most recent posts in Tint2 Backport Repo?.]]></description>
		<lastBuildDate>Sat, 14 Oct 2017 12:50:44 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Tint2 Backport Repo?]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=5541#p5541</link>
			<description><![CDATA[<div class="quotebox"><cite>cynwulf wrote:</cite><blockquote><div><p>It&#039;s called &quot;backporting&quot;.&#160; It&#039;s generally what you have to do if something you want isn&#039;t available.&#160; It&#039;s actually more or less how the Debian backports started out.&#160; Originally they weren&#039;t official repositories but as time went on, got absorbed by the project.</p><p>It&#039;s far better and more rewarding to learn to do it yourself, than hanging on in the vain hope that someone else will do it for you...</p><p>Good luck and stick with it.</p></div></blockquote></div><p>I do not have much experience compiling or making a .deb package. I have done once or twice (successfully) but not much, <br />Everything for my needs got it from Debian/Devuan repo.</p><p>Now that want something outside official repositories, I must do myself some tasks. <br />Indeed DYI is way better and rewarding in the end is worthy.</p><div class="quotebox"><cite>yeti wrote:</cite><blockquote><div><p>You can build it in a chroot or VM which you completely trash afterwards.</p></div></blockquote></div><p>Good suggestion, but I dared without it. tint2 is not a big deal, i can go without VM.</p><p>Thanks for your suggestions.<br />I&#039;d not give up doing install from source, even though the first time did not go that well. I&#039;ll make this with all my modest strength <img src="http://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (Nili)]]></author>
			<pubDate>Sat, 14 Oct 2017 12:50:44 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=5541#p5541</guid>
		</item>
		<item>
			<title><![CDATA[Re: Tint2 Backport Repo?]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=5532#p5532</link>
			<description><![CDATA[<div class="quotebox"><cite>Nili wrote:</cite><blockquote><div><p>I should have noted that i did not wish to compile because there are too many <a href="https://gitlab.com/o9000/tint2/wikis/Install#dependencies" rel="nofollow">dependencies</a> to <a href="https://gitlab.com/o9000/tint2/wikis/Install#ubuntu-debian-1" rel="nofollow">install</a>:</p></div></blockquote></div><p> You can build it in a chroot or VM which you completely trash afterwards.</p>]]></description>
			<author><![CDATA[dummy@example.com (yeti)]]></author>
			<pubDate>Sat, 14 Oct 2017 05:29:12 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=5532#p5532</guid>
		</item>
		<item>
			<title><![CDATA[Re: Tint2 Backport Repo?]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=5526#p5526</link>
			<description><![CDATA[<p>It&#039;s called &quot;backporting&quot;.&#160; It&#039;s generally what you have to do if something you want isn&#039;t available.&#160; It&#039;s actually more or less how the Debian backports started out.&#160; Originally they weren&#039;t official repositories but as time went on, got absorbed by the project.</p><p>It&#039;s far better and more rewarding to learn to do it yourself, than hanging on in the vain hope that someone else will do it for you...</p><p>Good luck and stick with it.</p>]]></description>
			<author><![CDATA[dummy@example.com (cynwulf)]]></author>
			<pubDate>Fri, 13 Oct 2017 22:00:48 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=5526#p5526</guid>
		</item>
		<item>
			<title><![CDATA[Re: Tint2 Backport Repo?]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=5523#p5523</link>
			<description><![CDATA[<p>OK! I will do it! Very acceptable suggestion. I should have thought of this possibility early. </p><p>I&#039;ll make this work a go now...</p><p>Regards!<br />Nili</p>]]></description>
			<author><![CDATA[dummy@example.com (Nili)]]></author>
			<pubDate>Fri, 13 Oct 2017 16:06:09 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=5523#p5523</guid>
		</item>
		<item>
			<title><![CDATA[Re: Tint2 Backport Repo?]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=5521#p5521</link>
			<description><![CDATA[<p>Well generally, one would:</p><div class="codebox"><pre><code># apt-get build-dep tint2</code></pre></div><p>Make a &quot;build&quot; directory in your /home/your_user</p><div class="codebox"><pre><code>$ apt-get source tint2</code></pre></div><p>Then build the deb package from the source in the usual way (dpkg-buildpackage in a fakeroot environment).</p><p>Once the package is built, the build dependencies (dev packages) can be removed.</p>]]></description>
			<author><![CDATA[dummy@example.com (cynwulf)]]></author>
			<pubDate>Fri, 13 Oct 2017 15:39:46 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=5521#p5521</guid>
		</item>
		<item>
			<title><![CDATA[Re: Tint2 Backport Repo?]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=5520#p5520</link>
			<description><![CDATA[<div class="quotebox"><cite>cynwulf wrote:</cite><blockquote><div><p>You could built it from source... i.e. create your own backport from the package source in the unstable repository.</p></div></blockquote></div><p>Thanks for your suggestion cynwulf, I should have noted that i did not wish to compile because there are too many <a href="https://gitlab.com/o9000/tint2/wikis/Install#dependencies" rel="nofollow">dependencies</a> to <a href="https://gitlab.com/o9000/tint2/wikis/Install#ubuntu-debian-1" rel="nofollow">install</a>:</p><div class="codebox"><pre><code>sudo apt-get install libcairo2-dev libpango1.0-dev libglib2.0-dev libimlib2-dev libgtk2.0-dev libxinerama-dev libx11-dev libxdamage-dev libxcomposite-dev libxrender-dev libxrandr-dev librsvg2-dev libstartup-notification0-dev</code></pre></div><p>translated into my system</p><div class="codebox"><pre class="vscroll"><code>nili ~ $ sudo apt-get install -s libcairo2-dev libpango1.0-dev libglib2.0-dev libimlib2-dev libgtk2.0-dev libxinerama-dev libx11-dev libxdamage-dev libxcomposite-dev libxrender-dev libxrandr-dev librsvg2-dev libstartup-notification0-dev
[sudo] password for nili: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following extra packages will be installed:
  gir1.2-atk-1.0 gir1.2-freedesktop gir1.2-gdkpixbuf-2.0 gir1.2-glib-2.0 gir1.2-gtk-2.0 gir1.2-pango-1.0 gir1.2-rsvg-2.0 libatk1.0-dev libbz2-dev
  libc-dev-bin libc6-dev libcairo-gobject2 libcairo-script-interpreter2 libelfg0 libexpat1-dev libfontconfig1-dev libfreetype6-dev libgdk-pixbuf2.0-dev
  libgif-dev libgirepository-1.0-1 libglib2.0-bin libglib2.0-data libharfbuzz-dev libharfbuzz-gobject0 libharfbuzz-icu0 libice-dev libicu52 libid3tag0-dev
  libjbig-dev libjpeg-dev libjpeg62-turbo-dev libltdl-dev libltdl7 liblzma-dev liblzo2-2 libpangoxft-1.0-0 libpcre3-dev libpcrecpp0 libpixman-1-dev
  libpng12-dev libpthread-stubs0-dev libsm-dev libtiff5-dev libtiffxx5 libxau-dev libxcb-render0-dev libxcb-shm0-dev libxcb1-dev libxcursor-dev libxdmcp-dev
  libxext-dev libxfixes-dev libxft-dev libxi-dev libxml2-utils linux-libc-dev pkg-config x11proto-composite-dev x11proto-core-dev x11proto-damage-dev
  x11proto-fixes-dev x11proto-input-dev x11proto-kb-dev x11proto-randr-dev x11proto-render-dev x11proto-xext-dev x11proto-xinerama-dev xorg-sgml-doctools
  xtrans-dev zlib1g-dev
Suggested packages:
  glibc-doc libcairo2-doc libglib2.0-doc libgtk2.0-doc libice-doc libtool-doc liblzma-doc imagemagick libpango1.0-doc librsvg2-doc libsm-doc libxcb-doc
  libxext-doc
Recommended packages:
  bzip2-doc manpages-dev debhelper libtool libx11-doc
The following NEW packages will be installed:
  gir1.2-atk-1.0 gir1.2-freedesktop gir1.2-gdkpixbuf-2.0 gir1.2-glib-2.0 gir1.2-gtk-2.0 gir1.2-pango-1.0 gir1.2-rsvg-2.0 libatk1.0-dev libbz2-dev
  libc-dev-bin libc6-dev libcairo-gobject2 libcairo-script-interpreter2 libcairo2-dev libelfg0 libexpat1-dev libfontconfig1-dev libfreetype6-dev
  libgdk-pixbuf2.0-dev libgif-dev libgirepository-1.0-1 libglib2.0-bin libglib2.0-data libglib2.0-dev libgtk2.0-dev libharfbuzz-dev libharfbuzz-gobject0
  libharfbuzz-icu0 libice-dev libicu52 libid3tag0-dev libimlib2-dev libjbig-dev libjpeg-dev libjpeg62-turbo-dev libltdl-dev libltdl7 liblzma-dev liblzo2-2
  libpango1.0-dev libpangoxft-1.0-0 libpcre3-dev libpcrecpp0 libpixman-1-dev libpng12-dev libpthread-stubs0-dev librsvg2-dev libsm-dev
  libstartup-notification0-dev libtiff5-dev libtiffxx5 libx11-dev libxau-dev libxcb-render0-dev libxcb-shm0-dev libxcb1-dev libxcomposite-dev libxcursor-dev
  libxdamage-dev libxdmcp-dev libxext-dev libxfixes-dev libxft-dev libxi-dev libxinerama-dev libxml2-utils libxrandr-dev libxrender-dev linux-libc-dev
  pkg-config x11proto-composite-dev x11proto-core-dev x11proto-damage-dev x11proto-fixes-dev x11proto-input-dev x11proto-kb-dev x11proto-randr-dev
  x11proto-render-dev x11proto-xext-dev x11proto-xinerama-dev xorg-sgml-doctools xtrans-dev zlib1g-dev
0 upgraded, 83 newly installed, 0 to remove and 0 not upgraded.
Inst libcairo-gobject2 (1.14.0-2.1+deb8u2 Devuan:1.0/stable [i386])
Inst liblzo2-2 (2.08-1.2 Devuan:1.0/stable [i386])
Inst libcairo-script-interpreter2 (1.14.0-2.1+deb8u2 Devuan:1.0/stable [i386])
Inst libelfg0 (0.8.13-5 Devuan:1.0/stable [i386])
Inst libharfbuzz-gobject0 (0.9.35-2 Devuan:1.0/stable [i386])
Inst libicu52 (52.1-8+deb8u5 Devuan:1.0/stable [i386])
Inst libharfbuzz-icu0 (0.9.35-2 Devuan:1.0/stable [i386])
Inst libltdl7 (2.4.2-1.11+b1 Devuan:1.0/stable [i386])
Inst libpangoxft-1.0-0 (1.36.8-3 Devuan:1.0/stable [i386])
Inst libpcrecpp0 (2:8.35-3.3+deb8u4 Devuan:1.0/stable [i386])
Inst libtiffxx5 (4.0.3-12.3+deb8u4 Devuan:1.0/stable [i386])
Inst libgirepository-1.0-1 (1.42.0-2.2 Devuan:1.0/stable [i386])
Inst gir1.2-glib-2.0 (1.42.0-2.2 Devuan:1.0/stable [i386])
Inst gir1.2-atk-1.0 (2.14.0-1 Devuan:1.0/stable [i386])
Inst gir1.2-freedesktop (1.42.0-2.2 Devuan:1.0/stable [i386])
Inst gir1.2-gdkpixbuf-2.0 (2.31.1-2+deb8u6 Devuan:1.0/stable-security [i386])
Inst gir1.2-pango-1.0 (1.36.8-3 Devuan:1.0/stable [i386])
Inst gir1.2-gtk-2.0 (2.24.25-3+deb8u2 Devuan:1.0/stable [i386])
Inst gir1.2-rsvg-2.0 (2.40.5-1+deb8u2 Devuan:1.0/stable [i386])
Inst pkg-config (0.28-1 Devuan:1.0/stable [i386])
Inst libglib2.0-data (2.42.1-1 Devuan:1.0/stable [all])
Inst libglib2.0-bin (2.42.1-1+b1 Devuan:1.0/stable [i386])
Inst libc-dev-bin (2.19-18+deb8u10 Devuan:1.0/stable [i386])
Inst linux-libc-dev (3.16.43-2+deb8u5 Devuan:1.0/stable-security [i386])
Inst libc6-dev (2.19-18+deb8u10 Devuan:1.0/stable [i386])
Inst libpcre3-dev (2:8.35-3.3+deb8u4 Devuan:1.0/stable [i386])
Inst zlib1g-dev (1:1.2.8.dfsg-2+b1 Devuan:1.0/stable [i386])
Inst libglib2.0-dev (2.42.1-1+b1 Devuan:1.0/stable [i386])
Inst libatk1.0-dev (2.14.0-1 Devuan:1.0/stable [i386])
Inst libbz2-dev (1.0.6-7+b3 Devuan:1.0/stable [i386])
Inst libexpat1-dev (2.1.0-6+deb8u4 Devuan:1.0/stable [i386])
Inst libpng12-dev (1.2.50-2+deb8u3 Devuan:1.0/stable [i386])
Inst libfreetype6-dev (2.5.2-3+deb8u2 Devuan:1.0/stable [i386])
Inst libfontconfig1-dev (2.11.0-6.3+deb8u1 Devuan:1.0/stable [i386])
Inst xorg-sgml-doctools (1:1.11-1 Devuan:1.0/stable [all])
Inst x11proto-core-dev (7.0.26-1 Devuan:1.0/stable [all])
Inst libxau-dev (1:1.0.8-1 Devuan:1.0/stable [i386])
Inst libxdmcp-dev (1:1.1.1-1+b1 Devuan:1.0/stable [i386])
Inst x11proto-input-dev (2.3.1-1 Devuan:1.0/stable [all])
Inst x11proto-kb-dev (1.0.6-2 Devuan:1.0/stable [all])
Inst xtrans-dev (1.3.4-1 Devuan:1.0/stable [all])
Inst libpthread-stubs0-dev (0.3-4 Devuan:1.0/stable [i386])
Inst libxcb1-dev (1.10-3+b1 Devuan:1.0/stable [i386])
Inst libx11-dev (2:1.6.2-3 Devuan:1.0/stable [i386])
Inst x11proto-render-dev (2:0.11.1-2 Devuan:1.0/stable [all])
Inst libxrender-dev (1:0.9.8-1+b1 Devuan:1.0/stable [i386])
Inst x11proto-xext-dev (7.3.0-1 Devuan:1.0/stable [all])
Inst libxext-dev (2:1.3.3-1 Devuan:1.0/stable [i386])
Inst libice-dev (2:1.0.9-1+b1 Devuan:1.0/stable [i386])
Inst libsm-dev (2:1.2.2-1+b1 Devuan:1.0/stable [i386])
Inst libpixman-1-dev (0.32.6-3 Devuan:1.0/stable [i386])
Inst libxcb-render0-dev (1.10-3+b1 Devuan:1.0/stable [i386])
Inst libxcb-shm0-dev (1.10-3+b1 Devuan:1.0/stable [i386])
Inst libcairo2-dev (1.14.0-2.1+deb8u2 Devuan:1.0/stable [i386])
Inst libgdk-pixbuf2.0-dev (2.31.1-2+deb8u6 Devuan:1.0/stable-security [i386])
Inst libgif-dev (4.1.6-11+deb8u1 Devuan:1.0/stable [i386])
Inst libharfbuzz-dev (0.9.35-2 Devuan:1.0/stable [i386])
Inst libxft-dev (2.3.2-1 Devuan:1.0/stable [i386])
Inst libpango1.0-dev (1.36.8-3 Devuan:1.0/stable [i386])
Inst x11proto-xinerama-dev (1.2.1-2 Devuan:1.0/stable [all])
Inst libxinerama-dev (2:1.1.3-1+b1 Devuan:1.0/stable [i386])
Inst x11proto-fixes-dev (1:5.0-2 Devuan:1.0/stable [all])
Inst libxfixes-dev (1:5.0.1-2+b2 Devuan:1.0/stable [i386])
Inst libxi-dev (2:1.7.4-1+b2 Devuan:1.0/stable [i386])
Inst x11proto-randr-dev (1.4.0-2 Devuan:1.0/stable [all])
Inst libxrandr-dev (2:1.4.2-1+b1 Devuan:1.0/stable [i386])
Inst libxcursor-dev (1:1.1.14-1+b1 Devuan:1.0/stable [i386])
Inst x11proto-composite-dev (1:0.4.2-2 Devuan:1.0/stable [all])
Inst libxcomposite-dev (1:0.4.4-1 Devuan:1.0/stable [i386])
Inst x11proto-damage-dev (1:1.2.1-2 Devuan:1.0/stable [all])
Inst libxdamage-dev (1:1.1.4-2+b1 Devuan:1.0/stable [i386])
Inst libxml2-utils (2.9.1+dfsg1-5+deb8u5 Devuan:1.0/stable-security [i386])
Inst libgtk2.0-dev (2.24.25-3+deb8u2 Devuan:1.0/stable [i386])
Inst libid3tag0-dev (0.15.1b-11 Devuan:1.0/stable [i386])
Inst libjpeg62-turbo-dev (1:1.3.1-12 Devuan:1.0/stable [i386])
Inst libjpeg-dev (1:1.3.1-12 Devuan:1.0/stable [all])
Inst libltdl-dev (2.4.2-1.11+b1 Devuan:1.0/stable [i386])
Inst libjbig-dev (2.1-3.1 Devuan:1.0/stable [i386])
Inst liblzma-dev (5.1.1alpha+20120614-2+b3 Devuan:1.0/stable [i386])
Inst libtiff5-dev (4.0.3-12.3+deb8u4 Devuan:1.0/stable [i386])
Inst libimlib2-dev (1.4.6-2+deb8u2 Devuan:1.0/stable [i386])
Inst librsvg2-dev (2.40.5-1+deb8u2 Devuan:1.0/stable [i386])
Inst libstartup-notification0-dev (0.12-4 Devuan:1.0/stable [i386])
Conf libcairo-gobject2 (1.14.0-2.1+deb8u2 Devuan:1.0/stable [i386])
Conf liblzo2-2 (2.08-1.2 Devuan:1.0/stable [i386])
Conf libcairo-script-interpreter2 (1.14.0-2.1+deb8u2 Devuan:1.0/stable [i386])
Conf libelfg0 (0.8.13-5 Devuan:1.0/stable [i386])
Conf libharfbuzz-gobject0 (0.9.35-2 Devuan:1.0/stable [i386])
Conf libicu52 (52.1-8+deb8u5 Devuan:1.0/stable [i386])
Conf libharfbuzz-icu0 (0.9.35-2 Devuan:1.0/stable [i386])
Conf libltdl7 (2.4.2-1.11+b1 Devuan:1.0/stable [i386])
Conf libpangoxft-1.0-0 (1.36.8-3 Devuan:1.0/stable [i386])
Conf libpcrecpp0 (2:8.35-3.3+deb8u4 Devuan:1.0/stable [i386])
Conf libtiffxx5 (4.0.3-12.3+deb8u4 Devuan:1.0/stable [i386])
Conf libgirepository-1.0-1 (1.42.0-2.2 Devuan:1.0/stable [i386])
Conf gir1.2-glib-2.0 (1.42.0-2.2 Devuan:1.0/stable [i386])
Conf gir1.2-atk-1.0 (2.14.0-1 Devuan:1.0/stable [i386])
Conf gir1.2-freedesktop (1.42.0-2.2 Devuan:1.0/stable [i386])
Conf gir1.2-gdkpixbuf-2.0 (2.31.1-2+deb8u6 Devuan:1.0/stable-security [i386])
Conf gir1.2-pango-1.0 (1.36.8-3 Devuan:1.0/stable [i386])
Conf gir1.2-gtk-2.0 (2.24.25-3+deb8u2 Devuan:1.0/stable [i386])
Conf gir1.2-rsvg-2.0 (2.40.5-1+deb8u2 Devuan:1.0/stable [i386])
Conf pkg-config (0.28-1 Devuan:1.0/stable [i386])
Conf libglib2.0-data (2.42.1-1 Devuan:1.0/stable [all])
Conf libglib2.0-bin (2.42.1-1+b1 Devuan:1.0/stable [i386])
Conf libc-dev-bin (2.19-18+deb8u10 Devuan:1.0/stable [i386])
Conf linux-libc-dev (3.16.43-2+deb8u5 Devuan:1.0/stable-security [i386])
Conf libc6-dev (2.19-18+deb8u10 Devuan:1.0/stable [i386])
Conf libpcre3-dev (2:8.35-3.3+deb8u4 Devuan:1.0/stable [i386])
Conf zlib1g-dev (1:1.2.8.dfsg-2+b1 Devuan:1.0/stable [i386])
Conf libglib2.0-dev (2.42.1-1+b1 Devuan:1.0/stable [i386])
Conf libatk1.0-dev (2.14.0-1 Devuan:1.0/stable [i386])
Conf libbz2-dev (1.0.6-7+b3 Devuan:1.0/stable [i386])
Conf libexpat1-dev (2.1.0-6+deb8u4 Devuan:1.0/stable [i386])
Conf libpng12-dev (1.2.50-2+deb8u3 Devuan:1.0/stable [i386])
Conf libfreetype6-dev (2.5.2-3+deb8u2 Devuan:1.0/stable [i386])
Conf libfontconfig1-dev (2.11.0-6.3+deb8u1 Devuan:1.0/stable [i386])
Conf xorg-sgml-doctools (1:1.11-1 Devuan:1.0/stable [all])
Conf x11proto-core-dev (7.0.26-1 Devuan:1.0/stable [all])
Conf libxau-dev (1:1.0.8-1 Devuan:1.0/stable [i386])
Conf libxdmcp-dev (1:1.1.1-1+b1 Devuan:1.0/stable [i386])
Conf x11proto-input-dev (2.3.1-1 Devuan:1.0/stable [all])
Conf x11proto-kb-dev (1.0.6-2 Devuan:1.0/stable [all])
Conf xtrans-dev (1.3.4-1 Devuan:1.0/stable [all])
Conf libpthread-stubs0-dev (0.3-4 Devuan:1.0/stable [i386])
Conf libxcb1-dev (1.10-3+b1 Devuan:1.0/stable [i386])
Conf libx11-dev (2:1.6.2-3 Devuan:1.0/stable [i386])
Conf x11proto-render-dev (2:0.11.1-2 Devuan:1.0/stable [all])
Conf libxrender-dev (1:0.9.8-1+b1 Devuan:1.0/stable [i386])
Conf x11proto-xext-dev (7.3.0-1 Devuan:1.0/stable [all])
Conf libxext-dev (2:1.3.3-1 Devuan:1.0/stable [i386])
Conf libice-dev (2:1.0.9-1+b1 Devuan:1.0/stable [i386])
Conf libsm-dev (2:1.2.2-1+b1 Devuan:1.0/stable [i386])
Conf libpixman-1-dev (0.32.6-3 Devuan:1.0/stable [i386])
Conf libxcb-render0-dev (1.10-3+b1 Devuan:1.0/stable [i386])
Conf libxcb-shm0-dev (1.10-3+b1 Devuan:1.0/stable [i386])
Conf libcairo2-dev (1.14.0-2.1+deb8u2 Devuan:1.0/stable [i386])
Conf libgdk-pixbuf2.0-dev (2.31.1-2+deb8u6 Devuan:1.0/stable-security [i386])
Conf libgif-dev (4.1.6-11+deb8u1 Devuan:1.0/stable [i386])
Conf libharfbuzz-dev (0.9.35-2 Devuan:1.0/stable [i386])
Conf libxft-dev (2.3.2-1 Devuan:1.0/stable [i386])
Conf libpango1.0-dev (1.36.8-3 Devuan:1.0/stable [i386])
Conf x11proto-xinerama-dev (1.2.1-2 Devuan:1.0/stable [all])
Conf libxinerama-dev (2:1.1.3-1+b1 Devuan:1.0/stable [i386])
Conf x11proto-fixes-dev (1:5.0-2 Devuan:1.0/stable [all])
Conf libxfixes-dev (1:5.0.1-2+b2 Devuan:1.0/stable [i386])
Conf libxi-dev (2:1.7.4-1+b2 Devuan:1.0/stable [i386])
Conf x11proto-randr-dev (1.4.0-2 Devuan:1.0/stable [all])
Conf libxrandr-dev (2:1.4.2-1+b1 Devuan:1.0/stable [i386])
Conf libxcursor-dev (1:1.1.14-1+b1 Devuan:1.0/stable [i386])
Conf x11proto-composite-dev (1:0.4.2-2 Devuan:1.0/stable [all])
Conf libxcomposite-dev (1:0.4.4-1 Devuan:1.0/stable [i386])
Conf x11proto-damage-dev (1:1.2.1-2 Devuan:1.0/stable [all])
Conf libxdamage-dev (1:1.1.4-2+b1 Devuan:1.0/stable [i386])
Conf libxml2-utils (2.9.1+dfsg1-5+deb8u5 Devuan:1.0/stable-security [i386])
Conf libgtk2.0-dev (2.24.25-3+deb8u2 Devuan:1.0/stable [i386])
Conf libid3tag0-dev (0.15.1b-11 Devuan:1.0/stable [i386])
Conf libjpeg62-turbo-dev (1:1.3.1-12 Devuan:1.0/stable [i386])
Conf libjpeg-dev (1:1.3.1-12 Devuan:1.0/stable [all])
Conf libltdl-dev (2.4.2-1.11+b1 Devuan:1.0/stable [i386])
Conf libjbig-dev (2.1-3.1 Devuan:1.0/stable [i386])
Conf liblzma-dev (5.1.1alpha+20120614-2+b3 Devuan:1.0/stable [i386])
Conf libtiff5-dev (4.0.3-12.3+deb8u4 Devuan:1.0/stable [i386])
Conf libimlib2-dev (1.4.6-2+deb8u2 Devuan:1.0/stable [i386])
Conf librsvg2-dev (2.40.5-1+deb8u2 Devuan:1.0/stable [i386])
Conf libstartup-notification0-dev (0.12-4 Devuan:1.0/stable [i386])</code></pre></div><p>I&#039;m honestly not interested throwing inside all these packages on my bare-bone system, I look backport as a practical way for me. <br />Perhaps I&#039;m asking too much, but i saw on BunsenLabs they&#039;ve made a repo for tint2 and a few other packages. </p><p>I thought if there was such thing here too. My research for tint2 backport didn&#039;t find much.</p><p>Once again thank you for your suggestion.</p><p>Nili</p>]]></description>
			<author><![CDATA[dummy@example.com (Nili)]]></author>
			<pubDate>Fri, 13 Oct 2017 15:04:43 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=5520#p5520</guid>
		</item>
		<item>
			<title><![CDATA[Re: Tint2 Backport Repo?]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=5519#p5519</link>
			<description><![CDATA[<p>You could built it from source... i.e. create your own backport from the package source in the unstable repository.</p>]]></description>
			<author><![CDATA[dummy@example.com (cynwulf)]]></author>
			<pubDate>Fri, 13 Oct 2017 14:12:58 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=5519#p5519</guid>
		</item>
		<item>
			<title><![CDATA[Tint2 Backport Repo?]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=5516#p5516</link>
			<description><![CDATA[<p>Hello! Is there any backport for tint2 on Devuan Jessie? I really want to touch the recent changes of <a href="https://gitlab.com/o9000/tint2" rel="nofollow">tint2</a>. But Jessie prevent me. </p><p>I don&#039;t want to change jessie sources.list to (test/sid) just for tint2, If there is a chance only to update tint2 via backport, I would be very interested.</p><p>Thanks in advance!</p>]]></description>
			<author><![CDATA[dummy@example.com (Nili)]]></author>
			<pubDate>Fri, 13 Oct 2017 12:43:44 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=5516#p5516</guid>
		</item>
	</channel>
</rss>
