<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=3758&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Cherrytree and Netsurf aren't in the repository?]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=3758</link>
		<description><![CDATA[The most recent posts in Cherrytree and Netsurf aren't in the repository?.]]></description>
		<lastBuildDate>Tue, 18 Aug 2020 13:44:29 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Cherrytree and Netsurf aren't in the repository?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=24147#p24147</link>
			<description><![CDATA[<div class="quotebox"><cite>Head_on_a_Stick wrote:</cite><blockquote><div><div class="quotebox"><cite>florine wrote:</cite><blockquote><div><p>netsurf is in devuan/testing</p></div></blockquote></div><p>Try backporting it then: <a href="https://wiki.debian.org/SimpleBackportCreation" rel="nofollow">https://wiki.debian.org/SimpleBackportCreation</a></p></div></blockquote></div><p>I did this and it worked but failed at libfreetype-dev which is in testing, i dont think it is possible to even create a backport for libfreetype-dev without some form of major breakage, maybe not and maybe you know a way around it. For a standard stable beowulf install, netsurf 3.10 pulls in a lot of dependencies to get it working. I say worked as i followed the simple backport creation and it spat out a few .debs as common.deb and netsurf-3.10.deb and they installed fine and had the program up and running, it failed on this command regarding libfreetype-dev, but maybe the version of libfreetype in stable/beowulf is enough for netsurf-3.10 to run ok.</p><div class="codebox"><pre><code>dpkg-buildpackage -us -uc</code></pre></div><p>A better idea is something you mentioned in below link by way of adding MX repos to devuan beowulf which i did and it works perfectly for netsurf-gtk as MX has it already backported for buster. </p><p><a href="http://forums.debian.net/viewtopic.php?f=16&amp;t=146083" rel="nofollow">http://forums.debian.net/viewtopic.php?f=16&amp;t=146083</a></p><p>Edit to add: ive also been running MX19 xfce4 4.14 version over devuan stable and have had no issues.</p>]]></description>
			<author><![CDATA[dummy@example.com (HevyDevy)]]></author>
			<pubDate>Tue, 18 Aug 2020 13:44:29 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=24147#p24147</guid>
		</item>
		<item>
			<title><![CDATA[Re: Cherrytree and Netsurf aren't in the repository?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=24113#p24113</link>
			<description><![CDATA[<div class="quotebox"><cite>florine wrote:</cite><blockquote><div><p>netsurf is in devuan/testing</p></div></blockquote></div><p>Try backporting it then: <a href="https://wiki.debian.org/SimpleBackportCreation" rel="nofollow">https://wiki.debian.org/SimpleBackportCreation</a></p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Sun, 16 Aug 2020 12:23:37 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=24113#p24113</guid>
		</item>
		<item>
			<title><![CDATA[Re: Cherrytree and Netsurf aren't in the repository?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=24110#p24110</link>
			<description><![CDATA[<p>netsurf is in devuan/testing:</p><p><a href="https://packages.debian.org/search?suite=all&amp;searchon=names&amp;keywords=netsurf" rel="nofollow">https://packages.debian.org/search?suit … ds=netsurf</a></p><p>But i think compiling is a good option: if the compilation goes well it speaks for the software and you can stay on stable.</p>]]></description>
			<author><![CDATA[dummy@example.com (florine)]]></author>
			<pubDate>Sun, 16 Aug 2020 09:29:29 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=24110#p24110</guid>
		</item>
		<item>
			<title><![CDATA[Re: Cherrytree and Netsurf aren't in the repository?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=24097#p24097</link>
			<description><![CDATA[<h5>Updated with Cherrytree info</h5><div class="quotebox"><cite>w3 wrote:</cite><blockquote><div><p>I just installed the new stable version of Devuan. To my surprise I can&#039;t install Netsurf and Cherrytree.</p><p>These applications are not part of the new Devuan stable version?</p></div></blockquote></div><p>First, Thanks very much for asking this question. I had never heard of Netsurf before and wow, it is fast. </p><h5>Netsurf Instructions</h5><p>You can build Netsurf from source.</p><div class="codebox"><pre><code>apt-get install build-essential libgtk-3-dev</code></pre></div><p>Then follow the build instruction<br /><a href="https://source.netsurf-browser.org/netsurf.git/plain/docs/quick-start.md" rel="nofollow">https://source.netsurf-browser.org/nets … k-start.md</a></p><h5>Cherrytree Instructions</h5><p>Cherrytree has become a victim of the global war on Python 2.7 but we can still build it from source.</p><div class="codebox"><pre><code>apt-get install python2
apt-get install python-gtk2
apt-get install p7zip-full
apt-get install python-dbus
apt-get install python-enchant
apt-get install python-chardet</code></pre></div><p>Click <a href="https://packages.debian.org/stretch/python-gtksourceview2" rel="nofollow">here</a> and download the <span class="bbc">.deb</span> file for your architecture, As root,&#160; run <span class="bbc">dpkg -i</span> against the <span class="bbc">.deb</span> file you downloaded. For the i386 architecture, the command is </p><div class="codebox"><pre><code>dpkg -i python-gtksourceview2_2.10.1-3_i386.deb</code></pre></div><p>Download Cherrytree source</p><div class="codebox"><pre><code>wget https://www.giuspen.com/software/cherrytree-0.39.4.tar.xz</code></pre></div><p>Extract the source</p><div class="codebox"><pre><code>tar -xvJf cherrytree-0.39.4.tar.xz</code></pre></div><p>Run Cherrytree</p><div class="codebox"><pre><code>cd cherrytree-0.39.4
./cherrytree</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (Vernon)]]></author>
			<pubDate>Sat, 15 Aug 2020 14:57:05 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=24097#p24097</guid>
		</item>
		<item>
			<title><![CDATA[Re: Cherrytree and Netsurf aren't in the repository?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=24071#p24071</link>
			<description><![CDATA[<p>I dont know about cherrytree but netsurf looks to be missing from stable and bumped into testing/unstable .</p><p><a href="https://metadata.ftp-master.debian.org/changelogs//main/n/netsurf/netsurf_3.10-1_changelog" rel="nofollow">https://metadata.ftp-master.debian.org/ … _changelog</a></p>]]></description>
			<author><![CDATA[dummy@example.com (HevyDevy)]]></author>
			<pubDate>Fri, 14 Aug 2020 12:57:28 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=24071#p24071</guid>
		</item>
		<item>
			<title><![CDATA[Cherrytree and Netsurf aren't in the repository?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=24068#p24068</link>
			<description><![CDATA[<p>I just installed the new stable version of Devuan. To my surprise I can&#039;t install Netsurf and Cherrytree.</p><p>These applications are not part of the new Devuan stable version?</p>]]></description>
			<author><![CDATA[dummy@example.com (w3)]]></author>
			<pubDate>Fri, 14 Aug 2020 05:57:08 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=24068#p24068</guid>
		</item>
	</channel>
</rss>
