summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2005-01-18update to 1.1.90drochner3-7/+14
changes: * Current line highlighting * New languages specs for TCL, Nemerle, VHDL, sh, .ini, gtkrc. * Support for Undo key in Sun keyboards * Bug fixes and updated translations.
2005-01-18It looks like Interix wants function names to be prefixed with __ insteadjmmv5-1/+57
of a single _. So extend existing conditionals for Cygwin and MinGW to also support Interix, hoping that this will fix the build problems shown in tv@'s bulk build.
2005-01-18Use @unexec ${RMDIR} as both xfce4-mcs-manager and xfce4-appfinder installmartti1-4/+4
files in share/xfce4/doc/C/images but they don't depend on each other in any way. This should fix "unable to remove" errors during uninstall.
2005-01-17Include pthread.buildlink3.mk.kristerw1-1/+2
2005-01-17XLOCK_LIGHT is now completely deprecated... users should have figured outjlam1-19/+1
to install xlockmore-lite by now.
2005-01-17Updated xfce4-taskbar-plugin to 0.2.2martti3-10/+7
* Bug fixes
2005-01-17Removed xfce4-menueditor and xfce4-themesmartti1-3/+1
2005-01-17Updated XFce to 4.2.0martti54-573/+465
Too many changes to list here, please read the Changelog from www.xfce.org (http://www.xfce.org/release_notes/4.2.0_changelog.html)
2005-01-17Added xfce4-sessionmartti1-1/+2
2005-01-17Session manager for XFce4.martti5-0/+123
2005-01-17Placate pkglint: use tabs instead of spaces.seb1-2/+2
2005-01-16If we have UTMPPID or not is unrelated to pty names. Remove wrong test.christos3-3/+29
2005-01-15Add some more libs for OpenBSD, reported by Lasse Kliemann on tech-pkg@.xtraeme1-1/+9
2005-01-15Reset maintainer to tech-pkg@; Benedikt Meurer cannot handle these any more.jmmv1-2/+2
2005-01-14Create a pam.buildlink3.mk file that is used by PAM-using packages.jlam1-2/+2
It includes the correct buildlink3.mk file from either Linux-PAM (security/PAM) or OpenPAM (security/openpam) and eventually will support solaris-pam. pam.buildlink3.mk will: * set PAMBASE to the base directory of the PAM files; * set PAM_TYPE to the PAM implementation used. There are two variables that can be used to tweak the selection of the PAM implementation: PAM_DEFAULT is a user-settable variable whose value is the default PAM implementation to use. PAM_ACCEPTED is a package-settable list of PAM implementations that may be used by the package. Modify most packages that include PAM/buildlink3.mk to include pam.buildlink3.mk instead.
2005-01-13Fix multiple useless C99isms. Should fix the build with GCC 2.95.jmmv5-3/+54
Spotted by latest NetBSD 1.6.2/i386 kristerw@'s bulk build. While here, commit an update that has been laying here for a while. This should depend on the latest gtk2 to avoid a deadlock when using SVG themes. So bump PKGREVISION to 1.
2005-01-13Add some more missing libs, required by xorg-clients. Reported byxtraeme1-1/+3
Lasse Kliemann on tech-pkg@.
2005-01-13Fix PLIST for OpenBSD, reported by Lasse Kliemann on tech-pkg@.xtraeme2-39/+37
Bump PKGREVISION.
2005-01-12This is for PR #28948 from Todd Willey so DragonFly.cfreed2-2/+3
should set CompessManPages to NO (as the default). Also bump PKGREVISION. (Maybe packages depending on this and on DragonFly should bump their depends.)
2005-01-12Added xvidcap-gtk2.reed1-1/+2
2005-01-12Import of xvidcap-gtk2 package. Previously GTK2 support for xvidcapreed8-0/+114
was done by setting make variable XVIDCAP_GTK2_GUI=YES and building x11/xvidcap. This uses new x11/xvidcap/Makefile.common. It doesn't share patches directory because some are different. The developer told me that later the gtk2 will be extended to add GNOME bloat, so this may become xvidcap-gnome later. The DESCRiption: gvidcap is a tool (like Lotus ScreenCam and Camtasia) that captures movement on a selected area of an X11 screen to files. Frame output formats include: XWD, PPM, PNG, MNG, JPEG and MPEG. This is the GTK2 version of xvidcap.
2005-01-12Split up Makefile into a Makefile.common so it can be reusedreed4-36/+27
for a xvidcap-gtk2 package. Remove the XVIDCAP_GTK2_GUI usage. Add note to DESCRiption to clarify the version of this xvidcap.
2005-01-12Add the package revision to "DISTNAME" is plain wrong. Set "PKGREVISION"tron1-2/+3
instead.
2005-01-12Remove another XDG-specific hardcoded path. Bump PKGREVISION to 1.jmmv3-2/+19
2005-01-11remove bogus VPATH line from the pkg's Makefile.hubertf3-3/+17
This bug is was not discovered so far due to a bug in GNU make. On NetBSD, it happens only under certain conditions (/install present), see PR pkg/28934 for more information. This commit is a stopgag, I'm still discussing with the xlockmore author what the right fix is.
2005-01-11Changes 0.9.3:adam6-35/+31
- All new theme format. - 3-state image support. - Pixmapped scrollbars and popup menus. - Action bindings. - IPC interface to Eterm and Enlightenment. - Auto mode for automatic syncing with Enlightenment themes.
2005-01-11Depend on the latest glib2 and gnome-vfs2 which have sane paths built in.jmmv3-28/+30
Avoid the need to mess with the environment WRT the XDG_{CONFIG,DATA}_DIRS variables. While here, fix installation of this package (missing files), caused by a change recently made to libgnomeui (-lSM is not a direct dependency any more). Bump PKGREVISION to 2.
2005-01-10Only install gvidcap.1 when built with GTK2 support.reed4-5/+25
(It is the identical file, so use symlink.) Bump PKGREVISION. I will be splitting this up to add a new package: xvidcap-gtk2.
2005-01-09Update to 2.6.1:jmmv5-47/+34
* GtkFileChooser - Fix some possible threading deadlocks [Matthias Clasen] - Don't return errors from the private GTK_FILE_SYSTEM_ERROR domain [Murray Cumming] - Fix some crashes with unreadable directories [Federico Mena Quintero] - Add an "Open Location" item to the context menu [Federico] * GtkTreeView - Make sorting work again in list stores [Marcin Krzyzanowski] - Restrict column reordering to button 1 [Jonathan Blandford] * GtkComboBox - Make the button prelight [Ricardo Veguilla] - Fix state propagation [Carlos Garnacho Parro] * GtkMessageDialog - Don't show secondary label until it is set [Christian Persch] * GtkMenu - Make items activate immediately on button release [Søren Sandmann] - Submenus inherit their cascading direction [Matthias] * gdk-pixbuf - Fix a possible threading deadlock when loading animations [Callum McKenzie] - Make Hyper interpolation work again [Dennis Nezic] * Win32 - Improve handling of UNC paths [Tor Lillqvist] - Show the correct Desktop folder in the file chooser [Tor] - Bug fixes [Tor] * Bug fixes [Torsten Schoenfeld, Morten Welinder, Marcin, Seth Nickell, Jonathan, Owen Taylor, Søren, Iñigo Serna, John Finlay, Zeeshan Ali, Robert Ögren, Billy Biggs, Brian Tarricone, Tor, Christian, Tristan Van Berkom, Elijah Newren, Federico, James M. Cape, Matthias, Arnaud Charlet] * Documentation improvements [Masao Mutoh, Torsten, Billy, Alessio Dessi, David Bourguignon, Tommi Komulainen, Dave Bordoley, Robert Ancell, Kentaro Fukuchi, Matthias, Christian Biere, Jonathan, Tommi, Stefan Kost] * New and improved translations (cs,cy,da,de,en_CA,es,ja,lt,nl,sq,sv,zh_CN)
2005-01-07Mention that one needs NetBSD 2.0 X11 sources now that XFree86 3.3.6tron1-4/+4
has been EOLed.
2005-01-07Added patch for Xorg Bug #1488: Fix crash on i830 during startup.reed3-3/+20
Bump PKGREVISION for xorg-server package. This was reported by dheeraj of ece gatech edu via PR #28877.
2005-01-05These packages all work with the latest version of Python.darcy1-2/+2
2005-01-05Changes 0.94.0:adam2-5/+5
* XPM security fixes * memory leak fixes * other fixes
2005-01-05The FTP kioslave can be misused to execute any ftp command on themarkd3-3/+23
server or be a vector for sending out unsolicited email. http://www.kde.org/info/security/advisory-20050101-1.txt Bump PKGREVISION.
2005-01-05patch from KDE_3_3_BRANCH to stop SIGBUS on Solaris during URLmarkd3-11/+27
completion. Bump PKGREVISION.
2005-01-05Builds OK with latest version of Python.darcy3-6/+6
2005-01-05Changes 8.4.9:adam2-6/+6
* Fixed segfault in info vars trivial matching branch (new in 8.4.8) * Fixed the treatment of backslashes in file join on Windows * Improved readdir_r detection and usage on unix * Fixed potential unix fileevent issue on 64-bit systems * Remove file normalize on tcl_findLibrary search path uniqification added in 8.4.8 * Ensure tilde paths are not returned specially by 'glob' * Fixed clipping of partially transparent images on buttons on unix to avoid X error * Fix Tk_PhotoPut(Zoomed)Block overlay compositing of partially transparent areas on blank targets
2005-01-04Avoid a nested mutex lock that was causing misterious application crashesjmmv3-3/+35
when using the SVG loader. Bump PKGREVISION to 2. Problem seen in vino when using the Nuvola theme (vino-preferences refuses to start with a SIGABRT and a libpthread assertion is triggered).
2005-01-03Bump PKGREVISION (this got lost in my last commit).augustss1-2/+2
2005-01-03Implement descent calculation in GetTextExtent. From 2.5.3.augustss3-1/+33
2005-01-03Bump PKGREVISION because of curl dependency bump.wiz1-2/+2
2005-01-03Remove KDE2 packages (and their dependencies) as proposed on tech-pkg.wiz213-18393/+1
2004-12-29remove BUILDLINK_DEPENDS for Python 2.2recht1-2/+1
2004-12-29remove 2.2 from the list of accepted Python versionsrecht1-3/+2
2004-12-29update to 2.6.2recht3-12/+17
What's new since 2.0.3: * bonobo - New class UnknownBaseImpl, to allow python CORBA implementations to be used where a bonobo.Object is expected (eg. bonobo.Object.add_interface) (Gustavo) - Remove bonobo_ prefixes from all bonobo functions that still have one (Gustav o) - New function bonobo.stream_client_read (Gustavo) - New bonobo.Application API in libbonobo 2.6. * gnome.vfs - New module gnome.vfs.async, for asynchronous GnomeVFS operations (I?<83>±aki ) - Add setters for gnome.vfs.FileInfo (Gustavo) - Add function gnome.vfs.set_file_info (Gustavo) * gnome.ui - New gnome_thumbnail_* wrappers (Gustavo) * gnome - Support popt options in gnome.program_init (Rubens, Gustavo) - Support some string construct-only properties in gnome.program_init (Gustavo) - Reset LC_NUMERIC to C after gnome.program_init (Gustavo) - New type wrapper for GnomeModuleInfo, add functions to retrieve all the GnomeModuleInfo's (Rubens) - Support the 'module_info' parameter in gnome.program_init (Rubens) * gtkhtml2 - Add function html_selection_get_text (Juri Pakaste) * gnome.nautilus - Follow changes in open_location_* API in nautilus 2.6 (Gustavo) * misc - zvt module removed, in favour of external vte python bindings (James) Overview of Changes from gnome-python 2.5.90 to gnome-python 2.6.0 =================================================================== * bonobo - bonobo.AppClient is only a GObject, not a BonoboObject (Gustavo) - bonobo.event_source_client_add_listener now returns the new listener, to allow future disconnection (Gustavo) - Remove CORBA exceptions from all bonobo callbacks (Gustavo) - Fix a bug in bonobo.generic_factory_main (Gustavo) * gnomeprint - Add new pango/gnomeprint integration API if libgnomeprint 2.8 is installed (Gustavo) * vfs - Add missing bytes_requested parameter to read/write callbacks of async operations (Gustavo) - Raise exception when trying to subclass vfs types (Gustavo, James) * applet - Workaround problem in PanelApplet constructor (Gustavo) - Fix initialization of bonobo (Gustavo) * general - Mixed 32/64 bit architecture installation fixes (Jonathan Blandford) - Add gnome_python_version variable to the gnome module (Gustavo) - Resolve all known compiler warnings (Gustavo) Overview of Changes from gnome-python 2.6.0 to gnome-python 2.6.1 ================================================================= * gnome.vfs - 64 bit fixes in async operations (Benoît Dejean) - Better parameter handling in vfs_read (Benoît Dejean) * gnome.canvas - Allow subclassing without __gobject_init__ (Gustavo) * gtkhtml2 - Workaround gtkhtml2 initialization bug (Jonathan Blandford) * general - Include a couple of missing bonobo examples in the tarball (N. V. Shmyrev) - Add runtime check for required pygtk version (Gustavo) Overview of Changes from gnome-python 2.6.1 to gnome-python 2.6.2 ================================================================= * gnome.vfs - Fix blocking of threads when calling read_entire_file() and bunch of others; - gnome.vfs.xfer_* fixes.
2004-12-29remove 2.2 from the list of accepted Python versionsrecht1-2/+2
2004-12-29update to 2.4.1recht2-8/+7
What's new since 2.2.0 Wrapping for new objects in Gtk+ 2.4.0: GtkFileChooser, GtkUIManager (and action/toolbar api), GtkTreeModelFilter, GtkComboBox, GtkCellLayout. Examples for a few of them can be found in the tarball. Enum and Flags wrapping, with nice string representations Better constructor integrations. Python 2.3 requirement. Threading improvements, which are currently disabled until we can depend on Python 2.3.5 (unreleased) or 2.4 Plenty of bug fixes. pygtk-2.4.1 04-november-2004 - Bug fixes (Johan, Gustavo, John Finlay) - Allow the headers to be parsable by a C++ compiler - Updated examples (Johan, John)
2004-12-28Bump PKGREVISIONs due to libtiff update.reed30-56/+60
Some BUILDLINK_RECOMMENDED bumps done also. (If I missed any, please let me know -- and let me know a good way to automate this.)
2004-12-28Update to 0.8.0. While here, let this coexist with gtk2-engines>=2.6.0.jmmv4-43/+97
2004-08-31 Christian Schaller <Uraeus@gnome.org> * configure.in: Update version to 0.8 2004-08-11 Adam Weinberger <adamw@gnome.org> * configure.in: Added en_CA to ALL_LINGUAS. 2004-07-28 Gustavo Maciel Dias Vieira <gustavo@sagui.org> * configure.in: Added pt_BR to ALL_LINGUAS. 2004-06-18 Jakub Steiner <jimmac@ximian.com> * gnome-fs-directory-visiting: the open folder state 2004-06-17 Christian Schaller <christian@fluendo.com> * Added python mimetype icon to Lush from Nicolas Évrard 2004-06-10 Jakub Steiner <jimmac@ximian.com> * gnome-fs-executable -> gnome-mime-x-application-executable: symlinking accross directories seems to be a pain. However symlinking to nonexistant files hardly the solution ;) 2004-06-10 Jakub Steiner <jimmac@ximian.com> * Gorilla/icons/scalable/filesystems/Makefile.am: fix makefile after Christian ;) 2004-06-10 Jakub Steiner <jimmac@ximian.com> * my-computer.svg: remove the duplicate 2004-06-09 Christian Schaller <christian@fluendo.com> * fix emblem placements * fix makefiles after Jakub :) * Add gnome-fs-client to Gorilla 2004-06-09 Jakub Steiner <jimmac@ximian.com> * stock_dialog_warning.svg: Do not embed font. Fixes bug #140719 2004-06-09 Jakub Steiner <jimmac@ximian.com> * (Gorilla) .. devices/*: proper scaling 2004-06-09 Jakub Steiner <jimmac@ximian.com> * (Gorilla) .. devices/gnome-fs-floppy.svg: 3D should suit it 2004-06-09 Jakub Steiner <jimmac@ximian.com> * (Gorilla) .. apps/Makefile.am: * (Gorilla) .. filesystems/Makefile.am: * (Gorilla) .. mimetypes/Makefile.am: symlink fixes 2004-06-08 Jakub Steiner <jimmac@ximian.com> * my-computer.svg * gnome-terminal.svg: scale fixups * accessibility-directory.svg * gnome-games.svg: new panel icons 2004-05-05 Christian Schaller <Uraeus@gnome.org> * Fixing small issues in Nuvola * Adding OpenOffice icons to Nuvola apps directory * Give printermanager a Nuvola icon * Add sodipodi/inkscape icon to theme * Fixed translations 2004-05-03 Christian Schaller <Uraeus@gnome.org> * Tons of bugfixes from Josselin Mouette <joss@debian.org> * Firefox icon from Tobias Jakobs * Suse symlinks from James Ogley * Disable translations, they currently break the build
2004-12-28Conflict with gnome-themes-extras<0.8.jmmv1-1/+2