Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 18255 - gwget2 ebuild
Summary: gwget2 ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: Low enhancement (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
: 18459 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-03-26 17:15 UTC by Georg Grabler
Modified: 2003-08-12 21:35 UTC (History)
2 users (show)

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


Attachments
Ebuild file for Gwget2 (gwget2-0.1.ebuild,647 bytes, text/plain)
2003-03-26 17:17 UTC, Georg Grabler
Details
My ebuild for gwget 0.5.2 (gwget-0.5.2.ebuild,571 bytes, text/plain)
2003-06-26 04:21 UTC, José Romildo Malaquias
Details
A patch to allow installation of message files in $DESTDIR. (gwget.podestdir.patch,858 bytes, patch)
2003-06-26 04:23 UTC, José Romildo Malaquias
Details | Diff
yet another ebuild (gwget2-0.4.ebuild,1.06 KB, text/plain)
2003-06-26 04:43 UTC, Mike Gardiner (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Georg Grabler 2003-03-26 17:15:51 UTC
This is the ebuild for the graphical frontent Gwget2 for wget built for GNOME2.

page: gwget.sourceforge.net

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Georg Grabler 2003-03-26 17:17:09 UTC
Created attachment 9864 [details]
Ebuild file for Gwget2

have fun, hope it works for you like it did for me

STiAT
Comment 2 Martin Holzer (RETIRED) gentoo-dev 2003-03-30 05:53:21 UTC
*** Bug 18459 has been marked as a duplicate of this bug. ***
Comment 3 foser (RETIRED) gentoo-dev 2003-06-26 03:34:24 UTC
the ebuild should use the gnome2 eclass probably.
Comment 4 José Romildo Malaquias 2003-06-26 04:21:30 UTC
Created attachment 13889 [details]
My ebuild for gwget 0.5.2

This is the ebuild I have used to install gwget-0.5.2 on my system.
Comment 5 José Romildo Malaquias 2003-06-26 04:23:44 UTC
Created attachment 13890 [details, diff]
A patch to allow installation of message files in $DESTDIR.
Comment 6 José Romildo Malaquias 2003-06-26 04:27:02 UTC
Although it is stated in the home page of gwget that it is a GNOME application, I have found that it is not. Running 'ldd /usr/bin/gwget' gives me

        libgtk-1.2.so.0 => /usr/lib/libgtk-1.2.so.0 (0x40029000)
        libgdk-1.2.so.0 => /usr/lib/libgdk-1.2.so.0 (0x40185000)
        libgmodule-1.2.so.0 => /usr/lib/libgmodule-1.2.so.0 (0x401be000)
        libglib-1.2.so.0 => /usr/lib/libglib-1.2.so.0 (0x401c1000)
        libdl.so.2 => /lib/libdl.so.2 (0x401e6000)
        libXi.so.6 => /usr/X11R6/lib/libXi.so.6 (0x401e9000)
        libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x401f1000)
        libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x40202000)
        libm.so.6 => /lib/libm.so.6 (0x402e1000)
        libghttp.so.1 => /usr/lib/libghttp.so.1 (0x40303000)
        libc.so.6 => /lib/libc.so.6 (0x4030b000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)

So it is a GTK+ application and the gnome eclass should not be used.

Note also that it is called now gwget, and not gwget2.
Comment 7 Mike Gardiner (RETIRED) gentoo-dev 2003-06-26 04:42:12 UTC
Looks like this thread doesnt need any ebuilds but I was working on this yesterday and forgot to upload it.
Comment 8 Mike Gardiner (RETIRED) gentoo-dev 2003-06-26 04:43:01 UTC
Created attachment 13891 [details]
yet another ebuild

cleaned up, uses gnome2 eclass, should be update-proof.
Comment 9 Mike Gardiner (RETIRED) gentoo-dev 2003-06-26 04:53:47 UTC
Jose, this is clearly an ebuild submission for gwget2. gwget is 3 - 4 years old (as quoted from the gwget2 README file included in the source), yet you've referred to gwget(1). This is why it uses the gnome2 eclass, and is a gnome2/gtk2 application, because this is for gwget2. Please open another bug to submit an ebuild for gwget(1) although why we'd need both of them I'm not too sure.

(pls refer to the homepage (http://gwget.sourceforge.net/) for further gwget v gwget2 information)

Also, gwget2 0.5 was released just yesterday.

Thanks
Mike.
Comment 10 José Romildo Malaquias 2003-06-26 05:36:56 UTC
Please, excuse my mistake. I have been somewhat tricked by the release of both gwget and gwget2. What I want is just the latest version of gwget2, the one being developed, and now supporting drag-and-drop. I hope it will be soon in portage.

So, disconsider the attachements I have done:

  My ebuild for gwget 0.5.2
  A patch to allow installation of message files in $DESTDIR.
Comment 11 Mike Gardiner (RETIRED) gentoo-dev 2003-08-12 21:35:21 UTC
gwget2-0.5 is now in portage. thanks for your help with this.