diff options
Diffstat (limited to 'x11')
139 files changed, 1264 insertions, 271 deletions
diff --git a/x11/Makefile b/x11/Makefile index 5e9dcb0641e5..c94c8c79b4e5 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -136,6 +136,7 @@ SUBDIR += hyprlock SUBDIR += hyprpaper SUBDIR += hyprpicker + SUBDIR += hyprviz SUBDIR += i3bar-river SUBDIR += i3blocks SUBDIR += i3lock-color @@ -349,6 +350,7 @@ SUBDIR += py-i3-quickterm SUBDIR += py-i3ipc SUBDIR += py-mouseinfo + SUBDIR += py-nwg-displays SUBDIR += py-pyautogui SUBDIR += py-pynput SUBDIR += py-pyscreenshot @@ -459,6 +461,8 @@ SUBDIR += watershot SUBDIR += way-displays SUBDIR += waybar + SUBDIR += waycheck + SUBDIR += waycorner SUBDIR += wayidle SUBDIR += wayland-logout SUBDIR += waylock diff --git a/x11/admiral/Makefile b/x11/admiral/Makefile index 0455e6930bf1..e84da637c7bc 100644 --- a/x11/admiral/Makefile +++ b/x11/admiral/Makefile @@ -2,7 +2,7 @@ PORTNAME= admiral DISTVERSIONPREFIX= v DISTVERSION= 1.0.0-7 DISTVERSIONSUFFIX= -g5a9f33b -PORTREVISION= 68 +PORTREVISION= 69 CATEGORIES= x11 MAINTAINER= ports@FreeBSD.org diff --git a/x11/alacritty/Makefile b/x11/alacritty/Makefile index 1f8f77f6b43c..a577a7e8a584 100644 --- a/x11/alacritty/Makefile +++ b/x11/alacritty/Makefile @@ -1,6 +1,7 @@ PORTNAME= alacritty DISTVERSIONPREFIX= v DISTVERSION= 0.15.1 +PORTREVISION= 1 CATEGORIES= x11 wayland MAINTAINER= vishwin@FreeBSD.org diff --git a/x11/ashell/Makefile b/x11/ashell/Makefile index 028a6d1576e1..775b726ab55e 100644 --- a/x11/ashell/Makefile +++ b/x11/ashell/Makefile @@ -1,5 +1,6 @@ PORTNAME= ashell DISTVERSION= 0.5.0 +PORTREVISION= 1 CATEGORIES= x11 wayland MAINTAINER= tagattie@FreeBSD.org diff --git a/x11/cinnamon/Makefile b/x11/cinnamon/Makefile index 26fc204fd275..94003443adbf 100644 --- a/x11/cinnamon/Makefile +++ b/x11/cinnamon/Makefile @@ -1,6 +1,6 @@ PORTNAME= cinnamon DISTVERSION= 6.4.10 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11 gnome DIST_SUBDIR= gnome diff --git a/x11/clipcat/Makefile b/x11/clipcat/Makefile index 55f73f2e2cf2..806fb4afb713 100644 --- a/x11/clipcat/Makefile +++ b/x11/clipcat/Makefile @@ -1,7 +1,7 @@ PORTNAME= clipcat DISTVERSIONPREFIX= v DISTVERSION= 0.21.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11 MAINTAINER= yuri@FreeBSD.org diff --git a/x11/clipcat/files/patch-rust-1.89.0 b/x11/clipcat/files/patch-rust-1.89.0 new file mode 100644 index 000000000000..66f0f73b7b32 --- /dev/null +++ b/x11/clipcat/files/patch-rust-1.89.0 @@ -0,0 +1,9 @@ +--- crates/server/src/notification/dummy.rs.orig 2025-08-22 08:47:55 UTC ++++ crates/server/src/notification/dummy.rs +@@ -1,5 +1,6 @@ + use crate::notification::traits; + ++#[allow(dead_code)] + #[derive(Clone, Copy, Debug, Default)] + pub struct Notification {} + diff --git a/x11/cliphist/Makefile b/x11/cliphist/Makefile index 73db2a39fafe..2b078846b7af 100644 --- a/x11/cliphist/Makefile +++ b/x11/cliphist/Makefile @@ -1,35 +1,36 @@ PORTNAME= cliphist DISTVERSIONPREFIX= v DISTVERSION= 0.6.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= x11 wayland -MAINTAINER= ports@FreeBSD.org -COMMENT= Wayland clipboard manager +MAINTAINER= tagattie@FreeBSD.org +COMMENT= Wayland clipboard manager with support for multimedia WWW= https://github.com/sentriz/cliphist LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules -USE_GITHUB= yes -GH_ACCOUNT= sentriz -GH_TUPLE= etcd-io:bbolt:v1.3.9:etcd_io_bbolt/vendor/go.etcd.io/bbolt \ - golang:image:v0.21.0:golang_image/vendor/golang.org/x/image \ - golang:sys:v0.26.0:golang_sys/vendor/golang.org/x/sys \ - golang:tools:v0.24.0:golang_tools/vendor/golang.org/x/tools \ - rogpeppe:go-internal:v1.12.0:rogpeppe_go_internal/vendor/github.com/rogpeppe/go-internal \ - sentriz:flagconf:v0.1.9:sentriz_flagconf/vendor/go.senan.xyz/flagconf + +GO_MODULE= go.senan.xyz/cliphist + PLIST_FILES= bin/${PORTNAME} +PORTDOCS= readme.md -OPTIONS_DEFINE= FZF +OPTIONS_DEFINE= DOCS FZF OPTIONS_DEFAULT=FZF FZF_DESC= Script with only unique lines and previews + FZF_RUN_DEPENDS= fzf:textproc/fzf \ wl-copy:x11/wl-clipboard FZF_PLIST_FILES= bin/${PORTNAME}-fzf +do-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_MAN} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} + post-install-FZF-on: ${INSTALL_SCRIPT} ${WRKSRC}/contrib/${FZF_PLIST_FILES:T} \ ${STAGEDIR}${PREFIX}/bin diff --git a/x11/cliphist/distinfo b/x11/cliphist/distinfo index f1cac118459d..81daf18604d7 100644 --- a/x11/cliphist/distinfo +++ b/x11/cliphist/distinfo @@ -1,15 +1,5 @@ -TIMESTAMP = 1729035841 -SHA256 (sentriz-cliphist-v0.6.1_GH0.tar.gz) = db0f25ba3e9173dcb257d66cb1293e277a8bdfed11cc8d6b38b7473b0947781d -SIZE (sentriz-cliphist-v0.6.1_GH0.tar.gz) = 24715 -SHA256 (etcd-io-bbolt-v1.3.9_GH0.tar.gz) = c48eee1b2d2395ac0958e38fa6f78c6e50e1273bdaf2fb2edf2c106d7aece5ff -SIZE (etcd-io-bbolt-v1.3.9_GH0.tar.gz) = 124908 -SHA256 (golang-image-v0.21.0_GH0.tar.gz) = 5b7bb4fa79b75afbe3b71e1ba594e711f4134968df09fe277e1cbe531e99313d -SIZE (golang-image-v0.21.0_GH0.tar.gz) = 5104065 -SHA256 (golang-sys-v0.26.0_GH0.tar.gz) = 584b9e1f84f2edfddedc60727a0296b053688fb30c4097490942981283c683e4 -SIZE (golang-sys-v0.26.0_GH0.tar.gz) = 1508756 -SHA256 (golang-tools-v0.24.0_GH0.tar.gz) = 7ebfbdf31af28c4fd3a6cf1dec7bbfdd83e5292ae1ba5eb8825f8d90221a66fc -SIZE (golang-tools-v0.24.0_GH0.tar.gz) = 6977100 -SHA256 (rogpeppe-go-internal-v1.12.0_GH0.tar.gz) = b51d588d05f3e82d3045545ef46bd758a0610b9cfde1ae243489a593908b6060 -SIZE (rogpeppe-go-internal-v1.12.0_GH0.tar.gz) = 116899 -SHA256 (sentriz-flagconf-v0.1.9_GH0.tar.gz) = 50036c727e8097dd159784bf75d4f64e74a9f439f7b52f66af0032206ba73b74 -SIZE (sentriz-flagconf-v0.1.9_GH0.tar.gz) = 5478 +TIMESTAMP = 1756120073 +SHA256 (go/x11_cliphist/cliphist-v0.6.1/v0.6.1.mod) = a681a215031bd4e8afb3d63cc44bd7f701d2fb3ca7a97491f24aa6a2b94e6a8f +SIZE (go/x11_cliphist/cliphist-v0.6.1/v0.6.1.mod) = 266 +SHA256 (go/x11_cliphist/cliphist-v0.6.1/v0.6.1.zip) = d137ad819d7c248fd84c15461c71cf96d4ad7d4acc6ded78ccbf2ca4c452407e +SIZE (go/x11_cliphist/cliphist-v0.6.1/v0.6.1.zip) = 33779 diff --git a/x11/deforaos-integration/Makefile b/x11/deforaos-integration/Makefile index dd0333ed4668..c77ecc3bba5f 100644 --- a/x11/deforaos-integration/Makefile +++ b/x11/deforaos-integration/Makefile @@ -1,6 +1,6 @@ PORTNAME= integration PORTVERSION= 0.1.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 MASTER_SITES= https://ftp.defora.org/pub/DeforaOS/Apps/Desktop/src/Integration/ PKGNAMEPREFIX= deforaos- diff --git a/x11/eww/Makefile b/x11/eww/Makefile index 9bb53faf0942..2606d6c8174b 100644 --- a/x11/eww/Makefile +++ b/x11/eww/Makefile @@ -1,7 +1,7 @@ PORTNAME= eww DISTVERSIONPREFIX= v DISTVERSION= 0.6.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= x11 wayland PKGNAMESUFFIX= -${FLAVOR} diff --git a/x11/fuzzel/Makefile b/x11/fuzzel/Makefile index e8b93c9f0078..2bd5c6f60d6f 100644 --- a/x11/fuzzel/Makefile +++ b/x11/fuzzel/Makefile @@ -1,5 +1,5 @@ PORTNAME= fuzzel -DISTVERSION= 1.13.0 +DISTVERSION= 1.13.1 CATEGORIES= x11 wayland MASTER_SITES= https://codeberg.org/dnkl/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ diff --git a/x11/fuzzel/distinfo b/x11/fuzzel/distinfo index 9a5de6bb23ee..475fe41021dc 100644 --- a/x11/fuzzel/distinfo +++ b/x11/fuzzel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1755434557 -SHA256 (fuzzel-1.13.0.tar.gz) = 3b73727d76bdfd9c33a77614ab7b76656e4c48df4a2ea183cee8af8870aecc17 -SIZE (fuzzel-1.13.0.tar.gz) = 500678 +TIMESTAMP = 1755786948 +SHA256 (fuzzel-1.13.1.tar.gz) = 17e8f01753469573965a2a37b5745d03e6f6e7bda9d675cd2bc4644abb42d818 +SIZE (fuzzel-1.13.1.tar.gz) = 501037 diff --git a/x11/gnome-applets/Makefile b/x11/gnome-applets/Makefile index 0701c5156549..d712d3d86011 100644 --- a/x11/gnome-applets/Makefile +++ b/x11/gnome-applets/Makefile @@ -1,6 +1,6 @@ PORTNAME= gnome-applets PORTVERSION= 3.56.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome diff --git a/x11/gnome-flashback/Makefile b/x11/gnome-flashback/Makefile index 59f5978b96b2..d33dcd5dd7c3 100644 --- a/x11/gnome-flashback/Makefile +++ b/x11/gnome-flashback/Makefile @@ -1,5 +1,6 @@ PORTNAME= gnome-flashback PORTVERSION= 3.56.0 +PORTREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome diff --git a/x11/gnome-panel/Makefile b/x11/gnome-panel/Makefile index dc6440ccb638..8b84642957c8 100644 --- a/x11/gnome-panel/Makefile +++ b/x11/gnome-panel/Makefile @@ -1,6 +1,6 @@ PORTNAME= gnome-panel PORTVERSION= 3.56.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome diff --git a/x11/gnome-shell-extensions/Makefile b/x11/gnome-shell-extensions/Makefile index 478879d7a41f..4b9ba3c5749a 100644 --- a/x11/gnome-shell-extensions/Makefile +++ b/x11/gnome-shell-extensions/Makefile @@ -1,5 +1,6 @@ PORTNAME= gnome-shell-extensions PORTVERSION= 47.6 +PORTREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome diff --git a/x11/gnome-shell/Makefile b/x11/gnome-shell/Makefile index 3bce8c6a07b9..75a9f06a0e42 100644 --- a/x11/gnome-shell/Makefile +++ b/x11/gnome-shell/Makefile @@ -1,5 +1,6 @@ PORTNAME= gnome-shell PORTVERSION= 47.8 +PORTREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome diff --git a/x11/hybrid-bar/Makefile b/x11/hybrid-bar/Makefile index cf9ccec43bbd..deff8d542616 100644 --- a/x11/hybrid-bar/Makefile +++ b/x11/hybrid-bar/Makefile @@ -1,6 +1,6 @@ PORTNAME= hybrid-bar DISTVERSION= 0.4.9 -PORTREVISION= 21 +PORTREVISION= 22 CATEGORIES= x11 wayland MAINTAINER= jbeich@FreeBSD.org diff --git a/x11/hypridle/Makefile b/x11/hypridle/Makefile index d0afc5ea17cf..d3da0aed7672 100644 --- a/x11/hypridle/Makefile +++ b/x11/hypridle/Makefile @@ -1,7 +1,6 @@ PORTNAME= hypridle DISTVERSIONPREFIX= v -DISTVERSION= 0.1.6 -PORTREVISION= 5 +DISTVERSION= 0.1.7 CATEGORIES= x11 wayland MAINTAINER= tagattie@FreeBSD.org diff --git a/x11/hypridle/distinfo b/x11/hypridle/distinfo index 73c23c1a0e6c..2be367763d8a 100644 --- a/x11/hypridle/distinfo +++ b/x11/hypridle/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1754557031 -SHA256 (hyprwm-hypridle-v0.1.6_GH0.tar.gz) = ea4faf92e7ef303a538551e2b0ea67a557b2d711574993a5a3fea3b27667dc63 -SIZE (hyprwm-hypridle-v0.1.6_GH0.tar.gz) = 17053 +TIMESTAMP = 1756366995 +SHA256 (hyprwm-hypridle-v0.1.7_GH0.tar.gz) = c4ef2e2894fc2082cfdabe7db086b1f246e3f0de571f7f2c6b26d7c0d9a5f8f3 +SIZE (hyprwm-hypridle-v0.1.7_GH0.tar.gz) = 18986 diff --git a/x11/hypridle/files/patch-src_core_Hypridle.cpp b/x11/hypridle/files/patch-src_core_Hypridle.cpp index d5f2395f2518..377593b71efa 100644 --- a/x11/hypridle/files/patch-src_core_Hypridle.cpp +++ b/x11/hypridle/files/patch-src_core_Hypridle.cpp @@ -1,11 +1,11 @@ https://github.com/hyprwm/hypridle/issues/68#issuecomment-2428697344 ---- src/core/Hypridle.cpp.orig 2025-08-07 09:04:25 UTC +--- src/core/Hypridle.cpp.orig 2025-08-27 10:40:01 UTC +++ src/core/Hypridle.cpp -@@ -180,6 +180,7 @@ void CHypridle::enterEventLoop() { +@@ -190,6 +190,7 @@ void CHypridle::enterEventLoop() { } }); - + + m_sEventLoopInternals.loopRequestMutex.try_lock(); while (1) { // dbus events // wait for being awakened diff --git a/x11/hyprviz/Makefile b/x11/hyprviz/Makefile new file mode 100644 index 000000000000..a675baeede01 --- /dev/null +++ b/x11/hyprviz/Makefile @@ -0,0 +1,33 @@ +PORTNAME= hyprviz +DISTVERSIONPREFIX= v +DISTVERSION= 0.4.3 +CATEGORIES= x11 wayland + +MAINTAINER= tagattie@FreeBSD.org +COMMENT= GUI for configuring Hyprland +WWW= https://github.com/timasoft/hyprviz + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= cargo gnome + +USE_GITHUB= yes +GH_ACCOUNT= timasoft + +USE_GNOME= glib20 gtk40 + +PLIST_FILES= bin/${PORTNAME} \ + share/applications/${PORTNAME}.desktop +PORTDOCS= readme.md + +OPTIONS_DEFINE= DOCS + +post-install: + ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.desktop ${STAGEDIR}${DESKTOPDIR} + +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_MAN} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} + +.include <bsd.port.mk> diff --git a/x11/hyprviz/Makefile.crates b/x11/hyprviz/Makefile.crates new file mode 100644 index 000000000000..dfd3e8bc1673 --- /dev/null +++ b/x11/hyprviz/Makefile.crates @@ -0,0 +1,75 @@ +CARGO_CRATES= autocfg-1.4.0 \ + bitflags-2.9.1 \ + cairo-rs-0.21.0 \ + cairo-sys-rs-0.21.0 \ + cfg-expr-0.17.0 \ + equivalent-1.0.1 \ + field-offset-0.3.6 \ + futures-channel-0.3.31 \ + futures-core-0.3.31 \ + futures-executor-0.3.31 \ + futures-io-0.3.31 \ + futures-macro-0.3.31 \ + futures-task-0.3.31 \ + futures-util-0.3.31 \ + gdk-pixbuf-0.21.0 \ + gdk-pixbuf-sys-0.21.0 \ + gdk4-0.10.0 \ + gdk4-sys-0.10.0 \ + gio-0.21.0 \ + gio-sys-0.21.0 \ + glib-0.21.0 \ + glib-macros-0.21.0 \ + glib-sys-0.21.0 \ + gobject-sys-0.21.0 \ + graphene-rs-0.21.0 \ + graphene-sys-0.21.0 \ + gsk4-0.10.0 \ + gsk4-sys-0.10.0 \ + gtk4-0.10.0 \ + gtk4-macros-0.10.0 \ + gtk4-sys-0.10.0 \ + hashbrown-0.15.4 \ + heck-0.5.0 \ + hyprparser-0.1.6 \ + indexmap-2.6.0 \ + itoa-1.0.11 \ + libc-0.2.174 \ + memchr-2.7.5 \ + memoffset-0.9.1 \ + pango-0.21.0 \ + pango-sys-0.21.0 \ + pin-project-lite-0.2.14 \ + pin-utils-0.1.0 \ + pkg-config-0.3.32 \ + proc-macro-crate-3.3.0 \ + proc-macro2-1.0.95 \ + quote-1.0.37 \ + rustc_version-0.4.1 \ + ryu-1.0.18 \ + semver-1.0.23 \ + serde-1.0.219 \ + serde_derive-1.0.219 \ + serde_json-1.0.142 \ + serde_spanned-0.6.9 \ + slab-0.4.9 \ + smallvec-1.15.1 \ + syn-2.0.104 \ + system-deps-7.0.3 \ + target-lexicon-0.12.16 \ + toml-0.8.19 \ + toml_datetime-0.6.11 \ + toml_edit-0.22.27 \ + unicode-ident-1.0.13 \ + version-compare-0.2.0 \ + windows-sys-0.52.0 \ + windows-targets-0.52.6 \ + windows_aarch64_gnullvm-0.52.6 \ + windows_aarch64_msvc-0.52.6 \ + windows_i686_gnu-0.52.6 \ + windows_i686_gnullvm-0.52.6 \ + windows_i686_msvc-0.52.6 \ + windows_x86_64_gnu-0.52.6 \ + windows_x86_64_gnullvm-0.52.6 \ + windows_x86_64_msvc-0.52.6 \ + winnow-0.7.12 diff --git a/x11/hyprviz/distinfo b/x11/hyprviz/distinfo new file mode 100644 index 000000000000..6ae0863cd283 --- /dev/null +++ b/x11/hyprviz/distinfo @@ -0,0 +1,153 @@ +TIMESTAMP = 1755829125 +SHA256 (rust/crates/autocfg-1.4.0.crate) = ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26 +SIZE (rust/crates/autocfg-1.4.0.crate) = 17712 +SHA256 (rust/crates/bitflags-2.9.1.crate) = 1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967 +SIZE (rust/crates/bitflags-2.9.1.crate) = 47913 +SHA256 (rust/crates/cairo-rs-0.21.0.crate) = f6466a563dea2e99f59f6ffbb749fd0bdf75764f5e6e93976b5e7bd73c4c9efb +SIZE (rust/crates/cairo-rs-0.21.0.crate) = 58331 +SHA256 (rust/crates/cairo-sys-rs-0.21.0.crate) = cab7e9f13c802625aad1ad2b4ae3989f4ce9339ff388f335a6f109f9338705e2 +SIZE (rust/crates/cairo-sys-rs-0.21.0.crate) = 14489 +SHA256 (rust/crates/cfg-expr-0.17.0.crate) = d0890061c4d3223e7267f3bad2ec40b997d64faac1c2815a4a9d95018e2b9e9c +SIZE (rust/crates/cfg-expr-0.17.0.crate) = 43509 +SHA256 (rust/crates/equivalent-1.0.1.crate) = 5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5 +SIZE (rust/crates/equivalent-1.0.1.crate) = 6615 +SHA256 (rust/crates/field-offset-0.3.6.crate) = 38e2275cc4e4fc009b0669731a1e5ab7ebf11f469eaede2bab9309a5b4d6057f +SIZE (rust/crates/field-offset-0.3.6.crate) = 10032 +SHA256 (rust/crates/futures-channel-0.3.31.crate) = 2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10 +SIZE (rust/crates/futures-channel-0.3.31.crate) = 31971 +SHA256 (rust/crates/futures-core-0.3.31.crate) = 05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e +SIZE (rust/crates/futures-core-0.3.31.crate) = 14318 +SHA256 (rust/crates/futures-executor-0.3.31.crate) = 1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f +SIZE (rust/crates/futures-executor-0.3.31.crate) = 17965 +SHA256 (rust/crates/futures-io-0.3.31.crate) = 9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6 +SIZE (rust/crates/futures-io-0.3.31.crate) = 9047 +SHA256 (rust/crates/futures-macro-0.3.31.crate) = 162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650 +SIZE (rust/crates/futures-macro-0.3.31.crate) = 11341 +SHA256 (rust/crates/futures-task-0.3.31.crate) = f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988 +SIZE (rust/crates/futures-task-0.3.31.crate) = 11217 +SHA256 (rust/crates/futures-util-0.3.31.crate) = 9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81 +SIZE (rust/crates/futures-util-0.3.31.crate) = 162124 +SHA256 (rust/crates/gdk-pixbuf-0.21.0.crate) = 688dc7eaf551dbac1f5b11d000d089c3db29feb25562455f47c1a2080cc60bda +SIZE (rust/crates/gdk-pixbuf-0.21.0.crate) = 21425 +SHA256 (rust/crates/gdk-pixbuf-sys-0.21.0.crate) = 5af1823d3d1cb72616873ba0a593bd440eb92da700fdfb047505a21ee3ec3e10 +SIZE (rust/crates/gdk-pixbuf-sys-0.21.0.crate) = 13958 +SHA256 (rust/crates/gdk4-0.10.0.crate) = 0a67b064d2f35e649232455c7724f56f977555d2608c43300eabc530eaa4e359 +SIZE (rust/crates/gdk4-0.10.0.crate) = 101740 +SHA256 (rust/crates/gdk4-sys-0.10.0.crate) = 2edbda0d879eb85317bdb49a3da591ed70a804a10776e358ef416be38c6db2c5 +SIZE (rust/crates/gdk4-sys-0.10.0.crate) = 76442 +SHA256 (rust/crates/gio-0.21.0.crate) = 273d64c833fbbf7cd86c4cdced893c5d3f2f5d6aeb30fd0c30d172456ce8be2e +SIZE (rust/crates/gio-0.21.0.crate) = 228089 +SHA256 (rust/crates/gio-sys-0.21.0.crate) = 2c8130f5810a839d74afc3a929c34a700bf194972bb034f2ecfe639682dd13cc +SIZE (rust/crates/gio-sys-0.21.0.crate) = 87114 +SHA256 (rust/crates/glib-0.21.0.crate) = 690e8bcf8a819b5911d6ae79879226191d01253a4f602748072603defd5b9553 +SIZE (rust/crates/glib-0.21.0.crate) = 297502 +SHA256 (rust/crates/glib-macros-0.21.0.crate) = e772291ebea14c28eb11bb75741f62f4a4894f25e60ce80100797b6b010ef0f9 +SIZE (rust/crates/glib-macros-0.21.0.crate) = 65629 +SHA256 (rust/crates/glib-sys-0.21.0.crate) = 4b2be4c74454fb4a6bd3328320737d0fa3d6939e2d570f5d846da00cb222f6a0 +SIZE (rust/crates/glib-sys-0.21.0.crate) = 68309 +SHA256 (rust/crates/gobject-sys-0.21.0.crate) = ab318a786f9abd49d388013b9161fa0ef8218ea6118ee7111c95e62186f7d31f +SIZE (rust/crates/gobject-sys-0.21.0.crate) = 23299 +SHA256 (rust/crates/graphene-rs-0.21.0.crate) = 0487f78e8a772ec89020458fbabadd1332bc1e3236ca1c63ef1d61afd4e5f2cc +SIZE (rust/crates/graphene-rs-0.21.0.crate) = 22865 +SHA256 (rust/crates/graphene-sys-0.21.0.crate) = 270cefb6b270fcb2ef9708c3a35c0e25c2e831dac28d75c4f87e5ad3540c9543 +SIZE (rust/crates/graphene-sys-0.21.0.crate) = 16088 +SHA256 (rust/crates/gsk4-0.10.0.crate) = d5dbe33ceed6fc20def67c03d36e532f5a4a569ae437ae015a7146094f31e10c +SIZE (rust/crates/gsk4-0.10.0.crate) = 37772 +SHA256 (rust/crates/gsk4-sys-0.10.0.crate) = 8d76011d55dd19fde16ffdedee08877ae6ec942818cfa7bc08a91259bc0b9fc9 +SIZE (rust/crates/gsk4-sys-0.10.0.crate) = 20146 +SHA256 (rust/crates/gtk4-0.10.0.crate) = 938d68ad43080ad5ee710c30d467c1bc022ee5947856f593855691d726305b3e +SIZE (rust/crates/gtk4-0.10.0.crate) = 484995 +SHA256 (rust/crates/gtk4-macros-0.10.0.crate) = 0912d2068695633002b92c5966edc108b2e4f54b58c509d1eeddd4cbceb7315c +SIZE (rust/crates/gtk4-macros-0.10.0.crate) = 16958 +SHA256 (rust/crates/gtk4-sys-0.10.0.crate) = a923bdcf00e46723801162de24432cbce38a6810e0178a2d0b6dd4ecc26a1c74 +SIZE (rust/crates/gtk4-sys-0.10.0.crate) = 116203 +SHA256 (rust/crates/hashbrown-0.15.4.crate) = 5971ac85611da7067dbfcabef3c70ebb5606018acd9e2a3903a0da507521e0d5 +SIZE (rust/crates/hashbrown-0.15.4.crate) = 140447 +SHA256 (rust/crates/heck-0.5.0.crate) = 2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea +SIZE (rust/crates/heck-0.5.0.crate) = 11517 +SHA256 (rust/crates/hyprparser-0.1.6.crate) = 930255d713784978cd22aeaf8eb31e80cd5adada0c0e4498dec31a4622d439c0 +SIZE (rust/crates/hyprparser-0.1.6.crate) = 62831 +SHA256 (rust/crates/indexmap-2.6.0.crate) = 707907fe3c25f5424cce2cb7e1cbcafee6bdbe735ca90ef77c29e84591e5b9da +SIZE (rust/crates/indexmap-2.6.0.crate) = 85204 +SHA256 (rust/crates/itoa-1.0.11.crate) = 49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b +SIZE (rust/crates/itoa-1.0.11.crate) = 10563 +SHA256 (rust/crates/libc-0.2.174.crate) = 1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776 +SIZE (rust/crates/libc-0.2.174.crate) = 779933 +SHA256 (rust/crates/memchr-2.7.5.crate) = 32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0 +SIZE (rust/crates/memchr-2.7.5.crate) = 97603 +SHA256 (rust/crates/memoffset-0.9.1.crate) = 488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a +SIZE (rust/crates/memoffset-0.9.1.crate) = 9032 +SHA256 (rust/crates/pango-0.21.0.crate) = 2d4803f086c4f49163c31ac14db162112a22401c116435080e4be8678c507d61 +SIZE (rust/crates/pango-0.21.0.crate) = 49637 +SHA256 (rust/crates/pango-sys-0.21.0.crate) = 66872b3cfd328ad6d1a4f89ebd5357119bd4c592a4ddbb8f6bc2386f8ce7b898 +SIZE (rust/crates/pango-sys-0.21.0.crate) = 29153 +SHA256 (rust/crates/pin-project-lite-0.2.14.crate) = bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02 +SIZE (rust/crates/pin-project-lite-0.2.14.crate) = 28817 +SHA256 (rust/crates/pin-utils-0.1.0.crate) = 8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184 +SIZE (rust/crates/pin-utils-0.1.0.crate) = 7580 +SHA256 (rust/crates/pkg-config-0.3.32.crate) = 7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c +SIZE (rust/crates/pkg-config-0.3.32.crate) = 21370 +SHA256 (rust/crates/proc-macro-crate-3.3.0.crate) = edce586971a4dfaa28950c6f18ed55e0406c1ab88bbce2c6f6293a7aaba73d35 +SIZE (rust/crates/proc-macro-crate-3.3.0.crate) = 12432 +SHA256 (rust/crates/proc-macro2-1.0.95.crate) = 02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778 +SIZE (rust/crates/proc-macro2-1.0.95.crate) = 51820 +SHA256 (rust/crates/quote-1.0.37.crate) = b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af +SIZE (rust/crates/quote-1.0.37.crate) = 28558 +SHA256 (rust/crates/rustc_version-0.4.1.crate) = cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92 +SIZE (rust/crates/rustc_version-0.4.1.crate) = 12245 +SHA256 (rust/crates/ryu-1.0.18.crate) = f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f +SIZE (rust/crates/ryu-1.0.18.crate) = 47713 +SHA256 (rust/crates/semver-1.0.23.crate) = 61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b +SIZE (rust/crates/semver-1.0.23.crate) = 30622 +SHA256 (rust/crates/serde-1.0.219.crate) = 5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6 +SIZE (rust/crates/serde-1.0.219.crate) = 78983 +SHA256 (rust/crates/serde_derive-1.0.219.crate) = 5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00 +SIZE (rust/crates/serde_derive-1.0.219.crate) = 57798 +SHA256 (rust/crates/serde_json-1.0.142.crate) = 030fedb782600dcbd6f02d479bf0d817ac3bb40d644745b769d6a96bc3afc5a7 +SIZE (rust/crates/serde_json-1.0.142.crate) = 155363 +SHA256 (rust/crates/serde_spanned-0.6.9.crate) = bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3 +SIZE (rust/crates/serde_spanned-0.6.9.crate) = 10210 +SHA256 (rust/crates/slab-0.4.9.crate) = 8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67 +SIZE (rust/crates/slab-0.4.9.crate) = 17108 +SHA256 (rust/crates/smallvec-1.15.1.crate) = 67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03 +SIZE (rust/crates/smallvec-1.15.1.crate) = 38116 +SHA256 (rust/crates/syn-2.0.104.crate) = 17b6f705963418cdb9927482fa304bc562ece2fdd4f616084c50b7023b435a40 +SIZE (rust/crates/syn-2.0.104.crate) = 299699 +SHA256 (rust/crates/system-deps-7.0.3.crate) = 66d23aaf9f331227789a99e8de4c91bf46703add012bdfd45fdecdfb2975a005 +SIZE (rust/crates/system-deps-7.0.3.crate) = 26313 +SHA256 (rust/crates/target-lexicon-0.12.16.crate) = 61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1 +SIZE (rust/crates/target-lexicon-0.12.16.crate) = 26488 +SHA256 (rust/crates/toml-0.8.19.crate) = a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e +SIZE (rust/crates/toml-0.8.19.crate) = 50974 +SHA256 (rust/crates/toml_datetime-0.6.11.crate) = 22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c +SIZE (rust/crates/toml_datetime-0.6.11.crate) = 16125 +SHA256 (rust/crates/toml_edit-0.22.27.crate) = 41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a +SIZE (rust/crates/toml_edit-0.22.27.crate) = 78602 +SHA256 (rust/crates/unicode-ident-1.0.13.crate) = e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe +SIZE (rust/crates/unicode-ident-1.0.13.crate) = 43279 +SHA256 (rust/crates/version-compare-0.2.0.crate) = 852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b +SIZE (rust/crates/version-compare-0.2.0.crate) = 13942 +SHA256 (rust/crates/windows-sys-0.52.0.crate) = 282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d +SIZE (rust/crates/windows-sys-0.52.0.crate) = 2576877 +SHA256 (rust/crates/windows-targets-0.52.6.crate) = 9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973 +SIZE (rust/crates/windows-targets-0.52.6.crate) = 6403 +SHA256 (rust/crates/windows_aarch64_gnullvm-0.52.6.crate) = 32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3 +SIZE (rust/crates/windows_aarch64_gnullvm-0.52.6.crate) = 435718 +SHA256 (rust/crates/windows_aarch64_msvc-0.52.6.crate) = 09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469 +SIZE (rust/crates/windows_aarch64_msvc-0.52.6.crate) = 832615 +SHA256 (rust/crates/windows_i686_gnu-0.52.6.crate) = 8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b +SIZE (rust/crates/windows_i686_gnu-0.52.6.crate) = 880402 +SHA256 (rust/crates/windows_i686_gnullvm-0.52.6.crate) = 0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66 +SIZE (rust/crates/windows_i686_gnullvm-0.52.6.crate) = 475940 +SHA256 (rust/crates/windows_i686_msvc-0.52.6.crate) = 240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66 +SIZE (rust/crates/windows_i686_msvc-0.52.6.crate) = 901163 +SHA256 (rust/crates/windows_x86_64_gnu-0.52.6.crate) = 147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78 +SIZE (rust/crates/windows_x86_64_gnu-0.52.6.crate) = 836363 +SHA256 (rust/crates/windows_x86_64_gnullvm-0.52.6.crate) = 24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d +SIZE (rust/crates/windows_x86_64_gnullvm-0.52.6.crate) = 435707 +SHA256 (rust/crates/windows_x86_64_msvc-0.52.6.crate) = 589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec +SIZE (rust/crates/windows_x86_64_msvc-0.52.6.crate) = 832564 +SHA256 (rust/crates/winnow-0.7.12.crate) = f3edebf492c8125044983378ecb5766203ad3b4c2f7a922bd7dd207f6d443e95 +SIZE (rust/crates/winnow-0.7.12.crate) = 174403 +SHA256 (timasoft-hyprviz-v0.4.3_GH0.tar.gz) = 61568c5666ad76f17f0f9f1689ca11ef4d03922f2c33ef2f778a7a2aae014eef +SIZE (timasoft-hyprviz-v0.4.3_GH0.tar.gz) = 84339 diff --git a/x11/hyprviz/files/patch-hyprviz.desktop b/x11/hyprviz/files/patch-hyprviz.desktop new file mode 100644 index 000000000000..ffbb16523c29 --- /dev/null +++ b/x11/hyprviz/files/patch-hyprviz.desktop @@ -0,0 +1,11 @@ +--- hyprviz.desktop.orig 2025-08-22 02:23:35 UTC ++++ hyprviz.desktop +@@ -1,7 +1,7 @@ Comment=GUI for configuring Hyprland, written in blazi + [Desktop Entry] + Name=HyprViz + Comment=GUI for configuring Hyprland, written in blazingly fast Rust! +-Exec=/usr/bin/hyprviz ++Exec=hyprviz + Icon=preferences-system + Type=Application + Terminal=false diff --git a/x11/hyprviz/pkg-descr b/x11/hyprviz/pkg-descr new file mode 100644 index 000000000000..a666ddf948fc --- /dev/null +++ b/x11/hyprviz/pkg-descr @@ -0,0 +1,3 @@ +An unofficial GUI for configuring Hyprland, built with GTK4 and +Rust. Comes with a custom hyprparser for Hyprland's configuration +file. diff --git a/x11/i3bar-river/Makefile b/x11/i3bar-river/Makefile index 10d5cf5544be..dd48a4e95944 100644 --- a/x11/i3bar-river/Makefile +++ b/x11/i3bar-river/Makefile @@ -1,7 +1,7 @@ PORTNAME= i3bar-river DISTVERSIONPREFIX= v DISTVERSION= 1.1.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= x11 wayland MAINTAINER= jbeich@FreeBSD.org diff --git a/x11/inputplug/Makefile b/x11/inputplug/Makefile index 8f4e94ffcd58..0e783729e70f 100644 --- a/x11/inputplug/Makefile +++ b/x11/inputplug/Makefile @@ -1,6 +1,6 @@ PORTNAME= inputplug DISTVERSION= 0.4.0 -PORTREVISION= 35 +PORTREVISION= 36 CATEGORIES= x11 MAINTAINER= 0mp@FreeBSD.org diff --git a/x11/kanshi/Makefile b/x11/kanshi/Makefile index 6ff6a1adf2a3..c8bb79fc1915 100644 --- a/x11/kanshi/Makefile +++ b/x11/kanshi/Makefile @@ -1,12 +1,13 @@ PORTNAME= kanshi DISTVERSIONPREFIX= v -PORTVERSION= 1.7.0 +DISTVERSION= 1.8.0 CATEGORIES= x11 wayland -MASTER_SITES= https://git.sr.ht/~emersion/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ +MASTER_SITES= https://gitlab.freedesktop.org/emersion/${PORTNAME}/-/releases/${DISTVERSIONFULL}/downloads/ +DISTNAME= ${PORTNAME}-${DISTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= tagattie@FreeBSD.org COMMENT= Dynamic display configuration for Wayland -WWW= https://sr.ht/~emersion/kanshi/ +WWW= https://gitlab.freedesktop.org/emersion/kanshi LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE @@ -15,7 +16,9 @@ LIB_DEPENDS= libscfg.so:devel/libscfg \ libwayland-client.so:graphics/wayland USES= compiler:c11 meson pkgconfig + MESON_ARGS= -Dipc=disabled # https://github.com/varlink/libvarlink/issues/53 + PLIST_FILES= bin/${PORTNAME} OPTIONS_DEFINE= MANPAGES @@ -27,7 +30,7 @@ MANPAGES_PLIST_FILES= share/man/man1/${PORTNAME}.1.gz \ share/man/man5/${PORTNAME}.5.gz post-patch: - @${REINPLACE_CMD} -e 's,/etc,${PREFIX}&,' \ + @${REINPLACE_CMD} -e 's|/etc|${PREFIX}&|' \ ${WRKSRC}/doc/${PORTNAME}.5.scd .include <bsd.port.mk> diff --git a/x11/kanshi/distinfo b/x11/kanshi/distinfo index 8edc8d56a7a7..8355d95a43bf 100644 --- a/x11/kanshi/distinfo +++ b/x11/kanshi/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1717781331 -SHA256 (kanshi-v1.7.0.tar.gz) = d35b2a0b41a36cc55066320ae7ae5b176450546a4ed67ee09e7241ecd36bfc73 -SIZE (kanshi-v1.7.0.tar.gz) = 23073 +TIMESTAMP = 1755865621 +SHA256 (kanshi-1.8.0.tar.gz) = d82760e139cedc7d120f0f8446f1f39710009574faf393f78c224c316f3ad56c +SIZE (kanshi-1.8.0.tar.gz) = 23620 diff --git a/x11/kanshi/pkg-descr b/x11/kanshi/pkg-descr index 2c623f969545..8f2e992c94c0 100644 --- a/x11/kanshi/pkg-descr +++ b/x11/kanshi/pkg-descr @@ -3,4 +3,5 @@ enabled and disabled on hotplug. For instance, this can be used to turn a laptop's internal screen off when docked. This is a Wayland equivalent for tools like autorandr. kanshi can be -used on Wayland compositors supporting wlr-output-management protocol. +used on Wayland compositors supporting the wlr-output-management +protocol. diff --git a/x11/kde-baseapps/Makefile b/x11/kde-baseapps/Makefile index 7bfce2964804..38313977e642 100644 --- a/x11/kde-baseapps/Makefile +++ b/x11/kde-baseapps/Makefile @@ -1,5 +1,6 @@ PORTNAME= kde-baseapps DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= x11 kde MAINTAINER= kde@FreeBSD.org diff --git a/x11/kde-gear/Makefile b/x11/kde-gear/Makefile index 5370d52825f3..f15836b09763 100644 --- a/x11/kde-gear/Makefile +++ b/x11/kde-gear/Makefile @@ -1,5 +1,6 @@ PORTNAME= kde-gear PORTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= x11 kde MAINTAINER= kde@FreeBSD.org diff --git a/x11/kde/Makefile b/x11/kde/Makefile index a1376f0baf88..6982dfc2812c 100644 --- a/x11/kde/Makefile +++ b/x11/kde/Makefile @@ -1,5 +1,6 @@ PORTNAME= kde PORTVERSION= ${KDE_PLASMA_VERSION}.${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= x11 kde MAINTAINER= kde@FreeBSD.org diff --git a/x11/kf5-frameworks/Makefile b/x11/kf5-frameworks/Makefile index 6b6478efe27a..b62e6e54d68a 100644 --- a/x11/kf5-frameworks/Makefile +++ b/x11/kf5-frameworks/Makefile @@ -1,5 +1,6 @@ PORTNAME= frameworks DISTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= x11 kde PKGNAMEPREFIX= kf5- diff --git a/x11/kf6-frameworks/Makefile b/x11/kf6-frameworks/Makefile index 183f5f6f0c1c..1ca915ef46c5 100644 --- a/x11/kf6-frameworks/Makefile +++ b/x11/kf6-frameworks/Makefile @@ -1,5 +1,6 @@ PORTNAME= frameworks DISTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= x11 kde PKGNAMEPREFIX= kf6- diff --git a/x11/kickoff/Makefile b/x11/kickoff/Makefile index 1a05a7ed40a4..6ae8fa5f20b4 100644 --- a/x11/kickoff/Makefile +++ b/x11/kickoff/Makefile @@ -1,7 +1,7 @@ PORTNAME= kickoff DISTVERSIONPREFIX= v DISTVERSION= 0.7.0 -PORTREVISION= 22 +PORTREVISION= 23 CATEGORIES= x11 wayland MAINTAINER= ports@FreeBSD.org diff --git a/x11/libei/Makefile b/x11/libei/Makefile index 79c5bb30baf5..c43d457d76e1 100644 --- a/x11/libei/Makefile +++ b/x11/libei/Makefile @@ -1,7 +1,10 @@ PORTNAME= libei -DISTVERSION= 1.4.1 +DISTVERSION= 1.5.0 CATEGORIES= x11 +PATCH_SITES= ${GL_SITE}/${GL_ACCOUNT}/${GL_PROJECT}/-/commit/ +PATCHFILES+= 4f11112be0c0.patch:-p1 # https://gitlab.freedesktop.org/libinput/libei/-/merge_requests/357 + MAINTAINER= jbeich@FreeBSD.org COMMENT= Library for Emulated Input WWW= https://gitlab.freedesktop.org/libinput/libei diff --git a/x11/libei/distinfo b/x11/libei/distinfo index 2a78bda2c99c..1b1685e10c38 100644 --- a/x11/libei/distinfo +++ b/x11/libei/distinfo @@ -1,5 +1,7 @@ -TIMESTAMP = 1743479568 +TIMESTAMP = 1756171518 SHA256 (nemequ-munit-v0.2.0-38-gfbbdf14_GH0.tar.gz) = c37c11b5e66e8cec78d2a365f7dd1e999e61cfd3d2e9a4fa9d4f50cd9711007a SIZE (nemequ-munit-v0.2.0-38-gfbbdf14_GH0.tar.gz) = 27712 -SHA256 (libei-1.4.1.tar.bz2) = 1d6549c2520e67502fb829987bbf56a2dcf7d1a17ebe90c3ad652df06cdb08f9 -SIZE (libei-1.4.1.tar.bz2) = 182255 +SHA256 (libei-1.5.0.tar.bz2) = da1fba92daccd0667bc46c3ee952d4ae8cfc6bdb4c0bb4d34df26528fb240618 +SIZE (libei-1.5.0.tar.bz2) = 184499 +SHA256 (4f11112be0c0.patch) = 06ca66240689711acd7212e62eac70346531a0cc6d7362452c19667762768338 +SIZE (4f11112be0c0.patch) = 2268 diff --git a/x11/libxfce4menu/Makefile b/x11/libxfce4menu/Makefile index d1b004495900..633e6212546d 100644 --- a/x11/libxfce4menu/Makefile +++ b/x11/libxfce4menu/Makefile @@ -1,5 +1,5 @@ PORTNAME= libxfce4menu -PORTVERSION= 4.20.1 +PORTVERSION= 4.20.2 CATEGORIES= x11 xfce MASTER_SITES= XFCE DISTNAME= libxfce4ui-${DISTVERSIONFULL} diff --git a/x11/libxfce4menu/distinfo b/x11/libxfce4menu/distinfo index 05be8ba8ece2..cd46b83f051d 100644 --- a/x11/libxfce4menu/distinfo +++ b/x11/libxfce4menu/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1742801483 -SHA256 (xfce4/libxfce4ui-4.20.1.tar.bz2) = ec99f0b8f6d7cd4222c8f8e3bca51d144fb240d719829344b354900eb3a07100 -SIZE (xfce4/libxfce4ui-4.20.1.tar.bz2) = 1214543 +TIMESTAMP = 1755161013 +SHA256 (xfce4/libxfce4ui-4.20.2.tar.bz2) = 5d3d67b1244a10cee0e89b045766c05fe1035f7938f0410ac6a3d8222b5df907 +SIZE (xfce4/libxfce4ui-4.20.2.tar.bz2) = 1223663 diff --git a/x11/libxfce4menu/pkg-plist b/x11/libxfce4menu/pkg-plist index 8e9c9f20fa78..d9f3b4cfa3d5 100644 --- a/x11/libxfce4menu/pkg-plist +++ b/x11/libxfce4menu/pkg-plist @@ -58,6 +58,7 @@ share/icons/hicolor/scalable/apps/xfce4-logo.svg %%NLS%%share/locale/el/LC_MESSAGES/libxfce4ui.mo %%NLS%%share/locale/en_AU/LC_MESSAGES/libxfce4ui.mo %%NLS%%share/locale/en_GB/LC_MESSAGES/libxfce4ui.mo +%%NLS%%share/locale/eo/LC_MESSAGES/libxfce4ui.mo %%NLS%%share/locale/es/LC_MESSAGES/libxfce4ui.mo %%NLS%%share/locale/et/LC_MESSAGES/libxfce4ui.mo %%NLS%%share/locale/eu/LC_MESSAGES/libxfce4ui.mo diff --git a/x11/libxfce4windowing/Makefile b/x11/libxfce4windowing/Makefile index 995e7ea970b1..440db67f7047 100644 --- a/x11/libxfce4windowing/Makefile +++ b/x11/libxfce4windowing/Makefile @@ -1,6 +1,5 @@ PORTNAME= libxfce4windowing -DISTVERSION= 4.20.3 -PORTREVISION= 1 +DISTVERSION= 4.20.4 CATEGORIES= x11 xfce MASTER_SITES= XFCE DIST_SUBDIR= xfce4 @@ -21,28 +20,34 @@ USE_XFCE= xdt USE_XORG= x11 xrandr SHEBANG_FILES= xdt-gen-visibility -MESON_ARGS= -Dgtk-doc=false \ - -Dx11=enabled +MESON_ARGS= -Dx11=enabled -OPTIONS_DEFINE= GIR NLS WAYLAND -OPTIONS_DEFAULT= GIR WAYLAND +OPTIONS_DEFINE= DOCS GIR NLS VAPI WAYLAND +OPTIONS_DEFAULT= GIR VAPI WAYLAND OPTIONS_SUB= yes GIR_DESC= GObject Introspection support -# At present gtk-doc is broken due to missing files in the distribution -#DOCS_MESON_TRUE= gtk-doc +DOCS_BUILD_DEPENDS= gtkdoc-scan:textproc/gtk-doc +DOCS_MESON_TRUE= gtk-doc GIR_USE= GNOME=introspection:build GIR_MESON_TRUE= introspection NLS_USES= gettext-runtime +VAPI_USES= vala:build +VAPI_MESON_ENABLED= vala + WAYLAND_BUILD_DEPENDS= wayland-protocols>0:graphics/wayland-protocols -WAYLAND_RUN_DEPENDS= wayland-protocols>0:graphics/wayland-protocols WAYLAND_LIB_DEPENDS= libwayland-client.so:graphics/wayland +WAYLAND_RUN_DEPENDS= wayland-protocols>0:graphics/wayland-protocols WAYLAND_MESON_ENABLED= wayland +post-patch: + @${CP} ${FILESDIR}/libxfce4windowing-docs.xml.in ${WRKSRC}/docs/reference/libxfce4windowing + @${CP} ${FILESDIR}/libxfce4windowingui-docs.xml.in ${WRKSRC}/docs/reference/libxfce4windowingui + post-patch-NLS-off: @${REINPLACE_CMD} -e "/^subdir('po')/d" ${WRKSRC}/meson.build diff --git a/x11/libxfce4windowing/distinfo b/x11/libxfce4windowing/distinfo index 451f0cc0adff..935d2a77c2bf 100644 --- a/x11/libxfce4windowing/distinfo +++ b/x11/libxfce4windowing/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747849083 -SHA256 (xfce4/libxfce4windowing-4.20.3.tar.bz2) = df2419a6bd960c0bfac3307eff593050857524642597eb35a26fb4f8261a017b -SIZE (xfce4/libxfce4windowing-4.20.3.tar.bz2) = 605237 +TIMESTAMP = 1755161257 +SHA256 (xfce4/libxfce4windowing-4.20.4.tar.bz2) = db467f9ac4bac8f1c4e82667902841fc0957af835c29603d6659a57440b6f8cb +SIZE (xfce4/libxfce4windowing-4.20.4.tar.bz2) = 614876 diff --git a/x11/libxfce4windowing/files/libxfce4windowing-docs.xml.in b/x11/libxfce4windowing/files/libxfce4windowing-docs.xml.in new file mode 100644 index 000000000000..c44e2cc4c942 --- /dev/null +++ b/x11/libxfce4windowing/files/libxfce4windowing-docs.xml.in @@ -0,0 +1,83 @@ +<?xml version="1.0"?> +<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" + "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" +[ + <!ENTITY % local.common.attrib "xmlns:xi CDATA #FIXED 'http://www.w3.org/2003/XInclude'"> + <!ENTITY % gtkdocentities SYSTEM "xml/gtkdocentities.ent"> + %gtkdocentities; +]> + +<book id="index" xmlns:xi="http://www.w3.org/2003/XInclude"> + <bookinfo> + <title>&package_name; Reference Manual</title> + <releaseinfo> + For &package_string;. + The latest version of this documentation can be found on-line at + <ulink role="online-location" url="https://developer.xfce.org/&package_name;/index.html">https://developer.xfce.org/&package_name;/</ulink>. + </releaseinfo> + <copyright> + <year>@COPYRIGHT_YEAR@</year> + <holder>The libxfce4windowing contributors</holder> + </copyright> + </bookinfo> + + <part id="libxfce4windowing-introduction"> + <title>Introduction</title> + <para> + Libxfce4windowing abstracts over several windowing concepts between the X11 and Wayland display systems. + </para> + </part> + + <part id="libxfce4windowing-utilities"> + <title>Windowing Utilities</title> + <xi:include href="xml/libxfce4windowing-config.xml"/> + <xi:include href="xml/xfw-util.xml"/> + </part> + + <part id="libxfce4windowing-core"> + <title>Core Library Interface</title> + <xi:include href="xml/xfw-screen.xml"/> + <xi:include href="xml/xfw-seat.xml"/> + <xi:include href="xml/xfw-workspace-manager.xml"/> + <xi:include href="xml/xfw-workspace-group.xml"/> + <xi:include href="xml/xfw-workspace.xml"/> + <xi:include href="xml/xfw-window.xml"/> + <xi:include href="xml/xfw-application.xml"/> + <xi:include href="xml/xfw-monitor.xml"/> + </part> + + <part id="libxfce4windowing-backend"> + <title>Backend-Specific Interfaces</title> + <xi:include href="xml/xfw-x11.xml"/> + </part> + + <index id="api-index-full"> + <title>Index of all symbols</title> + <xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include> + </index> + <index id="api-index-4-19-1"> + <title>Index of new symbols in 4.19.1</title> + <xi:include href="xml/api-index-4.19.1.xml"><xi:fallback /></xi:include> + </index> + <index id="api-index-4-19-3"> + <title>Index of new symbols in 4.19.3</title> + <xi:include href="xml/api-index-4.19.3.xml"><xi:fallback /></xi:include> + </index> + <index id="api-index-4-19-4"> + <title>Index of new symbols in 4.19.4</title> + <xi:include href="xml/api-index-4.19.4.xml"><xi:fallback /></xi:include> + </index> + <!-- + <index id="api-index-deprecated"> + <title>Index of deprecated symbols</title> + <xi:include href="xml/api-index-deprecated.xml"><xi:fallback /></xi:include> + </index> + --> + + <xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include> + +</book> + +<!-- + vi:set ts=2 sw=2 et ai syntax=docbkxml: +--> diff --git a/x11/libxfce4windowing/files/libxfce4windowingui-docs.xml.in b/x11/libxfce4windowing/files/libxfce4windowingui-docs.xml.in new file mode 100644 index 000000000000..e3cebad59e2c --- /dev/null +++ b/x11/libxfce4windowing/files/libxfce4windowingui-docs.xml.in @@ -0,0 +1,55 @@ +<?xml version="1.0"?> +<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" + "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" +[ + <!ENTITY % local.common.attrib "xmlns:xi CDATA #FIXED 'http://www.w3.org/2003/XInclude'"> + <!ENTITY % gtkdocentities SYSTEM "xml/gtkdocentities.ent"> + %gtkdocentities; +]> + +<book id="index" xmlns:xi="http://www.w3.org/2003/XInclude"> + <bookinfo> + <title>&package_name; Reference Manual</title> + <releaseinfo> + for &package_string;. + The latest version of this documentation can be found on-line at + <ulink role="online-location" url="https://developer.xfcr.org/&package_name;/index.html">https://developer.xfce.org/&package_name;/</ulink>. + </releaseinfo> + <copyright> + <year>@COPYRIGHT_YEAR@</year> + <holder>The libxfce4windowing contributors</holder> + </copyright> + </bookinfo> + + <part id="libxfce4windowingui-introduction"> + <title>Introduction</title> + <para> + Libxfce4windowingui is a UI widget utility library that makes use of libxfce4windowing primitives. + </para> + </part> + + <part id="libxfce4windowingui-utilities"> + <title>Windowing Utilities</title> + <xi:include href="xml/libxfce4windowingui-config.xml"/> + </part> + + <part id="libxfce4windowing-widgets"> + <title>Widgets</title> + <xi:include href="xml/xfw-window-action-menu.xml"/> + <xi:include href="xml/xfw-window-list-menu.xml"/> + </part> + + <index id="api-index-full"> + <title>Index of all symbols</title> + <xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include> + </index> + <!-- + <index id="api-index-deprecated"> + <title>Index of deprecated symbols</title> + <xi:include href="xml/api-index-deprecated.xml"><xi:fallback /></xi:include> + </index> + --> + + <xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include> + +</book> diff --git a/x11/libxfce4windowing/pkg-plist b/x11/libxfce4windowing/pkg-plist index a49555e12982..df8892973d5e 100644 --- a/x11/libxfce4windowing/pkg-plist +++ b/x11/libxfce4windowing/pkg-plist @@ -27,54 +27,55 @@ libdata/pkgconfig/libxfce4windowing-x11-0.pc libdata/pkgconfig/libxfce4windowingui-0.pc %%GIR%%share/gir-1.0/Libxfce4windowing-0.0.gir %%GIR%%share/gir-1.0/Libxfce4windowingui-0.0.gir -@comment %%PORTDOCS%%share/gtk-doc/html/libxfce4windowing/XfwApplication.html -@comment %%PORTDOCS%%share/gtk-doc/html/libxfce4windowing/XfwMonitor.html -@comment %%PORTDOCS%%share/gtk-doc/html/libxfce4windowing/XfwScreen.html -@comment %%PORTDOCS%%share/gtk-doc/html/libxfce4windowing/XfwSeat.html -@comment %%PORTDOCS%%share/gtk-doc/html/libxfce4windowing/XfwWindow.html -@comment %%PORTDOCS%%share/gtk-doc/html/libxfce4windowing/XfwWorkspace.html -@comment %%PORTDOCS%%share/gtk-doc/html/libxfce4windowing/XfwWorkspaceGroup.html -@comment %%PORTDOCS%%share/gtk-doc/html/libxfce4windowing/XfwWorkspaceManager.html -@comment %%PORTDOCS%%share/gtk-doc/html/libxfce4windowing/annotation-glossary.html -@comment %%PORTDOCS%%share/gtk-doc/html/libxfce4windowing/api-index-4-19-1.html -@comment %%PORTDOCS%%share/gtk-doc/html/libxfce4windowing/api-index-4-19-3.html -@comment %%PORTDOCS%%share/gtk-doc/html/libxfce4windowing/api-index-4-19-4.html -@comment %%PORTDOCS%%share/gtk-doc/html/libxfce4windowing/api-index-full.html -@comment %%PORTDOCS%%share/gtk-doc/html/libxfce4windowing/home.png -@comment %%PORTDOCS%%share/gtk-doc/html/libxfce4windowing/index.html -@comment %%PORTDOCS%%share/gtk-doc/html/libxfce4windowing/left-insensitive.png -@comment %%PORTDOCS%%share/gtk-doc/html/libxfce4windowing/left.png -@comment %%PORTDOCS%%share/gtk-doc/html/libxfce4windowing/libxfce4windowing-Library-Configuration.html -@comment %%PORTDOCS%%share/gtk-doc/html/libxfce4windowing/libxfce4windowing-Utilities.html -@comment %%PORTDOCS%%share/gtk-doc/html/libxfce4windowing/libxfce4windowing-X11-Backend.html -@comment %%PORTDOCS%%share/gtk-doc/html/libxfce4windowing/libxfce4windowing-backend.html -@comment %%PORTDOCS%%share/gtk-doc/html/libxfce4windowing/libxfce4windowing-core.html -@comment %%PORTDOCS%%share/gtk-doc/html/libxfce4windowing/libxfce4windowing-introduction.html -@comment %%PORTDOCS%%share/gtk-doc/html/libxfce4windowing/libxfce4windowing-utilities.html -@comment %%PORTDOCS%%share/gtk-doc/html/libxfce4windowing/libxfce4windowing.devhelp2 -@comment %%PORTDOCS%%share/gtk-doc/html/libxfce4windowing/right-insensitive.png -@comment %%PORTDOCS%%share/gtk-doc/html/libxfce4windowing/right.png -@comment %%PORTDOCS%%share/gtk-doc/html/libxfce4windowing/style.css -@comment %%PORTDOCS%%share/gtk-doc/html/libxfce4windowing/up-insensitive.png -@comment %%PORTDOCS%%share/gtk-doc/html/libxfce4windowing/up.png -@comment %%PORTDOCS%%share/gtk-doc/html/libxfce4windowingui/XfwWindowActionMenu.html -@comment %%PORTDOCS%%share/gtk-doc/html/libxfce4windowingui/XfwWindowListMenu.html -@comment %%PORTDOCS%%share/gtk-doc/html/libxfce4windowingui/annotation-glossary.html -@comment %%PORTDOCS%%share/gtk-doc/html/libxfce4windowingui/api-index-full.html -@comment %%PORTDOCS%%share/gtk-doc/html/libxfce4windowingui/home.png -@comment %%PORTDOCS%%share/gtk-doc/html/libxfce4windowingui/index.html -@comment %%PORTDOCS%%share/gtk-doc/html/libxfce4windowingui/left-insensitive.png -@comment %%PORTDOCS%%share/gtk-doc/html/libxfce4windowingui/left.png -@comment %%PORTDOCS%%share/gtk-doc/html/libxfce4windowingui/libxfce4windowing-widgets.html -@comment %%PORTDOCS%%share/gtk-doc/html/libxfce4windowingui/libxfce4windowingui-Library-Configuration.html -@comment %%PORTDOCS%%share/gtk-doc/html/libxfce4windowingui/libxfce4windowingui-introduction.html -@comment %%PORTDOCS%%share/gtk-doc/html/libxfce4windowingui/libxfce4windowingui-utilities.html -@comment %%PORTDOCS%%share/gtk-doc/html/libxfce4windowingui/libxfce4windowingui.devhelp2 -@comment %%PORTDOCS%%share/gtk-doc/html/libxfce4windowingui/right-insensitive.png -@comment %%PORTDOCS%%share/gtk-doc/html/libxfce4windowingui/right.png -@comment %%PORTDOCS%%share/gtk-doc/html/libxfce4windowingui/style.css -@comment %%PORTDOCS%%share/gtk-doc/html/libxfce4windowingui/up-insensitive.png -@comment %%PORTDOCS%%share/gtk-doc/html/libxfce4windowingui/up.png +%%PORTDOCS%%share/gtk-doc/html/libxfce4windowing-0/XfwApplication.html +%%PORTDOCS%%share/gtk-doc/html/libxfce4windowing-0/XfwMonitor.html +%%PORTDOCS%%share/gtk-doc/html/libxfce4windowing-0/XfwScreen.html +%%PORTDOCS%%share/gtk-doc/html/libxfce4windowing-0/XfwSeat.html +%%PORTDOCS%%share/gtk-doc/html/libxfce4windowing-0/XfwWindow.html +%%PORTDOCS%%share/gtk-doc/html/libxfce4windowing-0/XfwWorkspace.html +%%PORTDOCS%%share/gtk-doc/html/libxfce4windowing-0/XfwWorkspaceGroup.html +%%PORTDOCS%%share/gtk-doc/html/libxfce4windowing-0/XfwWorkspaceManager.html +%%PORTDOCS%%share/gtk-doc/html/libxfce4windowing-0/annotation-glossary.html +%%PORTDOCS%%share/gtk-doc/html/libxfce4windowing-0/api-index-4-19-1.html +%%PORTDOCS%%share/gtk-doc/html/libxfce4windowing-0/api-index-4-19-3.html +%%PORTDOCS%%share/gtk-doc/html/libxfce4windowing-0/api-index-4-19-4.html +%%PORTDOCS%%share/gtk-doc/html/libxfce4windowing-0/api-index-full.html +%%PORTDOCS%%share/gtk-doc/html/libxfce4windowing-0/home.png +%%PORTDOCS%%share/gtk-doc/html/libxfce4windowing-0/index.html +%%PORTDOCS%%share/gtk-doc/html/libxfce4windowing-0/left-insensitive.png +%%PORTDOCS%%share/gtk-doc/html/libxfce4windowing-0/left.png +%%PORTDOCS%%share/gtk-doc/html/libxfce4windowing-0/libxfce4windowing-0.devhelp2 +%%PORTDOCS%%share/gtk-doc/html/libxfce4windowing-0/libxfce4windowing-Library-Configuration.html +%%PORTDOCS%%share/gtk-doc/html/libxfce4windowing-0/libxfce4windowing-Utilities.html +%%PORTDOCS%%share/gtk-doc/html/libxfce4windowing-0/libxfce4windowing-X11-Backend.html +%%PORTDOCS%%share/gtk-doc/html/libxfce4windowing-0/libxfce4windowing-backend.html +%%PORTDOCS%%share/gtk-doc/html/libxfce4windowing-0/libxfce4windowing-core.html +%%PORTDOCS%%share/gtk-doc/html/libxfce4windowing-0/libxfce4windowing-introduction.html +%%PORTDOCS%%share/gtk-doc/html/libxfce4windowing-0/libxfce4windowing-utilities.html +%%PORTDOCS%%share/gtk-doc/html/libxfce4windowing-0/right-insensitive.png +%%PORTDOCS%%share/gtk-doc/html/libxfce4windowing-0/right.png +%%PORTDOCS%%share/gtk-doc/html/libxfce4windowing-0/style.css +%%PORTDOCS%%share/gtk-doc/html/libxfce4windowing-0/up-insensitive.png +%%PORTDOCS%%share/gtk-doc/html/libxfce4windowing-0/up.png +%%PORTDOCS%%share/gtk-doc/html/libxfce4windowingui-0/XfwWindowActionMenu.html +%%PORTDOCS%%share/gtk-doc/html/libxfce4windowingui-0/XfwWindowListMenu.html +%%PORTDOCS%%share/gtk-doc/html/libxfce4windowingui-0/annotation-glossary.html +%%PORTDOCS%%share/gtk-doc/html/libxfce4windowingui-0/api-index-full.html +%%PORTDOCS%%share/gtk-doc/html/libxfce4windowingui-0/home.png +%%PORTDOCS%%share/gtk-doc/html/libxfce4windowingui-0/index.html +%%PORTDOCS%%share/gtk-doc/html/libxfce4windowingui-0/left-insensitive.png +%%PORTDOCS%%share/gtk-doc/html/libxfce4windowingui-0/left.png +%%PORTDOCS%%share/gtk-doc/html/libxfce4windowingui-0/libxfce4windowing-widgets.html +%%PORTDOCS%%share/gtk-doc/html/libxfce4windowingui-0/libxfce4windowingui-0.devhelp2 +%%PORTDOCS%%share/gtk-doc/html/libxfce4windowingui-0/libxfce4windowingui-Library-Configuration.html +%%PORTDOCS%%share/gtk-doc/html/libxfce4windowingui-0/libxfce4windowingui-introduction.html +%%PORTDOCS%%share/gtk-doc/html/libxfce4windowingui-0/libxfce4windowingui-utilities.html +%%PORTDOCS%%share/gtk-doc/html/libxfce4windowingui-0/right-insensitive.png +%%PORTDOCS%%share/gtk-doc/html/libxfce4windowingui-0/right.png +%%PORTDOCS%%share/gtk-doc/html/libxfce4windowingui-0/style.css +%%PORTDOCS%%share/gtk-doc/html/libxfce4windowingui-0/up-insensitive.png +%%PORTDOCS%%share/gtk-doc/html/libxfce4windowingui-0/up.png +%%NLS%%share/locale/ar/LC_MESSAGES/libxfce4windowing.mo %%NLS%%share/locale/ast/LC_MESSAGES/libxfce4windowing.mo %%NLS%%share/locale/bg/LC_MESSAGES/libxfce4windowing.mo %%NLS%%share/locale/ca/LC_MESSAGES/libxfce4windowing.mo @@ -118,3 +119,7 @@ libdata/pkgconfig/libxfce4windowingui-0.pc %%NLS%%share/locale/uk/LC_MESSAGES/libxfce4windowing.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/libxfce4windowing.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/libxfce4windowing.mo +%%VAPI%%share/vala/vapi/libxfce4windowing-0.deps +%%VAPI%%share/vala/vapi/libxfce4windowing-0.vapi +%%VAPI%%share/vala/vapi/libxfce4windowingui-0.deps +%%VAPI%%share/vala/vapi/libxfce4windowingui-0.vapi diff --git a/x11/lightdm-kde-greeter/Makefile b/x11/lightdm-kde-greeter/Makefile index ca00120b5196..4814955eb6ae 100644 --- a/x11/lightdm-kde-greeter/Makefile +++ b/x11/lightdm-kde-greeter/Makefile @@ -1,25 +1,29 @@ PORTNAME= lightdm-kde-greeter PORTVERSION= 6.0.3 +PORTREVISION= 1 CATEGORIES= x11 kde MAINTAINER= kde@FreeBSD.org COMMENT= KDE login screen using the LightDM framework WWW= https://invent.kde.org/plasma/lightdm-kde-greeter -LIB_DEPENDS= liblightdm-gobject-1.so:x11/lightdm -RUN_DEPENDS= at-spi2-core>0:accessibility/at-spi2-core - LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING.GPL3 -USES= cmake compiler:c++11-lang gettext gnome kde:6 pkgconfig qt:6 \ - tar:xz xorg -USE_KDE= auth config configwidgets i18n iconthemes kcmutils networkmanagerqt \ - package plasma-workspace \ - ecm:build +LIB_DEPENDS= libnm.so:net-mgmt/networkmanager-shim \ + liblightdm-gobject-1.so:x11/lightdm +RUN_DEPENDS= at-spi2-core>0:accessibility/at-spi2-core + +USES= cmake compiler:c++17-lang gettext gl gnome kde:6 pkgconfig \ + qt:6 tar:xz xorg +USE_GL= opengl USE_GNOME= gtk20 -USE_QT= base -USE_XORG= x11 +USE_KDE= auth colorscheme config configwidgets coreaddons i18n \ + iconthemes kcmutils libplasma networkmanagerqt package \ + widgetsaddons \ + ecm:build +USE_QT= 5compat base declarative +USE_XORG= x11 xcb xext xrandr xrender KDE_INVENT= 31d29530ad834c1bfb70ed43f9395a549fbace56 plasma @@ -27,7 +31,9 @@ CMAKE_ARGS= -DGREETER_IMAGES_DIR="${PREFIX}/var/db/${PORTNAME}/images" \ -DLIGHTDM_CONFIG_DIR=${PREFIX}/etc/lightdm \ -DDATA_INSTALL_DIR=${PREFIX}/share -post-stage: +post-install: ${RM} -r ${STAGEDIR}${PREFIX}/lib/systemd + (cd ${STAGEDIR}${PREFIX}/etc/lightdm && ${MV} lightdm-kde-greeter.conf \ + lightdm-kde-greeter.conf.sample) .include <bsd.port.mk> diff --git a/x11/lightdm-kde-greeter/pkg-message b/x11/lightdm-kde-greeter/pkg-message index ddc6c404298e..bd08570da8b5 100644 --- a/x11/lightdm-kde-greeter/pkg-message +++ b/x11/lightdm-kde-greeter/pkg-message @@ -1,6 +1,12 @@ +[ +{ type: install + message: <<EOM To enable lightdm-kde-greeter as the current lightdm greeter, you can create a file at /usr/local/etc/lightdm/lightdm.conf.d/50-myconfig.conf with the following: [Seat:*] greeter-session=lightdm-kde-greeter +EOM +} +] diff --git a/x11/lightdm-kde-greeter/pkg-plist b/x11/lightdm-kde-greeter/pkg-plist index 6a04b8e00fab..d4ec905f5fdf 100644 --- a/x11/lightdm-kde-greeter/pkg-plist +++ b/x11/lightdm-kde-greeter/pkg-plist @@ -1,6 +1,6 @@ bin/lightdm-kde-greeter-rootimage bin/lightdm-kde-greeter-wifikeeper -etc/lightdm/lightdm-kde-greeter.conf +@sample etc/lightdm/lightdm-kde-greeter.conf.sample lib/libexec/kf6/kauth/kcmlightdmhelper %%QT_PLUGINDIR%%/plasma/kcms/systemsettings/kcm_lightdm.so sbin/lightdm-kde-greeter diff --git a/x11/linux-nvidia-libs-devel/Makefile b/x11/linux-nvidia-libs-devel/Makefile index 75a71009c848..ce3b5d62cf47 100644 --- a/x11/linux-nvidia-libs-devel/Makefile +++ b/x11/linux-nvidia-libs-devel/Makefile @@ -1,4 +1,4 @@ -DISTVERSION= 575.64.05 +DISTVERSION?= 580.82.07 # Explicitly set PORTREVISION as it can be overridden by the master port PORTREVISION= 0 diff --git a/x11/linux-nvidia-libs-devel/distinfo b/x11/linux-nvidia-libs-devel/distinfo index a70e71db8736..4106adedb28e 100644 --- a/x11/linux-nvidia-libs-devel/distinfo +++ b/x11/linux-nvidia-libs-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1753240442 -SHA256 (NVIDIA-Linux-x86_64-575.64.05.run) = 85f2b50f912261c1917a0b2cf7e1f9743affd008fdc0f209f4d5563f774d502d -SIZE (NVIDIA-Linux-x86_64-575.64.05.run) = 386961985 +TIMESTAMP = 1756835900 +SHA256 (NVIDIA-Linux-x86_64-580.82.07.run) = 061e48e11fe552232095811d0b1cea9b718ba2540d605074ff227fce0628798c +SIZE (NVIDIA-Linux-x86_64-580.82.07.run) = 396359634 diff --git a/x11/linux-nvidia-libs/Makefile b/x11/linux-nvidia-libs/Makefile index 34411b66a539..498ada9909e6 100644 --- a/x11/linux-nvidia-libs/Makefile +++ b/x11/linux-nvidia-libs/Makefile @@ -147,7 +147,7 @@ LINUX32_LIBS+= libnvidia-compiler.so.${PORTVERSION} ## graphics/egl-wayland supports ## Estimated to be upgraded often. -.if ${NVVERSION} >= 570.18100 && ${NVVERSION} < 575.00000 # 570.181 but below 575.000 +.if ${NVVERSION} >= 570.18100 NV_EGL_W_VERSION= 1.1.20 .elif ${NVVERSION} >= 570.14400 # 570.144, excuding 570.181 to below 575.000 NV_EGL_W_VERSION= 1.1.19 @@ -168,6 +168,8 @@ LINUX_LINKS+= libnvidia-egl-wayland.so.${NV_EGL_W_VERSION} libnvidia-egl-wayla . if ${NVVERSION} >= 570.12400 # 570.124 added 32bit version supports LINUX32_LIBS+= libnvidia-egl-wayland.so.${NV_EGL_W_VERSION} LINUX32_LINKS+= libnvidia-egl-wayland.so.${NV_EGL_W_VERSION} libnvidia-egl-wayland.so.1 +.else +PLIST_RE+= '\,${LINUXBASE}.*lib\/libnvidia-egl-wayland\.so,d' . endif # 570.124 PLIST_RE+= '\,${LINUXBASE},s/(libnvidia-egl-wayland\.so)\.X/\1.${NV_EGL_W_VERSION}/' .else @@ -278,11 +280,11 @@ PLIST_RE+= '\,${LINUXBASE}.*libnvidia-gpucomp\.so,d' # nvidia-egl-X11 supports (not in x11/nvidia-driver nor separate ports) # Estimated to be upgrated often. -.if ${NVVERSION} >= 570.18100 && ${NVVERSION} < 575.00000 +.if ${NVVERSION} >= 570.18100 # 570.181 NV_EGL_X_VERSION= 1.0.3 -.elif ${NVVERSION} >= 570.15302 && ${NVVERSION} < 570.18100 || ${NVVERSION} >= 575.05708 && ${NVVERSION} < 580.00000 +.elif ${NVVERSION} >= 570.15302 # 570.153.02 NV_EGL_X_VERSION= 1.0.2 -.elif ${NVVERSION} >= 570.14400 # 570.144, 580.65.06 +.elif ${NVVERSION} >= 570.14400 # 570.144 NV_EGL_X_VERSION= 1.0.1 .elif ${NVVERSION} >= 570.00000 # 570.00, Intentionally kept to clarify # the start of egl-x11 support. diff --git a/x11/linux-nvidia-libs/distinfo b/x11/linux-nvidia-libs/distinfo index 89ca49fa1cb3..e26d34afacf3 100644 --- a/x11/linux-nvidia-libs/distinfo +++ b/x11/linux-nvidia-libs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1754441402 -SHA256 (NVIDIA-Linux-x86_64-570.181.run) = f06d25ce3f1802ea507ada4b5dc46b3c2c8b38503db6f68f3ef016bab8e3dcf9 -SIZE (NVIDIA-Linux-x86_64-570.181.run) = 375778425 +TIMESTAMP = 1756835857 +SHA256 (NVIDIA-Linux-x86_64-580.82.07.run) = 061e48e11fe552232095811d0b1cea9b718ba2540d605074ff227fce0628798c +SIZE (NVIDIA-Linux-x86_64-580.82.07.run) = 396359634 diff --git a/x11/linux-nvidia-libs/pkg-plist b/x11/linux-nvidia-libs/pkg-plist index e0fb55446692..2964641d60e3 100644 --- a/x11/linux-nvidia-libs/pkg-plist +++ b/x11/linux-nvidia-libs/pkg-plist @@ -48,6 +48,8 @@ %%LINUX32%%%%LINUXBASE%%/usr/lib/libnvidia-egl-gbm.so %%LINUX32%%%%LINUXBASE%%/usr/lib/libnvidia-egl-gbm.so.1 %%LINUX32%%%%LINUXBASE%%/usr/lib/libnvidia-egl-gbm.so.X +%%LINUX32%%%%LINUXBASE%%/usr/lib/libnvidia-egl-wayland.so.1 +%%LINUX32%%%%LINUXBASE%%/usr/lib/libnvidia-egl-wayland.so.X %%LINUX32%%%%LINUXBASE%%/usr/lib/libnvidia-egl-xcb.so %%LINUX32%%%%LINUXBASE%%/usr/lib/libnvidia-egl-xcb.so.1 %%LINUX32%%%%LINUXBASE%%/usr/lib/libnvidia-egl-xcb.so.X diff --git a/x11/lxqt-about/Makefile b/x11/lxqt-about/Makefile index ece83df749ee..9798b8f4d017 100644 --- a/x11/lxqt-about/Makefile +++ b/x11/lxqt-about/Makefile @@ -1,6 +1,6 @@ PORTNAME= lxqt-about PORTVERSION= 2.2.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 DIST_SUBDIR= lxqt diff --git a/x11/lxqt-globalkeys/Makefile b/x11/lxqt-globalkeys/Makefile index 8ec13d1f2782..8a8ad1d14407 100644 --- a/x11/lxqt-globalkeys/Makefile +++ b/x11/lxqt-globalkeys/Makefile @@ -1,6 +1,6 @@ PORTNAME= lxqt-globalkeys PORTVERSION= 2.2.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 MASTER_SITES= LXQT diff --git a/x11/lxqt-runner/Makefile b/x11/lxqt-runner/Makefile index 70417bdf5fe6..5da8ded9d088 100644 --- a/x11/lxqt-runner/Makefile +++ b/x11/lxqt-runner/Makefile @@ -1,6 +1,6 @@ PORTNAME= lxqt-runner PORTVERSION= 2.2.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 MASTER_SITES= LXQT diff --git a/x11/mate-base/Makefile b/x11/mate-base/Makefile index 7515bc93c853..251cc78e08a4 100644 --- a/x11/mate-base/Makefile +++ b/x11/mate-base/Makefile @@ -1,5 +1,6 @@ PORTNAME= mate-base PORTVERSION= 1.28.2 +PORTREVISION= 1 CATEGORIES= x11 mate MAINTAINER= gnome@FreeBSD.org diff --git a/x11/mate-dock-applet/Makefile b/x11/mate-dock-applet/Makefile index 31e950d7ad14..cfed041b698a 100644 --- a/x11/mate-dock-applet/Makefile +++ b/x11/mate-dock-applet/Makefile @@ -1,6 +1,6 @@ PORTNAME= mate-dock-applet PORTVERSION= 21.10.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11 mate DIST_SUBDIR= mate diff --git a/x11/mate/Makefile b/x11/mate/Makefile index 18535c7b5303..c3f6c4fd9feb 100644 --- a/x11/mate/Makefile +++ b/x11/mate/Makefile @@ -1,5 +1,6 @@ PORTNAME= mate PORTVERSION= 1.28.2 +PORTREVISION= 1 CATEGORIES= x11 mate MAINTAINER= gnome@FreeBSD.org diff --git a/x11/nvidia-driver-devel/Makefile b/x11/nvidia-driver-devel/Makefile index 8eed6eabe018..71f2eab631d2 100644 --- a/x11/nvidia-driver-devel/Makefile +++ b/x11/nvidia-driver-devel/Makefile @@ -1,4 +1,4 @@ -DISTVERSION= 575.64.05 +DISTVERSION?= 580.82.07 # Explicitly set PORTREVISION as it can be overridden by the master port PORTREVISION= 0 diff --git a/x11/nvidia-driver-devel/distinfo b/x11/nvidia-driver-devel/distinfo index 143acac9011c..de3dcef82703 100644 --- a/x11/nvidia-driver-devel/distinfo +++ b/x11/nvidia-driver-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1753239149 -SHA256 (NVIDIA-FreeBSD-x86_64-575.64.05.tar.xz) = 8831b28b41b821fac90db30a9cfe13481a9d8bd46d0ffeb544fd8c4fbbab538f -SIZE (NVIDIA-FreeBSD-x86_64-575.64.05.tar.xz) = 287953228 +TIMESTAMP = 1756835740 +SHA256 (NVIDIA-FreeBSD-x86_64-580.82.07.tar.xz) = 76b6f0b8eeea20b878da7abb3eef5dd9515e6df83e4377cfa9380ac152614977 +SIZE (NVIDIA-FreeBSD-x86_64-580.82.07.tar.xz) = 288619796 diff --git a/x11/nvidia-driver/Makefile.version b/x11/nvidia-driver/Makefile.version index 88c869f596bb..8ee3aa0f5229 100644 --- a/x11/nvidia-driver/Makefile.version +++ b/x11/nvidia-driver/Makefile.version @@ -1,4 +1,4 @@ # NVIDIA Distversion # # This will be included from x11/nvidia-driver and the nvidia-drm port -NVIDIA_DISTVERSION?= 570.181 +NVIDIA_DISTVERSION?= 580.82.07 diff --git a/x11/nvidia-driver/distinfo b/x11/nvidia-driver/distinfo index 7225c46c9dc7..6a75d81814df 100644 --- a/x11/nvidia-driver/distinfo +++ b/x11/nvidia-driver/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1754437824 -SHA256 (NVIDIA-FreeBSD-x86_64-570.181.tar.xz) = b5e5f1acc5d2f55be9b34ba209c308fa3a716ac489f37a1805d5e9ae5d8ce166 -SIZE (NVIDIA-FreeBSD-x86_64-570.181.tar.xz) = 261233752 +TIMESTAMP = 1756835672 +SHA256 (NVIDIA-FreeBSD-x86_64-580.82.07.tar.xz) = 76b6f0b8eeea20b878da7abb3eef5dd9515e6df83e4377cfa9380ac152614977 +SIZE (NVIDIA-FreeBSD-x86_64-580.82.07.tar.xz) = 288619796 diff --git a/x11/nvidia-settings/Makefile b/x11/nvidia-settings/Makefile index 1b343cfd75ae..ec1c2de36328 100644 --- a/x11/nvidia-settings/Makefile +++ b/x11/nvidia-settings/Makefile @@ -1,5 +1,5 @@ PORTNAME= nvidia-settings -PORTVERSION= 570.181 +PORTVERSION= 580.82.07 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org diff --git a/x11/nvidia-settings/distinfo b/x11/nvidia-settings/distinfo index df8ff754572d..d212a4c87b66 100644 --- a/x11/nvidia-settings/distinfo +++ b/x11/nvidia-settings/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1754440481 -SHA256 (NVIDIA-nvidia-settings-570.181_GH0.tar.gz) = 6a11f45c72921243a4d7483af23656b41acf2ad48d17221eb412d5ad94f63460 -SIZE (NVIDIA-nvidia-settings-570.181_GH0.tar.gz) = 1309645 +TIMESTAMP = 1756835794 +SHA256 (NVIDIA-nvidia-settings-580.82.07_GH0.tar.gz) = 1b242d260d42b5da1f06aa7dd73b2358a4220aed7e7db2f660d0a43d45ee62a5 +SIZE (NVIDIA-nvidia-settings-580.82.07_GH0.tar.gz) = 1320587 diff --git a/x11/nvidia-xconfig/Makefile b/x11/nvidia-xconfig/Makefile index cc735ccb7a0d..6c787c61ce45 100644 --- a/x11/nvidia-xconfig/Makefile +++ b/x11/nvidia-xconfig/Makefile @@ -1,5 +1,5 @@ PORTNAME= nvidia-xconfig -PORTVERSION= 570.181 +PORTVERSION= 580.82.07 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org diff --git a/x11/nvidia-xconfig/distinfo b/x11/nvidia-xconfig/distinfo index 1d749a7cd0a3..0f9803025e4e 100644 --- a/x11/nvidia-xconfig/distinfo +++ b/x11/nvidia-xconfig/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1754440555 -SHA256 (NVIDIA-nvidia-xconfig-570.181_GH0.tar.gz) = 96d740bf4c18eea0dab8367d5a828e51a0708f0cf1ce5625a970e0781b907d98 -SIZE (NVIDIA-nvidia-xconfig-570.181_GH0.tar.gz) = 145651 +TIMESTAMP = 1756835817 +SHA256 (NVIDIA-nvidia-xconfig-580.82.07_GH0.tar.gz) = d6b0727942f44bed22246c1f094d89c62385b8cbef80c26ea3910005e69779a9 +SIZE (NVIDIA-nvidia-xconfig-580.82.07_GH0.tar.gz) = 145867 diff --git a/x11/py-mouseinfo/Makefile b/x11/py-mouseinfo/Makefile index 6ba851ef24cc..20311c00f1a3 100644 --- a/x11/py-mouseinfo/Makefile +++ b/x11/py-mouseinfo/Makefile @@ -1,6 +1,6 @@ PORTNAME= mouseinfo DISTVERSION= 0.1.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/x11/py-nwg-displays/Makefile b/x11/py-nwg-displays/Makefile new file mode 100644 index 000000000000..5b7bd3a33e77 --- /dev/null +++ b/x11/py-nwg-displays/Makefile @@ -0,0 +1,43 @@ +PORTNAME= nwg-displays +DISTVERSIONPREFIX= v +DISTVERSION= 0.3.26 +CATEGORIES= x11 wayland python +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= tagattie@FreeBSD.org +COMMENT= Output management utility for sway and Hyprland +WWW= https://github.com/nwg-piotr/nwg-displays + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +LIB_DEPENDS= libgtk-layer-shell.so:x11-toolkits/gtk-layer-shell +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}i3ipc>0:x11/py-i3ipc@${PY_FLAVOR} + +USES= gnome python shebangfix + +USE_GITHUB= yes +GH_ACCOUNT= nwg-piotr + +USE_GNOME= gtk30 pygobject3 +USE_PYTHON= autoplist concurrent distutils + +SHEBANG_FILES= nwg_displays/main.py + +PLIST_FILES= share/applications/${PORTNAME}.desktop \ + share/pixmaps/${PORTNAME}.svg +PORTDOCS= README.md + +OPTIONS_DEFINE= DOCS + +post-install: + ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.svg \ + ${STAGEDIR}${PREFIX}/share/pixmaps + ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.desktop \ + ${STAGEDIR}${DESKTOPDIR} + +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_MAN} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} + +.include <bsd.port.mk> diff --git a/x11/py-nwg-displays/distinfo b/x11/py-nwg-displays/distinfo new file mode 100644 index 000000000000..4e6430c6df99 --- /dev/null +++ b/x11/py-nwg-displays/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1756369055 +SHA256 (nwg-piotr-nwg-displays-v0.3.26_GH0.tar.gz) = d9595196995f6295ffba1ed74ec038cecdc85c75cec6bafc67cb2b04ebbf0112 +SIZE (nwg-piotr-nwg-displays-v0.3.26_GH0.tar.gz) = 28440 diff --git a/x11/py-nwg-displays/pkg-descr b/x11/py-nwg-displays/pkg-descr new file mode 100644 index 000000000000..157e5a7ceb1b --- /dev/null +++ b/x11/py-nwg-displays/pkg-descr @@ -0,0 +1,8 @@ +Nwg-displays is an output management utility for sway and Hyprland +Wayland compositor, inspired by wdisplays and wlay. The program is +expected to: +- provide an intuitive GUI to manage multiple displays +- apply settings +- save outputs configuration to a text file +- save workspace -> output assignments to a text file +- support sway and Hyprland only diff --git a/x11/py-pyautogui/Makefile b/x11/py-pyautogui/Makefile index ec994a2535f6..2334c9a54888 100644 --- a/x11/py-pyautogui/Makefile +++ b/x11/py-pyautogui/Makefile @@ -1,5 +1,6 @@ PORTNAME= pyautogui DISTVERSION= 0.9.54 +PORTREVISION= 1 CATEGORIES= x11 python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/x11/py-pyscreenshot/Makefile b/x11/py-pyscreenshot/Makefile index 89cd81b9a8c7..3b501a57aaed 100644 --- a/x11/py-pyscreenshot/Makefile +++ b/x11/py-pyscreenshot/Makefile @@ -1,6 +1,6 @@ PORTNAME= pyscreenshot PORTVERSION= 0.5.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= x11 python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/x11/py-pyscreeze/Makefile b/x11/py-pyscreeze/Makefile index 55004a3a918b..aaead7d3d024 100644 --- a/x11/py-pyscreeze/Makefile +++ b/x11/py-pyscreeze/Makefile @@ -1,5 +1,6 @@ PORTNAME= pyscreeze DISTVERSION= 1.0.1 +PORTREVISION= 1 CATEGORIES= x11 python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/x11/py-pyvirtualdisplay/Makefile b/x11/py-pyvirtualdisplay/Makefile index 1ce95e8c1d70..b3ddf7fd52f8 100644 --- a/x11/py-pyvirtualdisplay/Makefile +++ b/x11/py-pyvirtualdisplay/Makefile @@ -1,6 +1,6 @@ PORTNAME= pyvirtualdisplay PORTVERSION= 0.2.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11 python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/x11/py-waypaper/Makefile b/x11/py-waypaper/Makefile index a53743365102..10578bcf1e35 100644 --- a/x11/py-waypaper/Makefile +++ b/x11/py-waypaper/Makefile @@ -1,5 +1,6 @@ PORTNAME= waypaper DISTVERSION= 2.6 +PORTREVISION= 1 CATEGORIES= x11 python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/x11/rio/Makefile b/x11/rio/Makefile index f1915beb5e11..ef220dca9068 100644 --- a/x11/rio/Makefile +++ b/x11/rio/Makefile @@ -1,6 +1,7 @@ PORTNAME= rio DISTVERSIONPREFIX= v DISTVERSION= 0.2.22 +PORTREVISION= 1 CATEGORIES= x11 wayland PKGNAMESUFFIX= -terminal-emulator diff --git a/x11/rlaunch/Makefile b/x11/rlaunch/Makefile index ab415af6b38a..955f082d30f5 100644 --- a/x11/rlaunch/Makefile +++ b/x11/rlaunch/Makefile @@ -1,6 +1,6 @@ PORTNAME= rlaunch DISTVERSION= 1.3.14 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= x11 MAINTAINER= yuri@FreeBSD.org diff --git a/x11/roxterm/Makefile b/x11/roxterm/Makefile index d13f6078f159..6775589b92ff 100644 --- a/x11/roxterm/Makefile +++ b/x11/roxterm/Makefile @@ -1,5 +1,5 @@ PORTNAME= roxterm -PORTVERSION= 3.15.3 +PORTVERSION= 3.16.2 CATEGORIES= x11 MAINTAINER= nc@FreeBSD.org diff --git a/x11/roxterm/distinfo b/x11/roxterm/distinfo index d3e4821d556a..d4d4196b3039 100644 --- a/x11/roxterm/distinfo +++ b/x11/roxterm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1742778737 -SHA256 (realh-roxterm-3.15.3_GH0.tar.gz) = ec3f7f8c6e088a8b73355da8bb70f6641a000ba681b4f49e25f74c97bad0367a -SIZE (realh-roxterm-3.15.3_GH0.tar.gz) = 736517 +TIMESTAMP = 1755647956 +SHA256 (realh-roxterm-3.16.2_GH0.tar.gz) = 4174e8d245ad565c2e2eff1315e29f3c5ce9c031f6d117eced3a6a8eabfac514 +SIZE (realh-roxterm-3.16.2_GH0.tar.gz) = 750117 diff --git a/x11/salut/Makefile b/x11/salut/Makefile index 08bef05512b1..dd509a4501ca 100644 --- a/x11/salut/Makefile +++ b/x11/salut/Makefile @@ -1,10 +1,10 @@ PORTNAME= salut DISTVERSIONPREFIX= v DISTVERSION= 0.3.1 -PORTREVISION= 25 +PORTREVISION= 26 CATEGORIES= x11 wayland -MAINTAINER= jbeich@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Sleek notification daemon LICENSE= MPL20 diff --git a/x11/screengrab/Makefile b/x11/screengrab/Makefile index 0eefbd89fd04..10261457ba0a 100644 --- a/x11/screengrab/Makefile +++ b/x11/screengrab/Makefile @@ -1,6 +1,6 @@ PORTNAME= screengrab PORTVERSION= 3.0.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 MASTER_SITES= LXQT diff --git a/x11/shikane/Makefile b/x11/shikane/Makefile index 9e47da1ef607..f7857e1845b6 100644 --- a/x11/shikane/Makefile +++ b/x11/shikane/Makefile @@ -1,7 +1,7 @@ PORTNAME= shikane DISTVERSIONPREFIX= v DISTVERSION= 1.0.1 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= x11 wayland MAINTAINER= ports@FreeBSD.org diff --git a/x11/shotman/Makefile b/x11/shotman/Makefile index 3b9a241d3a47..27383c1621dc 100644 --- a/x11/shotman/Makefile +++ b/x11/shotman/Makefile @@ -1,6 +1,7 @@ PORTNAME= shotman DISTVERSIONPREFIX= v DISTVERSION= 0.4.10 +PORTREVISION= 1 CATEGORIES= x11 wayland MASTER_SITES= https://git.sr.ht/~whynothugo/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ # XXX Teach USES=cargo to not override default DISTFILES diff --git a/x11/sirula/Makefile b/x11/sirula/Makefile index d249f2fc139c..05a62f5936be 100644 --- a/x11/sirula/Makefile +++ b/x11/sirula/Makefile @@ -1,7 +1,7 @@ PORTNAME= sirula DISTVERSIONPREFIX= v DISTVERSION= 1.1.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11 wayland MAINTAINER= ports@FreeBSD.org diff --git a/x11/squeekboard/Makefile b/x11/squeekboard/Makefile index 3263641305f2..82335679ee5b 100644 --- a/x11/squeekboard/Makefile +++ b/x11/squeekboard/Makefile @@ -1,7 +1,7 @@ PORTNAME= squeekboard DISTVERSIONPREFIX= v DISTVERSION= 1.43.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= x11 wayland PATCH_SITES= ${GL_SITE}/${GL_ACCOUNT}/${GL_PROJECT}/-/commit/ diff --git a/x11/sway-audio-idle-inhibit/Makefile b/x11/sway-audio-idle-inhibit/Makefile index 585d62702df4..d00e00b9075f 100644 --- a/x11/sway-audio-idle-inhibit/Makefile +++ b/x11/sway-audio-idle-inhibit/Makefile @@ -4,7 +4,7 @@ PORTVERSION= 0.1.2 PORTREVISION= 1 CATEGORIES= x11 wayland -MAINTAINER= jbeich@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Disable swayidle during audio playback/recording WWW= https://github.com/ErikReider/SwayAudioIdleInhibit diff --git a/x11/swayfloatingswitcher/Makefile b/x11/swayfloatingswitcher/Makefile index 99a792aad2bd..20d38b63a953 100644 --- a/x11/swayfloatingswitcher/Makefile +++ b/x11/swayfloatingswitcher/Makefile @@ -3,7 +3,7 @@ PORTVERSION= s20221131 PORTREVISION= 2 CATEGORIES= x11 -MAINTAINER= jbeich@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Simple Alt+Tab switcher for floating windows WWW= https://github.com/ErikReider/SwayFloatingSwitcher diff --git a/x11/swayimg/Makefile b/x11/swayimg/Makefile index 6c472165e5a1..3be3962adfdd 100644 --- a/x11/swayimg/Makefile +++ b/x11/swayimg/Makefile @@ -1,6 +1,7 @@ PORTNAME= swayimg DISTVERSIONPREFIX= v DISTVERSION= 4.5 +PORTREVISION= 1 CATEGORIES= x11 wayland MAINTAINER= jbeich@FreeBSD.org diff --git a/x11/swaync/Makefile b/x11/swaync/Makefile index 28ba8978fdf4..e5a620326a73 100644 --- a/x11/swaync/Makefile +++ b/x11/swaync/Makefile @@ -1,9 +1,9 @@ PORTNAME= swaync DISTVERSIONPREFIX= v -PORTVERSION= 0.12.1 +PORTVERSION= 0.12.2 CATEGORIES= x11 wayland -MAINTAINER= jbeich@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Simple Wayland notification daemon with GTK panel WWW= https://github.com/ErikReider/SwayNotificationCenter diff --git a/x11/swaync/distinfo b/x11/swaync/distinfo index 26d159374762..da12e624cd98 100644 --- a/x11/swaync/distinfo +++ b/x11/swaync/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1752571530 -SHA256 (ErikReider-SwayNotificationCenter-v0.12.1_GH0.tar.gz) = 8a6475bfdd8abf5be1267ede0a233266b3f14311b169047bde599752a3ac981c -SIZE (ErikReider-SwayNotificationCenter-v0.12.1_GH0.tar.gz) = 1727353 +TIMESTAMP = 1756242894 +SHA256 (ErikReider-SwayNotificationCenter-v0.12.2_GH0.tar.gz) = c440223f199b4f0d28e2434f879a2ad2103cb6aaac670313434b05926707535e +SIZE (ErikReider-SwayNotificationCenter-v0.12.2_GH0.tar.gz) = 1729037 diff --git a/x11/swaync/pkg-descr b/x11/swaync/pkg-descr index fe8221c507b9..fd7fb56cef28 100644 --- a/x11/swaync/pkg-descr +++ b/x11/swaync/pkg-descr @@ -2,18 +2,26 @@ A simple notification daemon with a GTK gui for notifications and the control center Features: +- Grouped notifications - Keyboard shortcuts - Notification body markup with image support +- Inline replies - A panel to view previous notifications - Show album art for notifications like Spotify - Do not disturb +- Inhibiting notifications through DBUS or client +- Restores previous Do not disturb value after restart - Click notification to execute default action - Show alternative notification actions +- Copy detected 2FA codes to clipboard - Customization through a CSS file - Trackpad/mouse gesture to close notification - The same features as any other basic notification daemon - Basic configuration through a JSON config file - Hot-reload config through swaync-client +- Customizable widgets +- Select the preferred monitor to display on (with swaync-client + command for scripting) Planned Features: - Slick animations diff --git a/x11/swayr/Makefile b/x11/swayr/Makefile index 40ef7a0f0b02..ebc2daebc543 100644 --- a/x11/swayr/Makefile +++ b/x11/swayr/Makefile @@ -1,6 +1,6 @@ PORTNAME= swayr DISTVERSION= 0.28.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11 MASTER_SITES= CRATESIO # XXX Teach USES=cargo to have proper default diff --git a/x11/swayrbar/Makefile b/x11/swayrbar/Makefile index d3b749cc81c1..8576b7c779f6 100644 --- a/x11/swayrbar/Makefile +++ b/x11/swayrbar/Makefile @@ -1,6 +1,6 @@ PORTNAME= swayrbar DISTVERSION= 0.4.2 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= x11 MASTER_SITES= CRATESIO # XXX Teach USES=cargo to have proper default diff --git a/x11/swaysettings/Makefile b/x11/swaysettings/Makefile index 8ade08fd89b8..6e69f59d97c8 100644 --- a/x11/swaysettings/Makefile +++ b/x11/swaysettings/Makefile @@ -4,7 +4,7 @@ DISTVERSION= 0.5.0 PORTREVISION= 1 CATEGORIES= x11 -MAINTAINER= jbeich@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= GUI for setting Sway wallpaper, default apps, GTK themes, etc. WWW= https://github.com/ErikReider/SwaySettings diff --git a/x11/swww/Makefile b/x11/swww/Makefile index e0b3d2e27100..77f0c04a6dd8 100644 --- a/x11/swww/Makefile +++ b/x11/swww/Makefile @@ -1,7 +1,7 @@ PORTNAME= swww DISTVERSIONPREFIX= v DISTVERSION= 0.10.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MAINTAINER= nivit@FreeBSD.org diff --git a/x11/terminator/Makefile b/x11/terminator/Makefile index b0c03569b392..036456484e66 100644 --- a/x11/terminator/Makefile +++ b/x11/terminator/Makefile @@ -1,6 +1,6 @@ PORTNAME= terminator -DISTVERSION= 2.1.4 -PORTREVISION= 1 +DISTVERSION= 2.1.5 +PORTREVISION= 0 CATEGORIES= x11 python MASTER_SITES= https://github.com/gnome-${PORTNAME}/${PORTNAME}/releases/download/v${DISTVERSION}/ diff --git a/x11/terminator/distinfo b/x11/terminator/distinfo index d03e4b257b93..aadfe8354519 100644 --- a/x11/terminator/distinfo +++ b/x11/terminator/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1743432178 -SHA256 (terminator-2.1.4.tar.gz) = af27b0ece862e61dde71d0827afa4a29a414e44599effe3edeebc52cbdf0c5e8 -SIZE (terminator-2.1.4.tar.gz) = 1065856 +TIMESTAMP = 1756834535 +SHA256 (terminator-2.1.5.tar.gz) = f0219cd8bd3db45d5173d850619145d55f9e864fe2106f6ceb9e736c575d0e03 +SIZE (terminator-2.1.5.tar.gz) = 1076263 diff --git a/x11/ulauncher/Makefile b/x11/ulauncher/Makefile index 5971050fed3e..acece0717314 100644 --- a/x11/ulauncher/Makefile +++ b/x11/ulauncher/Makefile @@ -1,6 +1,6 @@ PORTNAME= ulauncher PORTVERSION= 5.15.6 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= x11 MASTER_SITES= https://github.com/Ulauncher/Ulauncher/releases/download/${PORTVERSION}/ DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/x11/wapanel/Makefile b/x11/wapanel/Makefile index 74a4849076d9..520343443625 100644 --- a/x11/wapanel/Makefile +++ b/x11/wapanel/Makefile @@ -3,7 +3,7 @@ DISTVERSION= 1.1.0 PORTREVISION= 7 CATEGORIES= x11 wayland -MAINTAINER= jbeich@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Desktop bar for Wayfire and other wlroots compositors WWW= https://firstbober.github.io/wapanel/ diff --git a/x11/watershot/Makefile b/x11/watershot/Makefile index fa553f474884..ae75ce7379a6 100644 --- a/x11/watershot/Makefile +++ b/x11/watershot/Makefile @@ -1,10 +1,10 @@ PORTNAME= watershot DISTVERSIONPREFIX= v DISTVERSION= 0.2.2 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= x11 wayland -MAINTAINER= jbeich@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Simple Wayland-native screenshot tool WWW= https://github.com/Kirottu/watershot diff --git a/x11/waycheck/Makefile b/x11/waycheck/Makefile new file mode 100644 index 000000000000..65b41ff8c51d --- /dev/null +++ b/x11/waycheck/Makefile @@ -0,0 +1,30 @@ +PORTNAME= waycheck +DISTVERSIONPREFIX= v +DISTVERSION= 1.7.0 +CATEGORIES= x11 wayland + +MAINTAINER= tagattie@FreeBSD.org +COMMENT= Simple GUI that displays the protocols implemented by a Wayland compositor +WWW= https://gitlab.freedesktop.org/serebit/waycheck + +LICENSE= APACHE20 CC0-1.0 +LICENSE_COMB= multi +LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSES/Apache-2.0.txt +LICENSE_FILE_CC0-1.0= ${WRKSRC}/LICENSES/CC0-1.0.txt + +LIB_DEPENDS= libwayland-client.so:graphics/wayland + +USES= meson pkgconfig qt:6 + +USE_GITLAB= yes +GL_SITE= https://gitlab.freedesktop.org/ +GL_ACCOUNT= serebit + +USE_QT= base wayland + +PLIST_FILES= bin/${PORTNAME} \ + share/applications/dev.serebit.Waycheck.desktop \ + share/icons/hicolor/scalable/apps/dev.serebit.Waycheck.svg \ + share/metainfo/dev.serebit.Waycheck.metainfo.xml + +.include <bsd.port.mk> diff --git a/x11/waycheck/distinfo b/x11/waycheck/distinfo new file mode 100644 index 000000000000..c3dab321fc1d --- /dev/null +++ b/x11/waycheck/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1756195503 +SHA256 (waycheck-v1.7.0.tar.bz2) = 658caca3d967d9b23bb1f6d42c6fd67832263bb60fd600a26e97748d0e47e105 +SIZE (waycheck-v1.7.0.tar.bz2) = 21545 diff --git a/x11/waycheck/files/patch-meson.build b/x11/waycheck/files/patch-meson.build new file mode 100644 index 000000000000..882534abc553 --- /dev/null +++ b/x11/waycheck/files/patch-meson.build @@ -0,0 +1,15 @@ +--- meson.build.orig 2025-08-27 20:19:12 UTC ++++ meson.build +@@ -16,6 +16,12 @@ dep_wayland_client = dependency('wayland-client') + ) + dep_wayland_client = dependency('wayland-client') + ++cc = meson.get_compiler('cpp') ++dep_libutil = dependency('', required : false) ++if host_machine.system() == 'freebsd' ++ dep_libutil = cc.find_library('util', required : true) ++endif ++ + datadir = get_option('datadir') + + subdir('src') diff --git a/x11/waycheck/files/patch-src_meson.build b/x11/waycheck/files/patch-src_meson.build new file mode 100644 index 000000000000..decf26941ea7 --- /dev/null +++ b/x11/waycheck/files/patch-src_meson.build @@ -0,0 +1,10 @@ +--- src/meson.build.orig 2025-08-27 20:18:18 UTC ++++ src/meson.build +@@ -15,6 +15,6 @@ waycheck = executable( + waycheck = executable( + 'waycheck', + sources: waycheck_sources, +- dependencies: [dep_qt6, dep_wayland_client], ++ dependencies: [dep_qt6, dep_wayland_client, dep_libutil], + install: true, + ) diff --git a/x11/waycheck/files/patch-src_window.cpp b/x11/waycheck/files/patch-src_window.cpp new file mode 100644 index 000000000000..6e976a9c5ffb --- /dev/null +++ b/x11/waycheck/files/patch-src_window.cpp @@ -0,0 +1,56 @@ +--- src/window.cpp.orig 2025-06-27 19:43:51 UTC ++++ src/window.cpp +@@ -13,7 +13,24 @@ + #include <unistd.h> + #include <wayland-client-protocol.h> + ++#if defined(__FreeBSD__) ++#include <sys/types.h> ++#include <sys/ucred.h> ++#include <sys/un.h> ++#include <sys/user.h> ++#include <libutil.h> ++#endif ++ + static pid_t pid_from_fd(const int fd) { ++#if defined(__FreeBSD__) ++ xucred cred{}; ++ socklen_t len = sizeof(struct xucred); ++ if (getsockopt(fd, SOL_LOCAL, LOCAL_PEERCRED, &cred, &len) == -1) { ++ perror("getsockopt failed"); ++ exit(1); ++ } ++ return cred.cr_pid; ++#else + ucred cred{}; + socklen_t len = sizeof(struct ucred); + if (getsockopt(fd, SOL_SOCKET, SO_PEERCRED, &cred, &len) == -1) { +@@ -21,9 +38,19 @@ static pid_t pid_from_fd(const int fd) { + exit(1); + } + return cred.pid; ++#endif + } + + static std::string process_name_from_pid(const pid_t pid) { ++#if defined(__FreeBSD__) ++ struct kinfo_proc *proc = kinfo_getproc(pid); ++ ++ if (proc) { ++ std::string out = proc->ki_comm; ++ free(proc); ++ return out; ++ } ++#else + const std::string procpath = QString::asprintf("/proc/%d/comm", pid).toStdString(); + + std::ifstream infile(procpath); +@@ -38,7 +65,7 @@ static std::string process_name_from_pid(const pid_t p + // running in a flatpak or a snap, most likely + return "Unknown (Sandboxed)"; + } +- ++#endif + return "Unknown"; + } + diff --git a/x11/waycheck/pkg-descr b/x11/waycheck/pkg-descr new file mode 100644 index 000000000000..fcdbdc739f27 --- /dev/null +++ b/x11/waycheck/pkg-descr @@ -0,0 +1,5 @@ +Waycheck is a simple Qt6 application that displays all of the Wayland +protocols that your compositor supports, and all of the protocols that +it doesn't support. It can be used to compare protocol support between +compositors, or if you're working on your own compositor, to keep +track of which protocols you still need to implement. diff --git a/x11/waycorner/Makefile b/x11/waycorner/Makefile new file mode 100644 index 000000000000..21dd1a0d0934 --- /dev/null +++ b/x11/waycorner/Makefile @@ -0,0 +1,27 @@ +PORTNAME= waycorner +DISTVERSION= 0.2.3 +PORTREVISION= 1 +CATEGORIES= x11 wayland + +MAINTAINER= tagattie@FreeBSD.org +COMMENT= Hot corners for Wayland +WWW= https://github.com/AndreasBackx/waycorner + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= cargo + +USE_GITHUB= yes +GH_ACCOUNT= AndreasBackx + +PLIST_FILES= bin/${PORTNAME} +PORTDOCS= README.md + +OPTIONS_DEFINE= DOCS + +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_MAN} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} + +.include <bsd.port.mk> diff --git a/x11/waycorner/Makefile.crates b/x11/waycorner/Makefile.crates new file mode 100644 index 000000000000..93c1d2c94ea5 --- /dev/null +++ b/x11/waycorner/Makefile.crates @@ -0,0 +1,97 @@ +CARGO_CRATES= aho-corasick-1.0.1 \ + anstream-0.3.2 \ + anstyle-1.0.0 \ + anstyle-parse-0.2.0 \ + anstyle-query-1.0.0 \ + anstyle-wincon-1.0.1 \ + anyhow-1.0.71 \ + autocfg-1.1.0 \ + bitflags-1.3.2 \ + calloop-0.10.5 \ + cc-1.0.79 \ + cfg-if-1.0.0 \ + clap-4.3.0 \ + clap_builder-4.3.0 \ + clap_derive-4.3.0 \ + clap_lex-0.5.0 \ + colorchoice-1.0.0 \ + crossbeam-utils-0.8.15 \ + dlib-0.5.0 \ + downcast-rs-1.2.0 \ + errno-0.3.1 \ + errno-dragonfly-0.1.2 \ + hashbrown-0.12.3 \ + heck-0.4.1 \ + hermit-abi-0.3.1 \ + indexmap-1.9.3 \ + io-lifetimes-1.0.10 \ + is-terminal-0.4.7 \ + lazy_static-1.4.0 \ + libc-0.2.144 \ + libloading-0.7.4 \ + linux-raw-sys-0.3.8 \ + log-0.4.17 \ + memchr-2.5.0 \ + memmap2-0.5.10 \ + memoffset-0.6.5 \ + minimal-lexical-0.2.1 \ + nix-0.24.3 \ + nix-0.25.1 \ + nom-7.1.3 \ + nu-ansi-term-0.46.0 \ + once_cell-1.17.1 \ + overload-0.1.1 \ + pin-project-lite-0.2.9 \ + pkg-config-0.3.27 \ + proc-macro2-1.0.58 \ + quote-1.0.27 \ + regex-1.8.1 \ + regex-syntax-0.7.1 \ + rustix-0.37.19 \ + scoped-tls-1.0.1 \ + serde-1.0.163 \ + serde_derive-1.0.163 \ + serde_spanned-0.6.2 \ + sharded-slab-0.1.4 \ + slotmap-1.0.6 \ + smallvec-1.10.0 \ + smithay-client-toolkit-0.16.1 \ + strsim-0.10.0 \ + syn-2.0.16 \ + thiserror-1.0.40 \ + thiserror-impl-1.0.40 \ + thread_local-1.1.7 \ + toml-0.7.4 \ + toml_datetime-0.6.2 \ + toml_edit-0.19.9 \ + tracing-0.1.37 \ + tracing-attributes-0.1.24 \ + tracing-core-0.1.31 \ + tracing-log-0.1.3 \ + tracing-subscriber-0.3.17 \ + unicode-ident-1.0.8 \ + utf8parse-0.2.1 \ + valuable-0.1.0 \ + vec_map-0.8.2 \ + version_check-0.9.4 \ + wayland-client-0.29.5 \ + wayland-commons-0.29.5 \ + wayland-cursor-0.29.5 \ + wayland-protocols-0.29.5 \ + wayland-scanner-0.29.5 \ + wayland-sys-0.29.5 \ + winapi-0.3.9 \ + winapi-i686-pc-windows-gnu-0.4.0 \ + winapi-x86_64-pc-windows-gnu-0.4.0 \ + windows-sys-0.48.0 \ + windows-targets-0.48.0 \ + windows_aarch64_gnullvm-0.48.0 \ + windows_aarch64_msvc-0.48.0 \ + windows_i686_gnu-0.48.0 \ + windows_i686_msvc-0.48.0 \ + windows_x86_64_gnu-0.48.0 \ + windows_x86_64_gnullvm-0.48.0 \ + windows_x86_64_msvc-0.48.0 \ + winnow-0.4.6 \ + xcursor-0.3.4 \ + xml-rs-0.8.11 diff --git a/x11/waycorner/distinfo b/x11/waycorner/distinfo new file mode 100644 index 000000000000..eeb5400d3f54 --- /dev/null +++ b/x11/waycorner/distinfo @@ -0,0 +1,197 @@ +TIMESTAMP = 1754978225 +SHA256 (rust/crates/aho-corasick-1.0.1.crate) = 67fc08ce920c31afb70f013dcce1bfc3a3195de6a228474e45e1f145b36f8d04 +SIZE (rust/crates/aho-corasick-1.0.1.crate) = 167320 +SHA256 (rust/crates/anstream-0.3.2.crate) = 0ca84f3628370c59db74ee214b3263d58f9aadd9b4fe7e711fd87dc452b7f163 +SIZE (rust/crates/anstream-0.3.2.crate) = 19504 +SHA256 (rust/crates/anstyle-1.0.0.crate) = 41ed9a86bf92ae6580e0a31281f65a1b1d867c0cc68d5346e2ae128dddfa6a7d +SIZE (rust/crates/anstyle-1.0.0.crate) = 13972 +SHA256 (rust/crates/anstyle-parse-0.2.0.crate) = e765fd216e48e067936442276d1d57399e37bce53c264d6fefbe298080cb57ee +SIZE (rust/crates/anstyle-parse-0.2.0.crate) = 24361 +SHA256 (rust/crates/anstyle-query-1.0.0.crate) = 5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b +SIZE (rust/crates/anstyle-query-1.0.0.crate) = 8620 +SHA256 (rust/crates/anstyle-wincon-1.0.1.crate) = 180abfa45703aebe0093f79badacc01b8fd4ea2e35118747e5811127f926e188 +SIZE (rust/crates/anstyle-wincon-1.0.1.crate) = 11718 +SHA256 (rust/crates/anyhow-1.0.71.crate) = 9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8 +SIZE (rust/crates/anyhow-1.0.71.crate) = 43808 +SHA256 (rust/crates/autocfg-1.1.0.crate) = d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa +SIZE (rust/crates/autocfg-1.1.0.crate) = 13272 +SHA256 (rust/crates/bitflags-1.3.2.crate) = bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a +SIZE (rust/crates/bitflags-1.3.2.crate) = 23021 +SHA256 (rust/crates/calloop-0.10.5.crate) = 1a59225be45a478d772ce015d9743e49e92798ece9e34eda9a6aa2a6a7f40192 +SIZE (rust/crates/calloop-0.10.5.crate) = 53694 +SHA256 (rust/crates/cc-1.0.79.crate) = 50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f +SIZE (rust/crates/cc-1.0.79.crate) = 62624 +SHA256 (rust/crates/cfg-if-1.0.0.crate) = baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd +SIZE (rust/crates/cfg-if-1.0.0.crate) = 7934 +SHA256 (rust/crates/clap-4.3.0.crate) = 93aae7a4192245f70fe75dd9157fc7b4a5bf53e88d30bd4396f7d8f9284d5acc +SIZE (rust/crates/clap-4.3.0.crate) = 54034 +SHA256 (rust/crates/clap_builder-4.3.0.crate) = 4f423e341edefb78c9caba2d9c7f7687d0e72e89df3ce3394554754393ac3990 +SIZE (rust/crates/clap_builder-4.3.0.crate) = 162227 +SHA256 (rust/crates/clap_derive-4.3.0.crate) = 191d9573962933b4027f932c600cd252ce27a8ad5979418fe78e43c07996f27b +SIZE (rust/crates/clap_derive-4.3.0.crate) = 28954 +SHA256 (rust/crates/clap_lex-0.5.0.crate) = 2da6da31387c7e4ef160ffab6d5e7f00c42626fe39aea70a7b0f1773f7dd6c1b +SIZE (rust/crates/clap_lex-0.5.0.crate) = 11792 +SHA256 (rust/crates/colorchoice-1.0.0.crate) = acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7 +SIZE (rust/crates/colorchoice-1.0.0.crate) = 6857 +SHA256 (rust/crates/crossbeam-utils-0.8.15.crate) = 3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b +SIZE (rust/crates/crossbeam-utils-0.8.15.crate) = 42326 +SHA256 (rust/crates/dlib-0.5.0.crate) = ac1b7517328c04c2aa68422fc60a41b92208182142ed04a25879c26c8f878794 +SIZE (rust/crates/dlib-0.5.0.crate) = 5788 +SHA256 (rust/crates/downcast-rs-1.2.0.crate) = 9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650 +SIZE (rust/crates/downcast-rs-1.2.0.crate) = 11670 +SHA256 (rust/crates/errno-0.3.1.crate) = 4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a +SIZE (rust/crates/errno-0.3.1.crate) = 10348 +SHA256 (rust/crates/errno-dragonfly-0.1.2.crate) = aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf +SIZE (rust/crates/errno-dragonfly-0.1.2.crate) = 1810 +SHA256 (rust/crates/hashbrown-0.12.3.crate) = 8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888 +SIZE (rust/crates/hashbrown-0.12.3.crate) = 102968 +SHA256 (rust/crates/heck-0.4.1.crate) = 95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8 +SIZE (rust/crates/heck-0.4.1.crate) = 11567 +SHA256 (rust/crates/hermit-abi-0.3.1.crate) = fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286 +SIZE (rust/crates/hermit-abi-0.3.1.crate) = 13793 +SHA256 (rust/crates/indexmap-1.9.3.crate) = bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99 +SIZE (rust/crates/indexmap-1.9.3.crate) = 54653 +SHA256 (rust/crates/io-lifetimes-1.0.10.crate) = 9c66c74d2ae7e79a5a8f7ac924adbe38ee42a859c6539ad869eb51f0b52dc220 +SIZE (rust/crates/io-lifetimes-1.0.10.crate) = 37294 +SHA256 (rust/crates/is-terminal-0.4.7.crate) = adcf93614601c8129ddf72e2d5633df827ba6551541c6d8c59520a371475be1f +SIZE (rust/crates/is-terminal-0.4.7.crate) = 8356 +SHA256 (rust/crates/lazy_static-1.4.0.crate) = e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646 +SIZE (rust/crates/lazy_static-1.4.0.crate) = 10443 +SHA256 (rust/crates/libc-0.2.144.crate) = 2b00cc1c228a6782d0f076e7b232802e0c5689d41bb5df366f2a6b6621cfdfe1 +SIZE (rust/crates/libc-0.2.144.crate) = 682092 +SHA256 (rust/crates/libloading-0.7.4.crate) = b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f +SIZE (rust/crates/libloading-0.7.4.crate) = 27580 +SHA256 (rust/crates/linux-raw-sys-0.3.8.crate) = ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519 +SIZE (rust/crates/linux-raw-sys-0.3.8.crate) = 1013776 +SHA256 (rust/crates/log-0.4.17.crate) = abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e +SIZE (rust/crates/log-0.4.17.crate) = 38028 +SHA256 (rust/crates/memchr-2.5.0.crate) = 2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d +SIZE (rust/crates/memchr-2.5.0.crate) = 65812 +SHA256 (rust/crates/memmap2-0.5.10.crate) = 83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327 +SIZE (rust/crates/memmap2-0.5.10.crate) = 26847 +SHA256 (rust/crates/memoffset-0.6.5.crate) = 5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce +SIZE (rust/crates/memoffset-0.6.5.crate) = 7686 +SHA256 (rust/crates/minimal-lexical-0.2.1.crate) = 68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a +SIZE (rust/crates/minimal-lexical-0.2.1.crate) = 94841 +SHA256 (rust/crates/nix-0.24.3.crate) = fa52e972a9a719cecb6864fb88568781eb706bac2cd1d4f04a648542dbf78069 +SIZE (rust/crates/nix-0.24.3.crate) = 266843 +SHA256 (rust/crates/nix-0.25.1.crate) = f346ff70e7dbfd675fe90590b92d59ef2de15a8779ae305ebcbfd3f0caf59be4 +SIZE (rust/crates/nix-0.25.1.crate) = 272312 +SHA256 (rust/crates/nom-7.1.3.crate) = d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a +SIZE (rust/crates/nom-7.1.3.crate) = 117570 +SHA256 (rust/crates/nu-ansi-term-0.46.0.crate) = 77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84 +SIZE (rust/crates/nu-ansi-term-0.46.0.crate) = 24311 +SHA256 (rust/crates/once_cell-1.17.1.crate) = b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3 +SIZE (rust/crates/once_cell-1.17.1.crate) = 32856 +SHA256 (rust/crates/overload-0.1.1.crate) = b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39 +SIZE (rust/crates/overload-0.1.1.crate) = 24439 +SHA256 (rust/crates/pin-project-lite-0.2.9.crate) = e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116 +SIZE (rust/crates/pin-project-lite-0.2.9.crate) = 27713 +SHA256 (rust/crates/pkg-config-0.3.27.crate) = 26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964 +SIZE (rust/crates/pkg-config-0.3.27.crate) = 18838 +SHA256 (rust/crates/proc-macro2-1.0.58.crate) = fa1fb82fc0c281dd9671101b66b771ebbe1eaf967b96ac8740dcba4b70005ca8 +SIZE (rust/crates/proc-macro2-1.0.58.crate) = 44519 +SHA256 (rust/crates/quote-1.0.27.crate) = 8f4f29d145265ec1c483c7c654450edde0bfe043d3938d6972630663356d9500 +SIZE (rust/crates/quote-1.0.27.crate) = 28416 +SHA256 (rust/crates/regex-1.8.1.crate) = af83e617f331cc6ae2da5443c602dfa5af81e517212d9d611a5b3ba1777b5370 +SIZE (rust/crates/regex-1.8.1.crate) = 248412 +SHA256 (rust/crates/regex-syntax-0.7.1.crate) = a5996294f19bd3aae0453a862ad728f60e6600695733dd5df01da90c54363a3c +SIZE (rust/crates/regex-syntax-0.7.1.crate) = 339705 +SHA256 (rust/crates/rustix-0.37.19.crate) = acf8729d8542766f1b2cf77eb034d52f40d375bb8b615d0b147089946e16613d +SIZE (rust/crates/rustix-0.37.19.crate) = 323809 +SHA256 (rust/crates/scoped-tls-1.0.1.crate) = e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294 +SIZE (rust/crates/scoped-tls-1.0.1.crate) = 8202 +SHA256 (rust/crates/serde-1.0.163.crate) = 2113ab51b87a539ae008b5c6c02dc020ffa39afd2d83cffcb3f4eb2722cebec2 +SIZE (rust/crates/serde-1.0.163.crate) = 77030 +SHA256 (rust/crates/serde_derive-1.0.163.crate) = 8c805777e3930c8883389c602315a24224bcc738b63905ef87cd1420353ea93e +SIZE (rust/crates/serde_derive-1.0.163.crate) = 54447 +SHA256 (rust/crates/serde_spanned-0.6.2.crate) = 93107647184f6027e3b7dcb2e11034cf95ffa1e3a682c67951963ac69c1c007d +SIZE (rust/crates/serde_spanned-0.6.2.crate) = 7749 +SHA256 (rust/crates/sharded-slab-0.1.4.crate) = 900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31 +SIZE (rust/crates/sharded-slab-0.1.4.crate) = 52479 +SHA256 (rust/crates/slotmap-1.0.6.crate) = e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342 +SIZE (rust/crates/slotmap-1.0.6.crate) = 58954 +SHA256 (rust/crates/smallvec-1.10.0.crate) = a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0 +SIZE (rust/crates/smallvec-1.10.0.crate) = 31564 +SHA256 (rust/crates/smithay-client-toolkit-0.16.1.crate) = 870427e30b8f2cbe64bf43ec4b86e88fe39b0a84b3f15efd9c9c2d020bc86eb9 +SIZE (rust/crates/smithay-client-toolkit-0.16.1.crate) = 131081 +SHA256 (rust/crates/strsim-0.10.0.crate) = 73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623 +SIZE (rust/crates/strsim-0.10.0.crate) = 11355 +SHA256 (rust/crates/syn-2.0.16.crate) = a6f671d4b5ffdb8eadec19c0ae67fe2639df8684bd7bc4b83d986b8db549cf01 +SIZE (rust/crates/syn-2.0.16.crate) = 240928 +SHA256 (rust/crates/thiserror-1.0.40.crate) = 978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac +SIZE (rust/crates/thiserror-1.0.40.crate) = 18709 +SHA256 (rust/crates/thiserror-impl-1.0.40.crate) = f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f +SIZE (rust/crates/thiserror-impl-1.0.40.crate) = 15138 +SHA256 (rust/crates/thread_local-1.1.7.crate) = 3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152 +SIZE (rust/crates/thread_local-1.1.7.crate) = 13585 +SHA256 (rust/crates/toml-0.7.4.crate) = d6135d499e69981f9ff0ef2167955a5333c35e36f6937d382974566b3d5b94ec +SIZE (rust/crates/toml-0.7.4.crate) = 49003 +SHA256 (rust/crates/toml_datetime-0.6.2.crate) = 5a76a9312f5ba4c2dec6b9161fdf25d87ad8a09256ccea5a556fef03c706a10f +SIZE (rust/crates/toml_datetime-0.6.2.crate) = 10768 +SHA256 (rust/crates/toml_edit-0.19.9.crate) = 92d964908cec0d030b812013af25a0e57fddfadb1e066ecc6681d86253129d4f +SIZE (rust/crates/toml_edit-0.19.9.crate) = 95396 +SHA256 (rust/crates/tracing-0.1.37.crate) = 8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8 +SIZE (rust/crates/tracing-0.1.37.crate) = 73888 +SHA256 (rust/crates/tracing-attributes-0.1.24.crate) = 0f57e3ca2a01450b1a921183a9c9cbfda207fd822cef4ccb00a65402cbba7a74 +SIZE (rust/crates/tracing-attributes-0.1.24.crate) = 31841 +SHA256 (rust/crates/tracing-core-0.1.31.crate) = 0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a +SIZE (rust/crates/tracing-core-0.1.31.crate) = 61263 +SHA256 (rust/crates/tracing-log-0.1.3.crate) = 78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922 +SIZE (rust/crates/tracing-log-0.1.3.crate) = 20549 +SHA256 (rust/crates/tracing-subscriber-0.3.17.crate) = 30a651bc37f915e81f087d86e62a18eec5f79550c7faff886f7090b4ea757c77 +SIZE (rust/crates/tracing-subscriber-0.3.17.crate) = 191711 +SHA256 (rust/crates/unicode-ident-1.0.8.crate) = e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4 +SIZE (rust/crates/unicode-ident-1.0.8.crate) = 41962 +SHA256 (rust/crates/utf8parse-0.2.1.crate) = 711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a +SIZE (rust/crates/utf8parse-0.2.1.crate) = 13435 +SHA256 (rust/crates/valuable-0.1.0.crate) = 830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d +SIZE (rust/crates/valuable-0.1.0.crate) = 27718 +SHA256 (rust/crates/vec_map-0.8.2.crate) = f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191 +SIZE (rust/crates/vec_map-0.8.2.crate) = 14466 +SHA256 (rust/crates/version_check-0.9.4.crate) = 49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f +SIZE (rust/crates/version_check-0.9.4.crate) = 14895 +SHA256 (rust/crates/wayland-client-0.29.5.crate) = 3f3b068c05a039c9f755f881dc50f01732214f5685e379829759088967c46715 +SIZE (rust/crates/wayland-client-0.29.5.crate) = 71041 +SHA256 (rust/crates/wayland-commons-0.29.5.crate) = 8691f134d584a33a6606d9d717b95c4fa20065605f798a3f350d78dced02a902 +SIZE (rust/crates/wayland-commons-0.29.5.crate) = 20771 +SHA256 (rust/crates/wayland-cursor-0.29.5.crate) = 6865c6b66f13d6257bef1cd40cbfe8ef2f150fb8ebbdb1e8e873455931377661 +SIZE (rust/crates/wayland-cursor-0.29.5.crate) = 6195 +SHA256 (rust/crates/wayland-protocols-0.29.5.crate) = b950621f9354b322ee817a23474e479b34be96c2e909c14f7bc0100e9a970bc6 +SIZE (rust/crates/wayland-protocols-0.29.5.crate) = 140859 +SHA256 (rust/crates/wayland-scanner-0.29.5.crate) = 8f4303d8fa22ab852f789e75a967f0a2cdc430a607751c0499bada3e451cbd53 +SIZE (rust/crates/wayland-scanner-0.29.5.crate) = 17248 +SHA256 (rust/crates/wayland-sys-0.29.5.crate) = be12ce1a3c39ec7dba25594b97b42cb3195d54953ddb9d3d95a7c3902bc6e9d4 +SIZE (rust/crates/wayland-sys-0.29.5.crate) = 7926 +SHA256 (rust/crates/winapi-0.3.9.crate) = 5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419 +SIZE (rust/crates/winapi-0.3.9.crate) = 1200382 +SHA256 (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.crate) = ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6 +SIZE (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.crate) = 2918815 +SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f +SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 2947998 +SHA256 (rust/crates/windows-sys-0.48.0.crate) = 677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9 +SIZE (rust/crates/windows-sys-0.48.0.crate) = 2628884 +SHA256 (rust/crates/windows-targets-0.48.0.crate) = 7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5 +SIZE (rust/crates/windows-targets-0.48.0.crate) = 7466 +SHA256 (rust/crates/windows_aarch64_gnullvm-0.48.0.crate) = 91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc +SIZE (rust/crates/windows_aarch64_gnullvm-0.48.0.crate) = 366543 +SHA256 (rust/crates/windows_aarch64_msvc-0.48.0.crate) = b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3 +SIZE (rust/crates/windows_aarch64_msvc-0.48.0.crate) = 671479 +SHA256 (rust/crates/windows_i686_gnu-0.48.0.crate) = 622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241 +SIZE (rust/crates/windows_i686_gnu-0.48.0.crate) = 741490 +SHA256 (rust/crates/windows_i686_msvc-0.48.0.crate) = 4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00 +SIZE (rust/crates/windows_i686_msvc-0.48.0.crate) = 730056 +SHA256 (rust/crates/windows_x86_64_gnu-0.48.0.crate) = ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1 +SIZE (rust/crates/windows_x86_64_gnu-0.48.0.crate) = 703595 +SHA256 (rust/crates/windows_x86_64_gnullvm-0.48.0.crate) = 7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953 +SIZE (rust/crates/windows_x86_64_gnullvm-0.48.0.crate) = 366536 +SHA256 (rust/crates/windows_x86_64_msvc-0.48.0.crate) = 1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a +SIZE (rust/crates/windows_x86_64_msvc-0.48.0.crate) = 671422 +SHA256 (rust/crates/winnow-0.4.6.crate) = 61de7bac303dc551fe038e2b3cef0f571087a47571ea6e79a87692ac99b99699 +SIZE (rust/crates/winnow-0.4.6.crate) = 142565 +SHA256 (rust/crates/xcursor-0.3.4.crate) = 463705a63313cd4301184381c5e8042f0a7e9b4bb63653f216311d4ae74690b7 +SIZE (rust/crates/xcursor-0.3.4.crate) = 6069 +SHA256 (rust/crates/xml-rs-0.8.11.crate) = 1690519550bfa95525229b9ca2350c63043a4857b3b0013811b2ccf4a2420b01 +SIZE (rust/crates/xml-rs-0.8.11.crate) = 51124 +SHA256 (AndreasBackx-waycorner-0.2.3_GH0.tar.gz) = 829575b86f21903a97082a290c48ac7025428d1c8bf308f6a851dc54bb8a61b1 +SIZE (AndreasBackx-waycorner-0.2.3_GH0.tar.gz) = 17945 diff --git a/x11/waycorner/pkg-descr b/x11/waycorner/pkg-descr new file mode 100644 index 000000000000..0cdeb6ccfeaa --- /dev/null +++ b/x11/waycorner/pkg-descr @@ -0,0 +1,2 @@ +Hot corners for Wayland. Create anchors in the corners of your +monitors and execute a command of your choice. diff --git a/x11/wayidle/Makefile b/x11/wayidle/Makefile index 0cfc56b17c03..414ec7a2e161 100644 --- a/x11/wayidle/Makefile +++ b/x11/wayidle/Makefile @@ -1,7 +1,7 @@ PORTNAME= wayidle DISTVERSIONPREFIX= v DISTVERSION= 1.0.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11 wayland MASTER_SITES= https://git.sr.ht/~whynothugo/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ # XXX Teach USES=cargo to not override default DISTFILES diff --git a/x11/wayout/Makefile b/x11/wayout/Makefile index e5052914c8c0..75108adcdb8e 100644 --- a/x11/wayout/Makefile +++ b/x11/wayout/Makefile @@ -1,6 +1,6 @@ PORTNAME= wayout DISTVERSION= 1.1.3 -PORTREVISION= 20 +PORTREVISION= 21 CATEGORIES= x11 wayland MASTER_SITES= https://git.sr.ht/~shinyzenith/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ # XXX Teach USES=cargo to not override default DISTFILES diff --git a/x11/wcm/Makefile b/x11/wcm/Makefile index 5c9a05933b71..c3d81a31bd04 100644 --- a/x11/wcm/Makefile +++ b/x11/wcm/Makefile @@ -1,10 +1,9 @@ PORTNAME= wcm DISTVERSIONPREFIX= v -DISTVERSION= 0.9.0 -PORTREVISION= 1 +DISTVERSION= 0.10.0 CATEGORIES= x11 wayland -MAINTAINER= jbeich@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Wayfire Config Manager WWW= https://wayfire.org/ @@ -25,8 +24,6 @@ USES= compiler:c++17-lang gnome meson pkgconfig USE_GITHUB= yes USE_GNOME= gdkpixbuf gtk30 libxml2 GH_ACCOUNT= WayfireWM -MESON_ARGS= -Denable_wdisplays=false # use package -DATADIR= ${PREFIX}/share/wayfire OPTIONS_DEFINE= WDISPLAYS WFSHELL OPTIONS_DEFAULT=WDISPLAYS WFSHELL diff --git a/x11/wcm/distinfo b/x11/wcm/distinfo index c78b27154182..2db2654231bc 100644 --- a/x11/wcm/distinfo +++ b/x11/wcm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1724414952 -SHA256 (WayfireWM-wcm-v0.9.0_GH0.tar.gz) = 35205c165b83ac387235b0415f58f0e80a8975421de23250c7cb70c471aeee87 -SIZE (WayfireWM-wcm-v0.9.0_GH0.tar.gz) = 400778 +TIMESTAMP = 1756308383 +SHA256 (WayfireWM-wcm-v0.10.0_GH0.tar.gz) = 9d42754243d3eed44426b0e9efab92a40277df691e592ae990b4733f2243a841 +SIZE (WayfireWM-wcm-v0.10.0_GH0.tar.gz) = 333987 diff --git a/x11/wcm/pkg-plist b/x11/wcm/pkg-plist index b05212e9a733..dc8520e57748 100644 --- a/x11/wcm/pkg-plist +++ b/x11/wcm/pkg-plist @@ -1,12 +1,6 @@ bin/wcm -share/applications/wayfire-config-manager.desktop -share/icons/hicolor/128x128/apps/wcm.png -share/icons/hicolor/160x160/apps/wcm.png -share/icons/hicolor/192x192/apps/wcm.png -share/icons/hicolor/48x48/apps/wcm.png -share/icons/hicolor/64x64/apps/wcm.png -share/icons/hicolor/72x72/apps/wcm.png -share/icons/hicolor/96x96/apps/wcm.png +share/applications/wcm.desktop +share/icons/wcm.svg %%DATADIR%%/icons/plugin-alpha.svg %%DATADIR%%/icons/plugin-animate.svg %%DATADIR%%/icons/plugin-annotate.svg @@ -63,4 +57,4 @@ share/icons/hicolor/96x96/apps/wcm.png %%DATADIR%%/icons/plugin-workspace-names.svg %%DATADIR%%/icons/plugin-wrot.svg %%DATADIR%%/icons/plugin-zoom.svg -%%DATADIR%%/icons/wcm.png +%%DATADIR%%/icons/wcm.svg diff --git a/x11/wezterm/Makefile b/x11/wezterm/Makefile index 668f9e796d10..5179e8fb0e25 100644 --- a/x11/wezterm/Makefile +++ b/x11/wezterm/Makefile @@ -1,7 +1,7 @@ PORTNAME= wezterm DISTVERSION= 20250213-133349 DISTVERSIONSUFFIX= -ee0c04e7 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11 wayland MAINTAINER= vladislav.movchan@gmail.com diff --git a/x11/wf-shell/Makefile b/x11/wf-shell/Makefile index 0ee84c20d8b8..d81d93925194 100644 --- a/x11/wf-shell/Makefile +++ b/x11/wf-shell/Makefile @@ -1,10 +1,9 @@ PORTNAME= wf-shell DISTVERSIONPREFIX= v -DISTVERSION= 0.9.0 -PORTREVISION= 1 +DISTVERSION= 0.10.0 CATEGORIES= x11 wayland -MAINTAINER= jbeich@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= GTK3-based panel for wayfire WWW= https://wayfire.org/ diff --git a/x11/wf-shell/distinfo b/x11/wf-shell/distinfo index c01e68ccaa32..49f73aff85fc 100644 --- a/x11/wf-shell/distinfo +++ b/x11/wf-shell/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1724498806 -SHA256 (WayfireWM-wf-shell-v0.9.0_GH0.tar.gz) = 71d14174c08cf51334ff8ec10aa5e055340bf291b993fef85d15f51892098e82 -SIZE (WayfireWM-wf-shell-v0.9.0_GH0.tar.gz) = 9045484 +TIMESTAMP = 1736771286 +SHA256 (WayfireWM-wf-shell-v0.10.0_GH0.tar.gz) = f90bf34ead49d996c950ce52cb6aca62fbaaffcedbbf35165edb4d82f970a3ff +SIZE (WayfireWM-wf-shell-v0.10.0_GH0.tar.gz) = 9045441 SHA256 (GNOME-libgnome-volume-control-468022b_GH0.tar.gz) = 1c1d806ad1f57d7f644381b67ee87ef3e7e10f3a2da1432beef535ca50c0040f SIZE (GNOME-libgnome-volume-control-468022b_GH0.tar.gz) = 45503 diff --git a/x11/windowtolayer/Makefile b/x11/windowtolayer/Makefile index 1db9b1b4c0ce..8091ce4c01d7 100644 --- a/x11/windowtolayer/Makefile +++ b/x11/windowtolayer/Makefile @@ -1,7 +1,7 @@ PORTNAME= windowtolayer DISTVERSIONPREFIX= v PORTVERSION= 0.2.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11 wayland MAINTAINER= jbeich@FreeBSD.org diff --git a/x11/wlr-which-key/Makefile b/x11/wlr-which-key/Makefile index fb4f6ba78cd0..3427f5d3e72c 100644 --- a/x11/wlr-which-key/Makefile +++ b/x11/wlr-which-key/Makefile @@ -1,6 +1,7 @@ PORTNAME= wlr-which-key DISTVERSIONPREFIX= v DISTVERSION= 1.3.0 +PORTREVISION= 1 CATEGORIES= x11 wayland MAINTAINER= nivit@FreeBSD.org diff --git a/x11/wmfocus/Makefile b/x11/wmfocus/Makefile index c57f6e2a12bd..737a8ed3ca19 100644 --- a/x11/wmfocus/Makefile +++ b/x11/wmfocus/Makefile @@ -1,7 +1,7 @@ PORTNAME= wmfocus DISTVERSIONPREFIX= v DISTVERSION= 1.5.0 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= x11 MAINTAINER= eduardo@FreeBSD.org diff --git a/x11/wvkbd/Makefile b/x11/wvkbd/Makefile index 0c63ea64c670..64184baa4877 100644 --- a/x11/wvkbd/Makefile +++ b/x11/wvkbd/Makefile @@ -1,6 +1,6 @@ PORTNAME= wvkbd DISTVERSIONPREFIX= v -DISTVERSION= 0.17 +DISTVERSION= 0.18 CATEGORIES= x11 wayland MASTER_SITES= https://git.sr.ht/~proycon/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ diff --git a/x11/wvkbd/distinfo b/x11/wvkbd/distinfo index cd2293a6e9ad..0eef120685a6 100644 --- a/x11/wvkbd/distinfo +++ b/x11/wvkbd/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745703835 -SHA256 (wvkbd-v0.17.tar.gz) = c1c599963c1d1e337cd944e924fe9f4153698f555e461d5f2f7a457adaa9e09b -SIZE (wvkbd-v0.17.tar.gz) = 1454358 +TIMESTAMP = 1756654805 +SHA256 (wvkbd-v0.18.tar.gz) = bf0660f6fd4e088973b9a085e221740a9e9323987992bc8ea5c43a404ebc6056 +SIZE (wvkbd-v0.18.tar.gz) = 1475447 diff --git a/x11/xdg-desktop-portal-luminous/Makefile b/x11/xdg-desktop-portal-luminous/Makefile index c2f324bc59ee..0e5431a8d2ca 100644 --- a/x11/xdg-desktop-portal-luminous/Makefile +++ b/x11/xdg-desktop-portal-luminous/Makefile @@ -1,7 +1,7 @@ PORTNAME= xdg-desktop-portal-luminous DISTVERSIONPREFIX= v DISTVERSION= 0.1.11 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 wayland MAINTAINER= ports@FreeBSD.org diff --git a/x11/xfce4-dashboard/Makefile b/x11/xfce4-dashboard/Makefile index 6463bfff08f6..ca774be26601 100644 --- a/x11/xfce4-dashboard/Makefile +++ b/x11/xfce4-dashboard/Makefile @@ -1,6 +1,5 @@ PORTNAME= dashboard -PORTVERSION= 1.0.0 -PORTREVISION= 3 +PORTVERSION= 1.1.0 CATEGORIES= x11 xfce MASTER_SITES= XFCE/apps PKGNAMEPREFIX= xfce4- @@ -15,24 +14,27 @@ LICENSE= GPLv2 LIB_DEPENDS= libclutter-1.0.so:graphics/clutter \ libcogl.so:graphics/cogl \ - libharfbuzz.so:print/harfbuzz \ libjson-glib-1.0.so:devel/json-glib -USES= compiler:c11 gettext-tools gl gmake gnome libtool localbase \ - pathfix perl5 pkgconfig tar:bzip2 xfce xorg +USES= compiler:c11 gettext-tools gl gnome meson pathfix perl5 \ + pkgconfig tar:xz xfce xorg USE_GL= egl -USE_GNOME= cairo gdkpixbuf glib20 gtk30 intltool libwnck3 +USE_GNOME= glib20 gtk30 libwnck3 USE_LDCONFIG= yes USE_XFCE= garcon xfconf USE_XORG= x11 xcomposite xdamage xext xfixes xi xinerama xrandr -GNU_CONFIGURE= yes -INSTALL_TARGET= install-strip +MESON_ARGS= -Dclutter-gdk=enabled \ + -Dxcomposite=enabled \ + -Dxdamage=enabled \ + -Dxinerama=enabled OPTIONS_DEFINE= NLS OPTIONS_SUB= yes -NLS_USES= gettext-runtime -NLS_CONFIGURE_ENABLE= nls +NLS_USES= gettext-runtime + +post-patch-NLS-off: + @${REINPLACE_CMD} -e "/^subdir('po')/d" ${WRKSRC}/meson.build .include <bsd.port.mk> diff --git a/x11/xfce4-dashboard/distinfo b/x11/xfce4-dashboard/distinfo index 04d64c4d8a0a..f7f33447d386 100644 --- a/x11/xfce4-dashboard/distinfo +++ b/x11/xfce4-dashboard/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1660565066 -SHA256 (xfce4/xfdashboard-1.0.0.tar.bz2) = a5284343e5ce09722f98d3b578588b36923e1ae5649754aa906980fdcdef48a5 -SIZE (xfce4/xfdashboard-1.0.0.tar.bz2) = 3423708 +TIMESTAMP = 1755792743 +SHA256 (xfce4/xfdashboard-1.1.0.tar.xz) = bd577b36f389d5463040d7095926a487cb4ae7ab30173aa269a1bc29bb6ff8d1 +SIZE (xfce4/xfdashboard-1.1.0.tar.xz) = 2642580 diff --git a/x11/xfce4-dashboard/pkg-plist b/x11/xfce4-dashboard/pkg-plist index 7dce957e5f3f..e9f82d8e397f 100644 --- a/x11/xfce4-dashboard/pkg-plist +++ b/x11/xfce4-dashboard/pkg-plist @@ -17,7 +17,6 @@ include/xfdashboard/libxfdashboard/box-layout.h include/xfdashboard/libxfdashboard/button.h include/xfdashboard/libxfdashboard/click-action.h include/xfdashboard/libxfdashboard/collapse-box.h -include/xfdashboard/libxfdashboard/compat.h include/xfdashboard/libxfdashboard/core.h include/xfdashboard/libxfdashboard/css-selector.h include/xfdashboard/libxfdashboard/debug.h @@ -69,12 +68,14 @@ include/xfdashboard/libxfdashboard/tooltip-action.h include/xfdashboard/libxfdashboard/transition-group.h include/xfdashboard/libxfdashboard/types.h include/xfdashboard/libxfdashboard/utils.h +include/xfdashboard/libxfdashboard/version.h include/xfdashboard/libxfdashboard/view-manager.h include/xfdashboard/libxfdashboard/view-selector.h include/xfdashboard/libxfdashboard/view.h include/xfdashboard/libxfdashboard/viewpad.h include/xfdashboard/libxfdashboard/window-content-x11.h include/xfdashboard/libxfdashboard/window-content.h +include/xfdashboard/libxfdashboard/window-tracker-backend-gdk.h include/xfdashboard/libxfdashboard/window-tracker-backend-x11.h include/xfdashboard/libxfdashboard/window-tracker-backend.h include/xfdashboard/libxfdashboard/window-tracker-monitor-x11.h @@ -89,7 +90,7 @@ include/xfdashboard/libxfdashboard/windows-view.h include/xfdashboard/libxfdashboard/workspace-selector.h lib/libxfdashboard.so lib/libxfdashboard.so.0 -lib/libxfdashboard.so.0.10000.0 +lib/libxfdashboard.so.0.10100.0 lib/xfdashboard/plugins/autopin-windows.so lib/xfdashboard/plugins/clock-view.so lib/xfdashboard/plugins/gnome-shell-search-provider.so @@ -104,13 +105,17 @@ share/icons/hicolor/16x16/apps/org.xfce.xfdashboard.png share/icons/hicolor/24x24/apps/org.xfce.xfdashboard.png share/icons/hicolor/32x32/apps/org.xfce.xfdashboard.png share/icons/hicolor/48x48/apps/org.xfce.xfdashboard.png +share/icons/hicolor/64x64/apps/org.xfce.xfdashboard.png +share/icons/hicolor/96x96/apps/org.xfce.xfdashboard.png share/icons/hicolor/scalable/apps/org.xfce.xfdashboard.svg %%NLS%%%%NLS%%share/locale/be/LC_MESSAGES/xfdashboard.mo %%NLS%%share/locale/bg/LC_MESSAGES/xfdashboard.mo %%NLS%%share/locale/ca/LC_MESSAGES/xfdashboard.mo +%%NLS%%share/locale/cs/LC_MESSAGES/xfdashboard.mo %%NLS%%share/locale/da/LC_MESSAGES/xfdashboard.mo %%NLS%%share/locale/de/LC_MESSAGES/xfdashboard.mo %%NLS%%share/locale/el/LC_MESSAGES/xfdashboard.mo +%%NLS%%share/locale/en_GB/LC_MESSAGES/xfdashboard.mo %%NLS%%share/locale/es/LC_MESSAGES/xfdashboard.mo %%NLS%%share/locale/et/LC_MESSAGES/xfdashboard.mo %%NLS%%share/locale/eu/LC_MESSAGES/xfdashboard.mo @@ -127,17 +132,21 @@ share/icons/hicolor/scalable/apps/org.xfce.xfdashboard.svg %%NLS%%share/locale/lt/LC_MESSAGES/xfdashboard.mo %%NLS%%share/locale/nb/LC_MESSAGES/xfdashboard.mo %%NLS%%share/locale/nl/LC_MESSAGES/xfdashboard.mo +%%NLS%%share/locale/oc/LC_MESSAGES/xfdashboard.mo %%NLS%%share/locale/pl/LC_MESSAGES/xfdashboard.mo %%NLS%%share/locale/pt/LC_MESSAGES/xfdashboard.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/xfdashboard.mo +%%NLS%%share/locale/ro/LC_MESSAGES/xfdashboard.mo %%NLS%%share/locale/ru/LC_MESSAGES/xfdashboard.mo %%NLS%%share/locale/ru_RU/LC_MESSAGES/xfdashboard.mo +%%NLS%%share/locale/sk/LC_MESSAGES/xfdashboard.mo %%NLS%%share/locale/sl/LC_MESSAGES/xfdashboard.mo %%NLS%%share/locale/sq/LC_MESSAGES/xfdashboard.mo %%NLS%%share/locale/sr/LC_MESSAGES/xfdashboard.mo %%NLS%%share/locale/sv/LC_MESSAGES/xfdashboard.mo %%NLS%%share/locale/sv_SE/LC_MESSAGES/xfdashboard.mo %%NLS%%share/locale/tr/LC_MESSAGES/xfdashboard.mo +%%NLS%%share/locale/uk/LC_MESSAGES/xfdashboard.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/xfdashboard.mo share/metainfo/org.xfce.xfdashboard.metainfo.xml share/themes/xfdashboard-auber/xfdashboard-1.0/animations.xml diff --git a/x11/xfce4-screensaver/Makefile b/x11/xfce4-screensaver/Makefile index 9b27c596b396..6cdbb97c057c 100644 --- a/x11/xfce4-screensaver/Makefile +++ b/x11/xfce4-screensaver/Makefile @@ -1,5 +1,5 @@ PORTNAME= xfce4-screensaver -PORTVERSION= 4.20.0 +PORTVERSION= 4.20.1 CATEGORIES= x11 xfce MASTER_SITES= XFCE/apps DIST_SUBDIR= xfce4 @@ -17,9 +17,8 @@ LIB_DEPENDS= libdbus-1.so:devel/dbus \ libdbus-glib-1.so:devel/dbus-glib \ libxklavier.so:x11/libxklavier -USES= compiler:c11 gettext-tools gl gnome meson pkgconfig python \ +USES= compiler:c11 gettext-tools gnome meson pkgconfig python \ shebangfix tar:xz xfce xorg -USE_GL= gl USE_GNOME= glib20 gtk30 libwnck3 USE_XFCE= garcon xfconf USE_XORG= ice sm x11 xext xrandr xscrnsaver xxf86vm diff --git a/x11/xfce4-screensaver/distinfo b/x11/xfce4-screensaver/distinfo index b4b9b5671324..17d8ce0d0290 100644 --- a/x11/xfce4-screensaver/distinfo +++ b/x11/xfce4-screensaver/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1752487125 -SHA256 (xfce4/xfce4-screensaver-4.20.0.tar.xz) = e370298d002848fdb2065fee254cb5b0efa0f2699b74299c234019c8d79b852e -SIZE (xfce4/xfce4-screensaver-4.20.0.tar.xz) = 273588 +TIMESTAMP = 1755272745 +SHA256 (xfce4/xfce4-screensaver-4.20.1.tar.xz) = a94ce9ca3f56db183f1cbc60ba4accd91575b02a6d20b1876ad19131982f2243 +SIZE (xfce4/xfce4-screensaver-4.20.1.tar.xz) = 256848 diff --git a/x11/xfce4-screensaver/pkg-plist b/x11/xfce4-screensaver/pkg-plist index 70be1bf11ea4..d7afeb345d26 100644 --- a/x11/xfce4-screensaver/pkg-plist +++ b/x11/xfce4-screensaver/pkg-plist @@ -1,10 +1,10 @@ bin/xfce4-screensaver bin/xfce4-screensaver-command -bin/xfce4-screensaver-configure.py bin/xfce4-screensaver-preferences %%PAM%%@sample etc/pam.d/xfce4-screensaver.sample etc/xdg/autostart/xfce4-screensaver.desktop etc/xdg/menus/xfce4-screensavers.menu +libexec/xfce4-screensaver-configure.py libexec/xfce4-screensaver-dialog libexec/xfce4-screensaver/floaters libexec/xfce4-screensaver/popsquares diff --git a/x11/xpra/Makefile b/x11/xpra/Makefile index dd57f9f8acef..ef71f2fdc5fa 100644 --- a/x11/xpra/Makefile +++ b/x11/xpra/Makefile @@ -1,6 +1,6 @@ PORTNAME= xpra PORTVERSION= 6.3.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MASTER_SITES= https://xpra.org/src/ diff --git a/x11/xwayland-satellite/Makefile b/x11/xwayland-satellite/Makefile index dd4e622fedf1..783ed8cd74ae 100644 --- a/x11/xwayland-satellite/Makefile +++ b/x11/xwayland-satellite/Makefile @@ -1,7 +1,7 @@ PORTNAME= xwayland-satellite DISTVERSIONPREFIX= v -DISTVERSION= 0.6 -PORTREVISION= 2 +DISTVERSION= 0.7 +PORTREVISION= 1 CATEGORIES= x11 wayland MAINTAINER= jbeich@FreeBSD.org diff --git a/x11/xwayland-satellite/Makefile.crates b/x11/xwayland-satellite/Makefile.crates index 8765e179bae4..47343204234a 100644 --- a/x11/xwayland-satellite/Makefile.crates +++ b/x11/xwayland-satellite/Makefile.crates @@ -1,4 +1,5 @@ -CARGO_CRATES= aho-corasick-1.1.3 \ +CARGO_CRATES= ahash-0.8.12 \ + aho-corasick-1.1.3 \ anstream-0.6.18 \ anstyle-1.0.10 \ anstyle-parse-0.2.6 \ @@ -29,6 +30,9 @@ CARGO_CRATES= aho-corasick-1.1.3 \ errno-0.3.12 \ fnv-1.0.7 \ glob-0.3.2 \ + hashbrown-0.14.5 \ + hecs-0.10.5 \ + hecs-macros-0.10.0 \ hermit-abi-0.5.1 \ home-0.5.11 \ humantime-2.2.0 \ @@ -73,9 +77,9 @@ CARGO_CRATES= aho-corasick-1.1.3 \ serde-1.0.219 \ serde_derive-1.0.219 \ shlex-1.3.0 \ - slotmap-1.0.7 \ smallvec-1.15.0 \ smithay-client-toolkit-0.19.2 \ + spin-0.9.8 \ strsim-0.11.1 \ syn-2.0.101 \ termcolor-1.4.1 \ @@ -124,4 +128,6 @@ CARGO_CRATES= aho-corasick-1.1.3 \ xcb-util-cursor-0.3.3 \ xcb-util-cursor-sys-0.1.4 \ xcursor-0.3.8 \ - xkeysym-0.2.1 + xkeysym-0.2.1 \ + zerocopy-0.8.25 \ + zerocopy-derive-0.8.25 diff --git a/x11/xwayland-satellite/distinfo b/x11/xwayland-satellite/distinfo index 603cb53cff69..cee645e5e6c2 100644 --- a/x11/xwayland-satellite/distinfo +++ b/x11/xwayland-satellite/distinfo @@ -1,4 +1,6 @@ -TIMESTAMP = 1748488455 +TIMESTAMP = 1755491097 +SHA256 (rust/crates/ahash-0.8.12.crate) = 5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75 +SIZE (rust/crates/ahash-0.8.12.crate) = 43413 SHA256 (rust/crates/aho-corasick-1.1.3.crate) = 8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916 SIZE (rust/crates/aho-corasick-1.1.3.crate) = 183311 SHA256 (rust/crates/anstream-0.6.18.crate) = 8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b @@ -61,6 +63,12 @@ SHA256 (rust/crates/fnv-1.0.7.crate) = 3f9eec918d3f24069decb9af1554cad7c880e2da2 SIZE (rust/crates/fnv-1.0.7.crate) = 11266 SHA256 (rust/crates/glob-0.3.2.crate) = a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2 SIZE (rust/crates/glob-0.3.2.crate) = 22359 +SHA256 (rust/crates/hashbrown-0.14.5.crate) = e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1 +SIZE (rust/crates/hashbrown-0.14.5.crate) = 141498 +SHA256 (rust/crates/hecs-0.10.5.crate) = e1cbc675ee8d97b4d206a985137f8ad59666538f56f906474f554467a63c776d +SIZE (rust/crates/hecs-0.10.5.crate) = 82553 +SHA256 (rust/crates/hecs-macros-0.10.0.crate) = 052fc25b12dc326082605cd2098eb76050a72fa0c0e9ea7faaa3f58b565fc970 +SIZE (rust/crates/hecs-macros-0.10.0.crate) = 5326 SHA256 (rust/crates/hermit-abi-0.5.1.crate) = f154ce46856750ed433c8649605bf7ed2de3bc35fd9d2a9f30cddd873c80cb08 SIZE (rust/crates/hermit-abi-0.5.1.crate) = 17549 SHA256 (rust/crates/home-0.5.11.crate) = 589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf @@ -149,12 +157,12 @@ SHA256 (rust/crates/serde_derive-1.0.219.crate) = 5b0276cf7f2c73365f7157c8123c21 SIZE (rust/crates/serde_derive-1.0.219.crate) = 57798 SHA256 (rust/crates/shlex-1.3.0.crate) = 0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64 SIZE (rust/crates/shlex-1.3.0.crate) = 18713 -SHA256 (rust/crates/slotmap-1.0.7.crate) = dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a -SIZE (rust/crates/slotmap-1.0.7.crate) = 61390 SHA256 (rust/crates/smallvec-1.15.0.crate) = 8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9 SIZE (rust/crates/smallvec-1.15.0.crate) = 38113 SHA256 (rust/crates/smithay-client-toolkit-0.19.2.crate) = 3457dea1f0eb631b4034d61d4d8c32074caa6cd1ab2d59f2327bd8461e2c0016 SIZE (rust/crates/smithay-client-toolkit-0.19.2.crate) = 131504 +SHA256 (rust/crates/spin-0.9.8.crate) = 6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67 +SIZE (rust/crates/spin-0.9.8.crate) = 38958 SHA256 (rust/crates/strsim-0.11.1.crate) = 7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f SIZE (rust/crates/strsim-0.11.1.crate) = 14266 SHA256 (rust/crates/syn-2.0.101.crate) = 8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf @@ -253,5 +261,9 @@ SHA256 (rust/crates/xcursor-0.3.8.crate) = 0ef33da6b1660b4ddbfb3aef0ade110c8b8a7 SIZE (rust/crates/xcursor-0.3.8.crate) = 7191 SHA256 (rust/crates/xkeysym-0.2.1.crate) = b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56 SIZE (rust/crates/xkeysym-0.2.1.crate) = 103129 -SHA256 (Supreeeme-xwayland-satellite-v0.6_GH0.tar.gz) = 81d23bf4b75e841f14039efc0b2b1a0ffa81ed6715ca21339d63423e056ccb25 -SIZE (Supreeeme-xwayland-satellite-v0.6_GH0.tar.gz) = 105353 +SHA256 (rust/crates/zerocopy-0.8.25.crate) = a1702d9583232ddb9174e01bb7c15a2ab8fb1bc6f227aa1233858c351a3ba0cb +SIZE (rust/crates/zerocopy-0.8.25.crate) = 252714 +SHA256 (rust/crates/zerocopy-derive-0.8.25.crate) = 28a6e20d751156648aa063f3800b706ee209a32c0b4d9f24be3d980b01be55ef +SIZE (rust/crates/zerocopy-derive-0.8.25.crate) = 87671 +SHA256 (Supreeeme-xwayland-satellite-v0.7_GH0.tar.gz) = 466fc8d44b45f446a581549ab4e55ce65aa32e090e98638dde79f9da9faf89a0 +SIZE (Supreeeme-xwayland-satellite-v0.7_GH0.tar.gz) = 113177 diff --git a/x11/yelp/Makefile b/x11/yelp/Makefile index 38327c22a4bf..29ccb98ccc9f 100644 --- a/x11/yelp/Makefile +++ b/x11/yelp/Makefile @@ -1,6 +1,6 @@ PORTNAME= yelp DISTVERSION= 42.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome |