summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2009-01-14Back out what happened in the last days -- the Python extension isdrochner2-61/+47
installed for Python-2.4 as for Python-2.5. If not, there is a different problem.
2009-01-14Update to 2.24.3:wiz3-30/+33
============== Version 2.24.3 ============== - Fixed #563354, gnome-session does not close ICE connection for qt3 apps - Fixed #557634, gnome-session doesn't inspect $XDG_DATA_HOME/applications - Fixed #550726, Apps with an icon not existing in the icon theme displayed with no icon Translations: - Updated sv: Daniel Nylander - Updated de: Hendrik Richter
2009-01-14fix missing and duplicate @dirrmsdrochner1-24/+21
(ride on recent update)
2009-01-14Update to 2.24.3. Remove unneeded dependencies.wiz2-11/+10
============== Version 2.24.3 ============== libgnome-desktop * Minor code cleanup (Vincent)
2009-01-14Update to 2.24.3:wiz2-6/+6
Changes in GNOME-Applets 2.24.3 =============================== CPU Frequency Applet: - Geometry and update fixes backported from 2.25. Translation Updates: bg, et, pt_BR Documentation Translation Updates: sv
2009-01-14Update to 2.24.3:wiz3-7/+10
============== Version 2.24.3 ============== Clock Applet * Add inline documentation to the edit location window (Dan Winship) * Fix crash for custom locations on Solaris (Vincent, Matt Keenan) Translators * Petr Kovar (cs) * Jorge González (es) * Claude Paroz (fr) * Gabor Kelemen (hu) * Leonardo Ferreira Fontenelle (pt_BR) * Daniel Nylander (sv)
2009-01-13Update to 2.24.1:wiz2-6/+6
Zenity 2.24.1 " Giant Steps " * Document --timeout (Luca Bruno) [#565133] * correctly handle --filename on file selection dialog (Gilles Detillieux) [#564552] * Cleanup GLib and GTK+ includes (Pedro Fragoso) [#563855] * Remove deprecated GLib symbols (Frederic Peters) [#560452] * Translator comments (Frederic Peters) [#547202] * New and updated documentation translations - Jorge Gonzalez [es] * New and updated translations - Laurent Dhima [sq] - Ihar Hrachyshka [bg@latin] - Luca Ferretti [it] - Marcel Telka [sk] - Djihed Afifi [ar] - Simos Xenitellis [el]
2009-01-13Update to 1.2.3:wiz2-6/+6
Alan Coopersmith (4): 18748: xtrans.m4 causes configure --help to list --enable-ipv6 in wrong case. Switch ChangeLog generation to use XORG_CHANGELOG from xorg-macros 1.2 Add bugzilla, mailing list & git repo pointers to README Version 1.2.3 Alan Hourihane (1): add winsock check for windows builds
2009-01-13Update to 2.4.2:wiz2-6/+6
News in 2.4.2 ------------- * Backport misc bugfixes from the developement version * Improvements to some of the lang files * Updated translations
2009-01-13Update to 1.0.5:wiz2-6/+6
Changes not documented.
2009-01-12Remove broken gtkdoc-rebase "fix".wiz1-11/+1
2009-01-12Update gtk2+ to version 2.14.7.jmcneill3-7/+9
Overview of Changes from GTK+ 2.14.6 to 2.14.7 ============================================== * Bugs fixed: 565203 RTL: icons are misplaced when horizontal gtkiconview is ... 549251 GTK icon view accessible issue 565846 va_end(args) should be added into gtk_tree_store_new 558694 Paned window splitter keynav broken * Updated translations: Belarusian Latin (be latin) Brazilian Portugese (pt_BR) Overview of Changes from GTK+ 2.14.5 to 2.14.6 ============================================== * Bugs fixed: 561539 Fix warnings when size allocations fall short of border width... 557420 Some compose sequences don't work anymore 555334 connected server feature 563547 Update gdkx11 atom precache table 563991 gtk_file_chooser_button_new_with_backend is deprecated 560135 Print when the user double clicks a printer 564066 Crash in gtk_rc_parse_default_files 564212 gtk_icon_view_accessible_model_rows_reordered explain new_order... 563751 xatom cache is prefilled too late 556839 Crash when opening a link 549251 GTK icon view accessible issue 558306 Cannot build gdk (gtk+ 2.14.4) on Solaris 8 555560 gtk_combo_box_set_active fails with no model 563158 CellRendererProgress pulsing and progressing rows can not... 556233 local-only causes G_IS_FILE warning 562579 Remove error dialog when directory does not exist 561494 FileChooser network browsing and authentication support 563876 GTK_MODULES env var is no longer relevant Overview of Changes from GTK+ 2.14.4 to 2.14.5 ============================================== * Bugs fixed: 556578 GIMP windows stay on top of other windows 557059 crash when compositing emblems with icon 557266 Window Management Problem 528320 Incorrect icons displayed for files with custom mimetype icons 557894 Wrong return value for gdk_pointer_grab_info_libgtk_only 557316 GtkLinkButton should consider user-defined tooltip 558323 glitches when popping up combos in treeviews 558278 Crash when calling a callback set by gdk_add_client_message_filter 557212 Problem with which window gains focus and is visible 541391 Unfocussable Treeview swallows focus 552956 Should check composite extension version 554567 warning fixes (missing format specifiers and NULL vs 0) * Updated translations: Asturian (ast) Catalan (ca) Czech (cs) Galician (gl) Hebrew (he) Italian (it) Japanese (ja) Lithuanian (lt) Norwegian bokmål (nb) Thai (th)
2009-01-11Update from version 1.182nb1 to 1.202.he2-8/+9
...even though not all self-tests complete... (2 failures) Pkgsrc changes: o Add API dependence on p5-cairo Upstream changes: o Hmm, 651 lines of change log between these versions upstream, it's a bit much to paste directly in here. The complete list is at http://search.cpan.org/src/TSCH/Gtk2-1.202/ChangeLog
2009-01-11Actually, use the PLIST_VARS framework as opposed to adding a new PLIST fileadrianp3-64/+53
2009-01-10Fix PLIST differences due to the version of python that's installedadrianp3-6/+72
Breakage pointed out by wiz@
2009-01-10PLIST fixesadrianp2-45/+5
PKGREVISION++
2009-01-08Disable usage of POSIX thread priority functions on NetBSD < 4.99.50shattered9-8/+68
(they are all stubs before that). This stops wxGTK (and in turn, Audacity and others) from displaying annoying "Cannot get priority range for scheduling policy 0" message at startup: http://mail-index.netbsd.org/tech-pkg/2005/11/22/0020.html http://mail-index.netbsd.org/netbsd-users/2006/07/02/0004.html http://mail-index.netbsd.org/netbsd-users/2007/06/28/0002.html OK by wiz@.
2009-01-08+ p5-Clipboard.wiz1-1/+2
2009-01-08Initial import of p5-Clipboard-0.09:wiz3-0/+32
Who doesn't remember the first time they learned to copy and paste, and generated an exponentially growing text document? Yes, that's right, clipboards are magical. With Clipboard.pm, this magic is now trivial to access, cross-platformly, from your Perl code.
2009-01-08Update to 2.12.0:wiz3-9/+8
In Lablgtk-2.12.0: 2008.12.20 [Jacques] * fix build process for ocaml 3.11 on MSVC and mingw. 2008.12.09 [Jacques] * fix ml_gtk_source_buffer_create_marker 2008.10.30 [Benjamin] * Support Gtk Quartz backend compilation (thanks to Pascal Cuoq) 2008.10.07 [Benjamin] * Revert last change on GEdit.entry_completion according to M. Clasen. Keeping the new type for the callback match_selected. 2008.10.05 [Benjamin] * Change type of model contained in GEdit.entry_completion from model to model_filter see http://bugzilla.gnome.org/show_bug.cgi?id=555087. 2008.09.10 [Benjamin] * Many custom tree model bugs fixed. 2008.09.04 [Benjamin] * First attempt to support custom_tree_models in GTree. I need some feedback on ways to improve the safety. An example of usage is given in examples/custom_tree.ml Part of the code comes from Robert Schneck: he agreed by private mail on relicensing it for lablgtk2. 2008.08.20 [Jacques] * Move model to head of properties in ComboBox (bug reported by Pierre-Marie Pedrot) 2008.08.03 [Benjamin] * Support for wrapped signal of GEdit.spin_button (Gtk 2.10) 2008.08.01 [Benjamin] * Support for GtkRendererAccel of Gtk 2.10 2008.07.26 [Benjamin] * Add a few 2.10 properties GAction.icon_name, GButton.image_position, 2008.07.25 [Olivier] * don't use G_QUEUE_INIT (dependency on glib 2.14) 2008.07.25 [Jacques] * Add [widget] to Gtk.file_chooser * configure did not work on FreeBSD 2008.05.09 [Benjamin] * Add Glib.Io.read_chars. Other g_io_* function could be added... 2008.04.14 [Olivier] * use Gc.create_alarm to delay GObject finalization instead of an idle function 2008.03.31 [Benjamin] * Support mingw compilation with OCaml 3.11. Still tricky... 2008.03.25 [Jacques] * add GtkWindow properties * add GMain.Event * add GtkMenu.Menu.popup_at 2008.03.22 [Benjamin] * prepare gtksourceview 2.1 support
2009-01-07Update to 1.3.4:wiz2-6/+6
Adam Jackson (2): Nuke fontcache. Retry font server connections faster. Alan Coopersmith (8): Add support for bzip2 bitmap font compression Pad CreateAC packets with 0 auths to workaround xfs bug Always scan catalogue dirs at startup, even if their mtime < 0 Use XORG_CWARNFLAGS & XORG_CHANGELOG macros from xorg-macros 1.2 Update COPYING file with additional copyrights/licenses Add simple README with pointers to bugzilla/git/mailing list miscutil.c:108: warning: old-style parameter declaration Version bump: 1.3.4 Benjamin Close (1): Make sure font names/font alias names are null terminated Derek Wang (1): Sun bug 4510977: dtremote fails to start session Julien Cristau (1): Don't clobber CFLAGS in configure Peter Breitenlohner (1): X.Org Bug 17945: avoid gcc warnings for libXfont
2009-01-07Update to 1.2.0:wiz3-7/+12
Following the inputproto 1.5 release adding input device properties, here's the matching client-side libraries. Peter Hutterer (4): Bump to 1.1.99.2. Add XI_JOYSTICK to list of defined types. Add support for XI 1.5 device properties. libXi 1.2.0
2009-01-07Update to 1.5.0:wiz2-6/+6
X Input Protocol 1.5.0 Additions over 1.4: input device properties support. IDP are modelled after window properties and work much in the same manner. Each X Input device can have multiple properties of arbitrary types at any point in time. These properties can be interpreted by the server and/or the driver and thus allow cheap, easily expandable ways of configuring devices. IDP can also be read by other clients, allowing clients to label devices or device specific features. Two of the more obvious cases are to label a device as "primary", or to label each axis to denote it's function ("press", "tilt", "rotation", etc.). For those reading commit logs: IDP were originally added as XGE events as part of XI2, then backported to traditional events. Cheers, Peter Peter Hutterer (10): Back out Device Properties from XI 2, push into XI 1.5. Protect against C++ includes. Add libXi's property interfaces. PropertyNotify, move deviceid back to last byte. Remove RCS tags, typo fix. Make sure Atoms are defined as CARD32. Undef Atom after we're done so we don't pollute users of XIproto.h Add XI_JOYSTICK type. Remove Configure/QueryDeviceProperty. inputproto 1.5.0
2009-01-07Update to 2.24.1, add two dependencies for more features (it alreadywiz3-28/+28
depended on most of the kitchen sink anyway...). Changes: * configure.ac, wscript: Version 2.24.1. * configure.ac: libtool-2.2 compatibility, patch by "Cygwin Ports maintainer" (bug #564550). * gnomeapplet/applet.override: * gnomeapplet/appletmodule.c: * gnomeapplet/wscript: Fix build error with missing libgnome/libgnomeui flags. Patch from Lucas Rocha closes bgo #564525 * tests/common.py: Fix a bug in the import check.
2009-01-07Update to 1.1.1:wiz2-7/+6
This is mainly just a bunch of updates for OSX Tiger compatability and SnowLeopard fratures. Alan Coopersmith (1): Fix build of startx & xinitrc with Solaris make Jeremy Huddleston (17): Apple: privleged_startx: Increase the timeout so slower machines don't get a stray process warning in their system log. startx.cpp: Made some things a little more friendly for people who have spaces in pathnames. Apple: Using eval to protect people who have spaces in their home path. Support the instant-off API in SnowLeopard. Apple: sleep() to avoid innocent error message spew Apple: Make VPATH builds work on darwin Apple: Use AvailabilityMacros.h for Tiger compatability OSX: Create privleged_startx on Tiger OSX Tiger: More compilation fixes... OSX Tiger: Hopefully the last fix for Tiger users... Apple: Honor X11_PREFS_DOMAIN if it's set (1.4.2-apple26 and later) OSX Tiger: Fix discovery of mach port OSX: Fixed bad prefix OSX: More prefix fixes OSX: Don't use login/bash -c hack anymore for org.x.startx LaunchAgent Apple: Allow defaults option that maps to a -dpi server command line in startx xinit 1.1.1
2009-01-07Fix my last change (back in August) -- apparently I forgot to escape thedholland3-17/+21
shell variable $? as $$? so it wouldn't be treated as a make variable. This is wrong but nonfatal with NetBSD's make, but fatal with some other versions of make. While here, unhide a chmod that pkglint was complaining about. PKGREVISION++ (now at 5)
2009-01-06Update to 7.0.4:wiz2-6/+6
Peter Hutterer (4): Xge.h: include Xmd.h for CARD8 geproto: remote trailing whitespaces. Clean up XGE documentation. Bump to 7.0.4
2009-01-06update to xterm-238. Closes PR pkg/40334 and fixes CVE-2008-2383.tnn2-7/+6
Patch #238 - 2008/12/30 * update configure macro CF_XOPEN_SOURCE for AIX 6.x and Mint platforms. * reset the screen wrapping-flag at the end of ClearRight to fix an occasional case where the last character of a scrolled and wrapped line would be cleared (patch by Joe Peterson). * modify to use POSIX coding for comparing resource settings such as locale, to work with locales such as Turkish (report by M Vefa Bicakci). * turn on configure paste64 feature by default (request by Jean-Philippe Bernardy). It is runtime enabled/disabled with allowWindowOps. * turn on configure tcap-query feature by default, add resource allowTcapOps to make this runtime enabled/disabled. * make OSC 3 (change X property, from patch #110) subject to allowWindowOps resource. * make VT220 DSR responses inactive in VT100-mode. * make DECUDK feature inactive in VT100-mode. * respond to incorrectly formatted DECRQSS with a cancel. * add allowFontOps resource to allow the fontsize-switching and font query/set control sequences to be enabled/disabled (prompted by Debian #510030). * some code cleanup based on gcc 4.x -Wconversion warnings in button.c and charproc.c * modify tcap-query feature to not return data for shifted cursor-keys when the keyboard type is set to vt220, since returning the same string for shifted/unshifted keys may confuse some applications (GenToo #212546).
2009-01-05Fix PLIST, user-destdir support.jmcneill2-2/+469
2009-01-05Backport G41 chipset support from 2.5, tested with Asus P5QPL-VM.hasso5-10/+98
Bump PKGREVISION.
2009-01-05+ py-kiwijmcneill1-1/+2
2009-01-05Import py-kiwi version 1.9.22.jmcneill5-0/+228
Kiwi consists of a set of classes and wrappers for PyGTK that were developed to provide a sort of framework for applications. Fully object-oriented, and roughly Smalltalk's MVC, Kiwi provides a simple, practical way to build forms, windows and widgets that transparently access and display your object data. Kiwi was primarily designed to make implementing the UI for Stoq easier, and it is released under the LGPL. Kiwi is inspired by Allen Holub's Visual Proxy. Kiwi is a framework and a set of enhanced PyGTK widgets designed to make building programs with graphical interfaces both easy to write and easy to maintain. Kiwi is pure Python and should work cross-platform, but is developed on Python 2.4, Linux ix86.
2009-01-05Changed version number to 0.0beta868martti4-6/+9
pkglint -Wall
2009-01-04Bump PKGREVISION, add patch from xsrc:wiz3-3/+16
revision 1.2 date: 2008/11/23 21:58:25; author: mrg; state: Exp; lines: +1 -0 patch from jmcneill@: add a log message to notify what VT is in use. helps gdm/consolekit.
2009-01-04Move scrollkeeper/omf.mk to rarian/omf.mk.wiz2-4/+4
scrollkeeper is nowadays included in rarian, so the omf.mk file should be there as well. Adapt all references.
2009-01-01Quick fix for DragonFly master with getpwnam_r and friends.hasso2-4/+4
2008-12-28Darwin i386 uses stubs as well or else we get PLIST errors on installadrianp4-18/+27
gtkspell is not required so split it out as an option but keep it enabled by default so there's no change in the package. Without gtkspell it removes a whole slew of dependencies which makes this package a fair bit lighter. Make a small change to a CONFLICTS statement to keep pkglint happy.
2008-12-28Update MASTER_SITES and HOMEPAGE to new location.obache1-3/+3
2008-12-28Fix building with the latest GNUstep; PR #40211adam4-7/+19
2008-12-25Fix build with XFree86.jmcneill3-3/+37
2008-12-24Fix build with xrandr < 1.2 (like the one that comes with XFree86)jmcneill4-2/+299
2008-12-23For Python versions < 2.5, elementtree is included -- add it to PLIST.wiz2-1/+10
Reported by Hasso Tepper.
2008-12-22Fix PLIST of ocaml-graphics for architectures not using the optimiser.joerg2-6/+10
Add amd64 to that list. Bump revision of ocaml-graphics. Make ocaml itself and ocaml-graphics destdir safe.
2008-12-21Update to 3.17.6, to fix build with latest py-sip.wiz4-23/+23
Changes: PyQt v3.17.6 has been released. This fixes a Windows compilation bug. PyQt v3.17.5 has been released. This is mainly to be compatible with SIP v4.7.8 but also adds a couple of new methods. * Added the missing QRegion.rects() (based on a patch from Hans-Peter Jansen). * Added the missing QWidget.stackUnder() slot.
2008-12-21Try to fix build failure with ffmpeg-snapshot, PR 40212.obache4-1/+61
2008-12-21No need to set "no" for PLIST vars.obache1-2/+1
2008-12-21Add rcsid.obache1-0/+3
2008-12-21Also depend on py-expat for Python 2.3 (noted by Joerg) and Python 2.1.wiz1-2/+2
2008-12-21py-expat only needed with Python 2.4, make it so.wiz1-2/+4
2008-12-21According to Section 12.4 of the XKB Protocol Spec, if a key only has a singleahoka3-3/+87
group but the keyboard has multiple groups defined, the core description of the key is a duplication of the single group across all symbols. i.e. G1L1 G1L2 G1L1 G1L2 G1L3 G1L4 G1L3 G1L4 The previous code generated G1L1 G1L2 G1L3 G1L4 G1L3 G1L4, leading to "invented" groups when the process is reversed. Note that this creates wrong key types on reconstruction from core to xkb, i.e. any single-group key with a key type that is not one of the canonical four (Sec 12.2.3), will get the assigned type on group 1, and a canonical type for the other gruops. X.Org Bug 14373 <http://bugs.freedesktop.org/show_bug.cgi?id=14373> Patch taken from the bugtracker entry.