aboutsummaryrefslogtreecommitdiff
path: root/x11
Commit message (Collapse)AuthorAgeFilesLines
* x11/kitty: Update to 0.21.2Fernando Apesteguía2021-06-303-5/+6
| | | | | | | ChangeLog: https://sw.kovidgoyal.net/kitty/changelog.html#id1 PR: 256890 Reported by: alexis.praga@free.fr (maintainer)
* x11/{linux-nvidia-libs,nvidia-driver}: ports had been updated (+)Alexey Dokuchaev2021-06-304-11/+18
| | | | | | | | - Update nVidia driver and Linux libraries to version 460.84 - Add support to build with DISTVERSION=470.42.01 (latest beta) PR: 256888, 256889 Submitted by: jkim
* x11/nwg-drawer: update to 0.1.3Jan Beich2021-06-292-4/+4
| | | | | Changes: https://github.com/nwg-piotr/nwg-drawer/releases/tag/v0.1.3 Reported by: GitHub (watch releases)
* x11/rsibreak: Update to 0.12.14Tobias C. Berner2021-06-293-6/+8
| | | | | | Changes from 0.12.12: * Translation improvements * Minor code cleanup
* */*: Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade.Kirill Ponomarev2021-06-291-1/+1
|
* x11/xorgproto: add LICENSE and clean up MakefileSamy Mahmoudi2021-06-292-2/+4
| | | | | PR: 230735 Approved by: x11 (verbal)
* */*: fix all ports using Rust on powerpc that fail due to libcPiotr Kubaj2021-06-283-0/+186
| | | | | This commit backports https://github.com/rust-lang/libc/commit/a66f7c1eb26ad890c8169d8395e3042bcf776f01 to various ports. It doesn't bring that backport to ports that fail to build anyway.
* x11/{lightdm,sddm}: add CONFLICTSAdriaan de Groot2021-06-282-2/+6
| | | | | | | | | | | Both lightdm and sddm install the DBus file for DisplayManager, etc/dbus-1/system.d/org.freedesktop.DisplayManager.conf It doesn't really make sense to install multiple DMs on one machine, but for completeness in the ports framework, mark them as conflicting. PR: 256688 256687 Reported by: Graham Perrin
* lang/rust: Rebuild consumers for 1.53.0Tobias Kortkamp2021-06-275-3/+5
|
* x11/nwg-drawer: update to 0.1.2Jan Beich2021-06-262-4/+4
| | | | | Changes: https://github.com/nwg-piotr/nwg-drawer/releases/tag/v0.1.2 Reported by: GitHub (watch releases)
* */*: Update KDE Plasma Desktop to 5.22.2Tobias C. Berner2021-06-2611-30/+32
| | | | | | | | | | | | | | | | | | | Tuesday, 22 June 2021. Today KDE releases a bugfix update to KDE Plasma 5, versioned 5.22.2. Plasma 5.22 was released in June 2021 with many feature refinements and new modules to complete the desktop experience. This release adds a week's worth of new translations and fixes from KDE's contributors. The bugfixes are typically small but important and include: * Discover: Flatpak: properly notify about updates. * [Task Manager] Show window title in tooltip when player title is different * KWin: Wayland: Implement activities window rule. View full changelog: https://kde.org/announcements/changelogs/plasma/5/5.22.1-5.22.2
* x11/libX11: Remove unnecessary perl5 dependencySteve Wills2021-06-251-2/+2
| | | | | | PR: 233324 Reviewed by: jbeich Approved by: maintainer timeout
* x11/libX11: Update to 1.7.2Daniel Engberg2021-06-252-6/+4
| | | | | | | Changes https://gitlab.freedesktop.org/xorg/lib/libx11/-/blob/master/README.md#release-172 PR: 256522 Approved by: x11 (zeising)
* x11/foot: update to 1.8.0Jan Beich2021-06-253-10/+13
| | | | | Changes: https://codeberg.org/dnkl/foot/releases/tag/1.8.0 Reported by: Repology
* x11/kanshi: update to 1.2.0Jan Beich2021-06-242-9/+8
| | | | | Changes: https://github.com/emersion/kanshi/releases/tag/v1.2.0 Reported by: GitHub (watch releases)
* x11/fnott: update to 1.1.0Jan Beich2021-06-233-6/+6
| | | | Changes: https://codeberg.org/dnkl/fnott/releases/tag/1.1.0
* x11/fuzzel: update to 1.6.0Jan Beich2021-06-232-4/+4
| | | | | Changes: https://codeberg.org/dnkl/fuzzel/releases/tag/1.6.0 Reported by: Repology
* */py-qt5-*: Remove Digia's mention in pkg-descrLoïc Bartoletti2021-06-231-1/+1
| | | | | | | There was Trolltech, Nokia, Qt Project, Digia and today The Qt Company. To avoid replacing the name at each structure, we will simply mention that: "PyQt5 is a set of Python bindings for Qt5 application framework"
* x11/nwg-drawer: update to 0.1.1Jan Beich2021-06-232-4/+4
| | | | | Changes: https://github.com/nwg-piotr/nwg-drawer/releases/tag/v0.1.1 Reported by: GitHub (watch releases)
* x11/nwg-dock: switch to the tagged releaseJan Beich2021-06-222-3/+2
|
* graphics/mesa-libs: Bump reverse deps for libglvndKevin Bowling2021-06-2232-15/+32
| | | | | | | | | | Per discussion with bapt on helping pkg handle the changing of these deps and avoiding impossible upgrade senarios. PR: 246767 Reviewed by: manu, bapt Approved by: x11 Differential Revision: https://reviews.freebsd.org/D30824
* x11/nwg-menu: unbreak reboot/poweroff buttonsJan Beich2021-06-222-0/+16
| | | | env vars: []; command: 'systemctl'; args: [-i poweroff]
* x11/nwg-drawer: switch to the tagged releaseJan Beich2021-06-222-3/+2
|
* x11/nwg-menu: add new portJan Beich2021-06-214-0/+71
| | | | | | | | | | | | nwg-menu displays the system menu with simplified FreeDesktop Main Categories (8 instead of 13). It also provides the search entry, to look for installed application on the basis of .desktop files, and for files in XDG user directories. It's being developed with sway in mind, but should also work with other wlroots-based Wayland compositors such as Wayfire. https://github.com/nwg-piotr/nwg-menu
* x11/nwg-dock: add new portJan Beich2021-06-214-0/+69
| | | | | | | | | | Fully configurable (with command line arguments and css) dock, written in Go, aimed exclusively at sway Wayland compositor. It features pinned buttons, task buttons, the workspace switcher and the launcher button. The latter by default starts nwg-drawer or nwggrid (application grid from nwg-launchers) - if found. https://github.com/nwg-piotr/nwg-dock
* x11/nwg-drawer: add new portJan Beich2021-06-214-0/+71
| | | | | | | | | Fully configurable (with command line arguments and css) dock, written in Go, aimed exclusively at sway Wayland compositor. It features pinned buttons, task buttons, the workspace switcher and the launcher button. By default the launcher starts nwg-drawer or nwggrid (if found). https://github.com/nwg-piotr/nwg-dock
* multimedia/x264: update to 0.163.3060Jan Beich2021-06-211-0/+1
| | | | Changes: https://code.videolan.org/videolan/x264/compare/55d517b...5db6aa6
* x11/roxterm: Update to 3.11.1Neel Chauhan2021-06-202-4/+4
|
* x11/gnome-terminal: Update to 3.40.2Neel Chauhan2021-06-203-4/+6
|
* x11/yelp: Update to 40.2Neel Chauhan2021-06-202-4/+4
|
* x11/clipman: update to 1.6.0Jan Beich2021-06-192-4/+4
| | | | | Changes: https://github.com/yory8/clipman/releases/tag/v1.6.0 Reported by: GitHub (watch releases)
* x11/kitty: Update to 0.21.1Rainer Hurling2021-06-182-4/+4
| | | | | | | | | | Fix a regression in the previous release that could cause a crash when changing layouts and mousing. Changelog: https://sw.kovidgoyal.net/kitty/changelog.html#id1 PR: 256678 Reported by: Alexis Praga <alexis.praga@free.fr> (maintainer)
* graphics/mesa-libs: enable libglvnd supportJan Beich2021-06-172-14/+22
| | | | | | | PR: 246767 Reviewed by: kbowling Tested by: kbowling Differential Revision: https://reviews.freebsd.org/D25020
* x11/plasma5-plasma: Update KDE Plasma Desktop to 5.22.1Tobias C. Berner2021-06-1611-35/+30
| | | | | | | | | | | | | | | | | | | Tuesday, 15 June 2021. Today KDE releases a bugfix update to KDE Plasma 5, versioned 5.22.1. Plasma 5.22 was released in June 2021 with many feature refinements and new modules to complete the desktop experience. This release adds a week's worth of new translations and fixes from KDE's contributors. The bugfixes are typically small but important and include: * KWin: Platforms/drm: support NVidia as secondary GPU with CPU copy. * Weather applet: Point bbcukmet to new location API. * Wallpapers: Add milky way. View full changelog at https://kde.org/announcements/changelogs/plasma/5/5.22.0-5.22.1
* x11/Makefile: Add Nvidia Optimus to buildKevin Bowling2021-06-151-0/+3
| | | | | Pointy hat: me Reported by: antoine
* x11/nvidia-hybrid-graphics: Optimus TechnologyTheron Tarigo2021-06-1521-7/+352
| | | | | | | | | PR: 192617 Reported by: David Mackay <davidjx8p@gmail.com> Reviewed by: many Tested by: many Approved by: portmgr (maintainer timeout: 15 days) Differential Revision: https://reviews.freebsd.org/D22521
* x11/virtualgl: enable on armv7 and powerpcPiotr Kubaj2021-06-151-2/+2
|
* cleanup: Remove empty files.Mathieu Arnold2021-06-151-0/+0
| | | | | Those were all patches that were emptied, and which removal was forgotten.
* x11/slick-greeter: update 1.5.3Eric Turgeon2021-06-152-5/+4
|
* x11/lxrandr: updated to 0.3.2Eric Turgeon2021-06-143-64/+65
|
* x11/py-xcffib: updated to 0.11.1Eric Turgeon2021-06-142-4/+4
|
* x11/bemenu: Update to 0.6.2Tobias Kortkamp2021-06-143-7/+5
| | | | Changes: https://github.com/Cloudef/bemenu/releases/tag/0.6.2
* x11/mate-screensaver: updated to 1.24.2Eric Turgeon2021-06-135-9/+9
| | | | x11/mate-session-manager: updated to 1.24.3
* x11/mate-panel: update to 1.24.2Eric Turgeon2021-06-133-11/+10
|
* x11/kitty: Update to 0.21Rainer Hurling2021-06-133-8/+16
| | | | | | | Changelog: https://sw.kovidgoyal.net/kitty/changelog.html PR: 256571 Reported by: Alexis Praga <alexis.praga@free.fr> (maintainer)
* x11/plasma5-plasma: Update KDE Plasma Desktop to 5.22Tobias C. Berner2021-06-1324-479/+519
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Plasma 5.22 is here, and it is more reliable and stable than ever. By cleaning up and refactoring code in the background, the Plasma desktop gives you greater responsiveness and performance, helping you become even more productive without hiccups or surprises. Enjoy a smoother experience with KDE’s Plasma 5.22 desktop. Plasma 5.22 has become more pleasurable to use through improvements to the design and greater smoothness and consistency in transparencies, blurs, icons, and animations. Moving things to accessible locations, offering hints and visual cues, and creating new settings allows you to customize your work environment to make it fit perfectly to your needs. Following the true KDE spirit, the push for a more stable and attractive desktop does not mean you have to renounce control over how you want it to look or behave. Plasma 5.22, as always, packs all the flexibility and tools for customization you have come to expect and love, and some more to boot. Meanwhile, the push to move Plasma in its entirety to Wayland (the display protocol of the future) continues in full swing. So much so that popular distros are starting to ship Plasma with Wayland by default. By using Wayland behind the scenes, Plasma is able to include features and bug fixes not possible to implement on X11, offering you a better experience and more stability. Full announcement and changelog: https://kde.org/announcements/plasma/5/5.22.0/
* */*: Zpdate KDE Gear to 21.04.2Tobias C. Berner2021-06-135-15/+14
| | | | | | | | | | Thursday, 10 June 2021 Over 120 individual programs plus dozens of programmer libraries and feature plugins are released simultaneously as part of KDE Gear. The full changelog can be found here: https://kde.org/announcements/changelogs/gear/21.04.2/
* x11/xapp: update to version 2.2.0.Alexey Dokuchaev2021-06-083-4/+5
| | | | Found out via: repology.org
* */*: Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade.Kirill Ponomarev2021-06-081-1/+1
|
* x11/xterm: Update to 368Emanuel Haupt2021-06-082-4/+4
|