You are not logged in.
Pages: 1
Offline
Now we need gnome 2.12...
It really sucks using this menu editor (smeg or so)...
Geert.
Offline
I love your annoucements, Gullible have you thought about creating a blog and having Xentac add an RSS feed of it to Planet Arch?
Offline
Uhhh, where is pango 1.10? Am I missing something?
EDIT: Never mind, obviously isn't released yet for whatever reason.
Offline
Hmm, I'm not happy with this...
GTK 2.8 requires a development snapshot of cairo (0.9.2), which has a nice .so bump...
The reason why I'm not happy about this, is because the stupid fucky libtool .la files in all packages cause all programs to link on every library any other library links to. This makes sure I have to recompile every shitty app that I have compiled against Gtk 2.7/8, which is in fact the complete gnome 2.12 prerelease repository I created...
Offline
I personally think Arch should follow the Slack example and "outsource" the gnome pkgs...
Offline
I personally think Arch should follow the Slack example and "outsource" the gnome pkgs...
Ah, so I should stop maintaining the software I use on my own system as arch maintainer? Nope...
I think we should tell the KDE devs to stop using their broken libtool stuff. They detect libs by libtool .la files most of the time, not by pkg-config. Libtool archives are evil. The reason why we still keep them in is because if we want to remove one, we need to remove all that depend on it.
Offline
Wait a minute... JGC, are you saying that an upgrade to 2.8 will require all GTK2 apps to be recompiled against it? :shock:
Offline
well. i am running gtk2-2.8.0 since early this morning, no real probs, except some font-size-differences ...
- - -
VERY annoying, if i might add. *grmmm*
btw. anyone having a clue, why they didn't release pango-1.10, since its a dependency ... > very strange.
mak.
$ wget -c -r -l inf -i what_the_hel.l
Offline
Pango 1.10 will come tomorrow.
This release of GTK 2.8 is backwards compatible with GTK 2.x, but the problem comes with cairo: if you have compiled other stuff against GTK 2.7, which depends on cairo, then you have to recompile all of those programs again, which means I have a huge todo list for my Gnome 2.12 repository.
I'm currently working on getting rid of all those fucky .la files in the packages I update. Glib2, cairo and poppler are already ready for upload to testing without .la files. I'm waiting for Pango 1.10, because the 1.9.2 snapshot contains a nasty bug that breaks Gtksourceview, which means programs like gedit and anjuta seem to be a bit broken.
Offline
Okay. GTK 2.8 is built. Consider it unstable since I'm the only one that has used these.
In the pango pkgbuild i added cairo to the dependency list so it would avoid the stupid mistake that I made of not building cairo before pango.
http://hackerslair.info/gtk2.8 are where the pkgbuilds are, have at it.
Offline
Pages: 1