summaryrefslogtreecommitdiff
path: root/x11/squeekboard (follow)
Commit message (Collapse)AuthorAgeFilesLines
* */*: Sunset 12.4-RELEASE/12-STABLE from ports treeMuhammad Moinur Rahman2023-12-311-1/+0
| | | | | | | | | | | | | | | | | | | | | - Remove all references to defunct ARCH arm - Remove all references to defunct ARCH sparc64 - Remove x11-drivers/xf86-video-sunffb which requires defunct sparc64 ARCH - Remove sysutils/afbinit requires defunct sparc64 ARCH - Remove all references to bktr driver - Remove all references to defunct FreeBSD_12 - Remove all references to OSVERSION/OSREL corresponding to 12 - Remove conditionals in Mk/Uses/cabal.mk - Remove sparc reference from Mk/Uses/qt-dist.mk - Remove BROKEN_sparc64/NOT_FOR_ARCH=sparc64 - Remove BROKEN_FreeBSD_12* from: - Remove OpenSSL patches from: - Remove conditional flags for OSVERSION >= 1300000 to fixed flags. Also move conditional flags for non sparc64/arm ARCH to fixed flags. Reviewed by: brooks, jbeich, rene, salvadore Differential Revision: https://reviews.freebsd.org/D42068
* */*: Bump consumers of x11-toolkits/gtk30Nuno Teixeira2023-12-231-1/+1
| | | | New version of gtk3 in tree
* lang/rust: Bump revisions after 1.74.1Mikael Urankar2023-12-081-1/+1
| | | | PR: 275243
* lang/rust: Bump revisions after 1.73.0Mikael Urankar2023-10-241-1/+1
| | | | PR: 274499
* lang/rust: Bump revisions after 1.72.0Mikael Urankar2023-09-081-1/+1
| | | | PR: 273331
* lang/rust: Bump revisions after 1.71.0Mikael Urankar2023-07-171-0/+1
| | | | PR: 272449
* x11/squeekboard: drop GL_TAGNAMEJan Beich2023-07-122-3/+2
|
* bsd.sites.mk: Update all ports using USE_GITLABFelix Palmen2023-07-121-1/+1
| | | | | | | | | | Replace GL_COMMIT by GL_TAGNAME in all ports. The new GL_TAGNAME is backwards-compatible (accepting any commit hash as before), but also understands an actual tag name. Moving to tag names where appropriate is left to individual ports' maintainers. Approved by: portmgr (tcberner, mentor) Differential Revision: https://reviews.freebsd.org/D37077
* x11/squeekboard: drop unused dependency after c77d062b3074Jan Beich2023-06-101-1/+0
| | | | https://gitlab.gnome.org/World/Phosh/squeekboard/-/commit/f473a47eb8f3
* x11/squeekboard: update to 1.22.0Jan Beich2023-06-102-5/+6
| | | | | Changes: https://gitlab.gnome.org/World/Phosh/squeekboard/-/releases/v1.22.0 Reported by: GitLab (notify releases)
* x11/squeekboard: update to 1.21.0Jan Beich2023-06-103-134/+177
| | | | | Changes: https://gitlab.gnome.org/World/Phosh/squeekboard/-/releases/v1.21.0 Reported by: GitLab (notify releases)
* x11/squeekboard: update to 1.20.0Jan Beich2023-06-102-5/+12
| | | | | Changes: https://gitlab.gnome.org/World/Phosh/squeekboard/-/releases/v1.20.0 Reported by: GitLab (notify releases)
* x11/squeekboard: update to 1.19.0Jan Beich2023-06-102-10/+8
| | | | | Changes: https://gitlab.gnome.org/World/Phosh/squeekboard/-/compare/v1.18.0...v1.19.0 Reported by: Repology
* x11/squeekboard: update to 1.18.0Jan Beich2023-06-104-13/+332
| | | | | Changes: https://gitlab.gnome.org/World/Phosh/squeekboard/-/compare/v1.17.1...v1.18.0 Reported by: Repology
* x11/squeekboard: switch to newer cratesJan Beich2023-06-103-116/+226
|
* x11/squeekboard: update descriptionJan Beich2023-06-102-3/+13
| | | | | https://gitlab.gnome.org/World/Phosh/squeekboard/-/commit/90df025b9fd2 https://gitlab.gnome.org/World/Phosh/squeekboard/-/commit/20ef5b6925f5
* x11/squeekboard: document ee6d553d7b6aJan Beich2023-06-101-0/+2
|
* lang/rust: Bump revisions after 1.70.0Mikael Urankar2023-06-091-1/+1
| | | | PR: 271797
* lang/rust: Bump revisions after 1.69.0Mikael Urankar2023-04-231-1/+1
| | | | PR: 270953
* lang/rust: Bump revisions after 1.68.0Mikael Urankar2023-03-161-1/+1
| | | | PR: 270080
* accessibility/at-spi2-core: update to 2.46.0Tobias C. Berner2023-03-021-1/+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 ---
* lang/rust: Bump revisions after 1.67.1Mikael Urankar2023-02-131-1/+1
| | | | PR: 269336
* */*: Bump rust (cargo) ports to reflect on WITH_LTODaniel Engberg2023-01-071-1/+1
| | | | | Bump ports in tree so they get rebuilt with new default settings for cargo ports
* lang/rust: Bump revisions after 1.66.0Mikael Urankar2022-12-201-1/+1
| | | | PR: 268415
* lang/rust: Bump revisions after 1.65.0Mikael Urankar2022-11-171-1/+1
| | | | PR: 267622
* */*: move CARGO_CRATES to Makefile.crates in my portsJan Beich2022-11-032-51/+50
|
* lang/rust: Bump revisions after 1.64.0Mikael Urankar2022-10-301-1/+1
| | | | PR: 267173
* 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)
* rust: bring back update to 1.63Baptiste Daroussin2022-08-251-1/+1
| | | | | | | | | | | | | | | | Revert back the revert of the update of rust and related commits This revert was drive by beside validation by portmgr via exp-run and not respectful of the etiquette we have between committers This reverts commit 8ecb1f8141144c1603eb4026122d2e60eeaccd64. This reverts commit 04d257baa182926cff158f32cf459e560426add0. This reverts commit 2757c63bd0e6d01f9f0657fe03bb3a7b49adcae2. This reverts commit 75f4713de5e3fbd1c6a0cb572e08121814a4072e. This reverts commit e88e592111c86fdd1c0ac8717dbef9342e15e27c. This reverts commit 783c056d7d681d66e2c5c59251c275d65274028e. With hat: portmgr
* Revert "lang/rust: Bump revisions after 1.63.0"Piotr Kubaj2022-08-251-1/+1
| | | | | | This reverts commit c7912d97754bb7aa9a18eb33df53f91cba4cd82d. PR: 265915
* lang/rust: Bump revisions after 1.63.0Mikael Urankar2022-08-251-1/+1
|
* lang/rust: Bump revisions after 1.62.0Mikael Urankar2022-07-021-1/+1
|
* wayland: add wayland virtual categoryBaptiste Daroussin2022-07-011-1/+1
|
* lang/rust: Bump revisions after 1.61.0Mikael Urankar2022-05-311-1/+1
|
* lang/rust: Relink ports after the Rust 1.60.0 updateTobias Kortkamp2022-05-031-0/+1
|
* x11/squeekboard: update to 1.17.1Jan Beich2022-04-172-6/+6
| | | | | Changes: https://gitlab.gnome.org/World/Phosh/squeekboard/-/compare/v1.17.0...v1.17.1 Reported by: Repology
* lang/rust: Bump revisions after 1.59.0Mikael Urankar2022-03-151-0/+1
|
* x11/squeekboard: update to 1.17.0Jan Beich2022-03-092-21/+22
| | | | | Changes: https://gitlab.gnome.org/World/Phosh/squeekboard/-/compare/v1.16.0...v1.17.0 Reported by: Repology
* lang/rust: Relink consumersTobias Kortkamp2022-02-031-0/+1
| | | | | PR: 261449 Security: ee26f513-826e-11ec-8be6-d4c9ef517024
* x11/squeekboard: update to 1.16.0Jan Beich2022-01-262-47/+52
| | | | | Changes: https://gitlab.gnome.org/World/Phosh/squeekboard/-/compare/v1.15.0...v1.16.0 Reported by: Repology
* lang/rust: Bump revisions after 1.58.0Tobias Kortkamp2022-01-171-0/+1
|
* x11/squeekboard: update to 1.15.0Jan Beich2021-12-223-57/+46
| | | | | Changes: https://gitlab.gnome.org/World/Phosh/squeekboard/-/compare/v1.14.0...v1.15.0 Reported by: Repology
* lang/rust: Rebuild consumers for Rust 1.57.0Tobias Kortkamp2021-12-051-1/+1
|
* *: Rebuild for Rust 1.56.0Tobias Kortkamp2021-10-251-1/+1
|
* cleanup: drop support for EOL FreeBSD 11.XRene Ladan2021-09-301-1/+0
| | | | | | | | | | | | | | | | | Search criteria used: - 11.4 - OSREL* - OSVER* - *_FreeBSD_11 Input from: - adridg: devel/qca-legacy - jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds - sunpoet: security/p5-*OpenSSL* Reviewed by: doceng, kde, multimedia, perl, python, ruby, rust Differential Revision: https://reviews.freebsd.org/D32008 Test Plan: make index
* *: Rebuild lang/rust consumers after the 1.55.0 updateTobias Kortkamp2021-09-191-1/+1
|
* x11/squeekboard: Unbreak with CARGO_BUILD_TARGET in the environment (D31872)Tobias Kortkamp2021-09-111-0/+19
| | | | | | | | | | | | | | cp: ./release/librs.a: No such file or directory Traceback (most recent call last): File "/wrkdirs/usr/ports/x11/squeekboard/work/squeekboard-8293c5f10dbd5c1fdb071e1f7e4a97a4cd52d592/cargo_build.py", line 45, in <module> subprocess.run(['cp', '-a', File "/usr/local/lib/python3.8/subprocess.py", line 516, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['cp', '-a', './release/librs.a', PosixPath('/wrkdirs/usr/ports/x11/squeekboard/work/squeekboard-8293c5f10dbd5c1fdb071e1f7e4a97a4cd52d592/_build/src/librs.a')]' returned non-zero exit status 1. http://package18.nyi.freebsd.org/data/122amd64-default-foo/2021-09-09_14h16m24s/logs/errors/squeekboard-1.14.0_2.log PR: 258337
* lang/rust: Rebuild consumers for 1.54.0Mikael Urankar2021-08-281-1/+1
|
* x11/squeekboard: chase new homeJan Beich2021-08-213-5/+5
| | | | Old home is archived / read-only, similar to x11-wm/phoc.