<?xml version="1.0"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>SlackWiki - User contributions [en]</title>
		<link>https://www.slackwiki.com/Special:Contributions/Lynchmv</link>
		<description>User contributions</description>
		<language>en</language>
		<generator>MediaWiki 1.40.0</generator>
		<lastBuildDate>Wed, 08 Apr 2026 16:45:12 GMT</lastBuildDate>
		<item>
			<title>Kdebluetooth4</title>
			<link>https://www.slackwiki.com/index.php?title=Kdebluetooth4&amp;diff=248</link>
			<guid isPermaLink="false">https://www.slackwiki.com/index.php?title=Kdebluetooth4&amp;diff=248</guid>
			<description>&lt;p&gt;Lynchmv: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== This Does Not Work Yet ==&lt;br /&gt;
&lt;br /&gt;
Out of the box, Slackware 13.0 will not compile kdebluetooth4, and the SlackBuild package of 1.0_beta8 will not build due to it not liking QT4.  After some digging around, I found a patch that allowed me to build kdebluetooth4.  The patch can be found here:&lt;br /&gt;
&lt;br /&gt;
[http://bugsfiles.kde.org/attachment.cgi?id=30865 KDE Bugfiles]&lt;br /&gt;
&lt;br /&gt;
Save it as kdebase-workspace-4.2.4.patch&lt;br /&gt;
To apply this patch, download the kdebase-workspace-4.2.4.tar.bz2 package&lt;br /&gt;
&lt;br /&gt;
[http://mirrors.isc.org/pub/kde/stable/4.2.4/src/kdebase-workspace-4.2.4.tar.bz2 isc.org mirror]&lt;br /&gt;
&lt;br /&gt;
Extract the contents then apply the patch&lt;br /&gt;
&lt;br /&gt;
 tar vxf kdebase-workspace-4.2.4.tar.bz2&lt;br /&gt;
 cd kdebase-workspace-4.2.4&lt;br /&gt;
 patch -p0 &amp;lt; ../kdebase-workspace-4.2.4.patch&lt;br /&gt;
&lt;br /&gt;
Tar everything back up&lt;br /&gt;
&lt;br /&gt;
 tar cvvf kdebase-workspace-4.2.4.tar kdebase-workspace-4.2.4&lt;br /&gt;
 bzip2 -9 kdebase-workspace-4.2.4.tar&lt;br /&gt;
&lt;br /&gt;
Create a working folder and copy the slackbuild from the 13.0 dvd&lt;br /&gt;
&lt;br /&gt;
 mkdir /tmp/kdebase-workspace&lt;br /&gt;
 cd /tmp/kdebase-workspace&lt;br /&gt;
 cp -r /path/to/dvd/source/kde/kdebase-workspace/* .&lt;br /&gt;
&lt;br /&gt;
Edit line 47 of kdebase-workspace.SlackBuild then build the package&lt;br /&gt;
&lt;br /&gt;
 tar xvf $CWD/kdebase-workspace-$VERSION.tar.?z* || exit 1&lt;br /&gt;
 ./kdebase-workspace.SlackBuild&lt;br /&gt;
&lt;br /&gt;
This may or may not take some time, depending on your hardware, but you already knew that.  After it is done building your new package, upgrade the old package with your new package&lt;br /&gt;
&lt;br /&gt;
 upgradepkg kdebase-workspace-4.2.4-i486-1%kdebase-workspace-4.2.4.txz&lt;br /&gt;
&lt;br /&gt;
Now, you should have a patched version of kdebase-workspace installed and be able to install kdebluetooth4.  I'll have to finish that part of this article when I get home, as it's 5:00...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
...and now that I'm home, I see that my newly compiled kbluetooth4 Slackware package still doesn't work after instllation...grr...maybe this process will spawn an idea of someone much smarter than I on how to fix this...&lt;/div&gt;</description>
			<pubDate>Thu, 03 Sep 2009 01:13:37 GMT</pubDate>
			<dc:creator>Lynchmv</dc:creator>
			<comments>https://www.slackwiki.com/Talk:Kdebluetooth4</comments>
		</item>
		<item>
			<title>Kdebluetooth4</title>
			<link>https://www.slackwiki.com/index.php?title=Kdebluetooth4&amp;diff=247</link>
			<guid isPermaLink="false">https://www.slackwiki.com/index.php?title=Kdebluetooth4&amp;diff=247</guid>
			<description>&lt;p&gt;Lynchmv: How to get kdebluetooth4 to build on Slackware 13.0&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Out of the box, Slackware 13.0 will not compile kdebluetooth4, and the SlackBuild package of 1.0_beta8 will not build due to it not liking QT4.  After some digging around, I found a patch that allowed me to build kdebluetooth4.  The patch can be found here:&lt;br /&gt;
&lt;br /&gt;
[http://bugsfiles.kde.org/attachment.cgi?id=30865 KDE Bugfiles]&lt;br /&gt;
&lt;br /&gt;
Save it as kdebase-workspace-4.2.4.patch&lt;br /&gt;
To apply this patch, download the kdebase-workspace-4.2.4.tar.bz2 package&lt;br /&gt;
&lt;br /&gt;
[http://mirrors.isc.org/pub/kde/stable/4.2.4/src/kdebase-workspace-4.2.4.tar.bz2 isc.org mirror]&lt;br /&gt;
&lt;br /&gt;
Extract the contents then apply the patch&lt;br /&gt;
&lt;br /&gt;
 tar vxf kdebase-workspace-4.2.4.tar.bz2&lt;br /&gt;
 cd kdebase-workspace-4.2.4&lt;br /&gt;
 patch -p0 &amp;lt; ../kdebase-workspace-4.2.4.patch&lt;br /&gt;
&lt;br /&gt;
Tar everything back up&lt;br /&gt;
&lt;br /&gt;
 tar cvvf kdebase-workspace-4.2.4.tar kdebase-workspace-4.2.4&lt;br /&gt;
 bzip2 -9 kdebase-workspace-4.2.4.tar&lt;br /&gt;
&lt;br /&gt;
Create a working folder and copy the slackbuild from the 13.0 dvd&lt;br /&gt;
&lt;br /&gt;
 mkdir /tmp/kdebase-workspace&lt;br /&gt;
 cd /tmp/kdebase-workspace&lt;br /&gt;
 cp -r /path/to/dvd/source/kde/kdebase-workspace/* .&lt;br /&gt;
&lt;br /&gt;
Edit line 47 of kdebase-workspace.SlackBuild then build the package&lt;br /&gt;
&lt;br /&gt;
 tar xvf $CWD/kdebase-workspace-$VERSION.tar.?z* || exit 1&lt;br /&gt;
 ./kdebase-workspace.SlackBuild&lt;br /&gt;
&lt;br /&gt;
This may or may not take some time, depending on your hardware, but you already knew that.  After it is done building your new package, upgrade the old package with your new package&lt;br /&gt;
&lt;br /&gt;
 upgradepkg kdebase-workspace-4.2.4-i486-1%kdebase-workspace-4.2.4.txz&lt;br /&gt;
&lt;br /&gt;
Now, you should have a patched version of kdebase-workspace installed and be able to install kdebluetooth4.  I'll have to finish that part of this article when I get home, as it's 5:00...&lt;/div&gt;</description>
			<pubDate>Wed, 02 Sep 2009 20:56:55 GMT</pubDate>
			<dc:creator>Lynchmv</dc:creator>
			<comments>https://www.slackwiki.com/Talk:Kdebluetooth4</comments>
		</item>
</channel></rss>