openbsd-ports/x11/xfce4/xfce4-power-manager/patches/patch-configure
landry 0f7c6d2602 Import xfce4-power-manager 1.0.10:
This software is a power manager for the Xfce desktop, and relies on
UPower to gather the power sources on the computer. In addition,
xfce4-power-manager provides a set of freedesktop-compliant DBus
interfaces to inform other applications about current power level so
that they can adjust their power consumption.

ok ajacoutot@
2011-05-23 19:18:15 +00:00

30 lines
986 B
Plaintext

$OpenBSD: patch-configure,v 1.1.1.1 2011/05/23 19:18:15 landry Exp $
--- configure.orig Sun Feb 20 14:29:29 2011
+++ configure Sat May 21 18:49:27 2011
@@ -18684,18 +18684,10 @@ $as_echo "$as_me: WARNING: unrecognized options: $ac_u
fi
-echo "
---------------------------------------------------
- Xfce Power Manager $VERSION
- ======================================
-
- prefix: ${prefix}
- xdg autostart: ${sysconfdir/xdg/autostart}
- POLKIT: ${polkit}
- DPMS: ${have_dpms}
- Network manager: ${ac_network_manager}
- Build panel plugins: ${build_panel_plugins}
- Debug: ${enable_debug}
---------------------------------------------------
-
-Configuration finished, type make to compile"
+echo prefix: ${prefix}
+echo xdg autostart: ${sysconfdir}/xdg/autostart
+echo POLKIT: ${polkit}
+echo DPMS: ${have_dpms}
+echo Network manager: ${ac_network_manager}
+echo Build panel plugins: ${build_panel_plugins}
+echo Debug: ${enable_debug}