ef65503f29
Change log: 2.3.5 ===== - Fix saving unchanged plugin title. (bug #15403) - Fix sidebar scrollbar covering buttons. (bug #14730) - Fix categories remaining scrolled when hidden. - Fix incorrect alignment of commands next to search. - Fix incorrect fallback value for menu opacity. - Fix incorrect check when setting command. - Update documentation URL. (bug #16183) 2.3.4 ===== - Fix building against xfce4-panel 4.15.0 - Translation updates: Dutch, Galician, Georgian.
22 lines
735 B
Makefile
22 lines
735 B
Makefile
# $NetBSD: Makefile,v 1.27 2020/01/29 05:05:32 gutteridge Exp $
|
|
|
|
VERSION= 2.3.5
|
|
DISTNAME= xfce4-whiskermenu-plugin-${VERSION}
|
|
CATEGORIES= x11
|
|
MASTER_SITES= https://archive.xfce.org/src/panel-plugins/xfce4-whiskermenu-plugin/${VERSION:R}/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= youri@NetBSD.org
|
|
HOMEPAGE= https://gottcode.org/xfce4-whiskermenu-plugin/
|
|
COMMENT= Alternate application launcher for Xfce
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
USE_CMAKE= yes
|
|
USE_LANGUAGES= c c++
|
|
USE_TOOLS+= gmake pkg-config msgfmt perl intltool
|
|
|
|
.include "../../x11/xfce4-garcon/buildlink3.mk"
|
|
.include "../../x11/xfce4-panel/buildlink3.mk"
|
|
.include "../../x11/xfce4-exo/buildlink3.mk"
|
|
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|