Port details |
- jgmenu Simple X11 menu
- 4.4.1 x11 =3 4.4.1Version of this port present on the latest quarterly branch.
- Maintainer: lcook@FreeBSD.org
- Port Added: 2020-06-02 08:44:37
- Last Update: 2023-08-24 00:26:43
- Commit Hash: d621ce5
- People watching this port, also watch:: mesa-libs, pcmanfm-qt, telegram-desktop, xdm, adguardhome
- License: GPLv2
- WWW:
- https://jgmenu.github.io/
- Description:
- Simple, independent and contemporary-looking X11 menu, designed for
scripting, ricing and tweaking.
- ¦ ¦ ¦ ¦
- 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/jgmenu/ && make install clean
- To add the package, run one of these commands:
- pkg install x11/jgmenu
- pkg install jgmenu
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: jgmenu
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1692835326
SHA256 (johanmalm-jgmenu-v4.4.1_GH0.tar.gz) = 164194eb9da7ccedccfb47796560b2a6b0f734ae6c5c3878ec184f7cfe7f8f32
SIZE (johanmalm-jgmenu-v4.4.1_GH0.tar.gz) = 382258
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:
-
- gmake>=4.3 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- python3.9 : lang/python39
- x11.pc : x11/libX11
- xrandr.pc : x11/libXrandr
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- python3.9 : lang/python39
- x11.pc : x11/libX11
- xrandr.pc : x11/libXrandr
- Library dependencies:
-
- libharfbuzz.so : print/harfbuzz
- libpng.so : graphics/png
- libmenu-cache.so : x11/menu-cache
- libcairo.so : graphics/cairo
- libgdk_pixbuf-2.0.so : graphics/gdk-pixbuf2
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- librsvg-2.so : graphics/librsvg2-rust
- libxml2.so : textproc/libxml2
- libpango-1.0.so : x11-toolkits/pango
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for jgmenu-4.4.1:
DOCS=on: Build and/or install documentation
LX=on: Generate menu data for freedesktop defined application menus
PMENU=on: Generate menu data based on desktop and directory files
===> Use 'make config' to modify these settings
- Options name:
- x11_jgmenu
- USES:
- compiler:c11 gmake gnome pkgconfig python shebangfix xorg
- 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 |
4.4.1 24 Aug 2023 00:26:43 |
Lewis Cook (lcook) |
x11/jgmenu: Update to 4.4.1
Changes: https://github.com/jgmenu/jgmenu/releases/tag/v4.4.1 |
4.4.0_2 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
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) |
4.4.0_2 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 ) |
4.4.0_2 10 Apr 2022 19:11:41 |
Charlie Li (vishwin) |
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.
PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor) |
4.4.0_1 26 Mar 2022 08:27:27 |
Matthias Fechner (mfechner) |
textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246 |
4.4.0 10 Oct 2021 19:44:42 |
Baptiste Daroussin (bapt) |
INSTALLS_ICONS: retire the macro and rework the related dependencies
While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency) |
4.4.0 19 Sep 2021 21:55:02 |
Lewis Cook (lcook) |
x11/jgmenu: Update to 4.4.0
Changes: https://github.com/johanmalm/jgmenu/releases/tag/v4.4.0 |
4.3.0 23 Apr 2021 20:56:21 |
Antoine Brodin (antoine) |
Cleanup LIB_DEPENDS |
4.3.0 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
4.3.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
4.3.0 17 Feb 2021 17:43:18 |
lcook |
x11/jgmenu: Update to 4.3.0
Changes: https://github.com/johanmalm/jgmenu/releases/tag/v4.3.0
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D28733 |
4.2.1_1 22 Jan 2021 10:08:52 |
lcook |
Update MAINTAINER fields for myself (lcook)
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D28279 |
4.2.1_1 09 Nov 2020 17:08:12 |
tcberner |
Prefer graphics/ligvrsvg2-rust over graphics/librsvg2
- switch to the more modern version of librsvg2 on architectures
supporting rust
- this will fix some graphical issues on these architectures
PR: 250276
Exp-run by: antoine
Submitted by: tobik
Differential Revision: https://reviews.freebsd.org/D18878 |
4.2.1 21 Jun 2020 21:54:44 |
pkubaj |
x11/jgmenu: fix build on GCC architectures
Use newer GCC:
cc1: error: unrecognized command line option "-Wunused-result" |
4.2.1 02 Jun 2020 08:44:31 |
tagattie |
Simple, independent and contemporary-looking X11 menu, designed for
scripting, ricing and tweaking.
WWW: https://jgmenu.github.io/
PR: 246335
Submitted by: Lewis Cook <vulcan@wired.sh>
Approved by: ehaupt (mentor) |