[Slackbuilds-users] ganttproject

Konrad J Hambrick kjhambrick at gmail.com
Sat Aug 4 11:02:03 UTC 2018


Ekin ( and David )--

Very Kool !

I didn't know about ganttproject.

I learn all kinds of useful things on the slackbuilds-users mailing list !

I just now built and installed ganttproject on Slackware64 14.2 + Multilib.

It seems to work fine (<G> but now I need to learn how to use it <G>)

One thing that maybe should be fixed is the /usr/bin/ganttproject SymLink:

# ls -la /usr/bin/ganttproject
  lrwxrwxrwx 1 root root 65 Aug  4 04:21 /usr/bin/ganttproject ->
/tmp/SBo/package-ganttproject/usr/share/ganttproject/ganttproject

Note that it still points into my /tmp/SBo/ directory.

I am not sure this is the best way to do it but I fixed the SymLink with a
slight mod to the ganttproject.SlackBuild

Attached is the `diff -Naur` output suitable for patch -p0 ...

After the Patch, I rebuilt and ran upgradepkg on
/tmp/ganttproject-2.8.8-x86_64-2_SBo_kjh.tgz

The Symlink looks more permanant now :)

# ls -la /usr/bin/ganttproject
  lrwxrwxrwx 1 root root 36 Aug  4 05:49 /usr/bin/ganttproject ->
/usr/share/ganttproject/ganttproject

Thanks for the SlackBuild Ekin and David !

-- kjh


On Fri, Aug 3, 2018 at 4:30 PM, David Spencer <idlemoor at slackbuilds.org>
wrote:

> > Dear admins ,
> >
> > Being the maintainer of ganttproject, I have just submitted an update to
> > the SlackBuild fixing some issues (Missing XFCE menu and prompting
> > slack-desc during installation).
> >
> > Since version 2.8.8, ganttproject is repackaged from Debian binary,
> > hence, please pay attention that the only patch file that is required is
> > now "ganttproject.desktop.patch" and all other previous patches are
> > obsolete! I kindly ask you to remove the other patch files from git
> > repository.
>
> Thanks Ekin, I hope I've done it right :)
>
> Cheers
> -D.
>
>
>
> _______________________________________________
> SlackBuilds-users mailing list
> SlackBuilds-users at slackbuilds.org
> https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
> Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
> FAQ - https://slackbuilds.org/faq/
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.slackbuilds.org/pipermail/slackbuilds-users/attachments/20180804/b78cf1f0/attachment.html>
-------------- next part --------------
--- ganttproject.SlackBuild.orig	2018-08-04 04:06:09.813779241 -0500
+++ ganttproject.SlackBuild	2018-08-04 05:59:12.678487370 -0500
@@ -74,7 +74,10 @@
 rm -f $PKG/debian-binary
 
 mkdir -p $PKG/usr/bin
-ln -sf $PKG/usr/share/ganttproject/ganttproject $PKG/usr/bin/ganttproject
+(
+  cd $PKG/usr/bin
+  ln -sf /usr/share/ganttproject/ganttproject ganttproject
+)
 
 mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
 mv \


More information about the SlackBuilds-users mailing list