aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/phoc
Commit message (Collapse)AuthorAgeFilesLines
* x11-wm/phoc: update to 0.28.0Jan Beich2023-05-312-5/+5
| | | | | Changes: https://gitlab.gnome.org/World/Phosh/phoc/-/releases/v0.28.0 Reported by: GitLab (notify releases)
* x11-wm/phoc: update to 0.27.0Jan Beich2023-05-012-8/+16
| | | | | Changes: https://gitlab.gnome.org/World/Phosh/phoc/-/releases/v0.27.0 Reported by: GitLab (notify releases)
* audio/opus: bump consumers after update to 1.4Christian Weisgerber2023-04-251-0/+1
|
* x11-wm/phoc: update to 0.26.0Jan Beich2023-03-312-5/+5
| | | | | Changes: https://gitlab.gnome.org/World/Phosh/phoc/-/releases/v0.26.0 Reported by: GitLab (notify releases)
* x11-wm/phoc: unbreak with --auto-features=enabledJan Beich2023-03-201-0/+1
| | | | | | meson.build:59:8: ERROR: Problem encountered: Wlroots subproject not found but enabled PR: 270361
* x11-wm/phoc: update to 0.25.2Jan Beich2023-03-122-6/+5
| | | | | Changes: https://gitlab.gnome.org/World/Phosh/phoc/-/releases/v0.25.2 Reported by: GitLab (notify releases)
* accessibility/at-spi2-core: update to 2.46.0Tobias C. Berner2023-03-021-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | What's new in at-spi2-core 2.46.0: * Fix GetInterfaces documentation on org.a11y.atspi.Accessible interface. What's new in at-spi2-core 2.45.91: * Send device event controller events using the same signature as other events. * Document the Accessible, Action, and Cache dbus interfaces. * Fix license of atspi-gmain.c (#87). What's new in at-spi2-core 2.45.90: * xml: Add some documentation. * xml: Fix event arguments. * xml: Add some missing DeviceEventController methods. * Bind the AT-SPI bus to the graphical session. * Mark bus service as belonging to the session slice. * Add ATSPI_ROLE_PUSH_BUTTON_MENU. * Add an "announcement" event/signal to allow objects to send notifications (!63). * Various code clean-ups and test improvements. What's new in at-spi2-core 2.45.1: * Atk and at-spi2-atk are now merged into this project. * Now requires meson 0.56.2 and glib 2.67.4. * at-spi2-atk: Expose the accessible hierarchy via dbus introspection. * Properly escape the AT-SPI bus address; fixes warnings about the address not containing a colon (!55). * Add a text value to AtspiValue, so that a value can expose a textual description, as in the new Atk value API. * Add atspi_event_listener_register_with_app, to allow an event listener to be registered only for a given application (!52). - accessibility/atk and accessibility/at-spi2-atk have been merged into accessibility/at-spi2-core - accessibility/at-spi2-core: bump consumers of removed ports atk and at-spi2-atk PR: 269704 Exp-run by: antoine ---
* x11-wm/phoc: update to 0.25.0Jan Beich2023-03-012-7/+11
| | | | | Changes: https://gitlab.gnome.org/World/Phosh/phoc/-/releases/v0.25.0 Reported by: GitLab (notify releases)
* x11-wm/phoc: remove @phosh flavor after 4f9372d4c09aJan Beich2023-02-034-65/+0
| | | | | | | | Bundling doesn't scale unlike port forks as the framework doesn't support nesting between unrelated ports. Reduce maintainence by dropping a flavor with a workaround for removed port. https://gitlab.gnome.org/World/Phosh/phosh/-/issues/422
* x11-wm/phoc@phosh: depend on mesa-dri like @default flavorJan Beich2023-02-031-1/+2
|
* x11-wm/phoc: update to 0.24.0Jan Beich2023-02-012-5/+5
| | | | | Changes: https://gitlab.gnome.org/World/Phosh/phoc/-/releases/v0.24.0 Reported by: GitLab (notify releases)
* x11-wm/phoc: update to 0.23.0Jan Beich2023-01-142-5/+5
| | | | | Changes: https://gitlab.gnome.org/World/Phosh/phoc/-/releases/v0.23.0 Reported by: GitLab (notify releases)
* x11-wm/phoc: keep -phosh distfile after 855b2e50340eJan Beich2022-11-191-1/+1
|
* x11-wm/phoc: move bundled wlroots to -phosh flavorJan Beich2022-11-192-0/+13
| | | | | | Partially revert 4ea852fab0aa after 79c3c0814886. Other consumers may not need Phosh-specific changes from PureOS, and system wlroots helps debugging bundled version.
* x11-wm/phoc: adjust system wlroots version after 0ef73cb2a5e3Jan Beich2022-11-191-1/+1
| | | | | https://gitlab.gnome.org/World/Phosh/phoc/-/commit/6a508d546739 https://gitlab.gnome.org/World/Phosh/phoc/-/commit/2f86b70dabb7
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* x11-wm/phoc: update to 0.21.1Jan Beich2022-09-012-5/+5
| | | | | Changes: https://gitlab.gnome.org/World/Phosh/phoc/-/releases/v0.21.1 Reported by: GitLab (notify releases)
* x11-wm/phoc: update to 0.21.0Jan Beich2022-08-052-5/+5
| | | | | Changes: https://gitlab.gnome.org/World/Phosh/phoc/-/releases/v0.21.0 Reported by: Repology
* wayland: add wayland virtual categoryBaptiste Daroussin2022-07-011-1/+1
|
* x11-wm/phoc: drop obsolete comment after e63ef2b93156Jan Beich2022-06-211-1/+0
|
* x11-wm/phoc: update to 0.20.0Jan Beich2022-06-013-8/+8
| | | | | Changes: https://gitlab.gnome.org/World/Phosh/phoc/-/releases/v0.20.0 Reported by: Repology
* x11-wm/phoc: update to 0.13.1Jan Beich2022-04-022-5/+5
| | | | | Changes: https://gitlab.gnome.org/World/Phosh/phoc/-/releases/v0.13.1 Reported by: Repology
* x11-wm/phoc: update to 0.13.0Jan Beich2022-03-263-8/+8
| | | | | Changes: https://gitlab.gnome.org/World/Phosh/phoc/-/releases/v0.13.0 Reported by: Repology
* x11-wm/phoc: update to 0.12.0Jan Beich2022-01-262-5/+5
| | | | | Changes: https://gitlab.gnome.org/World/Phosh/phoc/-/releases/v0.12.0 Reported by: Repology
* x11-wm/phoc: explicitly depend on wayland-protocolsJan Beich2021-12-311-0/+1
| | | | | | | meson.build:36:0: ERROR: Dependency "wayland-protocols" not found, tried pkgconfig PR: 260639 Reported by: antoine (via exp-run)
* x11-wm/phoc: update to 0.11.0Jan Beich2021-12-174-14/+15
| | | | | Changes: https://gitlab.gnome.org/World/Phosh/phoc/-/releases/v0.11.0 Reported by: Repology
* x11-wm/phoc: update to 0.10.0Jan Beich2021-12-162-5/+5
| | | | | Changes: https://gitlab.gnome.org/World/Phosh/phoc/-/releases/v0.10.0 Reported by: Repology
* x11-wm/phoc: update to 0.9.0Jan Beich2021-10-293-9/+9
| | | | | Changes: https://source.puri.sm/Librem5/phoc/-/releases/v0.9.0 Reported by: Repology
* x11-wm/phoc: Bump PORTREVISION on x11-wm/mutter updateNeel Chauhan2021-09-281-1/+1
|
* x11-wm/{gamescope,phoc}: sort USE_* alphabeticallyJan Beich2021-09-061-1/+1
|
* x11-wm/{gamescope,phoc}: split bundled wlroots changesJan Beich2021-09-062-14/+14
| | | | | Move wlroots-specific changes into a separate Makefile to prevent confusion which dependencies are safe to modify.
* x11-wm/phoc: bundle wlroots 0.12.0-1-gb2fd6d8d a la x11-wm/gamescopeJan Beich2021-09-064-82/+52
| | | | | | | Buggy with wlroots >= 0.13 and breaks with >= 0.15. Alpine, Fedora, Debian use system wlroots-0.12 but in ports/ it'd cause package conflicts. Inspired by: NixPkgs
* x11-wm/phoc: chase new homeJan Beich2021-08-213-12/+12
| | | | https://source.puri.sm/Librem5/phoc/-/commit/863f419986f0
* x11-wm/phoc: update to 0.8.0Jan Beich2021-07-103-11/+39
| | | | | Changes: https://source.puri.sm/Librem5/phoc/-/releases/v0.8.0 Reported by: Repology
* x11-toolkits/wlroots: update to 0.14.0Jan Beich2021-06-233-6/+46
| | | | | Changes: https://github.com/swaywm/wlroots/releases/tag/0.14.0 Reported by: GitHub (watch releases)
* graphics/mesa-libs: Bump reverse deps for libglvndKevin Bowling2021-06-221-0/+1
| | | | | | | | | | 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-wm/phoc: update to 0.7.1Jan Beich2021-06-162-6/+5
| | | | | Changes: https://source.puri.sm/Librem5/phoc/-/releases/v0.7.1 Reported by: Repology
* Convert GitLab diffs back to patchesJan Beich2021-05-122-3/+3
| | | | | | | GitLab has fixed unstable footer, so restore header/footer. https://gitlab.com/gitlab-org/gitaly/-/commit/8a1daafa720b This reverts commit c031fd115a267199aa9cd9ee7d4a790ac6d27c03.
* Regenerate all distfiles using gitlab as source.Matthias Fechner2021-04-091-3/+3
| | | | | | | | | | | | This regeneration is required as the new gitlab version changed the address and the directory the source files can be downloaded. This commit also applies some small fixes to make sure all ports using gitlab are buildable. Reviewed by: mat Approved by: portmgr Differential Revision: https://reviews.freebsd.org/D29628
* x11-toolkits/wlroots: update to 0.13.0Jan Beich2021-04-072-0/+11
| | | | | | Changes: https://github.com/swaywm/wlroots/releases/tag/0.13.0 Reported by: GitHub (watch releases) Tested by: Evgeniy Khramtsov (via CFT on x11@ list)
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* x11-wm/phoc: update to 0.7.0Jan Beich2021-03-202-5/+5
| | | | | | | | Changes: https://source.puri.sm/Librem5/phoc/-/tags/v0.7.0 Reported by: Repology Notes: svn path=/head/; revision=568891
* x11-wm/phoc: update to 0.6.0Jan Beich2021-01-072-5/+5
| | | | | | | | Changes: https://source.puri.sm/Librem5/phoc/-/tags/v0.6.0 Reported by: Repology Notes: svn path=/head/; revision=560655
* x11-wm/phoc: update to 0.5.1Jan Beich2020-11-242-5/+5
| | | | | | | | Changes: https://source.puri.sm/Librem5/phoc/-/tags/v0.5.1 Reported by: Repology Notes: svn path=/head/; revision=556131
* x11-wm/phoc: post_install.py is python2-compatibleJan Beich2020-11-161-1/+1
| | | | Notes: svn path=/head/; revision=555452
* x11-wm/phoc: update to 0.5.0Jan Beich2020-11-152-7/+7
| | | | | | | Changes: https://source.puri.sm/Librem5/phoc/-/tags/v0.5.0 Notes: svn path=/head/; revision=555156
* x11-toolkits/wlroots: update to 0.12.0Jan Beich2020-11-081-0/+1
| | | | | | | | Changes: https://github.com/swaywm/wlroots/releases/tag/0.12.0 Reported by: GitHub (watch releases) Notes: svn path=/head/; revision=554475
* x11-wm/phoc: update to 0.4.4Jan Beich2020-10-292-5/+5
| | | | | | | | Changes: https://source.puri.sm/Librem5/phoc/-/tags/v0.4.4 Reported by: Repology Notes: svn path=/head/; revision=553575