711 Commits

Author SHA1 Message Date
rsadowski
59cabba220 Remove Qt4
After there are no consumers left, it can finally be deleted.

ok jca@
2021-07-26 04:00:20 +00:00
ajacoutot
b1c3b44905 Update to py3-xlib-0.31 and make it py3 only. 2021-07-11 08:05:13 +00:00
abieber
7a386511c3 +libquotient 2021-05-25 23:03:09 +00:00
abieber
e127c98f1c +libqtolm 2021-05-25 22:53:15 +00:00
rsadowski
2e0323e41d qt6++ 2021-05-03 16:41:36 +00:00
jeremy
b0b1d925a7 Stop building ruby26 ports by default
Ruby 2.6 is now in security maintenance mode, so per our Ruby support
policy, we will no longer build ruby26 packages by default.
2021-04-24 00:31:55 +00:00
jasper
19b3a2e900 +gtksourceview5 2021-04-02 09:29:09 +00:00
sthen
f311149add add zyn-fusion ports 2021-03-29 19:52:37 +00:00
daniel
565c1ce9cd remove subdirs for ports that are python3 only now 2021-03-20 15:57:03 +00:00
tracey
0ad388f8e2 add xmenu to build 2021-03-10 17:22:19 +00:00
rsadowski
07bd2977f2 Link adwaita-qt and lightly 2021-03-07 05:06:34 +00:00
rsadowski
89163e37c8 Link kde-plasma 2021-03-06 06:38:13 +00:00
solene
2c50e98855 + pmenu 2021-03-04 22:46:58 +00:00
gnezdo
633ea1ab54 Unplug all hs-* ports for removal
ok kili, sthen
2021-03-04 02:45:49 +00:00
gnezdo
9f91a633a1 Unplug x11/hs-xmonad-contrib as x11/xmonad,-lib is no more 2021-03-01 04:20:28 +00:00
naddy
5ca3277288 remove x11/golem
Our port of this old window manager is at version 0.0.5, which is
from 2002 (19 years old).  At startup, there is a spew of errors
about undefined symbols and the plugins can't be loaded.  Clearly,
nobody has been using this.

There is a newer development version 0.0.6 from 2007, but it relies
on Linux-only code.

ok kn@ ajacoutot@
2021-02-26 21:24:22 +00:00
kn
11b15aa6f0 Remove x11/driftnet
This tool segfaults when
1. ran without any arguments
2. passing "--help" instead of "-h"
3. passing an invalid pcap-filter(5) expression, e.g. "foo"

Running it and opening HOMEPAGE in a browser shows HTTP traffic to the site
but the tool fails to do its job entirely, i.e. it cannot detect/show/etc.
the JPEG image http://www.ex-parrot.com/~chris/driftnet/screenshot.jpg as
requested by the browser.

OK claudio
2021-02-15 09:20:33 +00:00
sthen
ffb14e6a7a update to py-qtawesome-1.0.2, now py3-only, also adds a browser app
(missed when i converted py-qtpy/py-qt5 to 3-only)
2021-02-14 18:06:21 +00:00
sthen
425b92d279 whack py-sip and friends into shape. the previous ports update ended up
with two different versions of py-sip; the old one configured to only
produce the module for py-qt5 (in devel/py-sip) and the actual sip in
x11/py-sip-qt5, with broken update chain and which didn't entirely
make sense.

