Commit Graph

11841 Commits

Author SHA1 Message Date
Tobias C. Berner
8b0550574d MFH: r554144
Update KDE Apps to 20.08.3

Some of our projects release on their own timescale and some get released
en-masse. The 20.08.3 bundle of projects was released today with dozens of
bugfixes and will be available through app stores and distros soon. See the
20.08.3 releases page for details.

Some of the fixes in today’s releases:

    * Gwenview no longer accidentally shows the thumbnail view as a separate window with newer Qt versions
    * Sending SMS with KDEConnect has been restored
    * Fixed a possible Okular crash when selecting text in annotations

Announcement:
	https://kde.org/announcements/releases/2020-11-apps-update/

Changelog:
	https://kde.org/announcements/fulllog_releases-20.08.3/

Approved by:	ports-secteam (fluffy)
2020-11-06 04:27:31 +00:00
Max Brazhnikov
8a94ff0363 MFH: r553293
x11/xob: Install configuration file properly

PR:		250607
Approved by:	maintainer

Approved by:	ports-secteam (blanket)
2020-10-26 18:04:36 +00:00
Tobias C. Berner
b1c9d40132 MFH: r551930
KDE Release Service 20.08.2 update

Dozens of KDE apps are getting new releases from KDE’s release service. New
features, usability improvements, re-designs and bug fixes all contribute to
helping boost your productivity and making this new batch of applications more
efficient and pleasant to use.

Approved by:	ports-secteam (joneum)
2020-10-15 18:14:25 +00:00
Baptiste Daroussin
a91cfd9f69 MFH: r551325 r551326 r551789 r551814 r551815
This all bunch of patches fixes GDM with gnome

x11/gdm: @sample-ify some GDM files in etc/

It's been reported that it would be desired to treat the following
files as samples:

- etc/dbus-1/system.d/gdm.conf.sample
- etc/gdm/Init/Default.sample
- etc/gdm/Xsession.sample
- etc/pam.d/gdm-autologin.sample
- etc/pam.d/gdm-launch-environment.sample
- etc/pam.d/gdm-password.sample

PR:		187558
Submitted by:	Eugene M. Kim <astralblue@gmail.com
Reported by:	robmessick@gmail.com
Approved by:	maintainer timeout

x11/gdm: Switch to USES=localbase

Approved by:	portmgr blanket

Properly handle logind -> consolekit

Grab a patch from openbsd and extend it do other components which requires it

Remove from the gnome session a list of required dbus services that no
longer exists

Gnome-shell: fix the login manager interface

gdm call gnome-shell to provide its login manager. with the upgrade of gnome-shell
this wasn't patched to be able to talk to consolekit. Fix this by incorporating patches
from OpenBSD
2020-10-09 21:06:14 +00:00
Baptiste Daroussin
d3f76578e2 MFH: r551471 r551821
update x11/mate-panel to 1.24.1

Properly register the schema for the preview window list

This prevents the mate-panel from crashing all the time

This fixes the continuous crashing of the window list applet
2020-10-09 20:51:29 +00:00
Mateusz Piotrowski
32e49333c7 MFH: r551328
x11/gdm: Install gconftool-2 as it is needed by pkg-install

