Hi Roland, I'm not interested in adding another build script, but FYI, building Glade and it's dependencies is of course one of the steps involved in packaging a distro-agnostic bundle, which is documented here:
https://git.gnome.org/browse/glade/tree/build/linux/README Using some hints from there, you should be able to build Glade and it's dependencies safely into a relocated prefix using a variation of this command: BUNDLE_ROOT=~/GladeBundle BUNDLE_DIR=${GLADE_CHECKOUT}/build/linux jhbuild -f ${GLADE_CHECKOUT}/build/linux/jhbuildrc build Building Glade and it's stack should just be a matter of running jhbuild with our own moduleset... the moduleset prefers tarballs to git repository so to build newer versions you may have to modify the moduleset. In any case what we have in tree is just a bit more sophisticated version of your script, where we offload much of the grunt work to the jbuild scripts and just define a moduleset (which is why I would be opposed to adding yet another build script). Cheers, -Tristan On Tue, Jun 10, 2014 at 3:08 PM, Roland Koebler <rk-l...@simple-is-better.org> wrote: > Hi, > >> Compilation of newer versions: >> >> - It would be nice if there would be some easier way to compile newer >> Glade-versions incl. all dependencies, since it seems that Glade >> is quite buggy, but bugs are only fixed in the newest version, >> which again depends on the newest GTK+-libraries... > I now "solved" this problem myself: I have written a shell-script, which > downloads the newest Glade, GTK+, ... sources, compiles and installs > them in the right order, and creates a glade.sh-script, which sets up > the environment so that the newly compiled Glade works (thanks for > pointing this out!). > > So, it should now be easier to compile/use the newest Glade-version. > You can find the script at: > http://www.simple-is-better.org/gtk/#building-glade > I have currently only tested it on Debian Wheezy (where it works well); > please let me know if it does or doesn't work on other distributions. > > > In addition: > Are you interested into adding this script to the Glade-source-tree, > or should I maintain it separately? > > > regards > Roland > _______________________________________________ > Glade-devel maillist - Glade-devel@lists.ximian.com > http://lists.ximian.com/mailman/listinfo/glade-devel _______________________________________________ Glade-devel maillist - Glade-devel@lists.ximian.com http://lists.ximian.com/mailman/listinfo/glade-devel