summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2014-04-09recursive bump from icu shlib major bump.obache66-132/+132
2014-04-06Add buildlink with Requires.private packages.obache1-1/+3
2014-04-06Add buildlink3.mk.obache1-0/+16
2014-04-06LICENSE=x11obache1-2/+2
2014-04-06Let to build shard libraries, enable commented out buildlink with x11/xcb-util.obache1-3/+4
Bump PKGREVISION.
2014-04-06from xcb-image.pc, xcb and xcb-shm is required, so need to buildlink with ↵obache1-2/+2
x11/libxcb.
2014-04-04Update to 1.0.9:wiz3-8/+7
Alan Coopersmith (1): Add AC_USE_SYSTEM_EXTENSIONS to expose non-standard extensions Dr. Tilmann Bubeck (6): * Do not install test_xauth during "make install" as it is Fix warning about warn_unused_result triggered by WRITES. version bump to 1.0.9 Fixed missing EXTRA_DIST in tests. Extended README for releasing. Second version bump to 1.0.9. Third version bump to 1.0.9.
2014-04-01Update to 0.4.1:wiz3-30/+6
libxkbcommon 0.4.1 ================== - Converted README to markdown and added a Quick Guide to the documentation, which breezes through the most common parts of xkbcommon. - Added two new functions, xkb_state_key_get_utf{8,32}(). They combine the operations of xkb_state_key_get_syms() and xkb_keysym_to_utf{8,32}(), and provide a nicer interface for it (espcially for multiple-keysyms-per-level). - The xkb_state_key_get_utf{8,32}() functions now apply Control transformation: when the Control modifier is active, the string is converted to an appropriate control character. This matches the behavior of libX11's XLookupString(3), and required by the XKB specification: http://www.x.org/releases/current/doc/kbproto/xkbproto.html#Interpreting_the_Control_Modifier https://bugs.freedesktop.org/show_bug.cgi?id=75892 - The consumed modifiers for a key are now calculated similarly to libX11. The previous behavior caused a bug where Shift would not cancel an active Caps Lock. - Make xkbcommon-x11 work with the keymap reported by the XQuartz X server. https://bugs.freedesktop.org/show_bug.cgi?id=75798 - Reduce memory usage during keymap compilation some more. - New API: xkb_state_key_get_consumed_mods() xkb_state_key_get_utf8() xkb_state_key_get_utf32() - Deprecated API: XKB_MAP_COMPILE_PLACEHOLDER, XKB_MAP_NO_FLAGS use XKB_KEYMAP_NO_FLAGS instead. - Bug fixes.
2014-04-01Update to 13.0.2:wiz4-7/+63
This release contains support for both XMir and XWayland, updated support for the new XA version released with the new Mesa 10.1 version. Gaetan Nadon (1): vmwgfx: handle changes of DamageUnregister API in 1.14.99.2 Jakob Bornecrantz (2): vmware: Fix compilation on newer X servers Bump the version number to 13.0.2 Rob Clark (1): vmwgfx: update for XA API changes Thomas Hellstrom (17): vmwgfx: Avoid HW operations when not master vmwgfx: Implement textured video completely on top of XA. vmwgfx: Get rid of device-specific DMA code vmwgfx: Fix some compilation warnings and indentations vmwgfx: Support also XA version 1 v2 vmwgfx: Remove stray 1 Revert "vmwgfx: Get rid of device-specific DMA code" vmwgfx: Really allow XA version 2. vmwgfx: Fix compile breakage on XA version 1. vmwgfx: Add an infrastructure to be able to run hosted under a compositor v2 vmwgfx: Add support for XMir v2. vmwgfx: Add support for XWayland vmwgfx: Enable direct dmas vmwgfx: Block DMA to prime surfaces for now vmware: Fix build errors and warnings vmware: Require libdrm 2.4.38 to build XMir. vmware/vmwgfx: Always allocate shared hardware surfaces.
2014-03-31buildlink3.mk: gtk3-atk-bridge is only valid for x11adam3-8/+8
2014-03-31Tell locatin of uic and qmake with cmake way too, and avoid to detectobache1-1/+3
unwanted builtin one.
2014-03-31Update to 1.3.4:wiz3-22/+6
I'm happy to announce xtrans-1.3.4 Hans de Goede (2): configure: Also add -D_DEFAULT_SOURCE to .pc cflags to shut up glibc warnings xtrans 1.3.4 Mark Kettenis (1): Increase UNIX socket buffer size Thomas Klausner (2): Cast ctype(3) function arguments to unsigned char. Add missing headers for free() and strlen().
2014-03-31Update to 1.4.2:wiz2-6/+6
This minor bugfix release restores the ability to disconnect providers from each other using "0x0" as the provider XID. For example, to disconnect a display offload sink from its source, use xrandr --setprovideroutputsource <sink> 0x0 This release also formats the GUID provided by DisplayPort 1.2 displays in traditional GUID form. Finally, this release increases the precision of refresh rate calculations to disambiguate modes with very similar refresh rates and to improve the accuracy for interlaced modes. Aaron Plattner (5): Split output property printing into a helper function Move EDID printing into a helper function Special-case printing of the GUID property xrandr: document how to disconnect RandR 1.4 providers xrandr 1.4.2 Dave Airlie (1): xrandr: allow disconnecting of offload and outputs Ville Syrjälä (2): xrandr: Use more decimal places when printing various rates xrandr: Use floating point for VTotal when calculating refresh rate
2014-03-31Update to 1.0.6:wiz2-6/+6
libFS is the protocol binding library used by clients of X Font Servers (xfs), such as xfsinfo, fslsfonts, and the X servers themselves. This minor maintenance release includes fixes for libxtrans 1.3 compatibility, removal of dead code, and cleanups of issues found by static analyzers. Adam Jackson (1): Fix build with xtrans 1.3 Alan Coopersmith (14): Fix typo in readme ("xfslsfonts" should be "fslsfonts") Require ANSI C89 pre-processor, drop pre-C89 token pasting support Fix a couple comment typos Drop Cray (WORD64/MUSTCOPY) support Add AC_USE_SYSTEM_EXTENSIONS to expose non-standard extensions Reduce scope & remove unneeded assignment of defaultp in FSGetErrorText() If EAGAIN == EWOULDBLOCK, only need to check errno for one of them Remove unused internal helper _FSGetHostname Remove unused internal helper _FSAllocScratch Remove unused internal helper _FSEventsQueued Remove unused internal helper _FSWireToEvent Replace malloc(strlen + 1); strcpy() with strdup() Use strlcpy instead of strcpy/strncpy if it is available libFS 1.0.6 Jeremy Huddleston Sequoia (2): Update error loop to correctly handle error in i==0 case FSOpenServer: Fix double-free in error path
2014-03-26Pull one more post-3.3.4 bug fix patch for build failure with gcc-4.8.x.tsutsui3-2/+55
Bump PKGREVISION. (leaf package build fix, and also changes binaries)
2014-03-26Only enable gles files if the gles header exists.jperkin2-8/+13
2014-03-26Reduce GCC_REQD to 4.5 as native gcc on NetBSD6 is sufficient.markd1-3/+3
2014-03-24Use GCC_REQD+=4.6, package needs C++11 features for kactivitymanagerdjperkin1-1/+4
otherwise it won't be built and there are PLIST failures.
2014-03-23Update mlterm to 3.3.4. (leaf package update)tsutsui9-369/+40
pkgsrc changes: - remove post-3.3.3 fix patches - pull a post-3.3.4 bug fix patch for NetBSD and OpenBSD Changes from doc/en/ReleaseNote: ver 3.3.4 * Support not only sixel graphics but also other major image formats on Android. * Support ReGIS partially. (depends on SDL(SDL2), SDL_ttf(SDL2_ttf) and fontconfig) * Output strerror(errno) on error. * Support "key=value #comment" style in the same line in ~/.mlterm/main. * Draw all ambiguous width characters one by one to fit the column width unless -V option is specified. * Merge patches: https://gist.github.com/tsutsui/9285759. (Thanks to @tsutsuii) * Bug fixes: Change the default resolution on NetBSD/x68k from 512x512x8 to 768x512x4. Fix the bug which output help message to stdout where mlterm waits for image data and which made mlterm allocate too large memory. (enbugged at 3.3.3) Fix the bug which disabled to start mlconfig. (enbugged at 3.3.3) Fix the bug which caused segfault if x11 forwarding failed. Fix the bug which caused segfault in resuming on Android. Show candidate strings of uim-mozc correctly. Fix the bug which disabled normal users from opening screen on NetBSD/x68k framebuffer. Fix segfault in connecting unknown hosts on java.
2014-03-22build fix following the freetype2 updatespz3-8/+37
2014-03-22PLIST fix for Darwin/Quartzadam1-1/+2
2014-03-21Various portability fixes for SunOS.jperkin4-1/+51
2014-03-21Use correct rpath flag on SunOS. Bump PKGREVISION.jperkin3-3/+20
2014-03-20let to be same condition as Makefile, tool dependency on python and ruby.obache1-2/+3
2014-03-15xftglyphs: use recommend freetype inclusionrichard2-1/+25
FreeType recommends to use their special macros to include the headers, because it gives them the ability to move headers around. They did this in 2.5.1 (yes, a point release) and this direct inclusion doesn't work anymore. http://lists.freedesktop.org/archives/xorg-devel/2013-December/039310.html and http://lists.freedesktop.org/archives/xorg-devel/2013-December/039311.html
2014-03-15Fixes dependency, python and ruby are just required to build.obache1-3/+4
* PYTHON_FOR_BUILD_ONLY=yes must be defined before lang/python/tool.mk. * BUILDLINK_DEPMETHOD.${RUBY_BASE}=build must be defined after lang/ruby/buildlink3.mk. this change is required from default ruby version change. Bump PKGREVISION.
2014-03-14Add a builtin.mk file for xauth - dropbear uses this, and right now, it'sagc1-0/+69
way too reliant on the build host for this value.
2014-03-14Pull more post-3.3.3 fixes from upstream.tsutsui4-16/+73
https://bitbucket.org/arakiken/mlterm/commits/1b9ecfa74b0f305c89cff60310f671aef7479246#chg-xwindow/x_screen.c - x_color_cache and x_color_manager are reloaded after loading a wall picture on NetBSD/OpenBSD 4bpp framebuffer. https://bitbucket.org/arakiken/mlterm/commits/fa6c82190cc62d356285d7dde71e49a9f671b132#chg-xwindow/x_screen.c - update mouse cursor fg and bg colors after loading a wall picture on NetBSD/OpenBSD 4bpp framebuffer. https://bitbucket.org/arakiken/mlterm/commits/097ac4f2b78e1dea5a53a55fa070007655d85add#chg-xwindow/fb/x_display_x68kgrf.c - Also allow non-privileged users to use Text VRAM by --multivram=true option on NetBSD/x68k Bump PKGREVISION.
2014-03-14Bump ABI_DEPENDS from ruby-gnome2-glib for safe side.obache2-4/+4
2014-03-13Set USE_GCC_RUNTIME=yes for packages which build shared libraries but dojperkin2-2/+6
not use libtool to do so. This is required to correctly depend upon a gcc runtime package (e.g. gcc47-libs) when using USE_PKGSRC_GCC_RUNTIME.
2014-03-13sortjnemeth1-2/+2
2014-03-12Update to 3.10.0:wiz3-14/+312
Changes in 3.10 compared to 3.8: Gtk * Added HeaderBar. (Juan Rafael García Blanco) Bug #708194 * Added ListBox and ListBoxRow, (Kjell Ahlstedt) Bug #708115 * Added PlacesSidebar. (Juan Rafael García Blanco) Bug #705642 * Add Revealer. (Juan R. García Blanco) Bug #705460 * Added Stack and StackSwitcher, (Andrew Potter) Bug #704964 * Deprecate Table. (Kjell Ahlstedt) * Deprecate StockID, StockItem, BuiltinStockID, namespace Gtk::Stock. (Kjell Ahlstedt) * Deprecate Gtk::IconFactory, IconSet, IconSource. (Kjell Ahlstedt) * Application: - add/remove_accelerator(): Add overloads without the variant parameter. (Murray Cumming) - Add missing gtk_init() call in one of the constructors. (Murray Cumming) * Button: Add constructor that takes an icon_name and size. (Murray Cumming) * CellRenderer: Deprecate property_cell_background_gdk(). (Kjell Ahlstedt) * CellRendererPixbuf: Add the surface property. (Murray Cumming) * CellView: Deprecate property_background_gdk(). (Kjell Ahlstedt) * ColorButton: Deprecate get_alpha(). (Kjell Ahlstedt) * Container: deprecate resize_children(). (Kjell Ahlstedt) * Box: Add get/set_baseline_position() and property. (Murray Cumming) * Entry: Add get/set_tabs() and property. (Murray Cumming) * FileChooser: Add get_current_name(). (Murray Cumming) * HeaderBar: Make get_show_close_button() const. (Juan Rafael García Blanco) * Grid: - Add get/set_row_baseline_position() and get/set_baseline_row(), and baseline-row property. (Murray Cumming) - Add remove_row() and remove_column(). (Murray Cumming) * Image: Add set(Cairo::Surface) (Murray Cumming) * InfoBar: Add get/set_show_close_button() and the property. (Murray Cumming) * IconInfo: Add load_surface() and get_base_scale(). (Murray Cumming) * IconTheme: Add lookup_icon() method overloads that take a scale parameter. Add choose_icon() method overload that take a scale parameter. Add load_icon() method overload that takes a scale parameter. Add load_surface(). (Murray Cumming) * IconView: set_cursor(): Add a version with no cell parameter (Murray Cumming) * Image: Deprecate methods that take an IconSet or a StockID parameter. * Label: Add get/set_lines() and property. (Murray Cumming) * Menu, MenuBar: Add constructors that take Gio::MenuModels. (Murray Cumming) * Menu: Make attach_to_widget() public. (Murray Cumming) * MenuButton: Deprecate unset_menu(). (Kjell Ahlstedt) * MenuShell: bind_model(): Add a method overload without the action_namespace parameter. (Murray Cumming) * PlacesSidebar: Fix crash with the drag_* signals, correct some OWNERSHIP_*s, pass vectors by reference in signals (Murray Cumming) Bug #705642 * RadioAction: Deprecate the constructor that uses StockID. (Murray Cumming) * RadioToolButton: Fix set_group(). Add reset_group(). (Kjell Ahlstedt) * Scale: Constructor: Remove the default parameter value to avoid ambiguity. (Murray Cumming) Bug #707810 (cheshirekow) * Add SearchBar. (Juan Rafael Garcia Blanco) * ScrolledWindow: Deprecate property_window_placement_set(). * Settings: - Deprecate ignored settings. (Murray Cumming) - Add create_action(). (Murray Cumming) * StyleContext: Deprecate [set|get]_direction() and render_icon_pixbuf(). (Kjell Ahlstedt) * ToggleAction: Deprecate the constructor that uses StockID (Murray Cumming) * Widget: - Make insert_action_group() public. (Murray Cumming) - Add remove_action_group() (Murray Cumming) - Add get_scale_factor(). (Murray Cumming) - Add drag_begin() that takes x and y coordinates. (Murray Cumming) - Widget Add get_preferred_height_for_width(), get_allocated_baseline() and get_valign_with_baseline(). (Murray Cumming) - Deprecate [un]set_composite_name(), [push|pop]_composite_child(), get_requisition() and methods that take a StockID parameter. (Kjell Ahlstedt) * Window: - get_frame_extents(): Add const version. (Murray Cumming) - Add close(). (Murray Cumming) - Deprecate reshow_with_initial_size(). (Kjell Ahlstedt) * Add missing includes in gdkmm.h and gtkmm.h. (Kjell Ahlstedt) Bug #699993. Gdk: * Deprecate Color. (Murray Cumming) * Cursor: Wrap some new functions. (Murray Cumming) * Device: Add get_position() that uses doubles. (Murray Cumming) * Display: Deprecate get_n_screens(). (Murray Cumming) * Screen: Add get_monitor_scale_factor(). (Murray Cumming) * Window: - Add get_scale_factor(). - Add get_device_position() taking doubles. - Add create_similar_image_surface(). - Add set_opaque_region(). (Murray Cumming) Build: * Update Visual Studio Projects (Chun-wei Fan) * Update gtk-demo MSVC Projects (Chun-wei Fan) * Move to a generated ChangeLog. (José Alburquerque) Documentation: * Demos: Catch Glib::FileError from demo_find_file(). (Kjell Ahlstedt) * Demos: Add IconTheme demo. (Kjell Ahlstedt) * Demos: Fix calls to Gtk::Grid::attach(). (Kjell Ahlstedt)
2014-03-12Update to 303:wiz2-6/+6
303: This release fixes a regression in validation against /etc/shells and adds a check for paths which match /etc/shells via a symbolic link. 302: This release fixes several minor bugs and adds a new command-line option to show colors as they are allocated.
2014-03-11Remove example rc.d scripts from PLISTs.jperkin6-12/+6
These are now handled dynamically if INIT_SYSTEM is set to "rc.d", or ignored otherwise.
2014-03-11Update ruby-gnome2 to 2.2.0.obache2-5/+2
== Ruby-GNOME2 2.2.0: 2014-03-09 It is a release that Ruby/GIO2 is migrated to Ruby/GObjectIntrospection based bindings. Some API changes in Ruby/GIO2 are expected but unexpected API changes may exist. If you find API change, please report it. If the API change provides non Rubyish API, it will be a bug. === Changes ==== Ruby/GLib2 * Improvements * Stopped to use deprecated API internally in G_REPLACE_SET_PROPERTY. * Added RG_REPLACE_SET_PROPERTY. * Reduced locking on object creation. * Exported rbg_inspect(). * Created code level error. * Raised code level error instead of domain level error. * Fixes * Fixed a bug that wrong error code may be used. ==== Ruby/GTK2 * Improvements * Suppressed warnings on startup. * Fixes * [windows] Suppressed IME related warnings. [Reported by OBATA Akio] * [GitHub#222] Fixed a bug that Gdk::EventAny related methods aren't used by other Gdk::Event classes. [Reported by mtasaka] ==== Ruby/GDK3 * Improvements * Added Gdk::Display#device_manager. * Added Gdk::Window#display. * Suppressed warnings on startup. * Added Gdk::Event::PROPAGATE. * Added Gdk::Event::STOP. * Fixes * [windows] Suppressed IME related warnings. * Fixed a bug that Gdk::DeviceManager is wrong object. * [GitHub#222] Fixed a bug that Gdk::EventAny related methods aren't used by other Gdk::Event classes. [Reported by mtasaka] ==== Ruby/GTK3 * Improvements * Added Gtk::MenuButton. * [GitHub#219] Added Gtk::LevelBar. [Patch by cosmo0920] * Added Gtk::IconView. * [GitHub#206] Added Gtk::HeaderBar. [Reported by dark-yux] * [GitHub#223] Added Gtk::Stack. [Patch by cosmo0920] * Suppressed warnings on startup. * Added Gtk::Revealer. * Updated sample scripts. * [GitHub#227] Added Gtk::SearchBar. [patch by cosmo0920] ==== Ruby/GIO2 * Improvements * Migrated to Ruby/GObjectIntrospection based bindings. * [SF.net#187] Supported Gio::ContentType.guess. [Reported by neversleep1911] * Added Gio::Resources.lookup_data. * Added Gio::Resources.open_stream. * Added Gio::Resources.enumerate_children. * Added Gio::Resources.get_info. * Added Gio::Resources.register. * Added Gio::Resources.unregister. * Changes * Removed Gio::Socket#create_source. Use Gio::InputStream#create_source or Gio::OutputStream#create_source instead. * Removed Gio::InetAddress.new_from_string. Use Gio::InetAddress.new instead. * Removed Gio::InetAddress.new_any. Use Gio::InetAddress.any instead. * Removed Gio::InetAddress.new_l. Use Gio::InetAddress.any instead. * Fixes * [SF.net#186] Fixed a bug that Gio::ContentType module functions raises "no implicit conversion" error. [Reported by neversleep1911] ==== Ruby/Pango * Improvements * [ruby-gnome2-devel-en] Re-supported build on CentOS 5. [Reported by Grant Schoep] ==== Ruby/Poppler * Improvements * Suppressed a warning on startup. ==== Ruby/GtkSourceView2 * Improvements * [GitHub#226] Suppressed warnings. [Patch by cosmo0920] * Fixes * [GitHub#215] Fixed a return value for GtkSource#get_mark_category_background. [Reported by mtasaka] ==== Ruby/GObjectIntrospection * Improvements * [GitHub#216] Suppressed warnings on armv7hl. [Reported by mtasaka] * Supported freeing interface. * Supported freeing struct. * Supported String as void * value for value. * Supported freeing array of int8. * Supported freeing array of uint8. * Supported defining errors. * Improved guessing target method for overloaded method. * Supported array length. * Supported inout array. * Converted GBytes to String instead of wrapped GBytes. * Supported all exception types rather than GLib::Error. * Changes * Changed returned value of inout array to an array from an array and array length. * Fixes * [GitHub#216] Fixed test failures on i686 environment. [Reported by mtasaka] ==== Ruby/ClutterGTK * Improvements * Added duplicated Clutter.init check. === Thanks * OBATA Akio * mtasaka * cosmo0920 * Grant Schoep * dark-yux * neversleep1911
2014-03-10Pull in necessary includes. Fixes build on older compilers, notably the onejperkin20-4/+283
shipped with OS X Snow Leopard.
2014-03-10Switch to use lang/tcl85 and x11/tk85 instead of lang/tcl and x11/tk.taca1-4/+4
Bump PKGREVISION.
2014-03-10Add and enable tk85.taca1-1/+2
2014-03-10Restore tk-8.5.15 package as lang/tk85 with bump PKGREVISION sincetaca11-0/+1065
x11/ruby-tk package needs tcl/tk 8.5 and it dosen't support tcl/tk 8.6 and later.
2014-03-10When creating fake .pc files, first check all possible pkgconfigjperkin4-4/+16
directories rather than just lib/pkgconfig. Required for Red Hat Linux support which spreads them across lib${LIBABISUFFIX} and share directories.
2014-03-10Search for pkgconfig files in lib${LIBABISUFFIX} and share directoriesjperkin56-82/+160
as appropriate. This is required for X11_TYPE=native on Red Hat Linux.
2014-03-07Pull post-3.3.3 fixes from upstream.tsutsui6-2/+301
http://sourceforge.net/projects/mlterm/files/01release/mlterm-3.3.3/mlterm-3.3.3-fixes.patch/download * Hack for uim-mozc is added * Fix the bug which disabled to start mlconfig https://bitbucket.org/arakiken/mlterm/commits/f32b4ef020ab4ce25ab46166efac5c02f5e692eb * NetBSD/x68k framebuffer fixes: - The default value "separate_wall_picture" option is changed to true - Allow non-privileged users to use mlterm-fb - The default resolution is changed to 768x512x4 Bump PKGREVISION.
2014-02-28Update mlterm to 3.3.3.tsutsui6-278/+6
New "rotate_display" options make mlterm-fb usable even on NetBSD/hpcarm W-ZERO3 and NetBSD/zaurus SL-C1000/3000: http://movapic.com/ebijun/pic/5101480 http://movapic.com/ebijun/pic/5102258 pkgsrc changes: - remove post-3.3.2 patches Changes from doc/en/ReleaseNote: ver 3.3.3 * Double-clicking a picture sets it to the clipboard. * All configuration protocol keys whose value is boolean accept "switch" which inverts the current value. * Support IME on Android. (Experimental) * Mlterm works without SD card on Android. * Support devanagari and bengali on win32gdi. * Support CSI ? 8800 h and CSI ? 8800 l which enables / disables the conversion from drcs to unicode private area. (Disabled by default.) (See http://github.com/saitoha/drcsterm/blob/master/README.rst) * Add "rotate_display" option which rotates display clockwise or counterclockwise on framebuffer and Android. * Merge patches: https://gist.github.com/steleto/8671862 (Thanks to @tristelo) * Bug fixes: Fix the bug of scrolling on framebuffer. (enbugged at 3.3.2) Fix the failure of starting mlterm on Android 3.x. Fix the conversion from unicode to ISCII characters with nukta. Fix the bug of unexpectedly large cursor shape in unfocused.
2014-02-26This package now requires GNU m4 features.jperkin1-2/+2
2014-02-25Add upper limit to the botan dependency. Bump revisions as needed.joerg1-2/+2
2014-02-24Link X11 on SunOSwiedi1-1/+2
2014-02-24Fix gtk-doc fallout.joerg2-2/+7
2014-02-24Link network libs on SunOSwiedi1-1/+3
2014-02-20Update to 0.4.1:wiz2-6/+6
xcb-util-wm 0.4.1 is now available. git tag 0.4.1 Changelog ========= Arnaud Fontaine (4): xcb-proto should have never been required as xcb provides the Atoms. Do not distribute ewmh C source file as they are generated with M4. Follow changes in m4 submodule. Release 0.4.1. Gaetan Nadon (14): config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES config: remove AC_TYPE_SSIZE_T config: use AC_CONFIG_HEADERS to create a config.h file config: drop the check for sys/types.h config: add bug URL to AC_INIT config: add missing COPYING file config: update the README file for bug tracking make: remove unused XPROTO_CFLAGS and XPROTO_LIBS make: use AM_CPPFLAGS rather than per-target libxcb_*_la_CPPFLAGS make: there should be no attempt to remove any Makefile.in file make: using EXTRA_DIST for xcb-*.pc.in is redundant Remove documentation dead code make: implement the silent rules for m4 generated files. make: compile the library with standard xorg warning flags Download ======== http://xcb.freedesktop.org/dist/xcb-util-wm-0.4.1.tar.bz2 md5: 87b19a1cd7bfcb65a24e36c300e03129 sha1: 7006c52b961c123355320bfc30477cdf90c8bbb7 sha256: 28bf8179640eaa89276d2b0f1ce4285103d136be6c98262b6151aaee1d3c2a3f http://xcb.freedesktop.org/dist/xcb-util-wm-0.4.1.tar.gz md5: 0831399918359bf82930124fa9fd6a9b sha1: 387c9b17a7352a19188b9353adbe5e7fdc01ef2a sha256: 038b39c4bdc04a792d62d163ba7908f4bb3373057208c07110be73c1b04b8334 -- Arnaud Fontaine
2014-02-17Don't enable Aqua support at all on Darwin, it installs X11 headersjperkin2-26/+5
which are incompatible with Xquartz, breaking various packages. Bump PKGREVISION.