37d35087fe
Change log: 4.14.1 ====== - Draw panel border based on position and length - windowlist: Make layout consistent with xfdesktop - windowmenu: Replace deprecated gtk_widget_modify_font - tasklist: Resize when windows get removed (Bug #14394) - systray: Fix icons without compositing (Bug #14577) - pager: Fix scrolling in pager-buttons (Bug #15614) - launcher: Fix visual state of arrow-button (Bug #15818) - launcher: Avoid excessive left padding on popup menu (Bug #15819) - Translation Updates: Albanian, Arabic, Armenian (Armenia), Belarusian, Chinese (China), Chinese (Taiwan), Galician, Greek, Hebrew, Indonesian, Japanese, Malay, Polish, Serbian, Slovak, Swedish, Thai
29 lines
959 B
Makefile
29 lines
959 B
Makefile
# $NetBSD: Makefile,v 1.83 2019/10/03 02:59:41 gutteridge Exp $
|
|
|
|
.include "../../meta-pkgs/xfce4/Makefile.common"
|
|
|
|
DISTNAME= xfce4-panel-4.14.1
|
|
CATEGORIES= x11
|
|
MASTER_SITES+= http://archive.xfce.org/src/xfce/xfce4-panel/4.14/
|
|
|
|
HOMEPAGE= https://docs.xfce.org/xfce/xfce4-panel/start
|
|
COMMENT= Xfce panel
|
|
|
|
TOOL_DEPENDS+= gdbus-codegen-[0-9]*:../../devel/gdbus-codegen
|
|
|
|
PKGCONFIG_OVERRIDE= libxfce4panel/libxfce4panel-1.0.pc.in
|
|
PTHREAD_AUTO_VARS= yes
|
|
|
|
PKG_SYSCONFSUBDIR= xdg/xfce4/panel
|
|
EGDIR= ${XFCE4_EGBASE}/panel
|
|
|
|
CONF_FILES+= ${EGDIR}/default.xml ${PKG_SYSCONFDIR}/default.xml
|
|
|
|
.include "../../devel/libwnck3/buildlink3.mk"
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../x11/libxfce4ui/buildlink3.mk"
|
|
.include "../../x11/xfce4-garcon/buildlink3.mk"
|
|
.include "../../x11/xfce4-exo/buildlink3.mk"
|
|
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|