Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 339990 - kfilebox ebuild request (dropbox linux application)
Summary: kfilebox ebuild request (dropbox linux application)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL: http://sourceforge.net/projects/kdrop...
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2010-10-06 22:14 UTC by bartoz
Modified: 2011-06-19 21:38 UTC (History)
9 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
my failed attempt (kfilebox-0.4.5.ebuild,1.37 KB, text/plain)
2010-10-07 11:56 UTC, Enrico Tagliavini
Details
fix some path for translations (pro.patch,10.91 KB, patch)
2010-10-07 11:57 UTC, Enrico Tagliavini
Details | Diff
not correct ebuild (kfilebox-0.4.5.ebuild,1.46 KB, text/plain)
2010-10-07 12:04 UTC, Enrico Tagliavini
Details
qt4-r2.eclass based ebuild (kfilebox-0.4.5-r2.ebuild,488 bytes, text/plain)
2010-11-16 14:48 UTC, Paul Healy
Details
version which filters for locally specified translations (kfilebox-0.4.5-r3.ebuild,690 bytes, text/plain)
2010-11-16 16:50 UTC, Paul Healy
Details
kfilebox-0.4.7.ebuild (kfilebox-0.4.7.ebuild,832 bytes, text/plain)
2011-06-19 14:58 UTC, bartoz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description bartoz 2010-10-06 22:14:56 UTC
I have been trying to make an ebuild for this software myself, but with no results.
Is anybody able to provide a working ebuild?
I think this could be very useful to anyone using kde on gentoo.
Thanks.

Reproducible: Always
Comment 1 Enrico Tagliavini 2010-10-07 11:56:59 UTC
Created attachment 249837 [details]
my failed attempt

