First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 261160
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Sergio D. Rodríguez Inclan <srinclan@gmail.com>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Jürgen Geuter <tante@the-gay-bar.com>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
gwibber-1.0_pre248.ebuild gwibber-1.0_pre248 ebuild text/plain Jürgen Geuter 2009-03-04 12:45 0000 1.08 KB Details
gwibber_fix_prefix.patch prefix patch patch Jürgen Geuter 2009-03-04 12:46 0000 188 bytes Details | Diff
fix_identi.ca_keyerror.patch KeyError fix patch Jürgen Geuter 2009-03-04 12:47 0000 658 bytes Details | Diff
identi.ca_disable_https.patch disable identi.ca https patch Jürgen Geuter 2009-03-04 12:49 0000 2.77 KB Details | Diff
gwibber-1.0.1_pre287.ebuild updated ebuild text/plain Jürgen Geuter 2009-04-20 13:22 0000 1.11 KB Details
gwibber-1.2_pre322.ebuild Updated ebuild for gwibber-1.2_pre322 text/plain Jürgen Geuter 2009-05-27 07:28 0000 873 bytes Details
gwibber-1.2_pre336.ebuild ebuild for gwibber-1.2_pre336 text/plain Jürgen Geuter 2009-06-12 09:50 0000 873 bytes Details
gwibber-1.2.0_pre340.ebuild gwibber-1.2.0_pre340 text/plain Sergio D. Rodríguez Inclan 2009-06-15 01:18 0000 858 bytes Details
gwibber-prefix.patch gwibber 1.2 prefix patch. patch Sergio D. Rodríguez Inclan 2009-06-15 01:20 0000 188 bytes Details | Diff
gwibber-1.2_pre345.ebuild Gwibber ebuild for bzr rev 345 text/plain Jürgen Geuter 2009-06-22 13:26 0000 962 bytes Details
gwibber_fix_prefix.patch fix prefix patch for 1.2_pre345 patch Jürgen Geuter 2009-06-22 13:26 0000 188 bytes Details | Diff
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 261160 depends on: Show dependency tree
Bug 261160 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: 2009-03-04 12:44 0000
I took a snapshot of the current gwibber-1.0 branch since gwibber doesn't
publish regular tarballs.

The ebuild adds three patches to the gwibber source.

Reproducible: Always

Steps to Reproduce:

------- Comment #1 From Jürgen Geuter 2009-03-04 12:45:40 0000 -------
Created an attachment (id=183881) [details]
gwibber-1.0_pre248 ebuild 

new ebuild

------- Comment #2 From Jürgen Geuter 2009-03-04 12:46:30 0000 -------
Created an attachment (id=183882) [details]
prefix patch

gwibber uses /usr/local as prefix as default, the patch sets it to /usr, so
stuff goes where it belongs.

------- Comment #3 From Jürgen Geuter 2009-03-04 12:47:58 0000 -------
Created an attachment (id=183884) [details]
KeyError fix

the identi.ca module doesn't access data properly which sometimes leads to
KeyError runtime errors, the patch fixes the probelm (also sent upstream)

------- Comment #4 From Jürgen Geuter 2009-03-04 12:49:13 0000 -------
Created an attachment (id=183885) [details]
disable identi.ca https

Identi.ca sometimes offers https access to the service, but it's very flaky.
While it#s not configurable but hardcoded i disable it and make gwibber use
identi.ca's http// interface.

------- Comment #5 From Diego E. 'Flameeyes' Pettenò 2009-03-04 12:55:55 0000 -------
The S= definition seems unneeded, and the dependencies needs to be checked
(check if -B works without the deps installed).

But why on earth is it in dev-python? It doesn't seem to be a development
library for Python as much as a client for a sort-of-IM network... maybe a
package move would also be useful.

