Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 153740 - new ebuild: BookmarkBridge
Summary: new ebuild: BookmarkBridge
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL: http://bookmarkbridge.sourceforge.net/
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2006-11-01 12:48 UTC by Juergen Nagel
Modified: 2008-08-25 08:54 UTC (History)
1 user (show)

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


Attachments
bookmarkbridge-0.76.ebuild (bookmarkbridge-0.76.ebuild,595 bytes, text/plain)
2006-11-01 12:48 UTC, Juergen Nagel
Details
qtcore_fix.patch (qtcore_fix.patch,5.86 KB, patch)
2006-11-01 12:49 UTC, Juergen Nagel
Details | Diff
bookmarkbridge-0.76.ebuild (bookmarkbridge-0.76.ebuild,612 bytes, text/plain)
2006-11-01 15:33 UTC, Juergen Nagel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Juergen Nagel 2006-11-01 12:48:05 UTC
To quote from the project's website:
"BookmarkBridge is a small, easy to use, multi-platform, GUI-based utility that allows the user to share bookmarks between all their browsers. The user runs it periodically to synchronize between the browsers."

I've attached a patch to fix some compilation issues that stem from a missing include directive for the QtCore directory.

The application runs fine on my notebook and has succesfully merged my Firefox and Konqueror bookmark files. :)
Comment 1 Juergen Nagel 2006-11-01 12:48:45 UTC
Created attachment 100995 [details]
bookmarkbridge-0.76.ebuild
Comment 2 Juergen Nagel 2006-11-01 12:49:20 UTC
Created attachment 100996 [details, diff]
qtcore_fix.patch
Comment 3 Carsten Lohrke (RETIRED) gentoo-dev 2006-11-01 13:53:45 UTC
- If possible don't use einstall. It's is only an ugly hack for the cases broken build scripts do not provide DESTDIR support.
Comment 4 Juergen Nagel 2006-11-01 15:33:58 UTC
Created attachment 101017 [details]
bookmarkbridge-0.76.ebuild

I replaced einstall with "make install DESTDIR=${D}" and it works fine.