From nobody Mon Nov 08 13:01:53 2021 X-Original-To: dev-commits-ports-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 0E84D1838A6A; Mon, 8 Nov 2021 13:01:54 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Hnrq52Hc1z3PyS; Mon, 8 Nov 2021 13:01:53 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 19FA712273; Mon, 8 Nov 2021 13:01:53 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1A8D1rK3076567; Mon, 8 Nov 2021 13:01:53 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1A8D1rex076566; Mon, 8 Nov 2021 13:01:53 GMT (envelope-from git) Date: Mon, 8 Nov 2021 13:01:53 GMT Message-Id: <202111081301.1A8D1rex076566@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Jan Beich Subject: git: 080c15f53ea9 - main - x11/swayr: update to 0.9.0 List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-all@freebsd.org X-BeenThere: dev-commits-ports-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jbeich X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 080c15f53ea905f6d2e13450c292b57f66c053dc Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=080c15f53ea905f6d2e13450c292b57f66c053dc commit 080c15f53ea905f6d2e13450c292b57f66c053dc Author: Jan Beich AuthorDate: 2021-11-07 09:15:20 +0000 Commit: Jan Beich CommitDate: 2021-11-08 13:01:07 +0000 x11/swayr: update to 0.9.0 Changes: https://git.sr.ht/~tsdh/swayr/log/v0.9.0 Reported by: /r/swaywm --- x11/swayr/Makefile | 2 +- x11/swayr/distinfo | 6 +++--- x11/swayr/pkg-descr | 7 ++++++- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/x11/swayr/Makefile b/x11/swayr/Makefile index 8a72ab5e3b57..5587b2e588f7 100644 --- a/x11/swayr/Makefile +++ b/x11/swayr/Makefile @@ -1,6 +1,6 @@ PORTNAME= swayr DISTVERSIONPREFIX= v -DISTVERSION= 0.8.0 +DISTVERSION= 0.9.0 CATEGORIES= x11 MASTER_SITES= https://git.sr.ht/~tsdh/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ # XXX Teach USES=cargo to not override default DISTFILES diff --git a/x11/swayr/distinfo b/x11/swayr/distinfo index 513a8d6d3850..5641a4feebf5 100644 --- a/x11/swayr/distinfo +++ b/x11/swayr/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1635534439 -SHA256 (swayr-v0.8.0.tar.gz) = 6372fbd23fa2338a53a18e4cb9bb58b2ea52ff69ea6f8a839ff08dbe8c8311f4 -SIZE (swayr-v0.8.0.tar.gz) = 927865 +TIMESTAMP = 1636276520 +SHA256 (swayr-v0.9.0.tar.gz) = 9d4610c26ad9aa531a5dae24d591405d3e55ed39f82b8d7746f2bd967769ecd0 +SIZE (swayr-v0.9.0.tar.gz) = 929032 SHA256 (rust/crates/aho-corasick-0.7.18.crate) = 1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f SIZE (rust/crates/aho-corasick-0.7.18.crate) = 112923 SHA256 (rust/crates/atty-0.2.14.crate) = d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8 diff --git a/x11/swayr/pkg-descr b/x11/swayr/pkg-descr index 0d5b3d066d3a..32f535ef7222 100644 --- a/x11/swayr/pkg-descr +++ b/x11/swayr/pkg-descr @@ -37,7 +37,8 @@ Right now, there are these subcommands: prev-window otherwise. * execute-swaymsg-command displays most swaymsg which don't require additional input and executes the selected one. That's handy especially for - less often used commands not bound to a key. + less often used commands not bound to a key. Non-matching input will be + executed executed as-is with swaymsg. * execute-swayr-command displays all commands above and executes the selected one. (This is useful for accessing swayr commands which are not bound to a key.) @@ -64,5 +65,9 @@ Right now, there are these subcommands: between a tabbed and tiled layout, i.e., it calls shuffle-tile-workspace if it is currently tabbed, and calls shuffle-tile-workspace if it is currently tiled. +* move-focused-to-workspace moves the currently focused window or container + to another workspace selected with the menu program. Non-matching input of + the form #w: where the hash and w: shortcut are optional can + be used to move it to a new workspace. WWW: https://sr.ht/~tsdh/swayr/