2d87115f8c
Components: - lang/cjs to 5.4.1 - misc/cinnamon-translations to 5.4.2 - sysutils/cinnamon-control-center to 5.4.6 - sysutils/cinnamon-settings-daemon to 5.4.4 - x11-fm/nemo to 5.4.2 - x11-wm/muffin to 5.4.5 - x11/cinnamon-desktop to 5.4.2 - x11/cinnamon-menus to 5.4.0 - x11/cinnamon-screensaver to 5.4.2 - x11/cinnamon-session to 5.4.0 - x11/cinnamon to 5.4.9 - x11/py-python-xapp to 2.2.2 - x11/xapp to 2.2.14 5.6 is the latest upstream release; this is a stopgap to reduce delta. Reviewed by: tcberner (desktop) Differential Revision: https://reviews.freebsd.org/D37917
24 lines
481 B
Makefile
24 lines
481 B
Makefile
PORTNAME= cinnamon-menus
|
|
PORTVERSION= 5.4.0
|
|
CATEGORIES= x11 gnome
|
|
DIST_SUBDIR= gnome
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Additional UI API for cinnamon
|
|
WWW= https://github.com/linuxmint/cinnamon-menus
|
|
|
|
LICENSE= GPLv2 LGPL21
|
|
LICENSE_COMB= multi
|
|
LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING
|
|
LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.LIB
|
|
|
|
USES= gnome meson pkgconfig
|
|
|
|
USE_GNOME= glib20 introspection:build
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= linuxmint
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|