22233 Commits

Author SHA1 Message Date
naddy
0874b7d12c Restore REVISION. Spectacle has its own VERSION, independent of the
KDE Applications update.
2020-09-12 16:11:24 +00:00
rsadowski
35a57fa9a0 Unbreak kitinerary patches from kili@
Broken by the 20.08.1 update

Spotted by sthen@, Thanks!
2020-09-12 12:40:10 +00:00
ajacoutot
c56334d47b Update to librsvg-2.50.0. 2020-09-12 09:28:26 +00:00
jasper
9172814873 update to gnome-shell-3.36.6 2020-09-12 08:24:46 +00:00
jasper
64ac5221ca update to mutter-3.36.6 2020-09-12 08:24:45 +00:00
jasper
8362d264bb update to libxkbcommon-1.0.1 2020-09-12 08:16:39 +00:00
rsadowski
2f3dc436b8 Bugfix update KDE applications to 20.08.1 2020-09-11 11:22:59 +00:00
ajacoutot
6aeda17f3e Update to yaru-20.10.3. 2020-09-11 08:29:49 +00:00
ajacoutot
965731d553 Update to tracker-miners-2.3.5. 2020-09-11 07:58:20 +00:00
ajacoutot
d4993d2f16 Update to meta-tracker-2.3.6. 2020-09-11 07:43:54 +00:00
ajacoutot
98180bc466 Update to gnome-desktop-3.36.6. 2020-09-11 07:32:11 +00:00
mariani
e42353cb30 Update x11/terminator 1.91 to 1.91
- Use github as MASTER_SITES.
- Update HOMEPAGE.
- Switch to python3.

Tested OK on amd64.

Help and comments from sthen@ bket@
OK bket@
2020-09-10 13:47:46 +00:00
mariani
2a432e4c86 https://lxqt.org/ is not responding.
Updating HOMEPAGE to https://lxqt.github.io/
2020-09-10 13:32:37 +00:00
sthen
092083543e Update TigerVNC port to build against xorg-server 1.20.8 to match xenocara.
Can't update TigerVNC itself, commit 1af1cfdf8709 breaks non-PAM systems.
2020-09-10 09:56:15 +00:00
kili
3b2b9cb34d Unbreak with upcoming poppler-20.09.0.
ok rsadowski@ (maintainer)
2020-09-09 20:13:27 +00:00
sthen
4021f71999 jgmenu: s/killall/pkill/, from Uwe Werler
I guess upstream didn't use solaris.
2020-09-08 20:23:58 +00:00
rsadowski
92882b7143 Fix wrong LIB_DEPENDS 2020-09-07 16:01:22 +00:00
rsadowski
3ca1dc5b5d Remove old reference to x11/kde-applications/kdav
Spotted by naddy
2020-09-07 15:58:36 +00:00
rsadowski
4a6c9771f9 Remove the last kdav bits, spotted by naddy. thanks! 2020-09-07 15:55:57 +00:00
rsadowski
627b187d23 Add missing patches 2020-09-07 14:52:40 +00:00
rsadowski
a3244f1663 Update KDE Applications to 20.08.0
- x11/kde-applications/lokalize is marked as broken, this version
  depends on Qt 5.14+
- kdav moved from kde-applications to devel/kf
- As always, major bump all shared libs.
2020-09-07 14:49:10 +00:00
sthen
7d8b5c0044 use MODPY_WANTLIB 2020-09-07 12:53:00 +00:00
thfr
76f2a4f1ed +kitty 2020-09-07 12:22:16 +00:00
thfr
5840162dab import kitty, a GPU-accelerated terminal emulator
ok rsadowksi@
previous draft was tested by bcallah@ at the time

DESCR:
kitty is designed for power keyboard users. To that end all its controls work
with the keyboard (although it fully supports mouse interactions as well). Its
configuration is a simple, human editable, single file for easy reproducibility
(I like to store configuration in source control).

The code in kitty is designed to be simple, modular and hackable. It is written
in a mix of C (for performance sensitive parts) and Python (for easy hackability
of the UI). It does not depend on any large and complex UI toolkit, using only
OpenGL for rendering everything.

Finally, kitty is designed from the ground up to support all modern terminal
features, such as unicode, true color, bold/italic fonts, text formatting, etc.
It even extends existing text formatting escape codes, to add support for
features not available elsewhere, such as colored and styled (curly) underlines.
One of the design goals of kitty is to be easily extensible so that new features
can be added in the future with relatively little effort.

* Offloads rendering to the GPU for lower system load and buttery smooth
scrolling. Uses threaded rendering to minimize input latency.

* Supports all modern terminal features: graphics (images), unicode, true-color,
OpenType ligatures, mouse protocol, focus tracking, bracketed paste and several
new terminal protocol extensions.

