Update to xfce4-panel 4.8.0, which has been totally rewritten to be more

flexible, safely tries to restart plugins if they crash, user can
drag'n'drop panel plugins on it, placement is now totally free, one can
set a background image or transparency, etc..
This commit is contained in:
landry 2011-01-18 20:32:11 +00:00
parent bc64132fd7
commit e64ff1b3ae
4 changed files with 153 additions and 139 deletions

View File

@ -1,12 +1,9 @@
# $OpenBSD: Makefile,v 1.33 2010/11/22 08:37:06 espie Exp $
# $OpenBSD: Makefile,v 1.34 2011/01/18 20:32:11 landry Exp $
COMMENT= Xfce4 desktop panel
XFCE_VERSION= 4.6.4
XFCE_PROJECT= xfce4-panel
REVISION= 1
SHARED_LIBS= xfce4panel 2.3 #2.2
SHARED_LIBS= xfce4panel-1.0 0.0 # 3.0
# GPLv2
PERMIT_DISTFILES_CDROM= Yes
@ -17,19 +14,22 @@ PERMIT_PACKAGE_FTP= Yes
MODULES= x11/xfce4
DESKTOP_FILES= Yes
LIB_DEPENDS= x11/xfce4/libxfcegui4 \
x11/xfce4/exo \
CONFIGURE_ARGS=--disable-linker-opts
LIB_DEPENDS= x11/xfce4/exo>=0.6.0 \
x11/xfce4/libxfce4ui>=4.8.0 \
x11/xfce4/xfconf>=4.8.0 \
x11/xfce4/garcon>=0.1.5 \
devel/libwnck
WANTLIB= ICE SM X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext \
WANTLIB = ICE SM X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext \
Xfixes Xi Xinerama Xrandr Xrender XRes atk-1.0 c cairo expat \
fontconfig freetype gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0 \
gmodule-2.0 gobject-2.0 gtk-x11-2.0 m pango-1.0 \
pangocairo-1.0 pangoft2-1.0 pcre pixman-1 png \
startup-notification-1 xfce4util z pthread-stubs xcb \
execinfo xcb-atom xcb-aux xcb-event gthread-2.0 pthread \
xcb-render xcb-render-util exo-0.3 wnck-1 xfcegui4
xcb-render exo-1 wnck-1 GL Xxf86vm dbus-1 dbus-glib-1 \
drm garcon-1 xcb-shm xfce4ui-1 xfconf-0
FAKE_FLAGS= confdir=${PREFIX}/share/examples/xfce4-panel

View File

@ -1,5 +1,5 @@
MD5 (xfce4/xfce4-panel-4.6.4.tar.bz2) = gvEKQq78pMwmpmM+dHjMZQ==
RMD160 (xfce4/xfce4-panel-4.6.4.tar.bz2) = NeqrhyakR7lhAk1DOEXzCATaR1E=
SHA1 (xfce4/xfce4-panel-4.6.4.tar.bz2) = 0rMQwDa+hO2YhsBq41t6Go6r/Lg=
SHA256 (xfce4/xfce4-panel-4.6.4.tar.bz2) = zJtwvcc6uA9GZVo0zbr4dqZ82QtQIwy/TXejEGpcVOc=
SIZE (xfce4/xfce4-panel-4.6.4.tar.bz2) = 902913
MD5 (xfce4/xfce4-panel-4.8.0.tar.bz2) = 7YD8SIF7/MAFjnuvhgPuPA==
RMD160 (xfce4/xfce4-panel-4.8.0.tar.bz2) = acEaf7DWIpUcVhReRrUTSyRyluM=
SHA1 (xfce4/xfce4-panel-4.8.0.tar.bz2) = 69r/HQ836UJLSDuh5Ja4f9gtgcs=
SHA256 (xfce4/xfce4-panel-4.8.0.tar.bz2) = x8OZynJmzCsDjLGuEX+d408KNtptFOWQjwBc8Bpeoik=
SIZE (xfce4/xfce4-panel-4.8.0.tar.bz2) = 1171925

View File

