summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2018-06-09Fix installation on Darwin.youri3-3/+12
2018-06-09ruby-gnome2: update to 3.2.7.tsutsui13-42/+55
pkgsrc changes: * remove a fix for glib2 pulled from upstream * remove a gobject-introspection patch for netbsd-6 (seems fixed in upstream) Upstream changes (from NEWS): == Ruby-GNOME2 3.2.7: 2018-06-07 This is a packaging bug fix release of 3.2.6. === Changes ==== All * Improvements * Added support for using unreleased version with Bundler. [Patch by cedlemo] * Fixes * Fixed a packaging bug that dependencies are missing. == Ruby-GNOME2 3.2.6: 2018-06-06 This is a bug fix release of 3.2.5. === Changes ==== Document * Improvements * Updated project URL. [GitHub#1174][Patch by okkez] ==== All * Improvements * Added support for using unreleased version with Bundler. [Patch by cedlemo] * Windows: Upgraded bundled library versions. ==== Ruby/GLib2 * Improvements * (({GLib::Object.define_signal})): Added. (({GLib::Object.signal_new})) is deprecated. * (({GLib::Object.signal_new})): Changed to accept (({Symbol})) as flags. * (({GLib::Signal})): Migrated to (({TypedData})). * (({GLib::Enum})): Migrated to (({TypedData})). * (({GLib::Flags})): Migrated to (({TypedData})). * (({GLib::Boxed})): Migrated to (({TypedData})). * (({GLib::Param})): Migrated to (({TypedData})). * (({rbgobj_signal_new()})): Added. (({rbgobj_signal_wrap()})) is deprecated. * Dropped GLib < 2.28 support. * (({GLib::Variant.new})): Changed to accept (({String})) as variant type. * (({rbg_variant_type_from_ruby()})): Added. * (({rbg_gc_guard()})): Added. * (({rbg_gc_unguard()})): Added. * Fixes * Fixed a bug that signal created by (({GLib::Object.signal_new})) may be GC-ed. [GitHub#1166][Reported by Izumi Tsutsui] ==== Ruby/GObjectIntrospection * Improvements * (({GObjectIntrospection::Struct})): Migrated to (({TypedData})). * Improved better function detection. * Added heuristic callback data detection. * Added support for getting flags field value. * (({RBGICallbackData})): Hidden details. * (({rb_gi_callback_data_get_metadata()})): Added. * (({rb_gi_callback_data_get_rb_callback()})): Added. * Added (({to_integer})) to (({to_i})) mapping. [GitHub#1191][Patch by yosuke shiro] ==== Ruby/CairoGObject * Improvements * Added (({gtype})) class methods. ==== Ruby/GIO2 * Improvements * (({Gio::MenuItem#set_attribute_value})): Improved argument conversion. Callers don't need to create (({GLib::Variant})). * (({Gio::Settings.new})): Added support for keyword (({Hash})). [GitHub#1187][Patch by cedlemo] ==== Ruby/Pango * Improvements * (({Pango::Attribute})): Migrated to (({GLib::Boxed})). * (({Pango::Rectangle#dup})): Added. * (({rbpango_attribute_from_ruby()})): Added. * Fixes * Fixed a bug that wrong (({Pango::Attribute})) conversion. [GitHub#1188][Reported by kojix2] ==== Ruby/GdkPixbuf2 * Improvements * (({GdkPixbuf::Pixbuf#subpixbuf})): Added. (({GdkPixbuf::Pixbuf#new_subpixbuf})) is deprecated. * (({GdkPixbuf::Pixbuf#new})): Improved the default (({row_stride})) value. ==== Ruby/GDK3 * Improvements * (({Gdk::Cursor.new})): Added multiple calls with the same value. [GitHub#1195][Reported by kojix2] ==== Ruby/GTK3 * Improvements * Removed needless custom callback handlers. * Dropped GTK+ 3.10 support. * (({Gtk::Application.new})): Changed to all arguments are omittable. * (({Gtk::TextBuffer#insert})): Changed to raise an exception for unknown tag. * Fixes * Fixed a bug that (({Gtk::Version.or_later?})) requires the 3rd argument. * Fixed demo. * [GitHub#1175][GitHub#1176][GitHub#1177][GitHub#1178][GitHub#1183] [GitHub#1184][GitHub#1185] [Reported by kojix2] * [GitHub#1181][GitHub#1186][GitHub#1197][GitHub#1210] [Patch by kojix2] ==== Ruby/Poppler * Improvements * (({Cairo::Context#show_poppler_page})): Added for consistency. ==== Ruby/RSVG2 * Improvements * (({Cairo::Context#show_rsvg_handle})): Added for consistency. ==== Ruby/GStreamer * Improvements * (({Gst::Element.[]})): Added as a shortcut of (({Gst::ElementFactory.make})). * (({Gst::Bus#poll})): Made all arguments omittable. === Thanks * Izumi Tsutsui * okkez * kojix2 * cedlemo * yosuke shiro
2018-06-05qt5-qtbase: fix shared library plugin naming on darwindbj4-21/+19
2018-06-04Optionalize mate-polkit.youri1-2/+2
2018-06-04Remove obsolete package.youri5-54/+1
2018-06-04- Add a consistent Gtk2/3 theme by default. Use Adwaita.youri3-5/+8
- Add upower dependency for screen rotation mainly. - Add pluggable settings, so that settings panels are embedded in the control center. - Update pkgrevision for binary changes.
2018-06-02Fix for macos.youri1-2/+2
2018-06-02Fix patch to actually correct the real error here.joerg2-4/+6
2018-06-02slim: fix build with clangjmcneill2-1/+15
2018-06-02mate-applets: remove hal option and dependencyjmcneill1-10/+3
The --enable-hal option is no longer supported in MATE 1.20, so remove the option and dependency from this package.
2018-06-01Adjust PKGNAME, thanks leot@!youri1-2/+3
2018-06-01Add libgnomekbd2 files.youri5-0/+144
2018-06-01- Move libgnomekbd to libgnomekbd2 for older Gnome2 packagesyouri13-43/+43
- Import libgnomekbd 3.6.0 for Cinnamon and Gnome3.
2018-06-01libdrm builtin.mk: Add the rest of libdrm_ pkgconfig files, too.maya1-3/+5
Helps with building pkgsrc mesa with base xorg.
2018-06-01Remove double inclusion of prefs.mk.youri1-3/+1
2018-06-01revert mistakeyouri1-2/+2
2018-06-01Fix distinfo.youri1-2/+2
2018-06-01Make pkglint happy.youri2-5/+4
2018-05-31xfce4-notifyd: Simplify and fix xfce4-notifyd.desktop handling.jperkin2-12/+13
2018-05-31xf86-video-fbdev: remove obsolete patchwiz1-15/+0
2018-05-30xf86-video-fbdev: update to 0.5.0.wiz2-9/+7
Compatibility updates for xserver 1.20. Adam Jackson (8): Default to 32bpp if the console is 8bpp (and we weren't told otherwise) Use own thunk functions instead of fbdevHW*Weak Pass the pci device (if any) through to fbdevhw in probe and preinit Fix shadow fb allocation size (v2) Remove dead pix24bpp variable Use shadowUpdate32to24 at 24bpp Update for 1.20 ABI fbdev 0.5.0 Alan Coopersmith (3): configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 Use #ifdef instead of #if to avoid build error Emil Velikov (1): autogen.sh: use quoted string variables Mihail Konev (1): autogen: add default patch prefix Pascal Terjan (1): Initialize pci_dev Peter Hutterer (1): autogen.sh: use exec instead of waiting for configure to finish
2018-05-29Don't rewrite pkgsrc file but rather do substitution in wrksrc.youri2-11/+13
2018-05-29Install a desktop file so that notifyd can autostart on non-systemd systems.youri2-1/+19
2018-05-29Fix installation of the xscreensaver autostart file so that Xfce4 usersyouri1-9/+10
can lock their screen from the panel without any extra work. Also depend on xscreensaver now.
2018-05-27Add vendor info and tiny buildlink fix.youri2-3/+4
2018-05-27Handle sysconfdir properly.youri3-6/+7
2018-05-26libdrm: update to 2.4.92.wiz3-13/+13
Daniel Stone (3): drm/atomic: Refuse to add invalid objects to requests headers: Sync with drm-next headers: Update README Dylan Baker (1): meson: don't use compiler.has_header Emil Velikov (1): Revert "libdrm: intel/Android.mk: Filter libdrm_intel library requirements on x86/x86_64" Eric Engestrom (13): freedreno: add missing symbols to symbol-check meson: use pkg-config to detect libatomic_ops meson: make it easy to add headers to check meson: detect alloca.h meson,configure: always define HAVE_OPEN_MEMSTREAM meson,configure: always define HAVE_VISIBILITY meson,configure: always define UDEV meson: replace `if(compiles) have=true` with `have=compiles` meson,configure: include config.h automatically meson: drop unneeded dependency to libudev meson: move line to allow using `config` earlier meson: drop unnecessary variable xf86drmMode: merge successive mutually-exclusive #ifs Gowtham Tammana (1): omap: add Android build support Inki Dae (1): tests: fix memory leak issue James Zhu (1): tests/amdgpu: add vce mv tests support and sets John Stultz (3): libdrm: intel/Android.mk: Filter libdrm_intel library requirements on x86/x86_64 libdrm: Use readdir instead of readdir_r to avoid build warnings libdrm: gralloc_handle.h: Fix build issue with Android Marek Olšák (1): Revert "amdgpu:support 16 ibs per submit for PAL/SRIOV" Matt Atwood (1): Intel: Add a Kaby Lake PCI ID Michel Dänzer (1): amdgpu: Deinitialize vamgr_high{,_32} Paulo Zanoni (1): intel: add support for ICL 11 Qiang Yu (1): amdgpu:support 16 ibs per submit for PAL/SRIOV Rex Zhu (1): headers: sync up amdgpu_drm.h with drm-next Rob Clark (2): freedreno: add fd_pipe refcounting bump version for release Rodrigo Vivi (1): intel/intel_chipset.h: Sync Cannonlake IDs. Sabre Shao (1): drm/amdgpu: Remove IB count checking Satyajit (1): libdrm: amdgpu: Adding DRM_RDWR flag in amdgpu_bo_export Seung-Woo Kim (1): tests/exynos: remove dead condition Stefan Schake (1): android: Add missing include exports Tomasz Figa (1): intel: Do not use libpciaccess on Android Xiaojie Yuan (1): amdgpu: enlarge the maximum number of cards supported
2018-05-25Fix startlxde so it picks the session configuration file properly.youri2-1/+17
2018-05-23vte3: fix PKGNAMEwiz1-3/+2
2018-05-22Update to 0.5.3: No full changelog but it works on NetBSD properly now.youri3-10/+27
2018-05-22Update to 0.3.1:youri4-26/+9
Changes since 0.2.0 - Arguments are now properly passed to child process. - Fixed login shell, also applies to new tabs. - Renamed tabs can now be reset, fixed '--title'. - Improved GTK3 and VTE support. - Added palette customization. - Added terminal zoom feature. - Added tab activity notification (bold). - Added --no_remote to spawn a separate teminal process. - Optional confirmation when closing multiple tabs.
2018-05-22Update to 0.99.2:youri2-7/+7
0.99.2 ------------------------------------------------------------------------- * Replaced 'stretch' wallpaper_mode setting with 'crop' in pcmanfm.conf. * Updated view_mode and sort settings in pcmanfm.conf with new values. * Made dbus-launch start only if $XDG_RUNTIME_DIR/bus isn't available. * Updated lxpanel configuration files to match latest version. * Added volume plugin to default panel, near everyone uses audio nowadays. * Removed netstat plugin from default panel, it's usually superseded with either NM or wicd. * Updated startlxde.1 man page. * Ensured the existance of the user applications folder by startlxde.
2018-05-22Update lxappearance to 0.6.3. No changelogs available.youri2-8/+7
2018-05-22Allow vte and vte3 to coexist by setting PKGNAME to vte3.youri2-4/+5
2018-05-20Fix plist when polkit option is disabledjmcneill1-5/+5
2018-05-20Fix build.youri1-2/+2
2018-05-20xf86-video-s3virge: Fix build with modular-xorg-server-1.20.wiz2-1/+24
2018-05-20xf86-video-savage: fix build with modular-xorg-server-1.20wiz2-1/+19
2018-05-20xf86-video-tseng: Fix build with modular-xorg-server-1.20.wiz2-5/+38
2018-05-20xf86-video-r128: fix build with modular-xorg-server-1.20wiz3-1/+44
2018-05-20xf86-video-amdgpu: fix build with modular-xorg-server-1.20.wiz2-1/+29
2018-05-20xf86-video-ati: Fix build with modular-xorg-server-1.20wiz2-1/+29
2018-05-20xf86-video-sis: Fix build with modular-xorg-server-1.20.wiz2-1/+25
2018-05-19Update mozo to 1.20.0.youri3-8/+8
2018-05-19xf86-video-vmware: update to 13.3.0.wiz2-8/+7
This release provides dri3 support for recent mesa (XA version 2.4+), build support for xserver 1.20, a number of compilation warning fixes, removal of old Xwayland and Xmir support, and a couple of minor bug fixes. Note that linux distros that choose to not compile in kernel modesetting- and 3D should avoid enabling the vmwgfx linux kernel module. As usual, the release is intended to be usable even with old X servers, but testing for older servers (xserver 1.0+) has been limited to compile-testing only. Dedicated functionality testing has been run on xserver 1.19.99 series.
2018-05-19xf86-video-rendition: update to 4.2.7.wiz2-8/+7
A boring release, adding source compatibility with xserver 1.20. Adam Jackson (2): Move [HV]Total checks into renditionValidMode rendition 4.2.7 Alan Coopersmith (2): configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 Emil Velikov (1): autogen.sh: use quoted string variables Mihail Konev (1): autogen: add default patch prefix Peter Hutterer (1): autogen.sh: use exec instead of waiting for configure to finish
2018-05-19xf86-video-mach64: update to 6.9.6.wiz2-8/+7
A boring release, fixing source compatibility with xserver 1.20. Adam Jackson (3): Move max mode h/v checks into ATIValidMode mach64 6.9.6 Alan Coopersmith (2): configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 Emil Velikov (2): autogen.sh: use quoted string variables xf86-video-mach64: remove the GlxSetVisualConfigs stub and friends Mihail Konev (1): autogen: add default patch prefix Peter Hutterer (1): autogen.sh: use exec instead of waiting for configure to finish
2018-05-18x11/qt5-qtbase: Fix version in PLIST.Linuxbacon1-2/+2
2018-05-18x11/qt5-qtbase: Fix version in PLIST.Linuxbacon1-16/+16
Previous commit failed to update the hard-coded version from 5.10.0. Replacing with ${PKGVERSION} to avoid a repeat.
2018-05-18Be more modern by add -noretro X option.youri2-4/+4