20364 Commits

Author SHA1 Message Date
sthen
ab32a08db4 update to xdaliclock-2.44, from Pamela Mosiejczuk
(the distfile is 10x larger, this is just due to OSX binaries)
2019-02-07 12:26:24 +00:00
sthen
3e97250ab2 security update to rdesktop-1.8.4
info at https://research.checkpoint.com/reverse-rdp-attack-code-execution-on-rdp-clients/
2019-02-06 14:22:39 +00:00
kn
44eafb210a Zap empty comment, my bad 2019-02-06 11:36:26 +00:00
kn
6a7fdf41f5 +menumaker 2019-02-06 11:35:00 +00:00
kn
b739af33e6 Import menumaker
MenuMaker is a menu generation utility for X window managers on *NIX
systems. It is capable of finding lots of installed programs and
generating a root menu consistent across all supported environments.

From Alessandro DE LAURENZIS <just22 at atlantide dot t28 dot net>
OK sthen
2019-02-06 11:33:45 +00:00
ajacoutot
9d6a8808c8 Update to gnome-desktop-3.30.2.1. 2019-02-06 10:20:40 +00:00
kn
98cd9cfc2e Make chromium based browsers start on tag 9 to be consistent with firefox
Courtesy of tedu, "+1" nayden
2019-02-05 20:02:29 +00:00
ajacoutot
43daf2e492 Update to gtk+3-3.24.5. 2019-02-05 08:58:19 +00:00
kn
48cc163f75 Update to dmenu-4.9
This is the first release with upstream support for pledge(2).

OK bket sthen
2019-02-04 21:36:55 +00:00
jca
d973e59ec3 Make BROKEN-sparc64 marker more visible 2019-02-04 21:01:47 +00:00
jasper
65ffc2c2a4 - drop patch now that gl_pathc is size_t
- switch HOMEPAGE to https while here
2019-02-04 18:30:25 +00:00
bcallah
8d1646d83c +jgmenu 2019-02-03 15:47:28 +00:00
bcallah
c44a2793a8 Import x11/jgmenu, a freedesktop-compliant menu for openbox and tint2.
Original submission by J. Scott Heppler -- thanks!
Tweaks/revisions by sthen@ and me, ok sthen@

jgmenu is a stand-alone, simple and highly configurable menu application
for Linux and BSD.  Although originally written to be used with openbox
and tint2, it is not in any way dependent on these and can be used with
other panels and window managers.
2019-02-03 15:47:09 +00:00
sthen
a8428f7647 Use https for comstyle.com MASTER_SITES lines. From Brad. 2019-02-03 12:30:10 +00:00
ajacoutot
be6b850d81 Update to orca-3.30.2. 2019-02-01 10:52:59 +00:00
cwen
5e59b02449 Unbreak grantlee build with ports-gcc
From George Koehler <kernigh () gmail ! com> (thanks!), tested on macppc.
OK jca@ and bcallah@, "go ahead and fix !clang arches!" rsadowski@ (who has
tested on amd64 as well).
2019-01-30 18:55:47 +00:00
cwen
24adcb02fe Fix build with Perl 5.26+ (no . in @INC)
Fix spacing in Makefile
OK bcallah@ sthen@
2019-01-30 14:27:44 +00:00
bcallah
cdad4c6e00 Update to 3.15.4 -- fixes a compile issue on architectures where char is
unsigned by default
2019-01-30 03:16:02 +00:00
naddy
87d449da2f Ancient autoconf macros fail to recognize our shared libraries.
This causes the gettext configure test to weirdly mix shared and
static libraries with pthread dependencies, and lld 7 errors out.

Fix by grabbing updated macros and re-generating the configure script.

