naddy
f05e2c869a
explicitly link with libX11; fixes build with lld
2018-05-02 18:34:11 +00:00
naddy
98ded264c3
explicitly link with libgmodule; fixes build with lld
2018-05-02 18:17:56 +00:00
rsadowski
c145c57fff
Unbreak smokekde after kate-removal fiasco
2018-05-02 17:49:27 +00:00
rsadowski
fd7e21da17
Unbreak korundum after kate-removal fiasco
2018-05-02 17:48:54 +00:00
jasper
6dc0064534
use -Wl,-z,origin instead of LD_LIBRARY_PATH hack
...
from upstream
2018-05-02 16:54:23 +00:00
jasper
07ade12994
update to gnome-calendar-3.28.2
2018-05-02 16:50:41 +00:00
ajacoutot
736649382e
Don't override LDFLAGS.
2018-05-02 11:59:11 +00:00
ajacoutot
f4bccc9c0a
Remove hack; not needed after recent devel/meson change.
2018-05-02 11:51:55 +00:00
ajacoutot
f1ff236f34
Remove XXX hack, it's not needed anymore.
2018-05-02 11:47:44 +00:00
naddy
fbfcee9c09
explicitly link with all required libraries to fix linking with lld
2018-05-01 20:28:00 +00:00
naddy
0302a5f09e
Explicitly link with libm since math functions are called from the
...
main program. Fixes linking with lld.
2018-05-01 20:13:23 +00:00
matthieu
d895d5ff4d
Update to xcursor-themes 1.0.5.
...
ok ajacoutot@, rsadowski@ who also suggested other tweaks.
PLIST regen was missed in previous updates too apparently.
2018-05-01 11:46:34 +00:00
jasper
0e5c40816c
unhook the ports needed to get sqlports building again after the kate-removal fiasco.
...
up to rsadowski@ to decide how to actually fix them
2018-05-01 10:36:33 +00:00
ajacoutot
0a126cd6b9
Update to dbus-1.12.8.
2018-05-01 09:35:02 +00:00
jasper
fbde5197ab
unbreak sqlports by marking these ports broken. they have a LIB_DEPENDS on
...
kate which was removed last weekend without checking dependant ports.
2018-05-01 06:44:39 +00:00
jasper
2ed1b2e5d1
drop dependency on kde4 kate which has been removed. it's only a TDEP so i'll
...
simply switch this to to x11/kde-applications/kate; untested.
2018-05-01 06:42:41 +00:00
jasper
d046d9307c
apply patch from upstream bugreport to fix interaction with gjs
...
prevents a huge number of stacktraces when doing just about anything
2018-04-29 10:43:33 +00:00
rsadowski
40a37d9a64
Mark as broken, depends on x11/kde4/kqtquickcharts which is gone
...
Update is coming soon.
2018-04-29 10:24:18 +00:00
jasper
4a038df114
add missing build dependency to address "cannot locate ITS rules for org.gnome.gnome-system-monitor.policy.in "
2018-04-29 09:15:05 +00:00
rsadowski
6a937c618f
Remove KDE4 kqtquickcharts (replaced by x11/kde-applications/kqtquickcharts --
...
KDE5)
2018-04-29 07:55:02 +00:00
rsadowski
bcbdffd1ca
Remove KDE4 ktouch (replaced by x11/kde-applications/ktouch -- KDE5)
...
- unhook
- zap from meta
- drop all all KDE4 parts
2018-04-29 07:47:20 +00:00
rsadowski
ee242ebc33
Remove KDE4 kate (replaced by x11/kde-applications/kate -- KDE5)
...
- unhook
- zap from meta
- drop all all KDE4 parts
2018-04-29 07:41:41 +00:00
rsadowski
f1e82f14c3
hook ktouch
2018-04-29 06:51:04 +00:00
rsadowski
91e1432eb6
Import ktouch-17.12.3
...
KTouch is a typing learning tool for KDE.
It is a part of KDE Edu project.
ok landry@
2018-04-29 06:49:55 +00:00
bentley
6d0ad2f0ce
s/MAINTAIMER/MAINTAINER/
2018-04-28 22:13:57 +00:00
rsadowski
af586d87fc
zap conflict marker with kate-<17.12.3
...
Spotted by zhuk@
2018-04-28 21:09:04 +00:00
landry
064e7a1342
Fix build & certificate issues at runtime with FreeRDP 2.
...
Mostly from https://bugzilla.gnome.org/show_bug.cgi?id=774473
ok ajacoutot@
2018-04-28 19:23:55 +00:00
landry
ba02388c7a
Update to remmina 1.2.0rc29, based on an original diff from semarie@
...
ok jasper@ (MAINTAINER) ajacoutot@
2018-04-28 19:22:24 +00:00
landry
1b33ef2e47
Update to FreeRDP 2.0.0rc1, original diff from semarie@
...
Don't update to 2.0.0rc2, as it now requires POSIX timers that we lack
(ie timer_create(), cf #4592 )
Switch to real releases instead of github
Fixes a bunch of vulns, cf
https://blog.talosintelligence.com/2017/07/vulnerbility-spotlight-freerdp-multiple.html
tested by denis@ giovanni@ ajacoutot@ sthen@, thanks!
ok ajacoutot@ sthen@
2018-04-28 19:20:17 +00:00
bcallah
7b5fb77f82
Update to sakura-3.5.0
...
Build as -std=gnu99 and remove the patch.
From new MAINTAINER Victor Kukshiev <andrey0bolkonsky AT gmail DOT com>
2018-04-28 18:22:55 +00:00
jasper
201f6f9cd9
update to motif-2.3.8
2018-04-28 16:12:03 +00:00
landry
3217a30e7a
Update to girara 0.2.9.
2018-04-28 14:55:47 +00:00
landry
9aae676e21
+qt5ct, qt5styleplugins
2018-04-28 14:46:32 +00:00
landry
ed6de9d511
Import qt5ct 0.34.
...
This program allows users to configure Qt5 settings (theme, font, icons, etc.)
under DE/WM without Qt integration.
Set QT_QPA_PLATFORMTHEME=qt5ct in the environment to use it.
Helps me debugging a Qt5/Gtk+3 integration issue w/ qgis running on a
Gtk desktop environment..
ok rsadowski@
2018-04-28 14:45:21 +00:00
landry
92d013769d
Import qtstyleplugins-5.0.0.20170311.
...
Additional style plugins for Qt, previously shipped with Qt.
ok rsadowski@
2018-04-28 14:42:50 +00:00
kn
7bb56653d0
Update to ctwm-4.0.1
...
From Markus Hennecke with input from rsadowski and Matthew Fuller.
OK danj
2018-04-28 14:38:07 +00:00
ajacoutot
a118f0646e
build: Pass dependency to resource header; from upstream
...
This should fix intermitent build failures reported by naddy@
2018-04-28 13:18:19 +00:00
jasper
082701c490
update to yad-0.40.0
2018-04-28 13:18:18 +00:00
ajacoutot
e21d40d0eb
Missing BDEP on devel/libexecinfo; spotted by naddy@
...
(I was supposed to start removing usage of libexecinfo in our tree but...
oh well)
2018-04-28 11:01:59 +00:00
ajacoutot
31e8476014
Needs textproc/asciidoc to build the man pages.
2018-04-28 08:28:53 +00:00
robert
28026da3dc
+system-monitor
2018-04-27 12:56:37 +00:00
robert
d7bbfe8532
import mate-system-monitor-1.20.0;
...
The MATE system monitor program.
ok ajacoutot@
2018-04-27 12:56:20 +00:00
ajacoutot
6b82dec51a
Opportunistic bump after recent g-o-i fix.
...
ok jasper@
2018-04-27 12:45:17 +00:00
robert
37f89b3592
update to 3.22.16
2018-04-27 12:09:37 +00:00
robert
23efdce4aa
update to 1.20.1
2018-04-27 12:09:19 +00:00
robert
7588d2664f
update to 1.20.1
2018-04-27 12:09:10 +00:00
robert
e0b16b1309
update to 1.20.1
2018-04-27 12:09:02 +00:00
robert
9188546199
update to 1.20.1
2018-04-27 12:08:48 +00:00
robert
be24adcc3b
update to 1.20.1
2018-04-27 12:08:39 +00:00
robert
8d8119c41c
update to 1.20.1
2018-04-27 12:08:28 +00:00