Before this patch, the following error could be observed during the
installation of the port:

  ===> Creating homedir(s)
  /bin/sh: gconftool-2: not found
  chown: /usr/local/etc/gdm/home/.gconf.mandatory: No such file or directory
  chmod: /usr/local/etc/gdm/home/.gconf.mandatory: No such file or directory
  chmod: /usr/local/etc/gdm/home/.gconf.mandatory/*.xml: No such file or directory
  GDM is installed.

Specifying USE_GNOME+=gconf2 seems to fix the error messages.

(BTW, for some reason the gconf2 dependency was removed in r372768.)

Approved by:	portmgr blanket

Approved by:	ports-secteam (fluffy)
2020-10-04 23:07:43 +00:00
Mateusz Piotrowski
b314331430 MFH: r551327
x11/gdm: Fix pkg-message

pkg-message does not contain %%PREFIX%% anymore, so a sed(1) call is not
necessary. In addition to that, passing pkg-message though fmt(1) was
breaking the UCL inside causing pkg-message to not be displayed at all.

Approved by:	portmgr blanket

Approved by:	ports-secteam (fluffy)
2020-10-04 23:05:24 +00:00
Kevin Bowling
532cc225aa x11/x3270: Update to ga12
Changes https://x3270.miraheze.org/wiki/Release_Notes/suite3270/4.0ga12

Sponsored by:	BBOX.io
2020-09-30 19:44:33 +00:00
Baptiste Daroussin
586d71b87d Update to 3.36.0 2020-09-30 12:45:39 +00:00
Mathieu Arnold
d125be2661 REINPLACE_ARGS can only contain the -i argument.
Reported by:	kevans
2020-09-30 12:43:56 +00:00
Baptiste Daroussin
b5988a489a Fix build with recent vala 2020-09-30 12:08:51 +00:00
Baptiste Daroussin
b5a6964b23 Mark the fact that now gnome is mosly 3.36.
Actually more 3.38 but because some things like gnome-shell and mutter are
sill 3.36 let's not claim yet we are at 3.38

Some pieces are still 3.38 but will be updated very soon

While here turn the gnome3-lite meta port into a flavor of gnome3
2020-09-29 17:05:29 +00:00
Baptiste Daroussin
01aad17939 Update to 3.38.0 2020-09-29 17:02:31 +00:00
Kirill Ponomarev
2fa8a5afee Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade. 2020-09-29 16:10:48 +00:00
Christoph Moench-Tegeder
7c5e4347e0 fix gnome-shell
- src/meson.build does not contain %%PYTHON_CMD%%, so that REINPLACE
  is redundant
- toplevel meson.build searches for python3, which is a BINARY_ALIAS
  and thus hardcodes the path to that BINARY_ALIAS into some files,
  which is absolutely not helpful. instead, point meson to the
  fully versioned python interpreter PYTHON_VERSION
- the bash completions are gone, having them in plist prevents packaging

Approved by:	just-fix-it-before-next-quarterly
2020-09-29 14:48:48 +00:00
Baptiste Daroussin
2f7307737c Drop runtime dependency on gnome-shell to kill circular dependency
as gnome-shell run depends on gdm (cannot start without it)
2020-09-29 12:44:38 +00:00
Baptiste Daroussin
8a016444ba First batch at upgrading gnome to 3.36/3.38
Update evolution-dataserver to 3.38.0 and because of ABI breakage update ports
depending on it
Update bijiben to 3.38.0
Update gnome-calendar to 3.38.0
Update gnome-contacts to 3.38
Update gnome-maps to 3.38.0
Patch gnome-todo to work with newer evolution-dataserver (patched obtained from
    OpenBSD/Archlinux)
Update evolution to 3.38.0
Update evolution-ews to 3.38.0 (among changes it brings support for office365)
Update folks to 0.14.0

Update cheese to 3.38.0
Update aisleriot to 3.22.9
Update five-or-more to 3.22.2
Update fastream to 0.2.9
Update gnome-control-center to 3.36.4
Update gnmoe-settings-daemon to 3.38.0
Update meld to 3.21.0

Update gnome-desktop to 3.38.0 and because of ABI breakage bump portrevision of
all dependant ports not touched by this update
Update gnome-session to 3.38.0
Update gnome-shell to 3.36.6, now run depends on gdm
Update gnome-shell-extensions to 3.36.3
Update mutter to 3.36.6
2020-09-29 12:07:28 +00:00
Niclas Zeising
6e05971e20 x11/libwacom: Update to 1.5
Update x11/libwacom to 1.5 [1]
Switch to use release archive instead of the github generated tarball [2]

Changelog:
https://github.com/linuxwacom/libwacom/releases/tag/libwacom-1.5
https://github.com/linuxwacom/libwacom/blob/libwacom-1.5/NEWS

PR:		249554 [1], 249503 [2]
Submitted by:	jbeich [1], daniel.engberg.lists@pyret.net  [2]
Differential Revision:	https://reviews.freebsd.org/D26350
2020-09-28 20:15:10 +00:00
Niclas Zeising
acd1ae3a87 x11/libinput: Update to 1.6.1
Update x11/libinput to 1.6.1

Changelogs:
https://lists.freedesktop.org/archives/wayland-devel/2020-August/041578.html
https://lists.freedesktop.org/archives/wayland-devel/2020-August/041590.html

PR:		249553
Reported by:	jbeich (similar patch)
Obtained from:	FreeBSD Graphics Team git repo
		https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/input
2020-09-28 20:05:01 +00:00
Niclas Zeising
a8d9df7e30 Bump portrevision for devel/evdev-proto
Bump portrevision on everything with a build dependency on
devel/evdev-proto, to chace the update of evdev-proto in r550442.
2020-09-28 19:59:57 +00:00
Tobias Kortkamp
f35841a5de Reset MAINTAINER 2020-09-28 05:05:24 +00:00
Christoph Moench-Tegeder
d5421085ce gnome-terminal: bring distinfo into line with distinfo
else fetch fails

Approved by:	just-fix-it
2020-09-27 17:24:44 +00:00
Rainer Hurling
35aa804a5c x11/rofi-calc: Update to 1.9
Minor update, that adds options to specify output hints.

PR:		249891
Submitted by:	Vidar Karlsen <vidar@karlsen.tech> (maintainer)
Approved by:	tcberner (mentor)
Relnotes:	https://github.com/svenstaro/rofi-calc/blob/master/CHANGELOG.md
Differential Revision:	https://reviews.freebsd.org/D26565
2020-09-27 15:35:46 +00:00
Baptiste Daroussin
332d998d33 Update to 3.36.2 2020-09-26 21:44:01 +00:00
Baptiste Daroussin
f77159bc8e Cleanup
Do not install files which belongs to localbase into base
Drop actually non used option DOCS
2020-09-25 07:11:33 +00:00
Alexey Dokuchaev
6ed81382d6 - Update to version 1.6.0
- Hook the tests to our framework

PR:	249153
2020-09-25 02:24:19 +00:00
Piotr Kubaj
dbb4f18c91 x11/babl: drop GCC when using clang
New Clang doesn't segfault when building this port.
2020-09-24 08:38:38 +00:00
Jan Beich
e673a0434b Drop glib < 2.60 workaround after r549741
PR:		247278
2020-09-24 00:57:06 +00:00
Mark Linimon
5769d9bdc3 Also disable battery plugin on powerpc64le.
Approved by:	portmgr (tier-2 blanket)
2020-09-23 21:08:54 +00:00
Mark Linimon
6e7385e18d Canonicalize use of GCC on all powerpc variants.
Approved by:	portmgr (tier-2 blanket)
2020-09-23 21:06:51 +00:00
Mikhail Teterin
d723ebaa17 For well over 10 years portmgr@ have been promising to remove the
ridiculous need to bump PORTREVISION of depending ports, whenever a
dependency is updated, but here we still are...

Bump PORTREVISION for the 9 users of x265 now that it has been
upgraded from 3.2 to 3.4.
2020-09-23 04:17:11 +00:00
Mateusz Piotrowski
fa212045e1 Update to 1.10
- Set LICENSE
- Clean up MAKE_ARGS
- Sort variables
- Install the manual page under share/man/man1
- Set WWW
2020-09-22 18:59:55 +00:00
Jan Beich
d9e3f58d9a x11/nwg-launchers: update to 0.4.0
Changes:	https://github.com/nwg-piotr/nwg-launchers/releases/tag/v0.4.0
Reported by:	GitHub (watch releases)
2020-09-22 01:32:42 +00:00
Jan Beich
4a659e44f5 x11/phosh: add missing dependency after r549544
===> Checking for items in pkg-plist which are not in STAGEDIR
Error: Missing: share/applications/sm.puri.OSK0.desktop
Error: Missing: share/applications/sm.puri.Phosh.desktop
Error: Missing: share/gnome-session/sessions/phosh.session
Error: Missing: share/locale/am/LC_MESSAGES/phosh.mo
Error: Missing: share/locale/ar/LC_MESSAGES/phosh.mo
Error: Missing: share/locale/bg/LC_MESSAGES/phosh.mo
Error: Missing: share/locale/ca/LC_MESSAGES/phosh.mo
Error: Missing: share/locale/cs/LC_MESSAGES/phosh.mo
Error: Missing: share/locale/da/LC_MESSAGES/phosh.mo
Error: Missing: share/locale/de/LC_MESSAGES/phosh.mo
Error: Missing: share/locale/el/LC_MESSAGES/phosh.mo
Error: Missing: share/locale/en_GB/LC_MESSAGES/phosh.mo
Error: Missing: share/locale/eo/LC_MESSAGES/phosh.mo
Error: Missing: share/locale/es/LC_MESSAGES/phosh.mo
Error: Missing: share/locale/es_ES/LC_MESSAGES/phosh.mo
Error: Missing: share/locale/eu/LC_MESSAGES/phosh.mo
Error: Missing: share/locale/fa/LC_MESSAGES/phosh.mo
Error: Missing: share/locale/fi/LC_MESSAGES/phosh.mo
Error: Missing: share/locale/fr/LC_MESSAGES/phosh.mo
Error: Missing: share/locale/fur/LC_MESSAGES/phosh.mo
Error: Missing: share/locale/he/LC_MESSAGES/phosh.mo
Error: Missing: share/locale/hu/LC_MESSAGES/phosh.mo
Error: Missing: share/locale/it/LC_MESSAGES/phosh.mo
Error: Missing: share/locale/ja/LC_MESSAGES/phosh.mo
Error: Missing: share/locale/ko/LC_MESSAGES/phosh.mo
Error: Missing: share/locale/la/LC_MESSAGES/phosh.mo
Error: Missing: share/locale/nb/LC_MESSAGES/phosh.mo
Error: Missing: share/locale/nl/LC_MESSAGES/phosh.mo
Error: Missing: share/locale/pl/LC_MESSAGES/phosh.mo
Error: Missing: share/locale/pt_BR/LC_MESSAGES/phosh.mo
Error: Missing: share/locale/pt_PT/LC_MESSAGES/phosh.mo
Error: Missing: share/locale/ro/LC_MESSAGES/phosh.mo
Error: Missing: share/locale/ru/LC_MESSAGES/phosh.mo
Error: Missing: share/locale/sk/LC_MESSAGES/phosh.mo
Error: Missing: share/locale/sr/LC_MESSAGES/phosh.mo
Error: Missing: share/locale/sv/LC_MESSAGES/phosh.mo
Error: Missing: share/locale/tr/LC_MESSAGES/phosh.mo
Error: Missing: share/locale/uk/LC_MESSAGES/phosh.mo
Error: Missing: share/locale/zh_Hans_CN/LC_MESSAGES/phosh.mo
Error: Missing: share/locale/zh_TW/LC_MESSAGES/phosh.mo
===> Error: Plist issues found.
2020-09-22 01:14:39 +00:00
Jan Beich
0cfe5d5a5b x11/phosh: update to 0.4.4
Changes:	https://source.puri.sm/Librem5/phosh/-/tags/v0.4.4
Reported by:	Repology
2020-09-22 00:31:44 +00:00
Steve Wills
28ad5bf8a1 x11/radare-cutter: update to 1.12.0
PR:		249093
2020-09-21 16:49:38 +00:00
Jan Beich
b5d6a34eeb x11/waybar: update to 0.9.4
Changes:	https://github.com/Alexays/Waybar/releases/tag/0.9.4
Reported by:	GitHub (watch releases)
2020-09-21 12:16:11 +00:00
Emmanuel Vadot
07ef89b5a8 Fix nvidia-driver* after r548950
Now that mesa include glesv1 lib, remove the nvidia generic named lib
and add more entries in libmap.conf so the nvidia ones are used.

PR:		249448
Reported by:	VVD <vvd@unislabs.com>
2020-09-21 09:05:04 +00:00
Emanuel Haupt
cac38bac43 Update to 360
PR:		248895 (related)
2020-09-21 07:08:31 +00:00
Jan Beich
2c9a00ef36 x11/lavalauncher: unbreak on DragonFly
../src/types/buffer.c: In function 'get_shm_fd':
../src/types/buffer.c:81:25: error: '__off64_t' undeclared (first use in this function); did you mean '__off_t'?
    if ( ftruncate(*fd, (__off64_t)size) < 0 )
                         ^~~~~~~~~
                         __off_t
../src/types/buffer.c:81:25: note: each undeclared identifier is reported only once for each function it appears in
../src/types/buffer.c:81:35: error: expected ')' before 'size'
    if ( ftruncate(*fd, (__off64_t)size) < 0 )
                                   ^~~~
                                   )

Reported by:	DPorts
2020-09-20 12:48:04 +00:00
Baptiste Daroussin
82bb9bc8c8 Remove libgnomemm26
This is a C++ binding for a gnome2 library which is not depended on by
anything in the ports tree and not maintained upstream
2020-09-19 11:18:06 +00:00
Baptiste Daroussin
6b5e7cdc84 In preparation of the update of glib remove the -reference ports
Those ports mainly concern old Gnome2 libraries, the behaviour of this infra
is not compatible with the meson build system (being used in newer version)
the documentation is provided otherwise in the other version
2020-09-19 10:43:46 +00:00
Baptiste Daroussin
3dd9bbd4bf Update libhandy to 1.0.0 which is needed by recently gnome
Repocopy the old version into libhandy0 so that ports relying on it
can still work.
Bump revision of those ports
2020-09-17 11:45:30 +00:00
Baptiste Daroussin
2b159b038d Update to 3.38.0 2020-09-17 09:25:58 +00:00
Jan Beich
ac756b6b84 x11/nwg-launchers: update to 0.3.4
Changes:	https://github.com/nwg-piotr/nwg-launchers/releases/tag/v0.3.4
Reported by:	GitHub (watch releases)
2020-09-17 00:38:07 +00:00
Mateusz Piotrowski
99ecf1b634 x11/dmenu: Update to 5.0 2020-09-16 12:05:48 +00:00
Emmanuel Vadot
62567fc57f x11/havoc: Add new port
havoc is a minimal terminal emulator supporting wayland only.
2020-09-15 13:41:50 +00:00
Jan Beich
230af97287 x11/nwg-launchers: update to 0.3.3
Changes:	https://github.com/nwg-piotr/nwg-launchers/releases/tag/v0.3.3
Reported by:	GitHub (watch releases)
2020-09-15 00:53:27 +00:00
Jan Beich
ca4d77d4f3 devel/meson: update to 0.55.3
- Fix "/usr/bin/env python3" in one more file [1]

Changes:	https://mesonbuild.com/Release-notes-for-0-55-0.html
Changes:	https://github.com/mesonbuild/meson/compare/0.54.3...0.55.3
Reported by:	GitHub (watch releases)
PR:		247935
With help of:	yuri
Exp-run by:	antoine
Submitted by:	tcberner [1]
Approved by:	tcberner
2020-09-14 18:35:38 +00:00
Tobias C. Berner
a15b53b58d Update KDE Frameworks to 5.74.0
September 06, 2020. KDE today announces the release of KDE Frameworks 5.74.0.

KDE Frameworks are over 70 addon libraries to Qt which provide a wide variety
of commonly needed functionality in mature, peer reviewed and well tested
libraries with friendly licensing terms. For an introduction see the KDE
Frameworks web page.

This release is part of a series of planned monthly releases making
improvements available to developers in a quick and predictable manner.

Full announcement:
	https://kde.org/announcements/kde-frameworks-5.74.0

PR:		249277
Exp-run:	antoine
2020-09-14 17:45:34 +00:00