Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 144463 - app-mobilephone/gnokii-0.6.14 version bump
Summary: app-mobilephone/gnokii-0.6.14 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Mobile Phone Developers (INACTIVE)
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2006-08-19 15:14 UTC by Sebastian
Modified: 2007-03-21 21:41 UTC (History)
1 user (show)

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


Attachments
ebuild (gnokii-0.6.13.ebuild,2.41 KB, text/plain)
2006-08-19 15:15 UTC, Sebastian
Details
hiddenvisibility patch (gnokii-0.6.13-hiddenvisibility.diff,1.27 KB, patch)
2006-08-19 15:15 UTC, Sebastian
Details | Diff
gnokii-0.6.14.ebuild (gnokii-0.6.14.ebuild,2.36 KB, text/plain)
2006-09-09 17:47 UTC, Norman Jonas
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sebastian 2006-08-19 15:14:32 UTC
Hi all,

0.6.13 was released a while ago. I updated the ebuild a bit:

- changed USE flag "X" to "gtk" (cosmetic)
- added USE flag "dku2" with a dep on dev-libs/libusb
- added USE flag "ical" to make the dep on dev-libs/libical an option
- changed =x11-libs/gtk+-1.2* rdep to =x11-libs/gtk+-2* (no more gtk+-1 support)
- added hiddenvisibility patch from http://lists.nongnu.org/archive/html/gnokii-users/2006-08/msg00045.html (upstream has fixed this issue in CVS)
- added dep on app-text/recode to work around pango utf-8 warnings and display of strings with broken characters (contacted upstream about this, hope they'll work it out)
- changed the desktop entry behaviour (gnokii installs the entry itself when compiled with gtk support it seems)
- added a pixmap for the desktop entry

Regards
Sebastian
Comment 1 Sebastian 2006-08-19 15:15:07 UTC
Created attachment 94636 [details]
ebuild
Comment 2 Sebastian 2006-08-19 15:15:37 UTC
Created attachment 94637 [details, diff]
hiddenvisibility patch
Comment 3 Sebastian 2006-08-19 18:59:56 UTC
I just trashed my phone using xgnokii and dku2 (libusb), I think I'll have to go to a nokia service center and get it reflashed. Maybe adding a few einfo lines about certain dangers would be nice? :-) Maybe the dku2 (libusb) support should be disabled?
Comment 4 Norman Jonas 2006-09-09 17:47:24 UTC
Created attachment 96546 [details]
gnokii-0.6.14.ebuild

Ebuild for new version 0.6.14. Removed the patch because I assume this version already contains it. Please mark the old attachments as obsolete and update bug name ( -> 0.6.14 ).

Thanks.
Comment 5 Michele Noberasco (RETIRED) gentoo-dev 2006-09-11 07:39:18 UTC
This package is in need of a little love ;-)
Comment 6 Alin Năstac (RETIRED) gentoo-dev 2006-09-11 08:04:12 UTC
(In reply to comment #5)
> This package is in need of a little love ;-)

A few things to consider:
 - please don't change X USE flag (X is a better name than gtk for enabling GUI front-end installation)
 - maybe "usb" USE flag should be used instead dku2
Comment 7 Michele Noberasco (RETIRED) gentoo-dev 2006-09-11 08:13:00 UTC
A few things to consider:
 - please don't change X USE flag (X is a better name than gtk for enabling GUI
Will do.

front-end installation)
 - maybe "usb" USE flag should be used instead dku2
Already done. Not that the package honours this, it will enable usb support if it finds libusb regardless of our settings. I'll have to tweak autoconf stuff for that...
Comment 8 Alin Năstac (RETIRED) gentoo-dev 2006-09-11 12:03:39 UTC
(In reply to comment #7)
> Already done. Not that the package honours this, it will enable usb support if
> it finds libusb regardless of our settings. I'll have to tweak autoconf stuff
> for that...

If you don't want to mess with configure.in, then you shouldn't add a USE flag for it. Just add libusb as unconditional dependency.
Comment 9 Michele Noberasco (RETIRED) gentoo-dev 2006-09-11 23:39:52 UTC
> If you don't want to mess with configure.in, then you shouldn't add a USE
> flag for it. Just add libusb as unconditional dependency.
No problem with configure.in, I know my way into autoconf/automake. My issue is time, but I think I will make it today...
Comment 10 Michele Noberasco (RETIRED) gentoo-dev 2006-09-12 00:55:20 UTC
In Portage, thanks for the submission!

Notes:
- gtk USE flag became X again
- ical and usb USE flags now actually trigger optional
  support for the relative features. Previously, if the
  dependancies were found on the system, the support was
  activated regardless of our USE flags.