* Supports tiling multiple terminal windows side by side in different layouts
without needing to use an extra program like tmux.

* Can be controlled from scripts or the shell prompt, even over SSH.

* Has a framework for Kittens, small terminal programs that can be used to
extend kitty's functionality. For example, they are used for Unicode input,
Hints and Side-by-side diff.

* Supports startup sessions which allow you to specify the window/tab layout,
working directories and programs to run on startup.

* Cross-platform: kitty works on Linux and macOS, but because it uses only
OpenGL for rendering, it should be trivial to port to other Unix-like platforms.

* Allows you to open the scrollback buffer in a separate window using arbitrary
programs of your choice. This is useful for browsing the history comfortably in
a pager or editor.

* Has multiple copy/paste buffers, like vim.
2020-09-07 12:19:52 +00:00
landry
5327d32fd5 Update to xfce4-notifyd 0.6.2.
See https://mail.xfce.org/pipermail/xfce-announce/2020-September/000896.html
2020-09-07 11:50:42 +00:00
jasper
efa516f513 update to grilo-0.3.13 2020-09-06 10:09:10 +00:00
jasper
9e07bd7733 update to grilo-plugins-0.3.12 2020-09-06 10:09:09 +00:00
ajacoutot
24fb0269c3 Update to gnome-user-docs-3.36.6. 2020-09-06 07:50:26 +00:00
ajacoutot
aa25d778ef Update to gnome-music-3.36.5. 2020-09-06 07:15:21 +00:00
ajacoutot
be52727cac Update to at-spi2-core-2.36.1. 2020-09-05 11:17:21 +00:00
ajacoutot
fc94a647d9 Update to gtk+3-3.24.23. 2020-09-05 11:16:30 +00:00
mariani
31d54a4196 Update x11/lxqt 0.13.0 to 0.15.0
The translations have been moved from x11/lxqt/l10n to each individual
component, goodbye x11/lxqt/l10n.

tested OK on amd64.

OK rsadowski@
2020-09-04 15:40:09 +00:00
ajacoutot
80660a5a9d Update to orca-3.36.6. 2020-09-01 17:55:19 +00:00
naddy
c552ea72f3 bump for plist changes 6.7 -> 6.8 2020-08-31 22:20:49 +00:00
rsadowski
18528cb691 Unbreak with grantlee-qt5>=5.2 2020-08-31 19:06:29 +00:00
rsadowski
0712a70813 Unbreak with grantlee-qt5>=5.2 2020-08-31 19:06:24 +00:00
rsadowski
14d2fc19f5 Update grantlee-qt5 to 5.2.0 2020-08-31 19:06:18 +00:00
bcallah
94709d745c Update to worker-4.5.1
This is a bugfix release that fixes the 32-bit build error I reported, so
all the patches go away.
Tested on amd64 and i386.
2020-08-26 22:44:48 +00:00
ajacoutot
8f26544f1f Update to tracker-miners-2.3.4. 2020-08-26 07:02:33 +00:00
ajacoutot
6ed0876309 Update to (meta-)tracker-2.3.5. 2020-08-26 06:50:14 +00:00
ajacoutot
04c82eb792 Dumb me, fix path to gettext-tools 2020-08-24 06:38:39 +00:00
sthen
a3c4f0feae +p5-Gtk3 2020-08-23 20:46:21 +00:00
sthen
a9d60ae919 import ports/x11/p5-Gtk3, tweak/ok afresh1@
Perl interface to the 3.x series of the gtk+ toolkit
2020-08-23 20:46:19 +00:00
ajacoutot
5a281b0d99 Add explicit dependency on textproc/gettext-tools.
This should not be needed because we depend on:
py-distutils-extra -> intltool -> gettext-tools
where this is really used.
But the check for gettext-tools in ports/infrastructure/mk/bsd.port.mk:2650
only checks for direct dependency of the port :-(
2020-08-23 15:43:07 +00:00
ajacoutot
6e50fcdcf8 Remove explicit dependency on intltool.
It's provided by py-distutils-extra.
2020-08-23 08:16:42 +00:00
robert
5a93380bc5 update to 1.24.1 2020-08-22 08:22:33 +00:00
naddy
b7ee1b7bd2 missing bump after reworked multimedia/phonon 2020-08-21 17:46:37 +00:00
naddy
b52f3ca7a7 missing bump after reworked multimedia/phonon 2020-08-21 15:48:59 +00:00
robert
629d0abcb7 +menu-advanced 2020-08-21 14:44:57 +00:00
robert
c0ec8e334a import of mate-menu-advanced-20.04.1;
MATE Menu is an advanced menu for MATE, forked off of MintMenu with
some Mint specific options and package management features removed.

It provides the follow features by default:
 - filtering
 - favorites
 - plugins

ok ajacoutot@
2020-08-21 14:42:15 +00:00