there is little point to package dead software (see http://kdropbox.deuteros.es/index.php?option=com_content&view=article&id=57:stopping&catid=1:latest-news ). Anyway i tried, but the build system is bugged as hell. I tried to fix the translations part (see the next patch), but qmake doesn't generate the install_target if run by portage. if i run it manually it is generated as expected. The *DEPEND part is missing couse since i can't install it i can't check the rdeps....

I post this just in case someone is intrested, but i don't think this is really usefull
Comment 2 Enrico Tagliavini 2010-10-07 11:57:28 UTC
Created attachment 249839 [details, diff]
fix some path for translations
Comment 3 Enrico Tagliavini 2010-10-07 12:04:34 UTC
Created attachment 249841 [details]
not correct ebuild

Ok i just installed the bin manually. I didn't tested it. For sure this is not the correct way to package it, i'm sorry i have no more time to work on this
Comment 4 bartoz 2010-10-07 15:41:19 UTC
Thank you for you try..
I emerged your ebuild and the program starts..
Maybe i will try to improve it; I will update this bug in case.

(In reply to comment #3)
> Created an attachment (id=249841) [details]
> not correct ebuild
> 
> Ok i just installed the bin manually. I didn't tested it. For sure this is not
> the correct way to package it, i'm sorry i have no more time to work on this
> 
Comment 5 Michael Weber (RETIRED) gentoo-dev 2010-10-14 22:51:30 UTC
@kde: interested?
Comment 6 Andreas K. Hüttel archtester gentoo-dev 2010-10-20 22:18:56 UTC
Upstream is not dead anymore, project is now named kfilebox
Comment 7 Paul Healy 2010-11-16 14:48:23 UTC
Created attachment 254505 [details]
qt4-r2.eclass based ebuild

Work in progress - need patching to allow selection of translations to be installed.
Comment 8 Paul Healy 2010-11-16 16:50:01 UTC
Created attachment 254517 [details]
version which filters for locally specified translations

Making the translations generate these warnings: Charset "CHARSET" is not a portable encoding name.

May also need MySql and specific QT deps.
Comment 9 urcindalo 2011-03-24 18:08:28 UTC
Is this ebuild actually usable? I need dropbox for my work and don't want to break anything on my system. Currently I use the recently-masked net-misc/dropbox-1.0.20 from the rion overlay.

I wouldn't like to install nautilus-dropbox in the tree because I try not to install nautilus or other gnome dependencies.

Thanks.
Comment 10 bartoz 2011-03-24 18:15:09 UTC
Hi there..
I am currently using this plugin for dolphin:

http://trichard-kde.blogspot.com/2010/12/introducing-dropbox-integration-for.html

You can find an ebuild in the calculate overlay (layman -a calculate)
It actually works for me with the dropbox daemon and dolphin 4.6.1.
In case of problems, just ask.

:)

(In reply to comment #9)
> Is this ebuild actually usable? I need dropbox for my work and don't want to
> break anything on my system. Currently I use the recently-masked
> net-misc/dropbox-1.0.20 from the rion overlay.
> 
> I wouldn't like to install nautilus-dropbox in the tree because I try not to
> install nautilus or other gnome dependencies.
> 
> Thanks.
Comment 11 urcindalo 2011-03-24 22:25:30 UTC
(In reply to comment #10)
> Hi there..
> I am currently using this plugin for dolphin:
> 
> http://trichard-kde.blogspot.com/2010/12/introducing-dropbox-integration-for.html
> 
> You can find an ebuild in the calculate overlay (layman -a calculate)
> It actually works for me with the dropbox daemon and dolphin 4.6.1.
> In case of problems, just ask.
> 
> :)


Thanks for your help. This plugin is very useful and I wasn't aware of it. But I just took a look at its ebuild and it seems to me it relies on an already-present installation of dropbox. Am I wrong?
Comment 12 bartoz 2011-03-25 06:45:45 UTC
That's correct.
You can follow these instructions to get the daemon:

http://wiki.dropbox.com/TipsAndTricks/TextBasedLinuxInstall

..or you could even try to improve the ebuild to do this automatically and open a new bug to share it with the community!

(In reply to comment #11)
> (In reply to comment #10)
> > Hi there..
> > I am currently using this plugin for dolphin:
> > 
> > http://trichard-kde.blogspot.com/2010/12/introducing-dropbox-integration-for.html
> > 
> > You can find an ebuild in the calculate overlay (layman -a calculate)
> > It actually works for me with the dropbox daemon and dolphin 4.6.1.
> > In case of problems, just ask.
> > 
> > :)
> 
> 
> Thanks for your help. This plugin is very useful and I wasn't aware of it. But
> I just took a look at its ebuild and it seems to me it relies on an
> already-present installation of dropbox. Am I wrong?
Comment 13 Andreas K. Hüttel archtester gentoo-dev 2011-06-19 12:42:06 UTC
In the portage tree now, enjoy...
Comment 14 Alexey Shildyakov 2011-06-19 13:48:20 UTC
It's not compile. Please check bug 372263
Comment 15 bartoz 2011-06-19 14:57:48 UTC
That ebuild is outdated.
I posted a working one for version 0.4.7 on the thread of the other bug.
I'm posting it also here for everyone's convenience.

(In reply to comment #14)
> It's not compile. Please check bug 372263
Comment 16 bartoz 2011-06-19 14:58:31 UTC
Created attachment 277537 [details]
kfilebox-0.4.7.ebuild

Working updated version
Comment 17 Andreas K. Hüttel archtester gentoo-dev 2011-06-19 15:11:01 UTC
Hey guys, please at least try the ebuild in the main tree first before reporting problems! :)
Comment 18 bartoz 2011-06-19 15:19:02 UTC
Mmhh..
In fact I do not see any ebuilds for kfilebox in the main tree (I just synced)..
There is one in an overlay:

http://gpo.zugaina.org/kde-misc/kfilebox/

which is the one I posted.



(In reply to comment #17)
> Hey guys, please at least try the ebuild in the main tree first before
> reporting problems! :)
Comment 19 bartoz 2011-06-19 21:38:54 UTC
Never mind, it appeared..
So we need a version bump to 0.4.7 :-D

(In reply to comment #18)
> Mmhh..
> In fact I do not see any ebuilds for kfilebox in the main tree (I just
> synced)..
> There is one in an overlay:
> 
> http://gpo.zugaina.org/kde-misc/kfilebox/
> 
> which is the one I posted.
> 
> 
> 
> (In reply to comment #17)
> > Hey guys, please at least try the ebuild in the main tree first before
> > reporting problems! :)