in particular: py-sip is now actually (a newer version of) sip again,
with py2 support dropped (current versions don't have it). other ports
using this are changed to the newer build system using "sip-build"
where possible.

for the future we will need to move to sip 6.x which drops the older
build system using the "sip5" or "sip" script; other ports (veusz, and
i think qgis) don't work with that yet.
2021-02-14 14:24:20 +00:00
sthen
e58761d112 update to py-qtpy-1.9.0, drop py2 2021-02-13 23:01:09 +00:00
naddy
b484a714d9 remove x11/xfed
Three-decade-old code, long abandoned, parse error on first .bdf file
I tried.

ok solene@ ajacoutot@ kn@
2021-02-08 20:48:32 +00:00
tb
25710917e5 +mlvwm 2021-02-06 14:49:55 +00:00
kn
d97cbe6942 Remove x11/xtraceroute
It often aborts upon start due to "free(): recursive call",
does not support IPv6,
segfaults in vfscanf(3) due to "traceroute: sendto: No route to host" and
specifying a target only seems to work on the command line but not during
runtim in the window.
At runtime, it eventually aborts again.

tb even reported graphics related crashes in X11's iris driver when clicking
on the globe.

This port fails to build with "-fno-common".

No objections tb
OK sthen
2021-01-30 11:41:49 +00:00
jeremy
c10fda1d86 Build Ruby 3.0 versions of native gem ports by default 2021-01-29 17:05:32 +00:00
rsadowski
65d85e21ed Remove py-qt4
OK kn@
2021-01-24 10:41:23 +00:00
rsadowski
04c6246072 Remove qtstyleplugins-5.0.0.20170311
"it was originally ported to 'fix' the qt5 bug with file dialogs when
running within gtk desktop environments, the default gtk3 file dialog
triggers a cpu 100% spin." -- landry

This issue still exists so DO NOT USE GTK3-style (which should not be the
default) for (py)-Qt applications.

Qt5 does not ship a qtconfig utility to configure fonts, icons or styles. You
can use the qt5ct package to do this job.  Don't forget to set the environment
variable QT_QPA_PLATFORMTHEME=qt5ct so that the settings are picked up by Qt
applications

OK kmos, kn and landry
2021-01-18 20:25:47 +00:00
jasper
cb698c3bc1 we have reached enlightenment and as such no longer need to weighed down by
the ancient cruft of e17 which has long outlived its purpose.

prompted by laurent
ok cwen@ gnezdo@ jca@
2021-01-18 19:48:14 +00:00
daniel
965d773bea +py-pyglet,python3 2021-01-10 22:17:22 +00:00
ajacoutot
cde847c3e7 +gtkmm40 2020-12-20 15:15:21 +00:00
rsadowski
2e87703846 Remove Qt3
There are no consumers left. Time to say goodbye.

OK kn, kmos. Maintainer timeout
2020-12-19 15:50:07 +00:00
rsadowski
9eda58683a Unhook kde and kde-shared-data 2020-12-12 07:28:59 +00:00
sthen
31f4d3ac0b +xss-lock 2020-11-22 18:25:36 +00:00
rsadowski
35d07e563c Zap qwt,qt5 2020-11-09 18:42:30 +00:00
ajacoutot
b6323646b6 Remove keybinder; nothing depends on it and the world has moved to
keybinder3.

ok jca@ kn@ jasper@ sthen@
2020-11-06 15:45:51 +00:00
sthen
af246cc2e5 +autorandr 2020-11-05 11:14:24 +00:00
edd
65e108132e Link x11/gromit-mpx. 2020-09-25 20:34:10 +00:00
edd
f140cc9e69 Unlink x11/lib{app}indicator until we know what may pick it up.
A code search suggests that lots of packages may starting picking these up, so
until we've checked, it's safer to unlink them.

Spotted by landry@, OK landry@ and sthen@.
2020-09-24 09:01:36 +00:00
edd
6813310fc2 Link x11/libappindicator. 2020-09-23 13:20:13 +00:00
edd
48a13efce3 Link x11/libindicator. 2020-09-23 13:15:26 +00:00
kevlo
b80e11a88b +lxterminal 2020-09-19 14:31:04 +00:00
thfr
76f2a4f1ed +kitty 2020-09-07 12:22:16 +00:00
sthen
a3c4f0feae +p5-Gtk3 2020-08-23 20:46:21 +00:00
naddy
64facc3f8d unhook dbusmenu-qt,qt5 here as well 2020-08-20 20:10:25 +00:00
bcallah
007d8a1734 +hsetroot 2020-08-17 17:04:33 +00:00
bcallah
9ba3f7f061 +screenkey 2020-08-11 21:33:56 +00:00
kirby
c8f77d6cb9 + picom 2020-07-27 09:05:45 +00:00
bcallah
431a7a87dc +xcolor 2020-07-24 17:23:37 +00:00
bcallah
f0a1de5bab +bemenu 2020-07-03 17:28:11 +00:00
rsadowski
09360ce16b Remove KDE4 2020-06-30 07:03:00 +00:00
rsadowski
c5c76b01c6 Remove grantlee libkscreen polkit-qt5 2020-06-30 05:28:46 +00:00