First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 177013
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Marius Mauch (RETIRED) <genone@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Neil Bothwick <neil@digimed.co.uk>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
claws-mail-2.9.1.patch Patch for claws-mail-2.9.1.ebuild patch Neil Bothwick 2007-05-04 10:31 0000 522 bytes Details | Diff
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 177013 depends on: Show dependency tree
Bug 177013 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2007-05-04 10:30 0000
When the kde USE flag is enabled, the claws-mail ebuild installs
claws-mail-attach-files.desktop with the path to the script as ${kdeprefix}/bin
when the script itself is installed in /usr/lib/claws-mail/tools/.

------- Comment #1 From Neil Bothwick 2007-05-04 10:31:58 0000 -------
Created an attachment (id=118123) [details]
Patch for claws-mail-2.9.1.ebuild

Patch for claws-mail-2.9.1.ebuild to install claws-mail-attach-files.desktop
with working script path.

------- Comment #2 From Andrej Kacian (RETIRED) 2007-05-04 11:53:25 0000 -------
Sorry, that was my mistake. The fix is elsewhere, though:

--- claws-mail-2.9.1.ebuild     4 May 2007 11:30:13 -0000       1.7
+++ claws-mail-2.9.1.ebuild     4 May 2007 11:51:16 -0000
@@ -121,7 +121,7 @@
                newins template_${desktopfile} ${desktopfile} || die
                dodir ${kdeprefix}/bin
                insopts -m 755
-               insinto ${kdeprefix}/bin
+               exeinto ${kdeprefix}/bin
                doexe ${servicescript} || die
        fi

I am applying it to CVS.

------- Comment #3 From Neil Bothwick 2007-05-04 11:56:30 0000 -------
So the desktop file was correct but the script was installed in the wrong
location?

------- Comment #4 From Andrej Kacian (RETIRED) 2007-05-04 12:01:30 0000 -------
(In reply to comment #3)
> So the desktop file was correct but the script was installed in the wrong
> location?
> 

Yes, I mistakenly assumed doexe uses location set by insinto.

------- Comment #5 From Andrej Kacian (RETIRED) 2007-05-10 11:52:54 0000 -------
Closing as fixed, as it is, for all I know, fixed. :)

------- Comment #6 From Neil Bothwick 2007-05-10 11:59:15 0000 -------
Works for me :)

First Last Prev Next    No search results available      Search page      Enter new bug