Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 93755 - Glade3 is needed
Summary: Glade3 is needed
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Other
: High normal (vote)
Assignee: Saleem Abdulrasool (RETIRED)
URL: http://glade.gnome.org
Whiteboard:
Keywords: EBUILD
: 144149 (view as bug list)
Depends on:
Blocks: 92758
  Show dependency tree
 
Reported: 2005-05-23 21:13 UTC by Saleem Abdulrasool (RETIRED)
Modified: 2007-03-21 21:36 UTC (History)
8 users (show)

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


Attachments
glade-3.0.0_pre05232005.ebuild (glade-3.0.0_pre05232005.ebuild,743 bytes, patch)
2005-05-23 21:16 UTC, Saleem Abdulrasool (RETIRED)
Details | Diff
glade-3.0.0_pre05232005.ebuild (glade-3.0.0_pre05232005.ebuild,743 bytes, text/plain)
2005-05-23 22:01 UTC, Saleem Abdulrasool (RETIRED)
Details
glade-3 cvs (http://cvs.gnome.org/viewcvs/glade3/) (glade-3.9999.ebuild,1.08 KB, text/plain)
2006-05-17 11:58 UTC, Grzegorz Dymarek
Details
glade-3.9999.ebuild (glade-3.9999.ebuild,1.10 KB, text/plain)
2006-05-17 12:12 UTC, Grzegorz Dymarek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Saleem Abdulrasool (RETIRED) gentoo-dev 2005-05-23 21:13:17 UTC
The Glade 3 project is still under development, and only available through cvs.  This is just a bug to track it for the new Anjuta bug as it is needed for it.
Comment 1 Saleem Abdulrasool (RETIRED) gentoo-dev 2005-05-23 21:16:59 UTC
Created attachment 59669 [details, diff]
glade-3.0.0_pre05232005.ebuild

This is an (temporary ?) ebuild for glade3.  This seems to cover the observable
dependencies.  Of course John would be the better person to decide if the
dependencies are right or wrong or even if the ebuild is so horrid that it
should be burnt.  But it seems to work for me.	Please test and advise.

NOTE: THIS IS A CVS SNAPSHOT BUILD! You can grab the source tar from
http://dev.gentoo.org/~compnerd/files/glade-3.0.0_pre05232005.tar.bz2
Comment 2 Saleem Abdulrasool (RETIRED) gentoo-dev 2005-05-23 22:01:44 UTC
Created attachment 59672 [details]
glade-3.0.0_pre05232005.ebuild

*grumble* Apparently, glade-3 is meant as a replacement for glade-2 not a new
version.  As such, they both want the same slot.  Updated the ebuild to reflect
as such.
Comment 3 Grzegorz Dymarek 2006-05-17 11:58:59 UTC
Created attachment 86934 [details]
glade-3 cvs (http://cvs.gnome.org/viewcvs/glade3/)

Ebuild for glade3-cvs (http://cvs.gnome.org/viewcvs/glade3/)
Comment 4 Grzegorz Dymarek 2006-05-17 12:09:10 UTC
Comment on attachment 86934 [details]
glade-3 cvs (http://cvs.gnome.org/viewcvs/glade3/)

># Copyright 1999-2006 Gentoo Foundation
># Distributed under the terms of the GNU General Public License v2
># $Header: $
>
>inherit eutils autotools cvs
>
>ECVS_SERVER="anoncvs.gnome.org:/cvs/gnome"
>ECVS_MODULE="glade3"
>ECVS_CO_DATE=""
>ECVS_UP_OPTS="-dP"
>ECVS_CO_OPTS=""
>
>S=${WORKDIR}/${ECVS_MODULE}
>
>DESCRIPTION="glade3 CVS"
>HOMEPAGE="http://cvs.gnome.org/viewcvs/glade3/"
>LICENSE="GPL-2"
>SLOT="0"
>KEYWORDS="~x86"
>IUSE=""
>
>RDEPEND=">=x11-libs/gtk+-2.4.0
>		 >=dev-libs/libxml2-2.4.0
>		 >=dev-libs/popt-1.5
>		   gnome-base/gnome-common
>		   dev-libs/glib"
>DEPEND="${RDEPEND}
>		>=dev-util/pkgconfig-0.14.0
>		>=dev-util/intltool-0.25
>		  sys-devel/gettext"
>
>USE_DESTDIR=1
>DOCS="AUTHORS BUGS ChangeLog HACKING INSTALL INTERNALS MAINTAINERS NEWS README TODO"
>
>S=${WORKDIR}/glade3
>
>
>src_compile() {
        ./autogen.sh
>	eautoreconf || die "autoreconf failed"
>	econf || die "configure failed"
>	emake || die "make failed"
>}
>
>src_install() {
>	make DESTDIR="${D}" install || die "make install failed"
>	dodoc AUTHORS ChangeLog README TODO
>}
Comment 5 Grzegorz Dymarek 2006-05-17 12:12:44 UTC
Created attachment 86936 [details]
glade-3.9999.ebuild
Comment 6 Grzegorz Dymarek 2006-05-17 12:13:37 UTC
Comment on attachment 86936 [details]
glade-3.9999.ebuild

glade-3 cvs
Comment 7 Jakub Moc (RETIRED) gentoo-dev 2006-08-12 09:18:32 UTC
Fixing OS field.
Comment 8 Akos Ladanyi 2006-08-12 10:08:45 UTC
Glade 3 is out!

http://ftp.gnome.org/pub/GNOME/sources/glade3/3.0/
Comment 9 Jakub Moc (RETIRED) gentoo-dev 2006-08-16 13:59:55 UTC
*** Bug 144149 has been marked as a duplicate of this bug. ***
Comment 10 Josef Reidinger 2006-08-16 14:18:50 UTC
(In reply to comment #8)
> Glade 3 is out!
> 
> http://ftp.gnome.org/pub/GNOME/sources/glade3/3.0/
> 

in bug #144149 I make working ebuild for new glade3 (and works really good ;). Sorry for my mistake with duplicate bug, but when I search for glade3, I doesn`t look at this old bug.


Comment 11 Saleem Abdulrasool (RETIRED) gentoo-dev 2006-08-17 13:31:45 UTC
in portage!
Comment 12 Josef Reidinger 2006-08-18 00:53:06 UTC
(In reply to comment #11)
> in portage!
> 

Can I have question? Why is gnome allways enable in econf and not depend on gnome USE flag???
Comment 13 Cristi Magherusan 2006-08-24 16:25:28 UTC
i'm getting the same error too. 
it is caused by the glade use flag, probably because the 2.0.2 version of anjuta doesn't compile with the newest glade version, 3.0.1 nor with the cvs one, and that breaks the glade plugin. 
as a temporary workaround i tried to emerge anjuta whitout the glade use-flag and it worked, but i'm missing the glade plugin.
Comment 14 Cristi Magherusan 2006-08-24 16:29:25 UTC
please ignore my previos post, it was meant for another bug. sorry for the spam.