Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 222855 - Krusader 2.0 beta version bump please
Summary: Krusader 2.0 beta version bump please
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-19 20:43 UTC by Michał Kudła
Modified: 2008-10-15 21:15 UTC (History)
0 users

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


Attachments
ebuild for beta1 (krusader-2.0.0_beta1.ebuild,452 bytes, text/plain)
2008-07-30 12:57 UTC, Tomáš Chvátal (RETIRED)
Details
forget to add dependency on gettext in previous one (krusader-2.0.0_beta1.ebuild,480 bytes, text/plain)
2008-07-31 09:40 UTC, Tomáš Chvátal (RETIRED)
Details
krusader-2.0.0_beta1 ebuild for kde.git overlay (krusader-2.0.0_beta1.ebuild,738 bytes, text/plain)
2008-08-17 11:08 UTC, Tomáš Chvátal (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michał Kudła 2008-05-19 20:43:00 UTC
I installed Krusader 2.0 from 
http://www.krusader.org/handbook/krusader_kde4_install.html
but, I get sources from SVN

$ svn co https://krusader.svn.sourceforge.net/svnroot/krusader/trunk/krusader_kde4  krusader_kde4
$ cd  krusader_kde4
$ cmake  -DCMAKE_INSTALL_PREFIX=/usr/ -DQT_INCLUDES=/usr/share/qt4/include
$ make
$ su -c  "make install"

Reproducible: Always
Comment 1 Carsten Lohrke (RETIRED) gentoo-dev 2008-05-19 23:34:54 UTC
When they release a beta or maybe alpha, we do.
Comment 2 Michał Kudła 2008-05-20 05:16:21 UTC
OK,
now I have 2.0 beta 1 (this is from SVN)
Comment 3 Dirk Eschler 2008-07-14 19:02:42 UTC
We have released a first official beta for KDE4 last week. It compiles without problems on x86 for me. Unfortunately i have no time to create an ebuild myself, so if you can provide one, that would be very appreciated.

http://www.krusader.org/phpBB/viewtopic.php?t=2116
Comment 4 Carsten Lohrke (RETIRED) gentoo-dev 2008-07-14 22:56:04 UTC
^^
Comment 5 Tomáš Chvátal (RETIRED) gentoo-dev 2008-07-30 12:57:00 UTC
Created attachment 161712 [details]
ebuild for beta1

This requires kde4svn-portage overlay (cause i inherit their kde4svn-base). I wanted to set dependency on new kde 4.1 not on 4.0 so feel free to change (i guess it will be fine when it is added to portage)
Comment 6 Tomáš Chvátal (RETIRED) gentoo-dev 2008-07-31 09:40:30 UTC
Created attachment 161823 [details]
forget to add dependency on gettext in previous one

for using in portage replace
NEED_KDE="4.1*"
inherit kde4overlay-base
with
NEED_KDE="4*"
inherit kde4-base
Comment 7 Tomáš Chvátal (RETIRED) gentoo-dev 2008-08-17 11:08:43 UTC
Created attachment 163111 [details]
krusader-2.0.0_beta1 ebuild for kde.git overlay

it is for kde.git overlay and also for normal portage tree when this is added
Comment 8 Tomáš Chvátal (RETIRED) gentoo-dev 2008-10-15 21:15:43 UTC
Jmbsvicetto added it into main tree now.