Bug 151048 - evolution-data-server-1.8.1 - Subfolders under INBOX don't show up for exchange backends - evolution-exchange
|
Bug#:
151048
|
Product: Gentoo Linux
|
Version: unspecified
|
Platform: All
|
|
OS/Version: Linux
|
Status: RESOLVED
|
Severity: normal
|
Priority: P2
|
|
Resolution: FIXED
|
Assigned To: gnome@gentoo.org
|
Reported By: james@jamesward.org
|
|
Component: Ebuilds
|
|
|
URL:
|
|
Summary: evolution-data-server-1.8.1 - Subfolders under INBOX don't show up for exchange backends - evolution-exchange
|
|
Keywords:
|
|
Status Whiteboard:
|
|
Opened: 2006-10-12 10:56 0000
|
I can confirm that the patch posted in comment #1 works for me.
(In reply to comment #2)
> I can confirm that the patch posted in comment #1 works for me.
>
I'm no programmer: So how can I patch my ebuild. Is there any howto to get my
sources to patch? Sorry, I'm a new Gentoo User and I don't want to downgrade my
evolution to 2.8.0. Where to put the patch and what to type in the console ;-)
I know, im stupid ;D
Thanks
*** Bug 151583 has been marked as a duplicate of this bug. ***
*** Bug 151865 has been marked as a duplicate of this bug. ***
(In reply to comment #3)
> (In reply to comment #2)
> > I can confirm that the patch posted in comment #1 works for me.
> >
>
> I'm no programmer: So how can I patch my ebuild. Is there any howto to get my
> sources to patch? Sorry, I'm a new Gentoo User and I don't want to downgrade my
> evolution to 2.8.0. Where to put the patch and what to type in the console ;-)
>
> I know, im stupid ;D
>
> Thanks
>
No, not stupid, just not yet knowledgeable.
Here's what I did;
0. Change directory to "/usr/portage/gnome-extra/evolution-data-server/".
1. Copy the patch to the "files" subdirectory.
2. Add
# Fix subfolders problem
epatch "${FILESDIR}"/${PN}-1.8.1-inbox-folders.patch
to "evolution-data-server-1.8.1.ebuild" after all the other epatch's.
3. Run "ebuild evolution-data-server-1.8.1.ebuild digest".
4. Emerge as usual.
I am now (re-)emerging successfully, but I don't yet know if the patch solved
my subfolders problem.
(In reply to comment #6)
> 0. Change directory to "/usr/portage/gnome-extra/evolution-data-server/".
> 1. Copy the patch to the "files" subdirectory.
> 2. Add
> # Fix subfolders problem
> epatch "${FILESDIR}"/${PN}-1.8.1-inbox-folders.patch
> to "evolution-data-server-1.8.1.ebuild" after all the other epatch's.
> 3. Run "ebuild evolution-data-server-1.8.1.ebuild digest".
> 4. Emerge as usual.
The emerge was successful (on AMD64) and the patch fixed my subfolders problem.
> 0. Change directory to "/usr/portage/gnome-extra/evolution-data-server/".
CHANGED THIS PORTION
> 1. curl -o files/evolution-data-server-1.8.1-inbox-folders.patch http://bugs.gentoo.org/attachment.cgi?id=99529
> 2. Add
> # Fix subfolders problem
> epatch "${FILESDIR}"/${PN}-1.8.1-inbox-folders.patch
> to "evolution-data-server-1.8.1.ebuild" after all the other epatch's.
> 3. Run "ebuild evolution-data-server-1.8.1.ebuild digest".
> 4. Emerge as usual.
>
> I am now (re-)emerging successfully, but I don't yet know if the patch solved
> my subfolders problem.
The above works great
*** Bug 152767 has been marked as a duplicate of this bug. ***