Update to xfce4-power-manager 1.2.0.
This commit is contained in:
parent
98be614b9c
commit
de52d72619
@ -1,10 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2012/04/01 11:14:24 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2012/04/30 12:53:18 landry Exp $
|
||||
|
||||
COMMENT = Xfce4 power manager
|
||||
|
||||
XFCE_VERSION = 1.0.10
|
||||
XFCE_VERSION = 1.2.0
|
||||
XFCE_GOODIE = xfce4-power-manager
|
||||
REVISION = 2
|
||||
|
||||
# GPLv2
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
@ -35,6 +34,6 @@ WANTLIB += gmodule-2.0 gobject-2.0 gthread-2.0 gtk-x11-2.0 m notify
|
||||
WANTLIB += pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre pixman-1
|
||||
WANTLIB += png pthread pthread-stubs startup-notification-1 xcb
|
||||
WANTLIB += xcb-aux xcb-render xcb-shm xfce4panel-1.0 xfce4ui-1
|
||||
WANTLIB += xfce4util xfconf-0 z
|
||||
WANTLIB += xfce4util xfconf-0 z stdc++
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (xfce4/xfce4-power-manager-1.0.10.tar.bz2) = OMvScusw42rlONnziFi9OA==
|
||||
RMD160 (xfce4/xfce4-power-manager-1.0.10.tar.bz2) = oGm7iHh+qXQlaihL0etu7FVZWrs=
|
||||
SHA1 (xfce4/xfce4-power-manager-1.0.10.tar.bz2) = ZN16j66c0cvPZAPS9R8igfOMygU=
|
||||
SHA256 (xfce4/xfce4-power-manager-1.0.10.tar.bz2) = gOS7RPgcSF7AllTd5DLW4oZn1Jp4diVjKkQTqsMEIvA=
|
||||
SIZE (xfce4/xfce4-power-manager-1.0.10.tar.bz2) = 1032881
|
||||
MD5 (xfce4/xfce4-power-manager-1.2.0.tar.bz2) = k1WZtxFLCksOLJpdbHJSTA==
|
||||
RMD160 (xfce4/xfce4-power-manager-1.2.0.tar.bz2) = yIzMv39POLkO00DmvZYOZ6iZTtg=
|
||||
SHA1 (xfce4/xfce4-power-manager-1.2.0.tar.bz2) = fvsM6zem1pvU0OgNcgYWHc9GZXo=
|
||||
SHA256 (xfce4/xfce4-power-manager-1.2.0.tar.bz2) = 1/uYpUAoS2L0IBUn3hfUskEj+dJsn0kTHdSXyDhxhOk=
|
||||
SIZE (xfce4/xfce4-power-manager-1.2.0.tar.bz2) = 1034821
|
||||
|
@ -1,29 +0,0 @@
|
||||
$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}
|
@ -1,14 +0,0 @@
|
||||
$OpenBSD: patch-src_xfpm-notify_c,v 1.1.1.1 2011/05/23 19:18:15 landry Exp $
|
||||
http://git.xfce.org/xfce/xfce4-power-manager/commit/?id=9bc8900b4efef29fdc06331b028c7108df15b856
|
||||
--- src/xfpm-notify.c.orig Sat May 21 18:51:55 2011
|
||||
+++ src/xfpm-notify.c Sat May 21 18:52:10 2011
|
||||
@@ -233,9 +233,6 @@ xfpm_notify_new_notification_internal (const gchar *ti
|
||||
#if !NOTIFY_CHECK_VERSION (0, 7, 0)
|
||||
if ( icon )
|
||||
notify_notification_attach_to_status_icon (n, icon);
|
||||
-#else
|
||||
- if ( icon )
|
||||
- notify_notification_attach_to_status_icon (n, icon);
|
||||
#endif
|
||||
#endif
|
||||
|
@ -1,8 +1,7 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2011/12/03 22:32:22 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2012/04/30 12:53:19 landry Exp $
|
||||
@bin bin/xfce4-power-information
|
||||
@bin bin/xfce4-power-manager
|
||||
@bin bin/xfce4-power-manager-settings
|
||||
lib/xfce4/
|
||||
lib/xfce4/panel-plugins/
|
||||
@bin lib/xfce4/panel-plugins/xfce4-brightness-plugin
|
||||
@man man/man1/xfce4-power-manager-settings.1
|
||||
@ -14,16 +13,9 @@ share/examples/xfce4-power-manager/
|
||||
@sample ${SYSCONFDIR}/xdg/autostart/
|
||||
share/examples/xfce4-power-manager/xfce4-power-manager.desktop
|
||||
@sample ${SYSCONFDIR}/xdg/autostart/xfce4-power-manager.desktop
|
||||
share/icons/
|
||||
share/icons/hicolor/
|
||||
share/icons/hicolor/128x128/
|
||||
share/icons/hicolor/128x128/devices/
|
||||
share/icons/hicolor/128x128/devices/processor.png
|
||||
share/icons/hicolor/16x16/
|
||||
share/icons/hicolor/16x16/actions/
|
||||
share/icons/hicolor/16x16/actions/xfpm-hibernate.png
|
||||
share/icons/hicolor/16x16/actions/xfpm-suspend.png
|
||||
share/icons/hicolor/16x16/status/
|
||||
share/icons/hicolor/16x16/status/xfpm-ac-adapter.png
|
||||
share/icons/hicolor/16x16/status/xfpm-brightness-lcd-invalid.png
|
||||
share/icons/hicolor/16x16/status/xfpm-brightness-lcd.png
|
||||
@ -67,11 +59,8 @@ share/icons/hicolor/16x16/status/xfpm-ups-100-charging.png
|
||||
share/icons/hicolor/16x16/status/xfpm-ups-100.png
|
||||
share/icons/hicolor/16x16/status/xfpm-ups-charged.png
|
||||
share/icons/hicolor/16x16/status/xfpm-ups-missing.png
|
||||
share/icons/hicolor/22x22/
|
||||
share/icons/hicolor/22x22/actions/
|
||||
share/icons/hicolor/22x22/actions/xfpm-hibernate.png
|
||||
share/icons/hicolor/22x22/actions/xfpm-suspend.png
|
||||
share/icons/hicolor/22x22/status/
|
||||
share/icons/hicolor/22x22/status/xfpm-ac-adapter.png
|
||||
share/icons/hicolor/22x22/status/xfpm-brightness-lcd-invalid.png
|
||||
share/icons/hicolor/22x22/status/xfpm-brightness-lcd.png
|
||||
@ -115,11 +104,8 @@ share/icons/hicolor/22x22/status/xfpm-ups-100-charging.png
|
||||
share/icons/hicolor/22x22/status/xfpm-ups-100.png
|
||||
share/icons/hicolor/22x22/status/xfpm-ups-charged.png
|
||||
share/icons/hicolor/22x22/status/xfpm-ups-missing.png
|
||||
share/icons/hicolor/24x24/
|
||||
share/icons/hicolor/24x24/actions/
|
||||
share/icons/hicolor/24x24/actions/xfpm-hibernate.png
|
||||
share/icons/hicolor/24x24/actions/xfpm-suspend.png
|
||||
share/icons/hicolor/24x24/status/
|
||||
share/icons/hicolor/24x24/status/xfpm-ac-adapter.png
|
||||
share/icons/hicolor/24x24/status/xfpm-brightness-lcd-invalid.png
|
||||
share/icons/hicolor/24x24/status/xfpm-brightness-lcd.png
|
||||
@ -163,11 +149,8 @@ share/icons/hicolor/24x24/status/xfpm-ups-100-charging.png
|
||||
share/icons/hicolor/24x24/status/xfpm-ups-100.png
|
||||
share/icons/hicolor/24x24/status/xfpm-ups-charged.png
|
||||
share/icons/hicolor/24x24/status/xfpm-ups-missing.png
|
||||
share/icons/hicolor/48x48/
|
||||
share/icons/hicolor/48x48/actions/
|
||||
share/icons/hicolor/48x48/actions/xfpm-hibernate.png
|
||||
share/icons/hicolor/48x48/actions/xfpm-suspend.png
|
||||
share/icons/hicolor/48x48/status/
|
||||
share/icons/hicolor/48x48/status/xfpm-ac-adapter.png
|
||||
share/icons/hicolor/48x48/status/xfpm-brightness-lcd-invalid.png
|
||||
share/icons/hicolor/48x48/status/xfpm-brightness-lcd.png
|
||||
@ -211,11 +194,8 @@ share/icons/hicolor/48x48/status/xfpm-ups-100-charging.png
|
||||
share/icons/hicolor/48x48/status/xfpm-ups-100.png
|
||||
share/icons/hicolor/48x48/status/xfpm-ups-charged.png
|
||||
share/icons/hicolor/48x48/status/xfpm-ups-missing.png
|
||||
share/icons/hicolor/scalable/
|
||||
share/icons/hicolor/scalable/actions/
|
||||
share/icons/hicolor/scalable/actions/xfpm-hibernate.svg
|
||||
share/icons/hicolor/scalable/actions/xfpm-suspend.svg
|
||||
share/icons/hicolor/scalable/status/
|
||||
share/icons/hicolor/scalable/status/xfpm-ac-adapter.svg
|
||||
share/icons/hicolor/scalable/status/xfpm-brightness-lcd-invalid.svg
|
||||
share/icons/hicolor/scalable/status/xfpm-brightness-lcd.svg
|
||||
@ -259,16 +239,14 @@ share/icons/hicolor/scalable/status/xfpm-ups-100-charging.svg
|
||||
share/icons/hicolor/scalable/status/xfpm-ups-100.svg
|
||||
share/icons/hicolor/scalable/status/xfpm-ups-charged.svg
|
||||
share/icons/hicolor/scalable/status/xfpm-ups-missing.svg
|
||||
share/locale/ast/
|
||||
share/locale/ast/LC_MESSAGES/
|
||||
share/locale/ar/LC_MESSAGES/xfce4-power-manager.mo
|
||||
share/locale/ast/LC_MESSAGES/xfce4-power-manager.mo
|
||||
share/locale/bg/LC_MESSAGES/xfce4-power-manager.mo
|
||||
share/locale/ca/LC_MESSAGES/xfce4-power-manager.mo
|
||||
share/locale/cs/LC_MESSAGES/xfce4-power-manager.mo
|
||||
share/locale/da/LC_MESSAGES/xfce4-power-manager.mo
|
||||
share/locale/de/LC_MESSAGES/xfce4-power-manager.mo
|
||||
share/locale/el/LC_MESSAGES/xfce4-power-manager.mo
|
||||
share/locale/en_GB/
|
||||
share/locale/en_GB/LC_MESSAGES/
|
||||
share/locale/en_GB/LC_MESSAGES/xfce4-power-manager.mo
|
||||
share/locale/es/LC_MESSAGES/xfce4-power-manager.mo
|
||||
share/locale/et/LC_MESSAGES/xfce4-power-manager.mo
|
||||
@ -276,40 +254,36 @@ share/locale/eu/LC_MESSAGES/xfce4-power-manager.mo
|
||||
share/locale/fi/LC_MESSAGES/xfce4-power-manager.mo
|
||||
share/locale/fr/LC_MESSAGES/xfce4-power-manager.mo
|
||||
share/locale/gl/LC_MESSAGES/xfce4-power-manager.mo
|
||||
share/locale/hr/LC_MESSAGES/xfce4-power-manager.mo
|
||||
share/locale/hu/LC_MESSAGES/xfce4-power-manager.mo
|
||||
share/locale/id/LC_MESSAGES/xfce4-power-manager.mo
|
||||
share/locale/is/LC_MESSAGES/xfce4-power-manager.mo
|
||||
share/locale/it/LC_MESSAGES/xfce4-power-manager.mo
|
||||
share/locale/ja/LC_MESSAGES/xfce4-power-manager.mo
|
||||
share/locale/kk/
|
||||
share/locale/kk/LC_MESSAGES/
|
||||
share/locale/kk/LC_MESSAGES/xfce4-power-manager.mo
|
||||
share/locale/ko/LC_MESSAGES/xfce4-power-manager.mo
|
||||
share/locale/lt/LC_MESSAGES/xfce4-power-manager.mo
|
||||
share/locale/nb/LC_MESSAGES/xfce4-power-manager.mo
|
||||
share/locale/nl/LC_MESSAGES/xfce4-power-manager.mo
|
||||
share/locale/pa/
|
||||
share/locale/pa/LC_MESSAGES/
|
||||
share/locale/nn/LC_MESSAGES/xfce4-power-manager.mo
|
||||
share/locale/pa/LC_MESSAGES/xfce4-power-manager.mo
|
||||
share/locale/pl/LC_MESSAGES/xfce4-power-manager.mo
|
||||
share/locale/pt/LC_MESSAGES/xfce4-power-manager.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/xfce4-power-manager.mo
|
||||
share/locale/ro/LC_MESSAGES/xfce4-power-manager.mo
|
||||
share/locale/ru/LC_MESSAGES/xfce4-power-manager.mo
|
||||
share/locale/si/
|
||||
share/locale/si/LC_MESSAGES/
|
||||
share/locale/si/LC_MESSAGES/xfce4-power-manager.mo
|
||||
share/locale/sk/LC_MESSAGES/xfce4-power-manager.mo
|
||||
share/locale/sv/LC_MESSAGES/xfce4-power-manager.mo
|
||||
share/locale/te/LC_MESSAGES/xfce4-power-manager.mo
|
||||
share/locale/tr/LC_MESSAGES/xfce4-power-manager.mo
|
||||
share/locale/ug/
|
||||
share/locale/ug/LC_MESSAGES/
|
||||
share/locale/ug/LC_MESSAGES/xfce4-power-manager.mo
|
||||
share/locale/uk/LC_MESSAGES/xfce4-power-manager.mo
|
||||
share/locale/ur/
|
||||
share/locale/ur/LC_MESSAGES/
|
||||
share/locale/ur/LC_MESSAGES/xfce4-power-manager.mo
|
||||
share/locale/ur_PK/
|
||||
share/locale/ur_PK/LC_MESSAGES/
|
||||
share/locale/ur_PK/LC_MESSAGES/xfce4-power-manager.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/xfce4-power-manager.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/xfce4-power-manager.mo
|
||||
share/polkit-1/actions/org.xfce.power.policy
|
||||
share/xfce4/
|
||||
share/xfce4/doc/
|
||||
share/xfce4/doc/C/
|
||||
share/xfce4/doc/C/images/
|
||||
|
Loading…
x
Reference in New Issue
Block a user