had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues
release can be found at http://library.gnome.org/misc/release-notes/2.32/
This will be the last release of the GNOME 2.x series, mainly a bugfix and
bridge release to the first release of the GNOME 3.x series.
This release features commits by avl, marcus, mezz and myself.
The FreeBSD GNOME Team would like to thank the following contributors and
testers for there help with this release:
Zane C.B. <vvelox@vvelox.net>
romain@
Olaf Seibert <O.Seibert@cs.ru.nl>
DomiX
Bapt <baptiste.daroussin@gmail.com>
jsa@
miwi@
Sergio de Almeida Lenzi <lenzi.sergio@gmail.com>
Maxim Samsonov <xors@mne.ru>
Kris Moore
And pav@ for 2 exp-runs
PR: ports/152255
ports/143260
ports/141033
ports/149629
ports/150350
ports/151523
With hat: gnome@
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
- Use REINPLACE on Makefile.in at pre-configure stage, not on Makefile post-configure
- Remove unneeded PLIST vars, use only %%GTK2_VERSION%% as intended
- Adapt pkg-plist
- Port is finally PREFIX-safe
- Bump revision
- Pass maintainership to submitter
PR: 108222
Submitted by: Danny Pansters <danny@ricin.com>
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
When using gtk apps with x11-themes/gtk-qt-engine menus go black, and sometimes even the background of the app.
This happened after upgrade to gnome 2.12 (only libs, since I use KDE)
Also get warnings like:
Gdk-WARNING **: gdk_window_set_back_pixmap(): pixmap must have a colormap
found a patch in:
http://www.kde-look.org/content/show.php?content=9714
That solves this problem (I've alredy tried it)
PR: ports/88816
Submitted by: Axel Gonzalez <loox@e-shell.net>
Approved by: Danny Pansters <danny@ricin.com>