------- Comment #6 From Jesus Rivero 2009-03-04 13:11:17 0000 -------
(In reply to comment #5)

> But why on earth is it in dev-python? It doesn't seem to be a development
> library for Python as much as a client for a sort-of-IM network... maybe a
> package move would also be useful.
> 
Hello, 
    That was totally my fault. I'll move it to IM. Sorry about that. I'm
contacting the proxy so this new version hits the tree soon. 

    Thanks Jürgen for your work.

    Best regards,

------- Comment #7 From Jürgen Geuter 2009-03-04 13:48:34 0000 -------
The https interface is not always there but people might wanna use it anyways.
Maybe we could apply the patch based on a USEflag?

------- Comment #8 From Trustin Lee 2009-04-16 12:01:20 0000 -------
1.0.1_pre274 is out:
http://packages.monkeycode.org/gwibber-1.0.1_pre274.tar.bz2

------- Comment #9 From Jürgen Geuter 2009-04-16 12:09:10 0000 -------
gwibber doesn't work with more current webkit-gtk and pywebkitgtk builds (known
bug).

There has been work on a branch that circumvents the bug by not rendering the
messages via javascript but that branch is not yet at a point where it works.
I'm trying to find a way to get it working and will update the ebuilds in my
overlay then, but right now users trying to use gwibber with these ebuilds will
not get their messages displayed.

------- Comment #10 From Jürgen Geuter 2009-04-20 13:22:47 0000 -------
Created an attachment (id=188963) [details]
updated ebuild

Updated ebuild for gwibber.
It's based on the "mako" branch
(https://code.launchpad.net/~segphault/gwibber/template-theme-engine) and uses
a way to render messages that works in current webkit versions.

I keep an updated ebuild for this in my overlay which can be downloaded from
layman ("layman -a tante").

------- Comment #11 From Sergio D. Rodríguez Inclan 2009-04-20 14:25:12 0000 -------
Nice tante, I'm actually working on the trunk branch version, and solving some
ebuild issues which have open bugs like the gnome-python dependency; I'll take
some of your changes and see what could be applied, thanks for your work :)

------- Comment #12 From Jürgen Geuter 2009-05-27 07:28:09 0000 -------
Created an attachment (id=192557) [details]
Updated ebuild for gwibber-1.2_pre322

Updated the ebuild to bzr revision 322. The mako-template-branch was merged
into trunk so this version comes with the saner rendering approach out of the
box plus all the gimmicks that have been added recently (as for example
connection to non SSL identi.ca instances)

------- Comment #13 From Jürgen Geuter 2009-06-12 09:50:01 0000 -------
Created an attachment (id=194358) [details]
ebuild for gwibber-1.2_pre336

Just to keep people who don't use my overlay updated.
Based on bzr version 322 it includes automatic URL shortening and more actions
on some of the services (like deleting or "liking" messages).

------- Comment #14 From Sergio D. Rodríguez Inclan 2009-06-15 01:18:56 0000 -------
Created an attachment (id=194719) [details]
gwibber-1.2.0_pre340

Update for gwibber pre release 340, it has some ebuild improvements and a patch
to fix the prefix path, it needs the python-distutils-extra package which can
be emerged from Sunrise or tante's overlay.

------- Comment #15 From Sergio D. Rodríguez Inclan 2009-06-15 01:20:14 0000 -------
Created an attachment (id=194721) [details]
gwibber 1.2 prefix patch.

------- Comment #16 From Jürgen Geuter 2009-06-22 13:26:12 0000 -------
Created an attachment (id=195441) [details]
Gwibber ebuild for bzr rev 345

Updated ebuild to bzr. rev 345. New feature: Public timelines, new URL
shorteners, requires prefix patch.

------- Comment #17 From Jürgen Geuter 2009-06-22 13:26:49 0000 -------
Created an attachment (id=195442) [details]
fix prefix patch for 1.2_pre345

------- Comment #18 From Jesus Rivero 2009-07-13 23:53:33 0000 -------
Hello, 


   net-misc/gwibber-1.2.0_pre340 in CVS now. @Sergio, please prepare the ebuild
for r345 as Jürgen suggested. Thanks Jürgen and everyone else for their
contributions. 

   Best regards,

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