[Slackbuilds-users] knemo download location changed

Jeremy Hansen jebrhansen+SBo at gmail.com
Thu Jul 7 22:13:34 UTC 2016


Andre/SBo Admins,

It looks like kde-apps.org is no more (it redirects to linux-apps.org).
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 kde.org, 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.

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 kde-apps.org: vbox-runner,
libalkimia, kde_cdemu, kate-latex-plugin, komparaator4, and wacomtablet.

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.

It is also pasted below in case gmail screws up the diff.

commit 51ebd28d588273a8da7dd5c46764fdf05d6b2cf8
Author: Jeremy Hansen <jebrhansen+SBo at gmail.com>
Date:   Thu Jul 7 18:02:59 2016 +0000

    Update knemo links and SlackBuild.

diff --git a/network/knemo/knemo.SlackBuild b/network/knemo/knemo.SlackBuild
index 9fc81b9..0e27300 100644
--- a/network/knemo/knemo.SlackBuild
+++ b/network/knemo/knemo.SlackBuild
@@ -47,7 +47,7 @@ rm -rf $PKG
 mkdir -p $TMP $PKG $OUTPUT
 cd $TMP
 rm -rf $TMP/$PRGNAM-$VERSION
-tar -xvf $CWD/*-$PRGNAM-$VERSION.tar.xz
+tar -xvf $CWD/$PRGNAM-$VERSION.tar.gz
 cd $PRGNAM-$VERSION
 chown -R root:root .
 find -L . \
diff --git a/network/knemo/knemo.info b/network/knemo/knemo.info
index ad24401..8e1fc3d 100644
--- a/network/knemo/knemo.info
+++ b/network/knemo/knemo.info
@@ -1,8 +1,8 @@
 PRGNAM="knemo"
 VERSION="0.7.7"
-HOMEPAGE="http://www.kde-apps.org/content/show.php?content=12956"
-DOWNLOAD="
http://kde-apps.org/CONTENT/content-files/12956-knemo-0.7.7.tar.xz"
-MD5SUM="d7448d77145c82ae80bbbc6460fa108c"
+HOMEPAGE="https://www.kde.org/applications/internet/knemo/"
+DOWNLOAD="https://github.com/KDE/knemo/archive/v0.7.7/knemo-0.7.7.tar.gz"
+MD5SUM="e9967dc4ecbb0c25c9a6e18f96e4679c"
 DOWNLOAD_x86_64=""
 MD5SUM_x86_64=""
 REQUIRES=""
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.slackbuilds.org/pipermail/slackbuilds-users/attachments/20160707/b20b3430/attachment.html>
-------------- next part --------------
commit 51ebd28d588273a8da7dd5c46764fdf05d6b2cf8
Author: Jeremy Hansen <jebrhansen+SBo at gmail.com>
Date:   Thu Jul 7 18:02:59 2016 +0000

    Update knemo links and SlackBuild.

diff --git a/network/knemo/knemo.SlackBuild b/network/knemo/knemo.SlackBuild
index 9fc81b9..0e27300 100644
--- a/network/knemo/knemo.SlackBuild
+++ b/network/knemo/knemo.SlackBuild
@@ -47,7 +47,7 @@ rm -rf $PKG
 mkdir -p $TMP $PKG $OUTPUT
 cd $TMP
 rm -rf $TMP/$PRGNAM-$VERSION
-tar -xvf $CWD/*-$PRGNAM-$VERSION.tar.xz
+tar -xvf $CWD/$PRGNAM-$VERSION.tar.gz
 cd $PRGNAM-$VERSION
 chown -R root:root .
 find -L . \
diff --git a/network/knemo/knemo.info b/network/knemo/knemo.info
index ad24401..8e1fc3d 100644
--- a/network/knemo/knemo.info
+++ b/network/knemo/knemo.info
@@ -1,8 +1,8 @@
 PRGNAM="knemo"
 VERSION="0.7.7"
-HOMEPAGE="http://www.kde-apps.org/content/show.php?content=12956"
-DOWNLOAD="http://kde-apps.org/CONTENT/content-files/12956-knemo-0.7.7.tar.xz"
-MD5SUM="d7448d77145c82ae80bbbc6460fa108c"
+HOMEPAGE="https://www.kde.org/applications/internet/knemo/"
+DOWNLOAD="https://github.com/KDE/knemo/archive/v0.7.7/knemo-0.7.7.tar.gz"
+MD5SUM="e9967dc4ecbb0c25c9a6e18f96e4679c"
 DOWNLOAD_x86_64=""
 MD5SUM_x86_64=""
 REQUIRES=""


More information about the SlackBuilds-users mailing list