summaryrefslogtreecommitdiff
path: root/x11/gtk/pkg/PLIST
AgeCommit message (Collapse)AuthorFilesLines
2001-10-31Move pkg/ files into package's toplevel directoryzuntum1-248/+0
2001-04-26Update gtk+ to 1.2.10. Overview of Changes in GTK+ 1.2.10:rh1-3/+4
* Fix focus drawing with no window manager * Fix cut-and-paste with no current event * Fix compilation using --with-xinput=gxi * Fix problem with cut-and-paste and KOI8-R * Fix rare problem with enter events and menus * Fix problem with --with-native-locale and GNU libc-2.1 * Further fixes for using fonts, not fontsets, with non iso-8859-1. * Fix problem with dropping onto internal children, such as CList buttons * Translation updates This package also fixes a bug of gtk+-1.2.10 that messes up focus-follows-pointer with embedded windows (which affects, for example, the control center and various bonobo components in GNOME). Thanks go to Dan Winship <danw@ximian.com>, who provided this patch in private mail.
2001-03-10update to 1.2.9.drochner1-127/+138
Overview of Changes in GTK+ 1.2.9: * Move include files into a gtk-1-2/ subdir to support parallel installation with GTK+-2.0. If you are installing from source on top of a previous version, you should to remove $(includedir)/gdk/ and $(includedir)/gtk/ manually before installing the new version. * Improved submenu navigation. * Other small useability improvements for menus, scrollbars, etc. * Patch enabling themes with better appearance by making some geometry parameters settable. * Changes so that using fonts (as well as fontsets) for non-iso-8859-1 locales will work. * New --with-native-locale configure option for faster string handling on systems with non-broken locale support. * Refuse to initialize GTK+ when setuid (http://www.gtk.org/setuid.html) * Change to make GdkRGB use less SHM segments. * Addition of .pc files * Many bug fixes
2001-02-26Do not hardcode locale directory to "share/locale", use "${PKGLOCALEDIR}"tron1-33/+33
instead.
2001-01-04The way that shared objects were handled in the PLISTs and bsd.pkg.mk wasagc1-1/+5
out of date - it was based on a.out OBJECT_FMT, and added entries in the generated PLISTs to reflect the symlinks that ELF packages uses. It also tried to be clever, and removed and recreated any symbolic links that were created, which has resulted in some fun, especially with packages which use dlopen(3) to load modules. Some recent changes to our ld.so to bring it more into line with other Operating Systems also exposed some cracks. + Modify bsd.pkg.mk and its shared object handling, so that PLISTs now contain the ELF symlinks. + Don't mess about with file system entries when handling shared objects in bsd.pkg.mk, since it's likely that libtool and the BSD *.mk processing will have got it right, and have a much better idea than we do. + Modify PLISTs to contain "ELF symlinks" + On a.out platforms, delete any "ELF symlinks" from the generated PLISTs + On ELF platforms, no extra processing needs to be done in bsd.pkg.mk + Modify print-PLIST target in bsd.pkg.mk to add dummy symlink entries on a.out platforms + Update the documentation in Packages.txt With many thanks to Thomas Klausner for keeping me honest with this.
2000-06-05Replace USE_PKGLIBTOOL by USE_LIBTOOL.wiz1-1/+3
2000-05-26Update gtk+ to 1.2.8. Overview of changes:rh1-3/+10
* GNU Make 3.79 bug workaround * FAQ and tutorial updates and improvements * Miscellaneous bug fixes: CList, Calendar, rc-files, FontSelection
2000-03-12Update "gtk+" package to version 1.2.7. This version fixes numerous bugstron1-3/+5
discovered in version 1.2.6 and includes two new translations.
2000-02-05silence pkglintwiz1-3/+3
1999-10-22Update "gtk+" package to version 1.2.6 included in GNOME 1.0.53 release.tron1-3/+46
1999-08-28Fix shared library version numbers, as pointed out in private mail byrh1-3/+3
Johnny C. Lam, thanks!
1999-08-28Update gtk+ to 1.2.4rh1-4/+17
Overview of Changes in GTK+ 1.2.4: * DnD improvements (drags can be canceled with Esc now). * suppressed configure event reordering in Gdk. * rewrite of Gtk's configure event handling. * major improvements for the object argument system (Elena Devdariani). * major bugfixes for threading, GtkNotebook, GtkItemFactory, GtkCList and GtkCTree. * tutorial/FAQ updates, new file generation.txt on autogenerated sources. * configure's --with-glib= is "officially" unsupported. * upgrade to libtool 1.3.3. * various buglets fixed. Overview of Changes in GTK+ 1.2.3: * Upgrade to libtool 1.3 * Check for dgettext (for systems with old versions of GNU Gettext) * Many bug fixes (see ChangeLog for details)
1999-05-02Update "gtk+" package to version 1.2.2.tron1-3/+3
1999-04-16Update "gtk" package to version 1.2.1 on request by Tim Rightnour.tron1-3/+3
1999-03-05Don't use strange library naming scheme ("libgtk-12.so.0.0") because ittron1-3/+3
will cause all programs to be linked with the static library. The shared library is now called "libgtk.so.12.0".
1999-03-04Update "gtk+" package to release version 1.2.0.tron1-34/+23
1999-01-16The never ending gnome story:tron1-3/+31
Update "gtk+" package to version 1.1.12.
1998-12-18Update "gtk+" package to version 1.1.9.tron1-3/+13
1998-11-21Update "gtk+" package to version 1.1.3 using patches bytron1-11/+14
Frank van der Linden.
1998-10-04Update "gtk+" package to version 1.1.2.tron1-5/+7
1998-08-20Update "gtk+" package to version 1.1.1.tron1-13/+16
1998-07-18- Adapt to use pkg version of libtool instead of its own private copy.tv1-5/+2
- Use INSTALL_{PROGRAM,DATA,SCRIPT} from the pkg system in the makefiles instead of hacking around the INSTALL= breakage in configure. - Change @dirrm share/aclocal to a "try to delete aclocal directory" via @unexec rmdir || true - more than one pkg uses the aclocal dir.
1998-07-15Install "glibconfig.h" in "${PREFIX}/include" so that "gtk+" applicationstron1-4/+2
can find it, fixes PR pkg/5728 by Perry E. Metzger.
1998-07-15Use automatic shared object handlingagc1-3/+1
1998-06-20Fix thinko: even with automatic info file handling "PLIST" executingtron1-1/+7
"install-info" entries are required.
1998-06-20Use automatic info file handling.tron1-7/+1
1998-06-20Update gtk+ to version 1.0.4 using changes supplied by Bernk Sieker.tron1-6/+7
1998-04-14Update to "gtk+-1.0.0" using changes supplied by Bernd Sieker.tron1-18/+32
1998-02-24Fix warning when using "pkg_add".tron1-2/+2
1998-02-13Add a pre-install stage to create an ${X11BASE}/info/dir, if it doesn'tagc1-1/+2
already exist, so that info files will work properly with this package. Pre-process the PLIST file, so that ${LOCALBASE} is expanded properly - this is needed to create the info dir file in ${X11BASE} for binary packages.
1998-02-12Fix installation and deinstallation of the included info documents.tron1-2/+5
1998-02-03Initial import of gtk+-0.99.3 package made by Bernd Sieker.tron1-0/+118