Sync WANTLIB while here.
2019-01-29 20:58:31 +00:00
sthen
bfea2ca794 update to cool-retro-term-1.10, from Sascha Paunovic
- while there, regen patches, and use mv instead of ln -s for the dir
from the additional distfile so that update-patches handles it better
2019-01-28 13:42:52 +00:00
landry
58f715ed63 Update to thunar 1.6.16.
See
https://mail.xfce.org/pipermail/xfce-announce/2019-January/000665.html
2019-01-25 16:22:42 +00:00
cwen
132e1e9b3a Unbreak xscreensaver build on ports-gcc archs
HOMEPAGE switched to https (suggested by rsadowski@)
Complete rewrite of the diff by sthen@
OK bcallah@
2019-01-25 00:03:38 +00:00
naddy
0cec41bedf llvm7: fix ordered comparison between pointer and zero 2019-01-24 22:13:40 +00:00
naddy
0a1cadeefb llvm7: fix ordered comparison between pointer and zero 2019-01-23 18:45:21 +00:00
jeremy
7e14d1cf94 Build ruby26-* gem ports with compiled components by default 2019-01-23 15:16:41 +00:00
landry
e96ca8a8f2 Update to xfce4-battery 1.1.2 2019-01-22 22:10:12 +00:00
landry
82e026bc49 Update to exo 0.12.4 2019-01-22 22:09:35 +00:00
landry
514c02200a Update to xfce4-whiskermenu 2.3.1 2019-01-22 22:09:03 +00:00
ajacoutot
77137deb2f Pushed upstream. 2019-01-22 11:11:39 +00:00
ajacoutot
ed25a3f153 Update to librsvg-2.44.12. 2019-01-21 21:53:40 +00:00
ajacoutot
9c1fd12f47 Update to gtk+3-3.24.4. 2019-01-21 21:53:17 +00:00
naddy
2a85bbc9da fix build with llvm7: don't compare QString::contains() > 0
ok rsadowski@
2019-01-21 20:54:48 +00:00
jca
c5e9bc9f51 Remove ugly hack that breaks with lld-7.0.1, and set SONAME
Reported by naddy@
2019-01-21 18:55:07 +00:00
bcallah
360e319425 Bugfix update to xpad-5.4.0 2019-01-21 17:08:32 +00:00
jca
2a4843fe89 Drop MAINTAINER
Discussed with Aleksander (former MAINTAINER).
2019-01-21 14:33:26 +00:00
ajacoutot
eecc970480 Actually warn once if we failed to set acceleration profile. 2019-01-20 04:55:56 +00:00
mariani
36abf8db47 Updating py-qtpy from 1.5.2 to 1.6.0
OK danj@
2019-01-19 23:27:41 +00:00
sthen
e389e1dd4a update to xscreensaver-5.42 2019-01-19 15:02:39 +00:00
ajacoutot
7ae7bf838c Update to gcr-3.28.1. 2019-01-18 20:29:34 +00:00
ajacoutot
289a46273d Update to gnome-documents-3.30.1. 2019-01-18 20:29:09 +00:00
giovanni
4def1a7597 Add missing patches 2019-01-18 11:57:36 +00:00
fcambus
50631a43d3 Add coma. 2019-01-18 11:42:30 +00:00
fcambus
92a8a3fd06 Import x11/coma.
Coma is a minimalistic X11 Window Manager.

It has 2 framing modes: default, large. Only one can be active at a given
time and is specified at startup time:

- Default means it will split up your screen into columns just large enough
to fit 80 column xterms.

- Large means it will calculate the frames based on 161 column xterms (so
one can use tmux and split it to get 80 columns in each pane).

OK jturner@
2019-01-18 11:41:36 +00:00
giovanni
e5ea238dde revert an upstream commit IPC related that causes an i3 crash.
diff spotted by Josh Grosse
ok rsadowsky@ jasper@
2019-01-18 11:34:20 +00:00
ajacoutot
dd6634cddd ConsoleKit2 added support for inhibitors.
Enable them by using the proper name, path and interface.
2019-01-18 06:37:01 +00:00
ajacoutot
810f67770d Update to gdm-3.30.2. 2019-01-18 05:51:51 +00:00
ajacoutot
0238b222da Stop flooding logs with "OMG I don't have gudev support".
While here, drop autoconf and no need to patch away the unknown
warnings.
2019-01-18 01:24:19 +00:00
matthieu
c3984121f6 Update to xcursorgen 1.0.7. ok sthen@ 2019-01-17 20:42:45 +00:00
ajacoutot
d67b36415e Move this comment from meta/gnome. 2019-01-17 20:22:35 +00:00
ajacoutot
09edba0088 Update to gnome-shell-extensions-3.30.1. 2019-01-17 19:01:04 +00:00