summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2014-12-16MASTER_SITES moved.mef1-2/+2
2014-12-16Avoid:prlw13-3/+31
The Panel encountered a problem while loading "ClockAppletFactory::ClockApplet" Do you want to delete the applet from your configuration? Solution: https://mail.gnome.org/archives/commits-list/2012-May/msg05607.html While here, depend on sysutils/desktop-file-utils/desktopdb.mk
2014-12-15The "rename" rule is a published synonym for the "opt" transform rule, howeverjperkin2-4/+4
only the latter is supported by cwrappers. Change them all to "opt" rules for consistency and to gain compatibility with cwrappers.
2014-12-14Now build with tcl/tk 8.6 except ruby18.taca2-3/+12
Bump REVISION.
2014-12-13Update mlterm to 3.4.1.tsutsui3-21/+6
pkgsrc changes: - remove post-3.4.1 fix Changed noted in doc/en/ReleaseNote: ver 3.4.1 * Update unicode properties to 7.0.0. * Automatically select an appropriate character set in selecting font on mlconfig according to a selected character encoding. * Add "Blink cursor" and "Log" entries to "Others" tab of mlconfig. * Add "Color" tab which customizes cursor colors , vt 16 colors and so on to mlconfig. * Add "Font policy" and "Box drawing font" entries to "Font" tab of mlconfig. * Support OSC 5380;color:key and OSC 5381;color:key. * 'mlcc color [color name]' returns current rgb of specified colors. * Bug fixes: SF Bug #72 (Thanks to http://sf.net/u/p2all) Fix a bug which disabled "\x1b]5381;/dev/...;pty_name\x07". (enbugged at 3.3.8) Fix "is_auto_encoding" of OSC 5379 which didn't work. Fix a bug which disabled "xft" checkbox of mlconfig. Revive "New" button in "PTY List" of mlconfig.
2014-12-13Added new dependency on libXinerama, need to buildlink too.obache1-1/+2
2014-12-12bl3 on libXineramagdt1-2/+3
From Iain Morgan.
2014-12-12Allow build on Linux to finish. Suggestion reported by Kamil Rytarowski onrodent1-1/+7
tech-pkg@. Bug has been reported upstream and can be tracked here: https://bugs.freedesktop.org/show_bug.cgi?id=87243
2014-12-11Sanitize pathmarkd3-2/+28
2014-12-10Provide library search paths, not only rpaths, explicitly.joerg1-3/+5
2014-12-10Explicitly provide library search path for X11 libs.joerg2-1/+15
2014-12-10(pkgsrc)mef2-7/+9
- Add LICENSE= gnu-gpl-v2 - Add MASTER_SITES (upstream) - Update 1.3.3 to 1.3.9 from debian/changelog keylaunch (1.3.9) unstable; urgency=low * Distclean should clean too. (Closes: #570044) * Add missing script. Not automatically done, because of not using automake. keylaunch (1.3.8) unstable; urgency=low * Fix several lintian errors and cleanup aclocal/autoconf stuff. keylaunch (1.3.7) unstable; urgency=low * The keylaunch is not dead release! * Keylaunch is using dh_strip. (Closes: #498310) keylaunch (1.3.6) unstable; urgency=low * At first remove all events from the X11 filedescriptor. This lead to a broken 1.3.5 version. keylaunch (1.3.5) unstable; urgency=low * Use select instead of using a while loop with usleep. keylaunch (1.3.4) unstable; urgency=low * Since keylaunch uses dh_strip, the install option -s is not needed. (Closes: #437252) (Above all are by:) -- Stefan Pfetzing <dreamind@dreamind.de>
2014-12-10Add explicit dependency to ensure relinking is done in the correctjoerg3-3/+13
order.
2014-12-09When disabling sse2, also disable sse3.wiz1-3/+4
From Thomas Orgis on pkgsrc-users.
2014-12-07Update to 2.0.20141204:wiz2-6/+6
bluit (20141204) unstable; urgency=low * maintenance updates
2014-12-03gnome-terminal needs libICEjmcneill4-2/+31
2014-12-02Remove --version-script arguments on SunOS.jperkin1-1/+6
2014-12-01Support cwrappers for packages appending arguments in the wrappers.joerg1-1/+2
2014-12-01rpath transform rules work differently for cwrappers.joerg1-1/+5
2014-12-01Update to 313:wiz2-6/+6
Various improvements to ReGIS graphics. Several minor fixes/improvements.
2014-11-30Pull a post-3.4.0 fix from upstream.tsutsui3-2/+17
http://sourceforge.net/projects/mlterm/files/01release/mlterm-3.4.0/mlterm-3.4.0-fixes.patch/download * Pty to be responsed to by OSC 5381 is fixed. Bump PKGREVISION.
2014-11-30Add Linux LDFLAGS.markd1-1/+2
2014-11-30Explicitly disable Soprano and Nepomuk.markd1-1/+3
2014-11-30Explicitly disable Soprano and SharedDesktopOntologies.markd1-1/+4
2014-11-30Explicitly disable Soprano and Nepomuk.markd1-1/+3
2014-11-30Explicitly disable Nepomuk.markd1-1/+3
2014-11-28add the fix for CVE-2014-0190 from upstreamspz3-3/+45
can be dropped again with the next qt4 release
2014-11-27Don't run configure from autogen.joerg2-1/+20
2014-11-25Remove tautologic condition.joerg2-1/+15
2014-11-25Convert from vala014 to vala (0.26). Still packages fine.wiz1-3/+3
Bump PKGREVISION.
2014-11-25Convert from vala014 to vala (0.26). Still packages fine.wiz2-5/+6
Bump PKGREVISION.
2014-11-25Switch from vala012 to vala (0.26). Still packages fine.wiz2-5/+4
Bump PKGREVISION.
2014-11-23Update gtksourceview3 to 3.14.2prlw14-17/+32
News in 3.14.2 -------------- * Bug fix * Translation updates News in 3.14.1 -------------- * Fix UndoManager with a new implementation * Various other improvements * Translation updates News in 3.14.0 -------------- * Translation updates News in 3.13.91 --------------- * Improved Mac OS X support * Gutter improvements * Various other improvements and code clean-up * Translation updates News in 3.13.90 --------------- * Adjustments to the file loading and saving API: - Make gtk_source_encoding_get_default_candidates() private - Replace gtk_source_encoding_foreach() by gtk_source_encoding_get_all() The file loading and saving API can be considered stable now. * Add Vala bindings * Various other improvements * Translation updates News in 3.13.3 -------------- * Extend the api to obtain candidate encodings * Rework drawing of spaces and margins (requires new Gtk+) * Various other improvements and bugfixes * Translation updates News in 3.13.2 -------------- * New feature: file loading and saving * Split testfiles.sh to tests/syntax-highlighting/ * GtkSourceView is now fully relicensed to LGPL * Various other improvements and bugfixes * Translation updates News in 3.13.1 -------------- * Improvements to the words completion provider * Completion window sizing fixes * Improvements to some lang files * Various other improvements and bugfixes * Updated translations News in 3.12.1 -------------- * Renovate test-widget * Various improvements and bugfixes * Updated translations News in 3.12.0 -------------- * Small improvements to the documentation * Updated translations News in 3.11.91 --------------- * Updated translations News in 3.11.90 --------------- * Add syntax highlighting for LLVM IR and Sweave * Improvements to some lang files * Updated translations News in 3.11.4 -------------- * Add the popular Solarized style schemes * Improvements to some lang files and a new lang file for lex * Optimize the draw-spaces code * Various fixes to the completion framework * Misc bugfixes * Updated translations News in 3.11.3 -------------- * Font scaling support for headings/titles in LaTeX and HTML * Add Change Case submenu to the right click context menu * Add ANS Forth 94 syntax highlighting * Misc bugfixes * Updated translations News in 3.11.2 -------------- * Add API to change text case * Add reStructuredText and yaml syntax highlighting * Improve LaTeX, m4 and D syntax highlighting * Documentation improvements (including best practices for language definition files) * Installed tests * Misc bugfixes * Updated translations News in 3.11.1 -------------- * Deprecate the Gutter:xpad and Gutter:ypad properties * Deprecate gtk_source_gutter_get_window() * Better implementation of GtkSourceMarks (private class GtkSourceMarksSequence) * Style schemes: more visible right margin * Documentation improvements * Misc bugfixes * Updated translations
2014-11-22Compilation Fix for Mac OS 10.10.bsiegert2-1/+15
Patch provided by Youri Mouton in PR pkg/49096.
2014-11-22Changes 8.6.3:adam3-27/+6
Cocoa: Crash after [$button destroy] Cocoa: button and scroll display fixes Cocoa: improved drawing performance Phony button clicks from browsers to plugin [text] elide changes advance epoch fix PNG transparency appearance Win: updated file dialogs OSX: Improved ttk notebook tab metrics for Yosemite [scale -digits $bigValue] segfault [scale] handling of negative resolution
2014-11-20Update to 1.3.0:wiz2-7/+6
In what is almost an olympic release schedule, here's a new version of xkbcomp. Over the last two-and-a-bit years a number of patches have accumulated, the most interesting one is support for multiple keysyms per level (#25025). I say "parsing support" for a reason, the symbol becomes a NoSymbol, which is arguably still more useful than a parsing error. Plus, multi-sym per key won't work in X anyway. Other than that, misc fixes and changes all over the place. UNIXOS2 support was dropped. Sorry guys, no multi-keysym parsing for you. I'll get a bucket ready for the tears. Adam Jackson (1): configure: Drop AM_MAINTAINER_MODE Alan Coopersmith (10): unifdef -U__UNIXOS2__ config: Add missing AC_CONFIG_SRCDIR Remove unused function entry/exit tracking framework Remove unused uASSERT macro Convert remaining sprintf calls to snprintf Fix many const char * warnings from gcc Remove useless checks for NULL before free in OverlayKeyCreate() Don't dereference the pointer whose allocation failed Remove useless assignment to 'outline' variable Initialize nMatch even if WIN32 is defined Benno Schulenberg (1): Making sure that a copied string is always null-terminated (#66345). Colin Walters (1): autogen.sh: Honor NOCONFIGURE=1 Daniel Stone (2): Add parsing support for multiple keysyms per level Reset scan state when opening a new file Laura (1): Add #include <stdlib.h> to xkbscan.c Peter Hutterer (7): Use DEBUG, not DEBUG_ON to determine whether debugging is enabled man: document -help/-?, -em1, -emp, -eml Always terminate the scanBuf string (#66345) Parse -w1 flag correctly (#66344) compat: don't warn about redefinition when nothing is defined yet man: replace default include directory with the one from configure xkbcomp 1.3.0 Ryan Pavlik (1): Include Xwindows.h rather than windows.h Thomas Klausner (1): Protect config.h like usual. Vincent Lefevre (1): xkbcomp: Improved -w option parsing git tag: xkbcomp-1.3.0 http://xorg.freedesktop.org/archive/individual/app/xkbcomp-1.3.0.tar.bz2 MD5: 0012a8e3092cddf7f87b250f96bb38c5 xkbcomp-1.3.0.tar.bz2 SHA1: 113c93679c9245141b5899240f59fcc8227d8dc1 xkbcomp-1.3.0.tar.bz2 SHA256: cfac973778fabf5216121ad60b7af8ab74ce7513af0f9260cf8c5309e1622b2a xkbcomp-1.3.0.tar.bz2 PGP: http://xorg.freedesktop.org/archive/individual/app/xkbcomp-1.3.0.tar.bz2.sig http://xorg.freedesktop.org/archive/individual/app/xkbcomp-1.3.0.tar.gz MD5: f8da094e266e2f99316696fab4922d70 xkbcomp-1.3.0.tar.gz SHA1: 32fffd47086a6d204ac842668a598af74d9c172a xkbcomp-1.3.0.tar.gz SHA256: 91d052c895a47ab2930aa1e150bfe7559fdaeb959d035634d5ba259300a3353f xkbcomp-1.3.0.tar.gz PGP: http://xorg.freedesktop.org/archive/individual/app/xkbcomp-1.3.0.tar.gz.sig
2014-11-20Update to 2.18.3:wiz2-7/+9
In Lablgtk-2.18.3: 2014.10.06 [Jacques] * add Gdk.Window.create_foreign and set_transient_for functions (Tim Cuthbertson) 2014.09.20 [Jacques] * CAMLparam initializes with Val_unit rather than 0 since ocaml 4.02. Fix a related problem in ml_gobject. This caused random crashes with unison (Christopher Zimmermann, PR#1425) * Also factorize some code to use Val_option_* * Replace XID by GdkNativeWindow where required. You may need to insert calls to Gdk.Window.native_of_xid in some places.
2014-11-19Update to 3.14.0:wiz3-115/+198
3.14.0 (stable): Documentation: * Headerbar demo: Update for renamed arrow icons. (Kjell Ahlstedt) Build: * Update and Overhaul Visual Studio 2008 and 2010 Projects. (Chun-wei Fan) * Fix the demos on Windows. (Chun-wei Fan) 3.13.8 (unstable): Gdk: * Window: Add get/set_event_compression(), set_shadow_width(), and show_window_menu(). (Murray Cumming) Gtk: * Application: Add get_actions_for_accel(), prefers_app_menu(), and get_menu_by_id(). (Murray Cumming) * CellArea: Add attribute_get_column(). (Murray Cumming) * EntryCompletion: Add the no_matches signal. (Murray Cumming) * ListBox: - Add selected_foreach(), get_selected_rows(), unselect_row(), select_all() and unselect_all(). Add the selected_rows_changed signal. (Murray Cumming) * ListBoxRow: Add is_selected(), set/get_selectable(), set/get_activatable(). Add the selectable and activatable properties. (Murray Cumming) * Settings: Add the gtk_long_press_time property. (Murray Cumming) * StatusIcon: Deprecate this because it is deprecated in gtk+ (Kjell Ahlstedt) * StyleContext: Really add get_scale(). (Murray Cumming) * Widget: Add get/set_clip(). (Murray Cumming) 3.13.7 (unstable): Gtk: * Box: Wrap child properties (Juan R. García Blanco) Bug #140515 * Grid: Wrap child properties (Juan R. García Blanco) Bug #140515 * HeaderBar: Wrap child properties (Juan R. García Blanco) Bug #140515 * Paned: Wrap child properties (Juan R. García Blanco) Bug #140515 * TreeView: Deprecate property_rules_hint(). (Kjell Ahlstedt) Documentation: * Gtk::FileChooser::get_current_folder(): Update documentation from GTK+. (Kjell Ahlstedt) Bug #734570 (da_fox) 3.13.5 (unstable): Gtk: * Container: Support child properties. (Juan R. García Blanco) * Add EventController and Gesture* classes. (Kjell Ahlstedt) * IconTheme: Add add_resource_path() and deprecate add_builtin_icon(). (Murray Cumming) * Notebook: Add child properties tab_label, menu_label, position, tab_expand, tab_fill, reorderable, and detachable. (Juan R. García Blanco) * Stack: Add child properties name, title, icon_name, position, and needs_attention. (Juan R. García Blanco) * Switch: Add set/get_state(), the state property, and the state_set signal. * Toolbar: Add child properties expand and homogeneous. (Juan R. García Blanco) Bug #140515 * Widget: Deprecate get/set_double_buffered() and the property. (Kjell Ahlstedt) Documentation: * Demo: Update notebook's tabs style to match the gtk3-demo. (Juan R. García Blanco) * Demo: Add a gestures example, based on the gtk3-demo equivalent. (Kjell Ahlstedt) * Add Gestures group to the reference docs (Kjell Ahlstedt) 3.13.3 (unstable): Gtk: * Builder: Fix ref count in get_widget() and get_widget_derived() and add test case. (Kjell Ahlstedt) Bug #731444 (Peter) * Container: Deprecate [set|get]_resize_mode() and set_reallocate_redraws(). * Widget: Deprecate reparent(), region_intersect(), get_root_window(), [set|get]_margin_[left|right](), property_style(), property_margin_[left|right](). (Kjell Ahlstedt) * Add Overlay. (Juan R. García Blanco) * IconInfo: Deprecate set_raw_coordinates(), get_embedded_rect(), get_attach_points() and get_display_name(). (Murray Cumming) * Widget: Undeprecate and reimplement reparent() because it is still useful in gtkmm. (Kjell Ahlstedt) * WidgetPath: Deprecate iter_add_region(), iter_remove_region(), iter_clear_regions(), iter_list_regions() and iter_has_region(). (Murray Cumming) Documentation: * Application: Add documentation concerning the use of quit() (Kjell Ahlstedt) Bug #731126 (Glenn Rice) * Builder: Add documentation about widget and window lifetimes. (Kjell Ahlstedt) Bug #731444 (Peter) * Add Overlay demo. (Juan R. García Blanco) * demo: Avoid use of deprecated API. (Murray Cumming) * demo: Make side bar scrollable as in the C version. (Juan R. García Blanco) 3.13.2 (unstable): Gtk: * Don't assert argc/argv are non-null in Application::run() (Jonathon Jongsma) Bug #729212. * Deprecate Alignment. (Murray Cumming) * Deprecate Arrow. (Kjell Ahlstedt) * Bin: Deprecate add_label(const Glib::ustring& label, bool mnemonic, double x_align, double y_align) and add_pixlabel(const std::string& pixfile, const Glib::ustring& label, double x_align, double y_align). Add add_pixlabel(const std::string& pixfile, const Glib::ustring& label, Align x_align, Align y_align). * Label: Deprecate Label(const Glib::ustring& label, float xalign, float yalign, bool mnemonic). * MenuItem: Don't use deprecated Misc property. * Deprecate Misc (almost - it is still a base class). (Kjell Ahlstedt) * Deprecate NumerableIcon. (Kjell Ahlstedt) Documentation: * gtkmm-demo: use HeaderBar in main window. (Juan R. García Blanco) * Fix a segfault in the Drawing Area demo (Kjell Ahlstedt ) * Update documentation of Gtk::Dialog::run() (Kjell Ahlstedt) * Remove unnecessary parts of the docs_override.xml files (Kjell Ahlstedt)
2014-11-17PLIST fix for 'doc' option onadam1-33/+9
2014-11-17implement cacheFlush for NetBSD/armjmcneill2-1/+32
2014-11-16Update x11/labltk to 8.06.0.hiramatsu10-339/+553
This release does not contain functional changes, but MASTER_SITES, distfile and version number are updated to follow upstream.
2014-11-15commit updated distinfomarkd1-9/+5
2014-11-14Not MAKE_JOBS_SAFE.joerg1-1/+4
2014-11-14remove kde4-l10n-tg kde4-l10n-vimarkd1-3/+1
2014-11-14Update to KDE SC 4.14.3markd112-1553/+3128
2014-11-13Update to KDE SC 4.14.3markd24-301/+116
2014-11-13Update to KDE SC 4.14.3markd8-276/+21
2014-11-13Update to Tk-804.032markd5-44/+46
Also add patch from development version to fix: Workaround behaviour change in ExtUtils::MakeMaker 6.99_10 (PERL value is now quoted), which caused build failures (RT #100044). Tk-804.032 release (2014-01-26) ------------------ This is basically the same like Tk-804.031_503. Tk-804.031_503 release (2013-12-07) ---------------------- Fixes Regain compatibility for perl < 5.8.9 (SvIV_nomg is not available with earlier perls). Tests wm-time.t more robust against GNOME Shell slowness. Tk-804.031_502 release (2013-12-01) ---------------------- Fixes Enable libpng configure for all Solaris architectures. Documentation Update INSTALL, README-ActiveState.txt, and README-Strawberry.txt documents. Tk-804.031_501 release (2013-11-18) ---------------------- Fixes Fix gamma setting for PNG images (was only broken in 804.031_500). Fix clang compilation error (was only broken in 804.031_500). Tests Some tests are now more robust. Tk-804.031_500 release (2013-11-17) ---------------------- Fixes 88210: fix compilation for perl 5.19.0+ ("undef bool"). 90077: floating number issue with -textvariable variables. 89621: avoid segfaults during global destruction (by Gisle Aas). 87016: compatibility for libpng 1.6.x. 86988: use cflags/libs information from pkg-config zlib. 89261: split Tk/ColorEditor.pm into three .pm files. 71718: fix compilation issue with 64bit Strawberry Perl (Tk_Cursor). Fail gracefully if no font could be allocated. ptksh: storing the history works now also under Windows. Better handling if libpng's configure fails. Documentation Changes to README.linux (dependency requirements, fontconfig) and README.cygwin. Document special Tk::Table behavior regarding -takefocus => 0. Tests New test files (eventGenerate.t, sv.t) and new test cases (eventGenerate in optmenu.t). More test tweaks (e.g. skip some tests if the required fixed font is unavailable, see with_fixed_font in TkTest.pm, workaround some fvwm2 problems in wm-tcl.t, protect from haning wm-time.t). checked_test_harness() skips testing if no font could be allocated. No test request user positioning windows anymore (for old window managers like twm). Configuration file for travis-ci.
2014-11-12remove now unneeded patch.wiz1-44/+0
2014-11-12Remove gcc-2.95 patches.wiz17-2219/+4
Remove patch-aa and replace with SUBST_SED in Makefile.