<div dir="ltr"><div><div>Andre/SBo Admins,<br></div><div><br>It looks like <a href="http://kde-apps.org" target="_blank">kde-apps.org</a> is no more (it redirects to <a href="http://linux-apps.org" target="_blank">linux-apps.org</a>). Because of this, the download link for knemo is no longer accurate. I did some digging and found kde moved a lot of stuff to github, including knemo. I did set the homepage to knemo's page on <a href="http://kde.org">kde.org</a>, although, that provides no link to the github page (that I could find). So it might be better to change the link to knemo's main github page, but I'll leave that decision up to the SBo admins or knemo's maintainer.<br><br></div><div>Looking through the repo, it is possible that there's a few other apps that may run into the same problem. After running a quick grep through, it seems that the following all have downloads linking to <a href="http://kde-apps.org">kde-apps.org</a>: vbox-runner, libalkimia, kde_cdemu, kate-latex-plugin, komparaator4, and wacomtablet.<br></div><div><br></div>Attached is a diff for knemo changing the homepage, download location, and MD5, along with a minor change on the SlackBuild for the new download name.<br><br></div>It is also pasted below in case gmail screws up the diff.<br><br><span style="font-family:monospace,monospace">commit 51ebd28d588273a8da7dd5c46764fdf05d6b2cf8<br>Author: Jeremy Hansen <<a href="mailto:jebrhansen%2BSBo@gmail.com">jebrhansen+SBo@gmail.com</a>><br>Date:   Thu Jul 7 18:02:59 2016 +0000<br><br>    Update knemo links and SlackBuild.<br><br>diff --git a/network/knemo/knemo.SlackBuild b/network/knemo/knemo.SlackBuild<br>index 9fc81b9..0e27300 100644<br>--- a/network/knemo/knemo.SlackBuild<br>+++ b/network/knemo/knemo.SlackBuild<br>@@ -47,7 +47,7 @@ rm -rf $PKG<br> mkdir -p $TMP $PKG $OUTPUT<br> cd $TMP<br> rm -rf $TMP/$PRGNAM-$VERSION<br>-tar -xvf $CWD/*-$PRGNAM-$VERSION.tar.xz<br>+tar -xvf $CWD/$PRGNAM-$VERSION.tar.gz<br> cd $PRGNAM-$VERSION<br> chown -R root:root .<br> find -L . \<br>diff --git a/network/knemo/<a href="http://knemo.info">knemo.info</a> b/network/knemo/<a href="http://knemo.info">knemo.info</a><br>index ad24401..8e1fc3d 100644<br>--- a/network/knemo/<a href="http://knemo.info">knemo.info</a><br>+++ b/network/knemo/<a href="http://knemo.info">knemo.info</a><br>@@ -1,8 +1,8 @@<br> PRGNAM="knemo"<br> VERSION="0.7.7"<br>-HOMEPAGE="<a href="http://www.kde-apps.org/content/show.php?content=12956">http://www.kde-apps.org/content/show.php?content=12956</a>"<br>-DOWNLOAD="<a href="http://kde-apps.org/CONTENT/content-files/12956-knemo-0.7.7.tar.xz">http://kde-apps.org/CONTENT/content-files/12956-knemo-0.7.7.tar.xz</a>"<br>-MD5SUM="d7448d77145c82ae80bbbc6460fa108c"<br>+HOMEPAGE="<a href="https://www.kde.org/applications/internet/knemo/">https://www.kde.org/applications/internet/knemo/</a>"<br>+DOWNLOAD="<a href="https://github.com/KDE/knemo/archive/v0.7.7/knemo-0.7.7.tar.gz">https://github.com/KDE/knemo/archive/v0.7.7/knemo-0.7.7.tar.gz</a>"<br>+MD5SUM="e9967dc4ecbb0c25c9a6e18f96e4679c"<br> DOWNLOAD_x86_64=""<br> MD5SUM_x86_64=""<br> REQUIRES=""</span><br></div>