[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#799204: marked as done (Kate C++ Helper Plugin)



Your message dated Wed, 16 Sep 2015 21:00:54 +0200
with message-id <48084195.pnxATRmz7m@dabney>
and subject line Re: Bug#799204: Kate C++ Helper Plugin
has caused the Debian Bug report #799204,
regarding Kate C++ Helper Plugin
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
799204: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=799204
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: kate
Version: 4:15.08.0-1
Severity: wishlist

Hello,

i want to suggest to add this really nice plugin to the kate package.
With this plugin you have extended functionality in developing C++ programs,
you only find in big development environments.

Just have a look at the description and screenshots on the homepage:
http://zaufi.github.io/kate-cpp-helper-plugin.html

You can find the KDE homepage here:
http://kde-apps.org/content/show.php?content=148606

Up to now there was the problem to get this plugin compiled.
But today i get support from the author and it is working now in Debian 8.2 (jessie).
The complete discussion can be found here:
https://github.com/zaufi/kate-cpp-helper-plugin/issues/24


Here a short description how to compile it successfull.

Install the following packages:

kdelibs5-dev
libclang-3.5-dev
libclang-common-3.5-dev
libclang1-3.5
xapian
libxapian22
libxapian-dev
libboost-all-dev
clang-3.5

(I can't say if all of them are needed)


Then you download and compile the sources with this commands:

$ git clone https://github.com/zaufi/kate-cpp-helper-plugin.git
$ cd kate-cpp-helper-plugin
$ git fetch
$ git checkout issue-23
$ mkdir build
$ cd build
$ cmake ..
$ make
$ make install


Currently i have not tested to install the files in the Debian directories i found in
/usr/share/kde4/apps/kate/plugins/


Regards
Karsten

--- End Message ---
--- Begin Message ---
Hi

We don't package these kind of 3rd party things, but you are free to do it on 
your own.

And note that we are moving towards everything being qt5 based, so you should 
look for a version working with that.

I'm closing this bug.

/Sune

On Wednesday 16 September 2015 20:52:21 Karsten Malcher wrote:
> Package: kate
> Version: 4:15.08.0-1
> Severity: wishlist
> 
> Hello,
> 
> i want to suggest to add this really nice plugin to the kate package.
> With this plugin you have extended functionality in developing C++ programs,
> you only find in big development environments.
> 
> Just have a look at the description and screenshots on the homepage:
> http://zaufi.github.io/kate-cpp-helper-plugin.html
> 
> You can find the KDE homepage here:
> http://kde-apps.org/content/show.php?content=148606
> 
> Up to now there was the problem to get this plugin compiled.
> But today i get support from the author and it is working now in Debian 8.2
> (jessie). The complete discussion can be found here:
> https://github.com/zaufi/kate-cpp-helper-plugin/issues/24
> 
> 
> Here a short description how to compile it successfull.
> 
> Install the following packages:
> 
> kdelibs5-dev
> libclang-3.5-dev
> libclang-common-3.5-dev
> libclang1-3.5
> xapian
> libxapian22
> libxapian-dev
> libboost-all-dev
> clang-3.5
> 
> (I can't say if all of them are needed)
> 
> 
> Then you download and compile the sources with this commands:
> 
> $ git clone https://github.com/zaufi/kate-cpp-helper-plugin.git
> $ cd kate-cpp-helper-plugin
> $ git fetch
> $ git checkout issue-23
> $ mkdir build
> $ cd build
> $ cmake ..
> $ make
> $ make install
> 
> 
> Currently i have not tested to install the files in the Debian directories i
> found in /usr/share/kde4/apps/kate/plugins/
> 
> 
> Regards
> Karsten

-- 
I didn’t stop pretending when I became an adult, it’s just that when I was a 
kid I was pretending that I fit into the rules and structures of this world. 
And now that I’m an adult, I pretend that those rules and structures exist.
   - zefrank

--- End Message ---

Reply to: