18735 Commits

Author SHA1 Message Date
robert
2dab1ad1ae update to 3.22.12 2017-06-24 10:27:15 +00:00
ajacoutot
40c9df1944 Merge fixes from upstream to make sure gnome processes are properly killed
at logout.
2017-06-24 07:36:39 +00:00
jasper
1cf1378bc4 update to mutter-3.24.3 2017-06-23 19:02:41 +00:00
ajacoutot
833cbf0924 Update to gtk3mm-3.22.1. 2017-06-23 13:39:48 +00:00
jasper
3012c9c3e1 update to gnome-recipes-1.4.6 2017-06-22 20:09:44 +00:00
jasper
49241dc9df update to gtksourceview-3.24.3 2017-06-22 20:09:17 +00:00
jasper
0d1f39ddc0 update to gucharmap-10.0.0 2017-06-22 19:34:25 +00:00
ajacoutot
67555a5067 Update to nautilus-sendto-3.8.5. 2017-06-22 10:04:20 +00:00
jung
97d04a1417 update to dstat-0.5 2017-06-21 20:56:07 +00:00
jasper
67344ebd60 update to gjs-1.48.5 2017-06-21 19:27:55 +00:00
ajacoutot
deab5c956d Update to totem-pl-parser-3.10.8. 2017-06-21 14:56:28 +00:00
ajacoutot
c4b7910749 shell-extension: fix warning when iterating over extension list (upstream). 2017-06-21 13:47:19 +00:00
espie
e6fca0b87d kill ancient unneeded header, say "hello clang" 2017-06-21 10:26:11 +00:00
ajacoutot
18ea6c02d6 Committed upstream. 2017-06-21 08:05:05 +00:00
ajacoutot
b30d39e44f Update to gtk+3-3.22.16. 2017-06-21 07:33:05 +00:00
bcallah
969fc923a5 +xli 2017-06-19 17:15:26 +00:00
bcallah
dbcdbaa850 Import x11/xli, a very lightweight image viewer for X11.
ok sthen@

xli is an image display program for X. It is a fork of xloadimage.                                                                               
                                                                                                                                                 
A variety of options are available to modify images prior to viewing.   
These options include clipping, dithering, depth reduction, zoom (either
X or Y axis independently or both at once), brightening or darkening,   
input gamma correction, and image merging. When applicable, these       
options are done automatically (eg. a color image to be displayed on a  
monochrome screen will be dithered automatically). A utility (xlito) is 
provided that allows these viewing options to be appended to the image  
files.                              
                                                                        
xli can also be used to set the X background image if called as xsetbg.
2017-06-19 17:14:19 +00:00
bcallah
3b9d3e320a Mark this @conflict with upcoming x11/xli port and bump.
ok sthen@
2017-06-19 17:11:40 +00:00
landry
4209be100c Update to libxklavier 5.4.
Upstream is more or less dead/dormant, but
fedora/gentoo/ubuntu/archlinux ship this version, coming from a new
upstream, with only 'A couple of introspection fixes' in the changelog.

ok aja@
2017-06-19 08:38:03 +00:00
zhuk
8b3f051a78 Fix upcoming breakage in py-kde4 due to upcoming devel/py-sip update. 2017-06-17 21:58:59 +00:00
schwarze
10912417bb identical formatting, drop USE_GROFF and bump 2017-06-17 16:51:03 +00:00
jasper
893e78d066 update to gjs-1.48.4 2017-06-16 19:02:15 +00:00
rsadowski
91fe604c65 update evilwm to 1.1.1
- remove Victor Sahlstedt as maintainer (bounce email)

bcallah@
2017-06-16 05:48:53 +00:00
ajacoutot
6d032325fb Sync FFMPEG_V with graphics/ffmpeg.
from Brad (maintainer)
2017-06-15 11:33:50 +00:00
zhuk
ac16cdb1ce QtWebkit contains classes and functions for embedding web content in
applications using the Webkit framework.

This package contains sources for QtWebkit usage examples.

This is a part of upcoming Qt 5.9.
2017-06-15 08:41:48 +00:00
zhuk
be0a27b246 Unused file: Qt5 Webkit examples live in a different castle.. 2017-06-15 08:38:31 +00:00
zhuk
8fa04f3095 The Qt Virtual Keyboard project provides an input framework and reference
keyboard frontend for Qt 5 on Linux Desktop/X11, Windows Desktop, and Boot2Qt
targets.

The input framework makes it easy to write custom input methods or to integrate
3rd party input engines. The input methods can be implemented in C++ or QML.

This is a part of upcoming Qt 5.9.
2017-06-15 08:37:08 +00:00
zhuk
1f0b3b8ded The module enables a Qt application to support accessibility features such as
text-to-speech, which is useful for end-users who are visually challenged or
cannot access the application for whatever reason. The most common use case
where text-to-speech comes in handy is when the end-user is driving and cannot
attend the incoming messages on the phone.  In such a scenario, the messaging
application can read out the incoming message.

This is a part of upcoming Qt 5.9.
2017-06-15 08:36:13 +00:00
zhuk
df6d4c50dd The Qt SCXML module provides functionality to create state machines from SCXML
files. This includes both dynamically creating state machines (loading the SCXML
file and instantiating states and transitions) and generating a C++ file that
has a class implementing the state machine. It also contains functionality to
support data models and executable content.

This is a part of upcoming Qt 5.9.
2017-06-15 08:35:15 +00:00
zhuk
ac68aad5d6 Qt Remote Objects (QtRO) is an inter-process communication (IPC) module
developed for Qt. The idea is to extend existing Qt's functionalities to enable
an easy exchange of information between processes or computers.

One of the key features of Qt to enable this is the distinction between an
objects API (defined by its Q_Property, Signals and Slots) and the
implementation of that API. The purpose of QtRO is to meet the expected API,
even if the true QObject is in a different process. A Slot called on a copy of
an object (called a Replica) is forwarded to the true object (called a Source)
for handling. Updates to the Source, either property changes or emitted Signals,
are forwarded to every Replica.

This is a part of upcoming Qt 5.9.
2017-06-15 08:33:50 +00:00
zhuk
2cfd4845ee Qt Purchasing is an add-on library that enables Qt applications to support
in-app purchases. It is a cross-platform library that currently supports
purchases made to the Mac App Store on OS X, App Store on iOS, and Google Play
on Android.

This is a part of upcoming Qt 5.9.
2017-06-15 08:32:16 +00:00
zhuk
b0db021830 Qt Network Authorization provides a set of APIs that enable Qt applications
to obtain limited access to online accounts and HTTP services without exposing
users' passwords.

Currently, the supported authorization protocol is OAuth 1 & 2.

This is a part of upcoming Qt 5.9.
2017-06-15 08:31:04 +00:00
zhuk
d4a8c1ec43 A Qt 5 module that adds support for getting events from gamepad devices
on multiple platforms.

This module provides classes that can:
 - read input events from game controllers (Button and Axis events),
   both from C++ and Qt Quick (QML);
 - provide a queryable input state (by processing events);
 - provide key bindings.

This is a part of upcoming Qt 5.9.
2017-06-15 08:30:14 +00:00
zhuk
693e3a41be Qt Data Visualization module provides a way to visualize data in 3D as bar,
scatter, and surface graphs. It is especially useful for visualizing depth maps
and large quantities of rapidly changing data, such as data received from
multiple sensors. The look and feel of graphs can be customized by using themes
or by adding custom items and labels to them.

This is a part of upcoming Qt 5.9.
2017-06-15 08:28:52 +00:00
schwarze
cf64a3c8c1 These manuals look quite broken with groff because groff sets the
column separation in the excessively wide tables to zero, so you
cannot easily see the word boundaries.

With mandoc, the manuals are actually readable if you make your
terminal window wider than 132 columns, so drop USE_GROFF and bump.
2017-06-15 01:00:42 +00:00
ajacoutot
e4fcaa6963 Missing BDEP+RDEP on devel/iso-codes. 2017-06-14 20:21:32 +00:00
schwarze
be540b28a0 Fix a very weird encoding error that screwed up the content of the
afterstep_faq(1) manual.  I'm not going to debug XML parsers, so
just patch the documentation such that the XML stuff yields a valid
manual page.

Only whitespace differences between groff and mandoc formatting,
so drop USE_GROFF and bump.
2017-06-14 15:24:50 +00:00
schwarze
4478d7a66b uses .br and macros inside tbl(7), but formatting differences are very
minor and don't harm readability, so drop USE_GROFF and bump
2017-06-13 17:05:50 +00:00
ajacoutot
b153dbf93a Update to gnome-tweak-tool-3.24.1. 2017-06-13 07:45:48 +00:00
ajacoutot
2da38a6cd2 use the textproc/intltool MODULE. 2017-06-13 07:43:55 +00:00
jasper
c7915d1888 add missing patch; no bump as it didn't build
reminded by nigel@
2017-06-12 16:40:26 +00:00
ajacoutot
212b011311 Remove trailing lines. 2017-06-12 10:57:57 +00:00
ajacoutot
a689bab6a2 Update to latexila-3.24.1. 2017-06-12 08:00:28 +00:00
ajacoutot
9d13aff79f Fix LIB_DEPENDS to unbreak.
reported by naddy@
2017-06-11 22:02:02 +00:00
rsadowski
4fa7eca2c7 first kde-applications bits for further work. No functional changes.
ok jca@
2017-06-11 17:47:45 +00:00
jasper
13419c551f update to sakura-3.4.0 2017-06-11 15:14:18 +00:00
jasper
dc3df10f68 update to bijiben-3.24.0 2017-06-10 14:44:59 +00:00
jasper
dee89414fb update to libgweather-3.24.1 2017-06-10 13:49:19 +00:00
jasper
5b8fc48705 update to gnome-calendar-3.24.3 2017-06-10 13:47:20 +00:00
landry
473e24a810 Bugfix update to tumbler 0.1.32 2017-06-10 07:29:40 +00:00