notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details on branch 2022Q2
gtk-layer-shell GTK+ library for the Wayland layer-shell protocol
0.7.0_1 x11-toolkits on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.7.0_1Version of this port present on the latest quarterly branch.
Maintainer: jbeich@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2022-04-24 03:54:53
Last Update: 2022-04-03 17:11:21
Commit Hash: 7e01da3
License: LGPL3+ MIT
WWW:
https://github.com/wmww/gtk-layer-shell
Description:
A library to write GTK applications that use Layer Shell. Layer Shell is a Wayland protocol for desktop shell components, such as panels, notifications and wallpapers. You can use it to anchor your windows to a corner or edge of the output, or stretch them across the entire output. This library only makes sense on Wayland compositors that support Layer Shell, and will not work on X11. It supports all Layer Shell features including popups and popovers (GTK popups Just Work). WWW: https://github.com/wmww/gtk-layer-shell
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (30 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/gtk-layer-shell-0.7.0_1/catalog.mk
  3. /usr/local/share/licenses/gtk-layer-shell-0.7.0_1/LICENSE
  4. /usr/local/share/licenses/gtk-layer-shell-0.7.0_1/LGPL3+
  5. /usr/local/share/licenses/gtk-layer-shell-0.7.0_1/MIT
  6. bin/gtk-layer-demo
  7. include/gtk-layer-shell/gtk-layer-shell.h
  8. lib/girepository-1.0/GtkLayerShell-0.1.typelib
  9. lib/libgtk-layer-shell.so
  10. lib/libgtk-layer-shell.so.0
  11. lib/libgtk-layer-shell.so.0.7.0
  12. libdata/pkgconfig/gtk-layer-shell-0.pc
  13. share/gir-1.0/GtkLayerShell-0.1.gir
  14. share/gtk-doc/html/gtk-layer-shell/api-index-full.html
  15. share/gtk-doc/html/gtk-layer-shell/deprecated-api-index.html
  16. share/gtk-doc/html/gtk-layer-shell/gtk-layer-shell-Gtk-Layer-Shell.html
  17. share/gtk-doc/html/gtk-layer-shell/gtk-layer-shell.devhelp2
  18. share/gtk-doc/html/gtk-layer-shell/gtk-layer-shell.html
  19. share/gtk-doc/html/gtk-layer-shell/home.png
  20. share/gtk-doc/html/gtk-layer-shell/index.html
  21. share/gtk-doc/html/gtk-layer-shell/left-insensitive.png
  22. share/gtk-doc/html/gtk-layer-shell/left.png
  23. share/gtk-doc/html/gtk-layer-shell/right-insensitive.png
  24. share/gtk-doc/html/gtk-layer-shell/right.png
  25. share/gtk-doc/html/gtk-layer-shell/style.css
  26. share/gtk-doc/html/gtk-layer-shell/up-insensitive.png
  27. share/gtk-doc/html/gtk-layer-shell/up.png
  28. @owner
  29. @group
  30. @mode
Collapse this list.
Dependency lines:
  • gtk-layer-shell>0:x11-toolkits/gtk-layer-shell
To install the port:
cd /usr/ports/x11-toolkits/gtk-layer-shell/ && make install clean
To add the package, run one of these commands:
  • pkg install x11-toolkits/gtk-layer-shell
  • pkg install gtk-layer-shell
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: gtk-layer-shell
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1643157730 SHA256 (wmww-gtk-layer-shell-v0.7.0_GH0.tar.gz) = ac6016f232c5b0551e5106a7652751cfc56b5a1895a723ff931fbc7019acfc47 SIZE (wmww-gtk-layer-shell-v0.7.0_GH0.tar.gz) = 133511

Packages (timestamps in pop-ups are UTC):
gtk-layer-shell
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.8.20.8.2--0.8.2---
FreeBSD:13:quarterly0.8.20.8.2--0.8.2-0.8.20.8.2
FreeBSD:14:latest0.8.20.8.2--0.8.2--0.8.1
FreeBSD:14:quarterly0.8.20.8.2-0.8.20.8.2-0.8.20.8.2
FreeBSD:15:latest0.8.20.8.2n/a0.8.2n/a-0.8.2-
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. wayland-protocols>=1.16 : graphics/wayland-protocols
  2. gtk-doc>0 : textproc/gtk-doc
  3. g-ir-scanner : devel/gobject-introspection
  4. meson>=0.57.1_1 : devel/meson
  5. ninja : devel/ninja
  6. pkgconf>=1.3.0_1 : devel/pkgconf
Library dependencies:
  1. libwayland-client.so : graphics/wayland
  2. libatk-1.0.so : accessibility/atk
  3. libglib-2.0.so : devel/glib20
  4. libintl.so : devel/gettext-runtime
  5. libgtk-3.so : x11-toolkits/gtk30
  6. libpango-1.0.so : x11-toolkits/pango
This port is required by:
for Libraries
  1. x11/mate-panel
  2. x11/nwg-bar
  3. x11/nwg-drawer
  4. x11/nwg-launchers
  5. x11/swaync
  6. x11/waybar
  7. x11/wf-shell

Configuration Options:
===> The following configuration options are available for gtk-layer-shell-0.7.0_1: DOCS=on: Build and/or install documentation EXAMPLES=on: Build and/or install examples ===> Use 'make config' to modify these settings
Options name:
x11-toolkits_gtk-layer-shell
USES:
compiler:c11 gnome meson pkgconfig
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/wmww/gtk-layer-shell/tar.gz/v0.7.0?dummy=/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.7.0_1
03 Apr 2022 17:11:21
commit hash: 7e01da3a9e85e26378d8000e24c63f3a399fc96acommit hash: 7e01da3a9e85e26378d8000e24c63f3a399fc96acommit hash: 7e01da3a9e85e26378d8000e24c63f3a399fc96acommit hash: 7e01da3a9e85e26378d8000e24c63f3a399fc96a files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
x11-toolkits/gtk-layer-shell: silence gtk3 warning after 89fb405a8674

$ waybar
[...]
** (waybar:69072): WARNING **: gtk-layer-shell v0.7.0 may not work on GTK
v3.24.33. If you experience crashes, check
https://github.com/wmww/gtk-layer-shell/blob/master/compatibility.md

PR:		262419
(cherry picked from commit 9965cf5dea7981283369877a7b149ed67f3163ca)

Number of commits found: 1