Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 168385 - net-im/tkabber-0.10.0-beta version bump
Summary: net-im/tkabber-0.10.0-beta 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 Net-im project
URL:
Whiteboard:
Keywords:
Depends on: 177912
Blocks:
  Show dependency tree
 
Reported: 2007-02-25 22:06 UTC by Andrey Melentyev
Modified: 2008-09-26 14:01 UTC (History)
5 users (show)

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


Attachments
tkabber-0.10.0-beta2 ebuild (made from previous verson with a dirty hack) (tkabber-0.10.0_beta2.ebuild,2.23 KB, text/plain)
2007-04-01 11:27 UTC, Andrey Melentyev
Details
tkabber-0.10.0 ebuild (tkabber-0.10.0.ebuild,2.12 KB, text/plain)
2007-05-01 19:10 UTC, syncro
Details
tkabber-svn-0 ebuild (tkabber-svn-0.ebuild,1.96 KB, text/plain)
2007-06-17 00:08 UTC, Antek Grzymała (antoszka)
Details
tkabber-0.10.0.ebuild (tkabber-0.10.0.ebuild,1.61 KB, text/plain)
2007-07-06 14:48 UTC, 4nykey
Details
tktray-1.1.ebuild (tktray-1.1.ebuild,724 bytes, text/plain)
2007-07-06 14:49 UTC, 4nykey
Details
SVN ebuild with cleaned up dependencies (tkabber-svn-0.ebuild,2.12 KB, text/plain)
2008-02-07 16:33 UTC, Antek Grzymała (antoszka)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andrey Melentyev 2007-02-25 22:06:42 UTC
http://tkabber.jabber.ru/node/313 says that a new beta version of tkabber released. It would be prefect to add a new ebuild for ~x86 to test this new version.

Reproducible: Always

Steps to Reproduce:
Comment 1 Andrey Melentyev 2007-03-09 19:12:52 UTC
Tkabber-0.10.0-beta2 is out:
http://tkabber.jabber.ru/node/314
Comment 2 Andrey Melentyev 2007-04-01 11:27:22 UTC
Created attachment 115144 [details]
tkabber-0.10.0-beta2 ebuild (made from previous verson with a dirty hack)
Comment 3 Denis Misiurca 2007-04-18 13:58:13 UTC
tkabber-0.10.0 released
http://tkabber.jabber.ru/tkabber-0.10.0
Comment 4 syncro 2007-05-01 19:10:13 UTC
Created attachment 117878 [details]
tkabber-0.10.0 ebuild