@ -1,12 +1,13 @@
@comment $OpenBSD: PFRAG.shared,v 1.4 2009/03/08 17:22:41 landry Exp $
@lib lib/libxfce4panel.so.${LIBxfce4panel_VERSION}
lib/xfce4/panel-plugins/libactions.so
lib/xfce4/panel-plugins/libclock.so
lib/xfce4/panel-plugins/libiconbox.so
lib/xfce4/panel-plugins/liblauncher.so
lib/xfce4/panel-plugins/libpager.so
lib/xfce4/panel-plugins/libseparator.so
lib/xfce4/panel-plugins/libshowdesktop.so
lib/xfce4/panel-plugins/libsystray.so
lib/xfce4/panel-plugins/libtasklist.so
lib/xfce4/panel-plugins/libwindowlist.so
@comment $OpenBSD: PFRAG.shared,v 1.5 2011/01/18 20:32:11 landry Exp $
@lib lib/libxfce4panel-1.0.so.${LIBxfce4panel-1.0_VERSION}
lib/xfce4/panel/plugins/libactions.so
lib/xfce4/panel/plugins/libapplicationsmenu.so
lib/xfce4/panel/plugins/libclock.so
lib/xfce4/panel/plugins/libdirectorymenu.so
lib/xfce4/panel/plugins/liblauncher.so
lib/xfce4/panel/plugins/libpager.so
lib/xfce4/panel/plugins/libseparator.so
lib/xfce4/panel/plugins/libshowdesktop.so
lib/xfce4/panel/plugins/libsystray.so
lib/xfce4/panel/plugins/libtasklist.so
lib/xfce4/panel/plugins/libwindowmenu.so

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.16 2010/06/05 15:26:03 landry Exp $
@comment $OpenBSD: PLIST,v 1.17 2011/01/18 20:32:11 landry Exp $
@conflict xfce4-datetime-*
@conflict xfce4-iconbox-*
@conflict xfce4-showdesktop-*
@ -7,122 +7,137 @@
@conflict xfce4-trigger-launcher-*
%%SHARED%%
@bin bin/xfce4-panel
@bin bin/xfce4-popup-windowlist
bin/xfce4-popup-applicationsmenu
bin/xfce4-popup-directorymenu
bin/xfce4-popup-windowmenu
include/xfce4/
include/xfce4/libxfce4panel/
include/xfce4/libxfce4panel/libxfce4panel-enum-types.h
include/xfce4/libxfce4panel/libxfce4panel.h
include/xfce4/libxfce4panel/xfce-arrow-button.h
include/xfce4/libxfce4panel/xfce-hvbox.h
include/xfce4/libxfce4panel/xfce-itembar.h
include/xfce4/libxfce4panel/xfce-panel-convenience.h
include/xfce4/libxfce4panel/xfce-panel-enums.h
include/xfce4/libxfce4panel/xfce-panel-external-plugin.h
include/xfce4/libxfce4panel/xfce-panel-internal-plugin.h
include/xfce4/libxfce4panel/xfce-panel-macros.h
include/xfce4/libxfce4panel/xfce-panel-plugin-iface.h
include/xfce4/libxfce4panel/xfce-panel-plugin.h
include/xfce4/libxfce4panel/xfce-panel-window.h
lib/libxfce4panel.a
lib/libxfce4panel.la
include/xfce4/libxfce4panel-1.0/
include/xfce4/libxfce4panel-1.0/libxfce4panel/
include/xfce4/libxfce4panel-1.0/libxfce4panel/libxfce4panel-config.h
include/xfce4/libxfce4panel-1.0/libxfce4panel/libxfce4panel-enum-types.h
include/xfce4/libxfce4panel-1.0/libxfce4panel/libxfce4panel-enums.h
include/xfce4/libxfce4panel-1.0/libxfce4panel/libxfce4panel.h
include/xfce4/libxfce4panel-1.0/libxfce4panel/xfce-arrow-button.h
include/xfce4/libxfce4panel-1.0/libxfce4panel/xfce-hvbox.h
include/xfce4/libxfce4panel-1.0/libxfce4panel/xfce-panel-convenience.h
include/xfce4/libxfce4panel-1.0/libxfce4panel/xfce-panel-image.h
include/xfce4/libxfce4panel-1.0/libxfce4panel/xfce-panel-macros-46.h
include/xfce4/libxfce4panel-1.0/libxfce4panel/xfce-panel-macros.h
include/xfce4/libxfce4panel-1.0/libxfce4panel/xfce-panel-plugin-provider.h
include/xfce4/libxfce4panel-1.0/libxfce4panel/xfce-panel-plugin.h
lib/libxfce4panel-1.0.a
lib/libxfce4panel-1.0.la
lib/pkgconfig/
lib/pkgconfig/libxfce4panel-1.0.pc
lib/xfce4/
lib/xfce4/panel-plugins/
lib/xfce4/panel-plugins/libactions.a
lib/xfce4/panel-plugins/libactions.la
lib/xfce4/panel-plugins/libclock.a
lib/xfce4/panel-plugins/libclock.la
lib/xfce4/panel-plugins/libiconbox.a
lib/xfce4/panel-plugins/libiconbox.la
lib/xfce4/panel-plugins/liblauncher.a
lib/xfce4/panel-plugins/liblauncher.la
lib/xfce4/panel-plugins/libpager.a
lib/xfce4/panel-plugins/libpager.la
lib/xfce4/panel-plugins/libseparator.a
lib/xfce4/panel-plugins/libseparator.la
lib/xfce4/panel-plugins/libshowdesktop.a
lib/xfce4/panel-plugins/libshowdesktop.la
lib/xfce4/panel-plugins/libsystray.a
lib/xfce4/panel-plugins/libsystray.la
lib/xfce4/panel-plugins/libtasklist.a
lib/xfce4/panel-plugins/libtasklist.la
lib/xfce4/panel-plugins/libwindowlist.a
lib/xfce4/panel-plugins/libwindowlist.la
share/applications/xfce4-panel-manager.desktop
lib/xfce4/panel/
@bin lib/xfce4/panel/migrate
lib/xfce4/panel/plugins/
lib/xfce4/panel/plugins/libactions.a
lib/xfce4/panel/plugins/libactions.la
lib/xfce4/panel/plugins/libapplicationsmenu.a
lib/xfce4/panel/plugins/libapplicationsmenu.la
lib/xfce4/panel/plugins/libclock.a
lib/xfce4/panel/plugins/libclock.la
lib/xfce4/panel/plugins/libdirectorymenu.a
lib/xfce4/panel/plugins/libdirectorymenu.la
lib/xfce4/panel/plugins/liblauncher.a
lib/xfce4/panel/plugins/liblauncher.la
lib/xfce4/panel/plugins/libpager.a
lib/xfce4/panel/plugins/libpager.la
lib/xfce4/panel/plugins/libseparator.a
lib/xfce4/panel/plugins/libseparator.la
lib/xfce4/panel/plugins/libshowdesktop.a
lib/xfce4/panel/plugins/libshowdesktop.la
lib/xfce4/panel/plugins/libsystray.a
lib/xfce4/panel/plugins/libsystray.la
lib/xfce4/panel/plugins/libtasklist.a
lib/xfce4/panel/plugins/libtasklist.la
lib/xfce4/panel/plugins/libwindowmenu.a
lib/xfce4/panel/plugins/libwindowmenu.la
@bin lib/xfce4/panel/wrapper
share/applications/panel-desktop-handler.desktop
share/applications/panel-preferences.desktop
share/doc/xfce4-panel/
share/doc/xfce4-panel/README.gtkrc-2.0
share/doc/xfce4-panel/html/
share/doc/xfce4-panel/html/C/
share/doc/xfce4-panel/html/C/figures/
share/doc/xfce4-panel/html/C/figures/actions.png
share/doc/xfce4-panel/html/C/figures/add-new-items.png
share/doc/xfce4-panel/html/C/figures/applicationsmenu.png
share/doc/xfce4-panel/html/C/figures/clock.png
share/doc/xfce4-panel/html/C/figures/directorymenu.png
share/doc/xfce4-panel/html/C/figures/launcher.png
share/doc/xfce4-panel/html/C/figures/pager.png
share/doc/xfce4-panel/html/C/figures/preferences.png
share/doc/xfce4-panel/html/C/figures/separator.png
share/doc/xfce4-panel/html/C/figures/systray.png
share/doc/xfce4-panel/html/C/figures/tasklist.png
share/doc/xfce4-panel/html/C/figures/windowmenu.png
share/doc/xfce4-panel/html/xfce4-panel.css
share/examples/xfce4-panel/
@sample ${SYSCONFDIR}/xdg/
@sample ${SYSCONFDIR}/xdg/xfce4/
@sample ${SYSCONFDIR}/xdg/xfce4/panel/
share/examples/xfce4-panel/clock-14.rc
@sample ${SYSCONFDIR}/xdg/xfce4/panel/clock-14.rc
share/examples/xfce4-panel/launcher-10.rc
@sample ${SYSCONFDIR}/xdg/xfce4/panel/launcher-10.rc
share/examples/xfce4-panel/launcher-7.rc
@sample ${SYSCONFDIR}/xdg/xfce4/panel/launcher-7.rc
share/examples/xfce4-panel/launcher-8.rc
@sample ${SYSCONFDIR}/xdg/xfce4/panel/launcher-8.rc
share/examples/xfce4-panel/launcher-9.rc
@sample ${SYSCONFDIR}/xdg/xfce4/panel/launcher-9.rc
share/examples/xfce4-panel/panels.xml
@sample ${SYSCONFDIR}/xdg/xfce4/panel/panels.xml
share/examples/xfce4-panel/systray-4.rc
@sample ${SYSCONFDIR}/xdg/xfce4/panel/systray-4.rc
share/examples/xfce4-panel/xfce4-menu-5.rc
@sample ${SYSCONFDIR}/xdg/xfce4/panel/xfce4-menu-5.rc
share/examples/xfce4-panel/default.xml
@sample ${SYSCONFDIR}/xdg/xfce4/panel/default.xml
share/gtk-doc/
share/gtk-doc/html/
share/gtk-doc/html/libxfce4panel/
share/gtk-doc/html/libxfce4panel/XfceArrowButton.html
share/gtk-doc/html/libxfce4panel/XfceExternalPanelPlugin.html
share/gtk-doc/html/libxfce4panel/XfceHVBox.html
share/gtk-doc/html/libxfce4panel/XfceInternalPanelPlugin.html
share/gtk-doc/html/libxfce4panel/XfceItembar.html
share/gtk-doc/html/libxfce4panel/XfcePanelPlugin.html
share/gtk-doc/html/libxfce4panel/XfcePanelWindow.html
share/gtk-doc/html/libxfce4panel/home.png
share/gtk-doc/html/libxfce4panel/index.html
share/gtk-doc/html/libxfce4panel/index.sgml
share/gtk-doc/html/libxfce4panel/ix01.html
share/gtk-doc/html/libxfce4panel/ix02.html
share/gtk-doc/html/libxfce4panel/left.png
share/gtk-doc/html/libxfce4panel/libxfce4panel-Common-macros.html
share/gtk-doc/html/libxfce4panel/libxfce4panel-Convenience-Widgets.html
share/gtk-doc/html/libxfce4panel/libxfce4panel-Register-Plugins.html
share/gtk-doc/html/libxfce4panel/libxfce4panel-Standard-Enumerations.html
share/gtk-doc/html/libxfce4panel/libxfce4panel-fundamentals.html
share/gtk-doc/html/libxfce4panel/libxfce4panel-panel.html
share/gtk-doc/html/libxfce4panel/libxfce4panel-widgets.html
share/gtk-doc/html/libxfce4panel/libxfce4panel.devhelp
share/gtk-doc/html/libxfce4panel/libxfce4panel.devhelp2
share/gtk-doc/html/libxfce4panel/right.png
share/gtk-doc/html/libxfce4panel/style.css
share/gtk-doc/html/libxfce4panel/up.png
share/gtk-doc/html/libxfce4panel-1.0/
share/gtk-doc/html/libxfce4panel-1.0/XfceArrowButton.html
share/gtk-doc/html/libxfce4panel-1.0/XfceHVBox.html
share/gtk-doc/html/libxfce4panel-1.0/XfcePanelImage.html
share/gtk-doc/html/libxfce4panel-1.0/XfcePanelPlugin.html
share/gtk-doc/html/libxfce4panel-1.0/api-index-4-6.html
share/gtk-doc/html/libxfce4panel-1.0/api-index-4-8.html
share/gtk-doc/html/libxfce4panel-1.0/api-index-deprecated.html
share/gtk-doc/html/libxfce4panel-1.0/api-index-full.html
share/gtk-doc/html/libxfce4panel-1.0/home.png
share/gtk-doc/html/libxfce4panel-1.0/index.html
share/gtk-doc/html/libxfce4panel-1.0/index.sgml
share/gtk-doc/html/libxfce4panel-1.0/left.png
share/gtk-doc/html/libxfce4panel-1.0/libxfce4panel-1.0.devhelp
share/gtk-doc/html/libxfce4panel-1.0/libxfce4panel-1.0.devhelp2
share/gtk-doc/html/libxfce4panel-1.0/libxfce4panel-Commonly-used-plugin-macros.html
share/gtk-doc/html/libxfce4panel-1.0/libxfce4panel-Convenience-Functions.html
share/gtk-doc/html/libxfce4panel-1.0/libxfce4panel-GObject-Oriented-Panel-Plugin-Registers-Macros.html
share/gtk-doc/html/libxfce4panel-1.0/libxfce4panel-Panel-Plugin-Register-Macros-(4.6-Style).html
share/gtk-doc/html/libxfce4panel-1.0/libxfce4panel-Panel-Plugin-Register-Macros.html
share/gtk-doc/html/libxfce4panel-1.0/libxfce4panel-Standard-Enumerations.html
share/gtk-doc/html/libxfce4panel-1.0/libxfce4panel-Version-Information.html
share/gtk-doc/html/libxfce4panel-1.0/libxfce4panel-fundamentals.html
share/gtk-doc/html/libxfce4panel-1.0/libxfce4panel-miscelleanous.html
share/gtk-doc/html/libxfce4panel-1.0/libxfce4panel-plugins.html
share/gtk-doc/html/libxfce4panel-1.0/libxfce4panel-widgets.html
share/gtk-doc/html/libxfce4panel-1.0/right.png
share/gtk-doc/html/libxfce4panel-1.0/style.css
share/gtk-doc/html/libxfce4panel-1.0/up.png
share/icons/
share/icons/hicolor/
share/icons/hicolor/16x16/
share/icons/hicolor/16x16/apps/
share/icons/hicolor/16x16/apps/xfce-system-exit.png
share/icons/hicolor/16x16/apps/xfce-system-lock.png
share/icons/hicolor/16x16/apps/xfce4-panel-menu.png
share/icons/hicolor/16x16/apps/xfce4-panel.png
share/icons/hicolor/22x22/
share/icons/hicolor/22x22/apps/
share/icons/hicolor/22x22/apps/xfce4-panel-menu.png
share/icons/hicolor/22x22/apps/xfce4-panel.png
share/icons/hicolor/24x24/
share/icons/hicolor/24x24/apps/
share/icons/hicolor/24x24/apps/xfce4-panel-menu.png
share/icons/hicolor/24x24/apps/xfce4-panel.png
share/icons/hicolor/32x32/
share/icons/hicolor/32x32/apps/
share/icons/hicolor/32x32/apps/xfce4-panel-menu.png
share/icons/hicolor/32x32/apps/xfce4-panel.png
share/icons/hicolor/48x48/
share/icons/hicolor/48x48/apps/
share/icons/hicolor/48x48/apps/xfce-mouse.png
share/icons/hicolor/48x48/apps/xfce4-clock.png
share/icons/hicolor/48x48/apps/xfce4-iconbox.png
share/icons/hicolor/48x48/apps/xfce4-panel-menu.png
share/icons/hicolor/48x48/apps/xfce4-panel.png
share/icons/hicolor/48x48/apps/xfce4-separator.png
share/icons/hicolor/48x48/apps/xfce4-systray.png
share/icons/hicolor/48x48/apps/xfce4-taskbar.png
share/icons/hicolor/scalable/
share/icons/hicolor/scalable/apps/
share/icons/hicolor/scalable/apps/xfce4-panel.svg
share/locale/am/
share/locale/am/LC_MESSAGES/
share/locale/am/LC_MESSAGES/xfce4-panel.mo
@ -137,6 +152,9 @@ share/locale/az/LC_MESSAGES/
share/locale/az/LC_MESSAGES/xfce4-panel.mo
share/locale/be/LC_MESSAGES/xfce4-panel.mo
share/locale/bg/LC_MESSAGES/xfce4-panel.mo
share/locale/bn/
share/locale/bn/LC_MESSAGES/
share/locale/bn/LC_MESSAGES/xfce4-panel.mo
share/locale/bn_IN/
share/locale/bn_IN/LC_MESSAGES/
share/locale/bn_IN/LC_MESSAGES/xfce4-panel.mo
@ -171,11 +189,15 @@ share/locale/he/LC_MESSAGES/xfce4-panel.mo
share/locale/hi/
share/locale/hi/LC_MESSAGES/
share/locale/hi/LC_MESSAGES/xfce4-panel.mo
share/locale/hr/LC_MESSAGES/xfce4-panel.mo
share/locale/hu/LC_MESSAGES/xfce4-panel.mo
share/locale/hy/
share/locale/hy/LC_MESSAGES/
share/locale/hy/LC_MESSAGES/xfce4-panel.mo
share/locale/id/LC_MESSAGES/xfce4-panel.mo
share/locale/is/
share/locale/is/LC_MESSAGES/
share/locale/is/LC_MESSAGES/xfce4-panel.mo
share/locale/it/LC_MESSAGES/xfce4-panel.mo
share/locale/ja/LC_MESSAGES/xfce4-panel.mo
share/locale/ka/
@ -203,7 +225,6 @@ share/locale/ms/LC_MESSAGES/
share/locale/ms/LC_MESSAGES/xfce4-panel.mo
share/locale/nb/LC_MESSAGES/xfce4-panel.mo
share/locale/nl/LC_MESSAGES/xfce4-panel.mo
share/locale/nn/LC_MESSAGES/xfce4-panel.mo
share/locale/pa/
share/locale/pa/LC_MESSAGES/
share/locale/pa/LC_MESSAGES/xfce4-panel.mo
@ -238,27 +259,19 @@ share/locale/vi/LC_MESSAGES/xfce4-panel.mo
share/locale/zh_CN/LC_MESSAGES/xfce4-panel.mo
share/locale/zh_TW/LC_MESSAGES/xfce4-panel.mo
share/xfce4/
share/xfce4/doc/
share/xfce4/doc/C/
share/xfce4/doc/C/images/
share/xfce4/doc/C/images/add_item_dialog.png
share/xfce4/doc/C/images/default_bottom_panel.png
share/xfce4/doc/C/images/default_top_panel.png
share/xfce4/doc/C/images/item_popup.png
share/xfce4/doc/C/images/launcher_properties.png
share/xfce4/doc/C/images/panel_manager.png
share/xfce4/doc/C/xfce4-panel.html
share/xfce4/panel-plugins/
share/xfce4/panel-plugins/actions.desktop
share/xfce4/panel-plugins/clock.desktop
share/xfce4/panel-plugins/iconbox.desktop
share/xfce4/panel-plugins/launcher.desktop
share/xfce4/panel-plugins/pager.desktop
share/xfce4/panel-plugins/separator.desktop
share/xfce4/panel-plugins/showdesktop.desktop
share/xfce4/panel-plugins/systray.desktop
share/xfce4/panel-plugins/tasklist.desktop
share/xfce4/panel-plugins/windowlist.desktop
share/xfce4/panel/
share/xfce4/panel/plugins/
share/xfce4/panel/plugins/actions.desktop
share/xfce4/panel/plugins/applicationsmenu.desktop
share/xfce4/panel/plugins/clock.desktop
share/xfce4/panel/plugins/directorymenu.desktop
share/xfce4/panel/plugins/launcher.desktop
share/xfce4/panel/plugins/pager.desktop
share/xfce4/panel/plugins/separator.desktop
share/xfce4/panel/plugins/showdesktop.desktop
share/xfce4/panel/plugins/systray.desktop
share/xfce4/panel/plugins/tasklist.desktop
share/xfce4/panel/plugins/windowmenu.desktop
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@exec %D/bin/update-desktop-database