Port details |
- wapanel Desktop bar for Wayfire and other wlroots compositors
- 1.1.0_7 x11
=2 1.1.0_7Version of this port present on the latest quarterly branch. DEPRECATED: https://github.com/Firstbober/wapanel/issues/39
- Maintainer: jbeich@FreeBSD.org
 - Port Added: 2021-08-10 08:21:06
- Last Update: 2025-03-17 04:02:08
- Commit Hash: e87d813
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
- Also Listed In: wayland
- License: MIT
- WWW:
- https://firstbober.github.io/wapanel/
- Description:
- Simple panel/status bar/task bar for your custom stacking
Wayland-based desktop.
Features:
- Good configurability
- Config hot reload
- Exposed API for writing custom applets
- Custom themes with CSS
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/x11/wapanel/ && make install clean
- To add the package, run one of these commands:
- pkg install x11/wapanel
- pkg install wapanel
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: wapanel
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1641468719
SHA256 (Firstbober-wapanel-1.1.0_GH0.tar.gz) = 4f2f11f0d001b4507b5b1dc6622df68a9e786f590cabf603bc5a3b296039f0a5
SIZE (Firstbober-wapanel-1.1.0_GH0.tar.gz) = 907007
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- toml11>0 : devel/toml11
- wayland-protocols>0 : graphics/wayland-protocols
- meson : devel/meson
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libwayland-client.so : graphics/wayland
- libgtk-layer-shell.so : x11-toolkits/gtk-layer-shell
- libpulse.so : audio/pulseaudio
- libatk-1.0.so : accessibility/at-spi2-core
- libcairo.so : graphics/cairo
- libgdk_pixbuf-2.0.so : graphics/gdk-pixbuf2
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- libgtk-3.so : x11-toolkits/gtk30
- libharfbuzz.so : print/harfbuzz
- libpango-1.0.so : x11-toolkits/pango
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for wapanel-1.1.0_7:
PULSEAUDIO=on: PulseAudio sound server support
===> Use 'make config' to modify these settings
- Options name:
- x11_wapanel
- USES:
- compiler:c++17-lang gnome meson pkgconfig
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.1.0_7 17 Mar 2025 04:02:08
    |
Charlie Li (vishwin)  |
gnome.mk: rename gdkpixbuf2 to gdkpixbuf to prepare for port move
The GTK 1-based gdk-pixbuf has not existed for some time.
No functional or package changes. |
1.1.0_7 23 Nov 2024 08:31:00
    |
Gleb Popov (arrowd)  |
*: Bump PORTREVISIONs of Pulseaudio consumers
Sponsored by: Future Crew, LLC |
1.1.0_6 21 Feb 2024 14:27:21
    |
Jan Beich (jbeich)  |
x11/wapanel: temporarily drop subpackages
https://github.com/freebsd/poudriere/issues/1113
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276845
Requested by: makc (kde), bdrewery (pkgmgr)
Suggested by: pizzamig (portmgr)
This reverts commit 4b4539c77959a64fc0f59e46b1112d4f76557ac2. |
1.1.0_5 27 Jan 2024 23:43:32
    |
Jan Beich (jbeich)  |
x11/wapanel: deprecate but not expire yet |
1.1.0_5 27 Jan 2024 23:01:09
    |
Jan Beich (jbeich)  |
x11/wapanel: convert PULSEAUDIO to subpackage
Avoid heavy dependency if users control volume via WM hotkeys.
Approved by: pizzamig (portmgr)
Differential Revision: https://reviews.freebsd.org/D43577 |
1.1.0_4 23 Dec 2023 18:14:14
    |
Nuno Teixeira (eduardo)  |
*/*: Bump consumers of x11-toolkits/gtk30
New version of gtk3 in tree |
1.1.0_3 07 Aug 2023 16:34:07
    |
Gleb Popov (arrowd)  |
audio/pulseaudio: Update to 16.1
Bump PORTREVISION on consumers.
Sponsored by: Serenity Cybersecurity, LLC
PR: 262713 |
1.1.0_2 25 Apr 2023 15:17:15
    |
Christian Weisgerber (naddy)  |
audio/opus: bump consumers after update to 1.4 |
1.1.0_1 02 Mar 2023 05:23:10
    |
Tobias C. Berner (tcberner)  |
accessibility/at-spi2-core: update to 2.46.0
What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
interface.
What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).
What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments. (Only the first 15 lines of the commit message are shown above ) |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.1.0 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.1.0 01 Jul 2022 08:01:22
    |
Baptiste Daroussin (bapt)  |
wayland: add wayland virtual category |
1.1.0 06 Jan 2022 15:04:57
    |
Jan Beich (jbeich)  |
x11/wapanel: update to 1.1.0
Changes: https://github.com/Firstbober/wapanel/releases/tag/1.1.0
Reported by: GitHub (watch releases) |
1.0.2_1 10 Aug 2021 08:58:38
    |
Jan Beich (jbeich)  |
x11/wapanel: unbreak logout applet default config
sh: systemctl: not found |
1.0.2 10 Aug 2021 08:18:13
    |
Jan Beich (jbeich)  |
x11/wapanel: add new port
Simple panel/status bar/task bar for your custom stacking
Wayland-based desktop.
Features:
- Good configurability
- Config hot reload
- Exposed API for writing custom applets
- Custom themes with CSS
https://firstbober.github.io/wapanel/ |