pkgsrc/sysutils/xfce4-power-manager/Makefile
gutteridge 3f5eaede88 xfce4-power-manager: update to 1.6.5
Change log:

1.6.5
======
- Improve size of critical power level spin
- Correctly hide brightness label (Bug #14649)
- Replace GtkStock buttons
- Add icons to close and help buttons in prefs
- Translation Updates: Galician, Norwegian Bokmål, Portuguese (Brazil)

1.6.4
======
 - Make inhibition affect dimming and inactivity action (Bug #14687)
 - Add support of xfce4-screensaver
 - Disable trayicon when panel plugin is present (Bug #15682)
 - Translation Updates:
   Armenian (Armenia), Finnish, Galician, Lithuanian, Norwegian Bokmål,
   Ukrainian
2019-08-17 19:15:37 +00:00

26 lines
952 B
Makefile

# $NetBSD: Makefile,v 1.11 2019/08/17 19:15:37 gutteridge Exp $
.include "../../meta-pkgs/xfce4/Makefile.common"
DISTNAME= xfce4-power-manager-1.6.5
CATEGORIES= sysutils
MASTER_SITES= http://archive.xfce.org/src/apps/xfce4-power-manager/1.6/
HOMEPAGE= https://goodies.xfce.org/projects/applications/xfce4-power-manager
COMMENT= Xfce power manager
CONFIGURE_ARGS+=--sysconfdir=${PKG_SYSCONFBASE}
CONF_FILES= share/examples/xfce4/autostart/xfce4-power-manager.desktop \
${PKG_SYSCONFDIR}/xdg/autostart/xfce4-power-manager.desktop
.include "../../x11/libXmu/buildlink3.mk"
.include "../../x11/libxfce4ui/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../sysutils/upower/buildlink3.mk"
.include "../../sysutils/libnotify/buildlink3.mk"
.if ${OPSYS} != "Darwin"
.include "../../sysutils/consolekit/buildlink3.mk"
.endif
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"