summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2002-09-13Use the "Official Pthreads Replacement" in kdenetwork2.skrll1-2/+2
Bump PKGREVISION and depend on it.
2002-09-12Fix build problem under NetBSD-current.tron2-7/+17
2002-09-12Add and enable gtk2-enginesrh1-1/+2
2002-09-12Initial import of gtk-engines-1.9.0, a set of theme engines for gtk2.rh4-0/+54
Provided by Julio Merino <jmmv@hispabsd.org> in pkg/18206, with some minor fixes by me.
2002-09-11Unused.wiz1-60/+0
2002-09-11Unused.wiz1-52/+0
2002-09-11Update to 1.2.2. Convert to buildlink2.wiz6-99/+81
Changes: Release 1.2.2 * Gnome::UI::Help fixed: This should be added to the Help menu to automatically add items from the topics.dat file. (Murray Cumming) * gnome-hello example: The About box is now closed and deleted when [Close] is clicked (Murray Cumming) Release 1.2.1 * App::create_toolbars fixed to use member UI::Array. This allows access to the widgets, as well as properly managing memory for the UI Items. - menu example modified to demonstrate disabling of menu item widgets. (Murray Cumming) * configure.in: Don't add -I$prefix/include to GNOMEMM_INCLUDEDIR if $prefix=/usr. -I/usr/include should never be used because it overrides the order of gcc's implicit include path. gtkmm-config.in has been corrected too. (Daniel Elstner) * Dialog, MessageBox, PropertyBox: Added extra documentation so people know that these are not self-destructed when run() or run_and_close() returns. (Murray Cumming) Release 1.2.0 * Canvas example: Added example.png to test CanvasImage. Items are now deleted in the destructor. (Murray Cumming) * Reference Documentation: Location of perl not hardcoded. (Cedric Gustin) * Some gcc 3.0 std namespace fixes. (Claudio Bley) Release 1.1.21 * CanvasText: set_font(const GdkFont&) conversion fixed and set_font(const string&) added. (Murray Cumming) * CanvasItem: event signal marshalled again. We lost this fix sometime after 1.1.17. (Gergõ Érdi) * Uncommented the CanvasHelper::anchor property, adding the necessary gtkpacker.h #include. (Murray Cumming) * Fixed CanvasHelpers::font for Gdk_Font input and added a string constructor. (Murray Cumming) * Added CanvasText::set_fontset(). (Murray Cumming) Release 1.1.20 Unofficial, with some 1.1.21 changes.
2002-09-11Add a missing dir.wiz2-2/+4
2002-09-11Depend on latest gtk-- version, and bump PKGREVISION for itwiz3-6/+6
[major bump in gtk--].
2002-09-11Update to 1.2.10, provided by Adam Ciarcinski.wiz8-39/+38
Changes: 1.2.10: * Gtk::Editable: removed default arg values from implementation, as suggested by Otmar Struwe. This allows it to build with gcc 3.1 1.2.9: * Gtk::SArray_Helpers::Traits<T>: Added specializations for 'const T*', 'T *const', 'const T *const' and 'const T[N]', so that the inofficial RedHat GCC 2.96 chooses the correct one. Release: Gtk-- 1.2.8 * CList_Helpers::Row::Row() implemented, not just declared. (Murray Cumming) * FontSelection::get_font_name(): Prevent crash when GTK+ returns 0. (Joe Yandle) * Fixed memory leak in Gtk::Editable::get_chars() (Gergo) * Gtk::Widget::get_toplevel is more cautious if the return value is not a Gtk::Window* (Gergo) Release: Gtk-- 1.2.7 * Minor gtkmmproc install fix. (Grumegargler) * Lots of reference documentation text added, based on the GTK+ reference documentation. (Jason M'Sadoques) * gtkmm-config does not give -I/usr/include, which should be implicit if necessary, and which overrides the implicit gcc replacement system headers if used. Apparently this is useful for gcc 3.0, and is what gtk+ does.(Daniel Elstner) Release: Gtk-- 1.2.6 Skipped. Release: Gtk-- 1.2.5 * Fixes for code generator. * Fixes for RedHat 7.0 configure bug. * Numerous patches to clean up code and improve appearance. * Added SpinButton::update() (Augustin Ferrin Pozuelo) * Menushell namespace fixes (jaycox) * Fixes for gtk--.m4 (srittau) * Major CTree fixes * CTree::selection() fixed. (Murray Cumming) * Added CTree::{Row,Column}::moveto() * Fix for CTree::RowList::end() (Daniel Elstner) * Documentation fixes (Falk Hueffner) * TreeItem patch (Joe Yandle) Converted to buildlink2 by me.
2002-09-11Stop this package from findind "pkg-config" and trying to use librariestron1-1/+2
which it shouldn't use. An installed "glib2" package might otherwise cause build failures.
2002-09-11Add missing doublequote. pkg/18263 by Julien Letessier.wiz1-2/+2
2002-09-11Depend on latest kdepim, and bump PKGREVISION.wiz2-5/+6
2002-09-10Since the major of libiconv was increased during the update to 1.8,wiz17-33/+35
bump dependency to latest libiconv version; recursively also bump all dependencies of packages depending on libiconv. Requested by fredb.
2002-09-08For this to work nicely on Linux, we need to:jschauma3-6/+12
- add -lapm to LDFLAGS (which was removed during patching) - ifdef our own net_apm.cc (created during patching) - change ONLY_FOR_PLATFORMS from ... Linux-*-i[3-6]86 to ... Linux-*-* (all Linuxen should have include/apm.h)
2002-09-07We use i386/apmvar.h; other architectures will require modificationjschauma1-1/+7
of the patches, probably something like ${MACHINE_ARCH}/apmvar.h in patch-ak . I dont' have access to other ports, so for now: ONLY_FOR_PLATFORM= NetBSD-*-i386 Linux-*-i[3-6]86
2002-09-07add and enable bbapmjschauma1-1/+2
2002-09-07Initial import of x11/bbapm into pkgsrc.jschauma18-0/+560
bapm is an APM meter for Blackbox, which shows the battery status of your laptop in a decorated window, simulating the look of the Blackbox toolbar. bbapm is based on bbsload. This package is based on the FreeBSD port and the OpenBSD patches posted to http://bbtools.windsofstorm.net written by Michael Henson (mike at axl dot net). Various changes by yours truly.
2002-09-07Unlike gtk1, the default prefix for gtk2 is LOCALBASE not X11PREFIX.rh1-2/+2
2002-09-06gtk2-2.0.6 depends on glib2>=2.0.6rh1-1/+3
2002-09-04Revert last change after buildlink2 problem was fixed by Johnny C. Lam.tron1-1/+2
2002-09-02Backout last change because it causes build failures.tron1-2/+1
2002-09-01Install locale files into correct directory under Solaris.tron2-7/+9
2002-09-01Distfiles aren't available any longer on the KDE ftp site, so let'shubertf2-7/+4
archive them at ${MASTER_SITE_LOCAL}/kde1
2002-08-31Convert to buildlink2.wiz2-5/+6
2002-08-29Define commonly-used location for tkConfig.sh as TKCONFIG_SH.jlam1-1/+3
2002-08-29Two dirrm -> unexec ${RMDIR}, because gtk1 also writes a file there.wiz1-5/+5
true -> ${TRUE}
2002-08-29Fix distinfo botch.skrll1-2/+2
2002-08-29Update to 3.05 by fixing the DEPENDS lines :)wiz1-4/+3
2002-08-29buildlink1 -> buildlink2jlam2-27/+11
2002-08-29buildlink1 -> buildlink2jlam3-85/+13
2002-08-28buildlink1 -> buildlink2jlam1-6/+6
2002-08-28Add a buildlink2.mk file based on the existing buildlink.mk.jlam1-0/+22
2002-08-28Update to 3.0.3 as well.skrll2-5/+5
2002-08-28Don't mix buildlink1 and buildlink2...skrll1-2/+2
2002-08-28Avoid creating a .qt directory in the users home directory.skrll1-1/+5
2002-08-28Update to KDE 3.0.3.skrll12-150/+78
While I'm here do the a.out dance for kuickshow and a couple of other minor clean ups. Changes are: kdelibs kprocess / kprocctrl: fix problem with hanging kdevelop. Javascript (core): more robust stack overflow check Javascript (html): allow to set a JS (non-CSS) property to a style object Javascript (html): improved result of navigator.platform using uname() Javascript (html): more aggressive garbage collection on clear, fixing many crashes Javascript (html): global object (window) has a correct object prototype now khtml: several crashes and bugs fixed kssl: Always verify the basic constraints on certificates (SECURITY) kdefx: Make the blending routine used by transparent menus work properly on big-endian platforms kdeui: Fix KDialog::setPlainCaption() kdebase Build fixes for IRIX / MipsPro (kcontrol, konqueror, konsole). Kicker: Quick browser escapes ampersand characters in file names. Konsole: Don't prepend ESC if Meta is pressed if key definition is for "+Alt". Konsole: Fixed crashes at startup related to broken font installations. Konsole: Fixed crashes when selecting in history buffer. krdb: Smarter handling of multiple and symlinked KDE and Qt installs when exporting plugin path to Qt. kdenetwork KMail: allow an ampersand as last char of an URL. KMail: Don't crash when custom drafts or sent-mail folders have been deleted or renamed. KMail: Fix auto charset detection for empty strings. KMail/KNode: Correctly handle quotes in user ids of OpenPGP keys. KMail: Make custom (global) Bcc headers work correctly with encryption and distribution list expansion. kdepim KAlarm: Fix session restoration often not occurring at login. KAlarm: Adjust wrong summer times stored by KDE 3.0.0 version of KAlarm. KAlarm: Make Close button on message window not the default button to reduce chance of accidental acknowledgement. KAlarm: Make Help button in configuration dialog display KAlarm handbook. KNotes: Compile fix for Qt 3.0.5 KOrganizer: Fixed context menu of todo list/view and event list which disappeared when using Qt 3.0.5
2002-08-27Update xlockmore to 5.05. Changes:hubertf2-5/+5
Allow -erasemode to handle more complicated requests like -erasemode all-circle_wipe, code converted from random.c swarm unbroken (broken by me from 5.03) thanks to Gunther Nikl <gni@gecko.de>. Changed some defaults and bee acceleration. Xlock.ad iconfig changes for sound thanks to James B. Hiller <jhiller@visi.net>. petri mode ported from xscreensaver thanks to Jouk Jansen. -mono (well it may be important if you run out of colours). + Also a few more checks, fixes, refresh, etc. Purify fixes by Tom Schmidt. polyominoes a longer delay when it found a solution. + Updated since beta
2002-08-27Missed in the previous commit. Thanks Dan.skrll1-2/+2
2002-08-27Update to 3.0.5.skrll10-35/+83
Qt 3.0.5 is a bugfix release. It maintains both forward and backward compatibility (source and binary) with Qt 3.0.4. To avoid problems with loading plugins which link against different Qt libraries, the semantics of plugin loading has been changed. While I'm here add the PTHREAD_OPTS+=require thing to the buildlink files. TODO: check qt3-{tools,docs} wrt buildlink2.
2002-08-26Allow the common Makefile to be shared between xscreensaver, which usesjlam1-1/+15
buildlink2, and xscreensaver-gnome, which uses buildlink1.
2002-08-26Fix problem in buildlink2 merge where the wrong buildlink file was used.jlam1-2/+2
2002-08-26Use buildlink2.jlam1-2/+3
2002-08-25Merge packages from the buildlink2 branch back into the main trunk thatjlam70-344/+233
have been converted to USE_BUILDLINK2.
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam249-229/+823
buildlink2.mk files back into the main trunk.
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam60-204/+575
buildlink2.mk files back into the main trunk. This provides sufficient buildlink2 infrastructure to start merging other packages from the buildlink2 branch that have already been converted to use the buildlink2 framework.
2002-08-24update to gtk2-2.0.6. This is a bug fix release. Notable changes are:dmcmahill3-15/+16
* GtkTreeView bug fixes [Jonathan Blandford, Kristian Rietveld, Josh Green, Matthias Clasen] * Fix problem with keynav and insensitive menu items [Owen Taylor] * Fix pixbuf_from_drawable() for LSB -> MSB [Federico Mena Quintero] * Use GTK2_RC_FILES envvar instead of GTK_RC_FILES [Owen] * Focus check/radio buttons when activating with a mnemonic [Padraig O'Briain] * Cycle between multiple menubars with F10, not control-tab [Calum Benson, Padraig] * Misc bug fixes [Jacob Berkman, Matthias Clasen, Manuel Op de Coul, Bill Haneman, Norihiro UMEDA, Shivaram Upadhyayula, Yao Zhang] * Build fixes for cross-compiling and portability [Arnaud Charlet, . Ali Harlow] * Updated translations (bg,ca,da,fr,ja,ko,lv,no,pl,ru,sk,sv,vi)
2002-08-23Sort.skrll1-2/+2
2002-08-22Updated xpmroot to 2.4.9 (to match the current fvwm2 version). There aremartti2-5/+5
no changes in the xpmroot code...
2002-08-22grr, files missed in last commit.grant3-13/+19
Update to xfstt-1.3. Significant changes since 1.2: * Fixed unix socket and its dir permissions * Added full path to unix socket address and use sockaddr_un instead * Added support for --notcp * Removed hard coded limits on path length (needed by the Hurd) Significant changes since 1.1: * Fixes bug that broke xfstt when using unix * domain sockets under linux 2.4 * Fixed bug in realloc() use. * Added Patch for Boxdrawing glyphs * New Encodings: iso8859_11 (latin/Thai) and koi8_u * Now compiles properly under newer versions of gcc