version bump to release
Comment 5 Andrey Melentyev 2007-06-08 17:13:46 UTC
where is the package maintainer? :(
Comment 6 Denis Misiurca 2007-06-08 17:19:28 UTC
package maintainer is in аяб
Comment 7 Antek Grzymała (antoszka) 2007-06-17 00:07:25 UTC
I created a tkabber-svn ebuild for those who want to keep current and still use portage for the convenience of it. Do you guys reckon I should file a new bug for that as well?

Cheers,

[a]
Comment 8 Antek Grzymała (antoszka) 2007-06-17 00:08:49 UTC
Created attachment 122286 [details]
tkabber-svn-0 ebuild

This is my first svn-based ebuild, let me know if you notice any major fsck-ups in this. Thanks.
Comment 9 4nykey 2007-07-06 14:47:42 UTC
I thought I'd chime in as well with my variation of ebuild
As an added bonus fdo compatible tray icon via extrenal tktray package
Comment 10 4nykey 2007-07-06 14:48:40 UTC
Created attachment 124053 [details]
tkabber-0.10.0.ebuild
Comment 11 4nykey 2007-07-06 14:49:14 UTC
Created attachment 124054 [details]
tktray-1.1.ebuild
Comment 12 Denis Misiurca 2008-02-06 09:41:04 UTC
ebuilds from 4nykey added to my overlay:

http://code.google.com/p/gentoo-latest/
Comment 13 Antek Grzymała (antoszka) 2008-02-07 16:31:53 UTC
OK, I had a lengthy conversation with tkabber devs and cleaned up the dependencies in my SVN ebuild (they could just as well be included in the 0.10.x ebuild if anyone's interested).

Also I included some comments for optional packages with a brief explanation why (or not) they should be included.

Hope somebody finds this useful.
Comment 14 Antek Grzymała (antoszka) 2008-02-07 16:33:50 UTC
Created attachment 142903 [details]
SVN ebuild with cleaned up dependencies
Comment 15 gtlinuxman 2008-02-19 13:08:00 UTC
Correlate IUSE & DEPEND with http://tkabber.jabber.ru/dependencies please
Comment 16 gtlinuxman 2008-02-19 14:37:46 UTC
http://svn.xmpp.ru/repos/tkabber/trunk/tkabber/README:
"If you're running Unix, then you may want _Tkabber_ to use the
      docking tray.
      Accordingly, you may want to install Tk Theme version 1.20 [16]
      (or later) for _KDE_ icon, or tktray version 1.1 [17] (or later)
      for freedesktop icon (supported by modern _KDE_ and _GNOME_)."


Tkabber systray funcyionality require exactly **Tk_Theme**:
http://svn.xmpp.ru/repos/tkabber/trunk/tkabber/plugins/unix/dockingtray.tcl:
# $Id: dockingtray.tcl 1232 2007-09-20 17:07:00Z sergei $

# KDE tray icon support.
# Requires Tk_Theme package
# (http://tkabber.jabber.ru/files/other/Tk_Theme-23.tgz)

##########################################################################

if {![cequal $::interface tk]} return

if {[catch { package require Tk_Theme }]} return

##########################################################################
...

wish:
% package require tkTheme
1.0
% package require Tk_Theme
can't find package Tk_Theme

or tksystray:
http://svn.xmpp.ru/repos/tkabber/trunk/tkabber/plugins/unix/tktray.tcl:
# Another Freedesktop systray icon support.
# Requires tktray (http://sw4me.com/wiki/Tktray) package

##########################################################################

if {![cequal $::interface tk]} return

if {[catch { package require tktray }]} return

##########################################################################
...
Comment 17 gtlinuxman 2008-02-19 15:02:34 UTC
s/"or tksystray:"/"or tktray:"
Sorry
Comment 18 Antek Grzymała (antoszka) 2008-03-01 10:17:34 UTC
(In reply to comment #15)
> Correlate IUSE & DEPEND with http://tkabber.jabber.ru/dependencies please

I don't see anything wrong with current IUSE and DEPEND (at least in the SVN ebuild). Strictly necessary and security-related stuff is there. Looks like the mentioned webpage needs some serious updates. Just trying to find someone responsible for that.
Comment 19 Dmitrij D. Czarkoff 2008-05-07 16:18:27 UTC
Any news? Tkabber 0.10.0 turns year soon, and 0.10.1 seems to be released in near future, while only 0.9.9 in portage still.
Comment 20 Antek Grzymała (antoszka) 2008-05-07 16:52:22 UTC
Please use the SVN ebuild for now, current development releases are very stable, and you can migrate to 0.10.1 when it's released (along with, hopefully, an ebuild).
Comment 21 Dmitrij D. Czarkoff 2008-06-09 12:30:46 UTC
Tkabber 0.11 is out. Is it going to make it's way to portage?

http://tkabber.jabber.ru/node/464
Comment 22 Denis Misiurca 2008-06-16 21:27:23 UTC
Tkabber 0.11 is now on my overlay
http://code.google.com/p/gentoo-latest/
Comment 23 Olivier Crete (RETIRED) gentoo-dev 2008-08-31 02:20:00 UTC
I've added tkabber 0.11.0 to the tree as well as tktray..

Some comments on the submitted ebuilds:
- You have to quote the variables from portage that contains directories like $D and $WORKDIR
- in the live svn ebuild .. the src_unpack is not necessary, it will default to the parent eclass
- the make install now works
Comment 24 Antek Grzymała (antoszka) 2008-09-26 14:01:38 UTC
See https://bugs.gentoo.org/show_bug.cgi?id=233915 for having crypt back in tkabber.