summaryrefslogtreecommitdiff
path: root/devel/libgnomeui
AgeCommit message (Collapse)AuthorFilesLines
2008-10-17Bump gtk2 depends -- this needs gail.wiz1-2/+2
2008-10-16update to 2.24.0drochner4-14/+14
This switches to the gnome-2.24 release branch.
2008-05-29remove explicit esound dependency (still pulled in by libgnome)drochner2-4/+2
2008-04-30Drop maintainershipjmmv1-2/+2
Stop lying and drop maintainership of these packages. I have not maintained them for a very long time already, so leave room for fresh blood to take over them.
2008-04-16Increase the BUILDLINK_API_DEPENDS.glib2. This configure saysreed1-2/+2
it needs >= 2.15.0. Also newer glib2 provides required gio-2.0.pc pkgconfig file.
2008-04-10update to 2.22.1drochner3-9/+12
This switches to the gnome-2.22 release branch.
2008-03-06Recursive PKGREVISION bump for gnutls-2.2.2 update with shlib major bump.wiz2-4/+4
2008-01-13This package requires gtk2+>=2.11.5.minskim1-2/+3
Bump PKGREVISION.
2007-11-03kill stale patch, noticed by Matthias Schelerdrochner1-25/+0
2007-10-31update to 2.20.1.1drochner3-11/+11
This switches to the new gnome-2.20 branch.
2007-10-07libglade2 -> libglade (comment).hira1-2/+2
2007-09-21Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.wiz2-7/+7
Bump PKGREVISION.
2007-09-19Use gnome-vfs instead of gnome-vfs2.wiz1-3/+3
2007-06-05opencdk shlib major changed; bump ABI depends and PKGREVISIONs ofwiz2-3/+4
affected packages.
2007-04-10update to 2.18.1drochner3-9/+10
This moves this pkg to the new stable gnome branch, too much to list here.
2007-03-21Bump PKGREVISION for gnome-keyring ABI bump.wiz2-4/+4
2007-03-05use gdk_x11_ungrab_server instead of XUngrabServer()dbj2-6/+15
This fixes build problems on darwin where symbols from indirect dependencies are not exposed by libtool Since gdk_x11_ungrab_server does internal reference counting, call it 10 times, just in case there are multiple display grabs when the segfault handler is called.
2007-02-15Make the libSM recursive as libtool will need it.joerg1-1/+2
2007-02-15Depend on libSM. From Blair Sadewitz. Bump revision.joerg1-1/+3
2006-12-07Make this package build with Quartz GDK backend.minskim2-1/+18
http://bugzilla.gnome.org/show_bug.cgi?id=382923
2006-11-05DESTDIR support.joerg1-1/+3
2006-10-13update to 2.16.1drochner4-10/+23
changes: -minor fixes -cleanup -doc fixes pkgsrc change: pull in graphics/jpeg explicitely
2006-09-19Needs intltool. #%#$%#$joerg1-2/+2
2006-09-16Bump revisions due to gnome-vfs2 update: dbus-glib is now a dependency.jmmv2-3/+4
This fixes problems when some installed packages are outdated. Per wiz@'s request. Grrr, I really hate this kind of change.
2006-09-15no need to disable-gtk-doc, this is the defaultdrochner1-3/+1
2006-09-15Update to 2.16.0:jmmv3-117/+112
libgnomeui 2.16.0 ------------------ * Lots of fixes for the async file chooser (Federico, Kris) * Fix some problems with gnome-desktop-item-edir (Vincent) * Win32 portability fixes (Tor) * Build fixes for Solaris (Damien Carberry) * Cleanups etc (Kris, Kjartan) * Updated and new translations libgnomeui 2.15.91 ------------------ * Fixes to GnomeIconList (Matthias Clasen and Li Yuan) * Removed unused function (Kjartan Maraas) libgnomeui 2.15.90 ------------------ * Remove crash dialog libgnomeui 2.15.2 ----------------- * Add missing XUngrabServer() call in gnome-ui-init.c * Remove unneeded atexit() call in gnome-client.c * Set about dialog hooks (Christian Persch) * Loads of new and updated translations. libgnomeui 2.15.1 ----------------- * Merge the async branch of the file chooser (Kris) * Other things
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam1-2/+2
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam1-1/+2
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-04-17Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.wiz2-3/+4
2006-04-17Strip ${PKGLOCALEDIR} from PLISTs of packages that already obeyjlam1-85/+85
PKGLOCALEDIR and which install their locale files directly under ${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now on, pkgsrc/mk/plist/plist-locale.awk will automatically handle transforming the PLIST to refer to the correct locale directory.
2006-04-13BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace withjlam1-4/+2
USE_TOOLS+=msgfmt.
2006-04-12Aligned the last line of the buildlink3.mk files with the first line, sorillig1-2/+2
that they look nicer.
2006-04-11update to 2.14.1drochner3-9/+8
changes: -bugfixes -translation updates
2006-04-06Over 1200 files touched but no revisions bumped :)reed2-7/+7
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-03-31Sync PLIST with reality; missed during the update to 2.14.0.jmmv2-2/+12
Bump PKGREVISION to 1.
2006-03-30Update to 2.14.0:jmmv3-29/+10
libgnomeui 2.14.0 ----------------- * Docs - Update the API docs a lot (Dinoop Tomas) * Updated and new translations: - cs (Petr Tomes), de (Hendrik Brandt), hu (Gabor Kelemen), it (Francesco Marletta), ka (Vladimer Sichinava) nn (Kjartan Maraas), pl (GNOME PL team), ro (Misu Moldavan), sv (Daniel Nylander) libgnomeui 2.13.90 ------------------ * Fix critical warnings in gnome-icon-list (Harry Lu) * Fix permissions on created directories in the file selector (Federico) * Portability improvements in the file chooser (Mark) * Make the authentication dialog thread safe (jylefort at freebsd org) * Remove some redundant strings (Clytie Siddall) * Fix typo in the docs (Behdad) libgnomeui 2.13.3 ----------------- * Don't scale up small images when creating thumbnails (Lucas Rocha) * Fix critical warning and crash in thumbnailer (Alex Larsson) libgnomeui 2.13.2 ----------------- * Sync GOption code with latest libgnome (Christian) libgnomeui 2.13.1 ----------------- * Fix mime type problem with the thumbnailer (Bastien) * Fix a crasher (Felix Riemann) * Fix leaks in the GOption code (Christian Perch) * Thread safety fixes (jylefort at FreeBSD org) * Warning fixes (Kjartan) * Leak fixes in the GOption code (Christian Perch) libgnomeui 2.13.0 ----------------- * Support the icon theme name spec (Dobey) * Remove some stale code in the file selector (Kjartan) * Fix a leak in gnome_entry_save_history() (Paolo Borelli) [ * Fix a GnomeCanvas-CRITICAL warning in gnome-icon-item (Federico) [#323521] * Scale images before doing a thumbnail to avoid eating up all ram on very large images (Victor STINNER) [#307885] * Fix a crash in gnomefileentry (Petr Mladek) [#315549] * Fix a mem leak (Kjartan) * Skip hidden pages in GnomeDruid (Ricardo Fernández Pascual) [#89145] * Remove useless check and warning about (Jens Elkner) [#118532] * Don't use gnome-keyring on Win32 (Tor Lillqvist) * Add support for GOption argument parsing (Pawel Sliwowski, chpe) [#307312] * Focus the first non-empty field in the password dialog (Nate Nielsen) [#318026] * Convert text from the file entry to filename encoding before returning it. Patch from Yydzero <yandong.yao@sun.com>, [#321144] * Translation updates: * Mahay Alam Khan (bn) * Miloslav Trmac (cs) * Marie Lund (da) * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Ignacio Casal Quinteiro (gl) * Reinout van Schouwen (nl) * Marcel Telka (sk) * Christian Rose (sv) * Theppitak Karoonboonyanan (th) * Albert Fazlí (tt) * Funda Wang (zh_CN)
2006-03-06Belatedly bump PKGREVISION for all libtasn1 dependencies, sincewiz2-3/+4
libtasn1 had a shlib major bump. Also update dependencies in bl3.mk files. Addresses PR 32998 by Robert Elz.
2006-02-08Use _NSGetEnviron() instead of environ on Darwin. Should fix PRminskim2-1/+21
pkg/31913. Reported in GNOME Bugzilla #330350.
2006-02-08Remove an unused patch.minskim1-11/+0
2006-02-07update to 2.12.1drochner3-9/+8
changes: -Bug fixes -Updated translations
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg2-4/+4
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz2-4/+4
of the shlib major bump. PKGREVISION++ for the dependencies.
2005-12-31Recursive PKGREVISION bump for gnutls shlib major bump.wiz2-3/+4
Bump BUILDLINK_RECOMMENDED.
2005-10-10Update to 2.12.0:jmmv4-14/+16
libgnomeui 2.12.0 ----------------- What's new since 2.11.4 Bug fixes: - API doc updates (Kjartan) - Fix a compiler warning that broke compilation on AIX - Add gnome-keyring to Requires in the pkg-config file - Include developer docs in the devel zip file for Win32 (Tor) Updated translations: - Basque, Galician, Indonesian, Korean, Kurkish, Russian, Turkish. libgnomeui 2.11.4 ----------------- What's new since 2.11.3 Bug fixes: - Fix a bad crasher in the file selector (Matthias) http://bugzilla.gnome.org/show_bug.cgi?id=314586 Translations: - Estonian, French, Vietnamese libgnomeui 2.11.3 ----------------- What's new since 2.11.2 Bug fixes: - Don't crash on trash:/// bookmarks (Matthias) - Fix build in gnome-ui-init.h libgnomeui 2.11.2 ----------------- What's new since 2.11.1 Features: - Add support for .desktop file links in the file chooser (Federico) Bug fixes: - Make buttons work as accessible children of GnomeDruid (Padraig) - Add a window icon for the segv dialog (Jaap) Translations: - Everyone :-) libgnomeui 2.11.1 ----------------- What's new since 2.10.x Features: - Port to Win32 (Tor Lillquist) - Implement bookmark renaming in the file chooser (Matthias Clasen) Bug fixes: - Make the file chooser work better with AFS (Federico Mena Quintero) - Fix crash when escaping the password dialog (Martin Wehner, Balamurali V.) - Fix crash when opening the panel properties dialog (Vincent Vuntz) - Fix for possible wrong activation URI when drive is mounted from the file chooser (David Zeuthen) - Fix icon entry button to not clip the label incorrectly - Make it possible to select a folder in the file entry in the icon entry. (Christian Neumair) - Make sure to use UTF-8 locales in the file chooser for apps that don't use libgnomeui directly such as Firefox (Frederic Crozat) - HIGify the password dialog (Michael Terry) - HIGify the games menu entries (Dennis Cranston) - Code cleanup and leak fixes (Kjartan, Matthias) - Build fixes (Kjartan, Hans Petter Jansson, Lazslo Peter) - Fix GCC warnings (Kjartan) Translations: - Updated Bulgarian (bg), Canadian English (en_CA), Czech (cs), Danish (da), Greek (el), Estonian (et), Norwegian bokmål (nb), Dutch (nl), Kinyarwanda (rw), Slovak (sk), Thai (th), Simplified Chinese (zh_CN), Traditional Chinese (zh_TW)
2005-09-28Removed trailing white-space.rillig1-2/+2
2005-08-10Remove the abuse of buildlink that was pkg-config/buildlink3.mk. Thatjlam1-3/+2
file's sole purpose was to provide a dependency on pkg-config and set some environment variables. Instead, turn pkg-config into a "tool" in the tools framework, where the pkg-config wrapper automatically adds PKG_CONFIG_LIBDIR to the environment before invoking the real pkg-config. For all package Makefiles that included pkg-config/buildlink3.mk, remove that inclusion and replace it with USE_TOOLS+=pkg-config.
2005-07-27update to 2.10.1drochner3-23/+6
changes: -bugfixes -translation updates
2005-07-21Change path from devel/pkgconfig to devel/pkg-config.wiz1-2/+2
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-07-16Get rid of USE_PERL5. The new way to express needing the Perl executablejlam1-3/+2
around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable.
2005-06-01Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.jlam1-2/+1
Several changes are involved since they are all interrelated. These changes affect about 1000 files. The first major change is rewriting bsd.builtin.mk as well as all of the builtin.mk files to follow the new example in bsd.builtin.mk. The loop to include all of the builtin.mk files needed by the package is moved from bsd.builtin.mk and into bsd.buildlink3.mk. bsd.builtin.mk is now included by each of the individual builtin.mk files and provides some common logic for all of the builtin.mk files. Currently, this includes the computation for whether the native or pkgsrc version of the package is preferred. This causes USE_BUILTIN.* to be correctly set when one builtin.mk file includes another. The second major change is teach the builtin.mk files to consider files under ${LOCALBASE} to be from pkgsrc-controlled packages. Most of the builtin.mk files test for the presence of built-in software by checking for the existence of certain files, e.g. <pthread.h>, and we now assume that if that file is under ${LOCALBASE}, then it must be from pkgsrc. This modification is a nod toward LOCALBASE=/usr. The exceptions to this new check are the X11 distribution packages, which are handled specially as noted below. The third major change is providing builtin.mk and version.mk files for each of the X11 distribution packages in pkgsrc. The builtin.mk file can detect whether the native X11 distribution is the same as the one provided by pkgsrc, and the version.mk file computes the version of the X11 distribution package, whether it's built-in or not. The fourth major change is that the buildlink3.mk files for X11 packages that install parts which are part of X11 distribution packages, e.g. Xpm, Xcursor, etc., now use imake to query the X11 distribution for whether the software is already provided by the X11 distribution. This is more accurate than grepping for a symbol name in the imake config files. Using imake required sprinkling various builtin-imake.mk helper files into pkgsrc directories. These files are used as input to imake since imake can't use stdin for that purpose. The fifth major change is in how packages note that they use X11. Instead of setting USE_X11, package Makefiles should now include x11.buildlink3.mk instead. This causes the X11 package buildlink3 and builtin logic to be executed at the correct place for buildlink3.mk and builtin.mk files that previously set USE_X11, and fixes packages that relied on buildlink3.mk files to implicitly note that X11 is needed. Package buildlink3.mk should also include x11.buildlink3.mk when linking against the package libraries requires also linking against the X11 libraries. Where it was obvious, redundant inclusions of x11.buildlink3.mk have been removed.