1d86517c20
2.1.7 ===== - Fix memory leak when recreating window. - Use HTTPS for plugin website. - Translation updates: Bulgarian, French, Turkish. 2.1.6 ===== - Fix losing search focus. (bug #14209) - Fix crash when last search action is deleted. - Fix menu shown in alt-tab. - Translation updates: Bulgarian, Catalan, Chinese (Taiwan), Czech, Danish, Finnish, German, Lithuanian, Polish, Portuguese, Spanish. 2.1.5 ===== - Fix typo. (bug #14001) - Translation updates: Amharic, Danish, Japanese, Malay, Romanian. 2.1.4 ===== - Fix excessive padding on panel button. (bug #13611) - Fix blurry category buttons with high DPI. - Fix blurry profile picture with high DPI. - Fix panel icon too big with high DPI. (bug #13893) - Translation updates: Catalan (Valencian), Danish, Hebrew, Hungarian, Lithuanian, Norwegian Bokmål, Portuguese (Brazil), Russian, Swedish. 2.1.3 ===== - Fixed desktop action incorrectly parsing escaped k. - Translation updates: Catalan, Chinese (China), German, Italian, Nepali, Portuguese, Portuguese (Brazil), Russian, Spanish, Turkish.
21 lines
700 B
Makefile
21 lines
700 B
Makefile
# $NetBSD: Makefile,v 1.17 2018/05/15 21:35:53 youri Exp $
|
|
|
|
DISTNAME= xfce4-whiskermenu-plugin-2.1.7
|
|
CATEGORIES= x11
|
|
MASTER_SITES= http://archive.xfce.org/src/panel-plugins/xfce4-whiskermenu-plugin/2.1/
|
|
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"
|