diff --git a/deskutils/cairo-dock-plugins/Makefile b/deskutils/cairo-dock-plugins/Makefile index 5d254c2e9511..4a4c46b170c6 100644 --- a/deskutils/cairo-dock-plugins/Makefile +++ b/deskutils/cairo-dock-plugins/Makefile @@ -1,112 +1,115 @@ PORTNAME= cairo-dock-plugins -DISTVERSION= 3.5.2 -PORTREVISION= 2 +DISTVERSION= 3.6.1 CATEGORIES= deskutils -MAINTAINER= ports@FreeBSD.org +MAINTAINER= laurent.chardon@gmail.com COMMENT= Cairo-Dock-Plugins for Cairo-Dock -WWW= https://www.glx-dock.org/ +WWW= https://github.com/Cairo-Dock/cairo-dock-core/wiki/ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSE -LIB_DEPENDS= libcurl.so:ftp/curl \ +LIB_DEPENDS= libayatana-ido3-0.4.so:devel/ayatana-ido \ + libayatana-indicator3.so:devel/libayatana-indicator \ + libcurl.so:ftp/curl \ libdbus-1.so:devel/dbus \ libdbus-glib-1.so:devel/dbus-glib \ libdbusmenu-glib.so:devel/libdbusmenu \ libdbusmenu-gtk3.so:devel/libdbusmenu \ + libgio-2.0.so:devel/glib20 \ libgldi.so:deskutils/cairo-dock \ libharfbuzz.so:print/harfbuzz \ + libjson-c.so:devel/json-c \ libwayland-client.so:graphics/wayland RUN_DEPENDS= wget:ftp/wget USES= cmake gettext-tools gl gnome localbase:ldflags pkgconfig python \ - ssl xorg + xorg USE_GITHUB= yes GH_ACCOUNT= Cairo-Dock GH_PROJECT= cairo-dock-plug-ins USE_GL= gl glu opengl USE_GNOME= cairo glib20 gtk30 librsvg2 libxml2 vte3 USE_XORG= x11 xcomposite xrandr xrender xtst CMAKE_ARGS= -Denable-mono-interface:BOOL=FALSE \ -Denable-python-interface:BOOL=FALSE \ -Denable-ruby-interface:BOOL=FALSE \ -Denable-vala-interface:BOOL=FALSE \ -Denable-weblets:BOOL=FALSE \ -DROOT_PREFIX:PATH=${STAGEDIR} DATADIR= ${PREFIX}/share/cairo-dock OPTIONS_DEFAULT= GMENU OPTIONS_GROUP= ADDON INTEGR PLUGINS OPTIONS_GROUP_ADDON= EXIF ICAL UPOWER OPTIONS_GROUP_INTEGR= GNOME_INTEGRATION XFCE_INTEGRATION OPTIONS_GROUP_PLUGINS= ALSA_MIXER GMENU IMPULSE KEYBOARD_INDICATOR MAIL \ SOUND_EFFECTS XGAMMA ZEITGEIST OPTIONS_SUB= yes ADDON_DESC= Add On ALSA_MIXER_DESC= Alsa-Mixer applet EXIF_DESC= Read file meta-data GMENU_DESC= GMenu applet GNOME_INTEGRATION_DESC= GNOME integration support ICAL_DESC= IETF Calendaring and Scheduling protocols IMPULSE_DESC= Impulse applet INTEGR_DESC= Integration plug-ins KEYBOARD_INDICATOR_DESC= Keyboard-indicator applet MAIL_DESC= Mail applet PLUGINS_DESC= Plug-ins SOUND_EFFECTS_DESC= Sound Effects applet UPOWER_DESC= D-Bus daemon for power management tasks XFCE_INTEGRATION_DESC= XFCE integration support XGAMMA_DESC= Xgamma applet ZEITGEIST_DESC= User logs activities ALSA_MIXER_LIB_DEPENDS= libasound.so:audio/alsa-lib ALSA_MIXER_RUN_DEPENDS= ${LOCALBASE}/lib/alsa-lib/libasound_module_pcm_oss.so:audio/alsa-plugins ALSA_MIXER_CMAKE_BOOL= enable-alsa-mixer EXIF_LIB_DEPENDS= libexif.so:graphics/libexif EXIF_CMAKE_BOOL= enable-exif-support GMENU_LIB_DEPENDS= libgnome-menu-3.so:x11/gnome-menus GMENU_CMAKE_BOOL= enable-gmenu GNOME_INTEGRATION_CMAKE_BOOL= enable-gnome-integration ICAL_LIB_DEPENDS= libical.so:devel/libical ICAL_CMAKE_BOOL= enable-ical-support IMPULSE_LIB_DEPENDS= libfftw3.so:math/fftw3 \ libpulse.so:audio/pulseaudio IMPULSE_CMAKE_BOOL= enable-impulse KEYBOARD_INDICATOR_LIB_DEPENDS= libexif.so:graphics/libexif \ libxklavier.so:x11/libxklavier KEYBOARD_INDICATOR_CMAKE_BOOL= enable-keyboard-indicator MAIL_BUILD_DEPENDS= libetpan>=1.9.4:mail/libetpan MAIL_LIB_DEPENDS= libetpan.so:mail/libetpan MAIL_CMAKE_BOOL= enable-mail SOUND_EFFECTS_LIB_DEPENDS= libasound.so:audio/alsa-lib SOUND_EFFECTS_RUN_DEPENDS= ${LOCALBASE}/lib/alsa-lib/libasound_module_pcm_oss.so:audio/alsa-plugins SOUND_EFFECTS_CMAKE_BOOL= enable-sound-effects UPOWER_LIB_DEPENDS= libpolkit-gobject-1.so:sysutils/polkit \ libupower-glib.so:sysutils/upower UPOWER_CMAKE_BOOL= enable-upower-support XFCE_INTEGRATION_LIB_DEPENDS= libexif.so:graphics/libexif XFCE_INTEGRATION_CMAKE_BOOL= enable-xfce-integration XGAMMA_LIB_DEPENDS= libXxf86vm.so:x11/libXxf86vm XGAMMA_RUN_DEPENDS= xgamma:x11/xgamma XGAMMA_CMAKE_BOOL= enable-xgamma ZEITGEIST_LIB_DEPENDS= libzeitgeist-2.0.so:sysutils/zeitgeist ZEITGEIST_CMAKE_BOOL= enable-recent-events .include .if ${OPSYS} == FreeBSD CFLAGS+= -Wno-error=int-conversion .endif post-patch: @${REINPLACE_CMD} -e 's|/usr/bin/env python3|${PYTHON_CMD}|g' \ ${WRKSRC}/Dbus/data/cairo-dock-launcher-API-daemon.py @${FIND} ${WRKSRC} -type f \( -name "*.c" -o -name "*.conf" -o -name netspeed \ -o -name nvidia-config -o -name "*.sh" -o -name "*.rb" \) | \ ${XARGS} ${REINPLACE_CMD} -i.orig -e 's|/bin/bash|${LOCALBASE}/bin/bash|g; s|/usr/bin/python|${PYTHON_CMD}|g; s|/usr/bin/ruby|${LOCALBASE}/bin/ruby|g; s|/usr/share/applications|${LOCALBASE}/share/applications|g; s|/usr/share/cairo-dock|${LOCALBASE}/share/cairo-dock|g' .include diff --git a/deskutils/cairo-dock-plugins/distinfo b/deskutils/cairo-dock-plugins/distinfo index a3684c7bc6b7..05300c42e3cc 100644 --- a/deskutils/cairo-dock-plugins/distinfo +++ b/deskutils/cairo-dock-plugins/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1748431177 -SHA256 (Cairo-Dock-cairo-dock-plug-ins-3.5.2_GH0.tar.gz) = 811fb91f1b37f072801616e5489fea1e5817d914c762dd3bde350c16b1d43571 -SIZE (Cairo-Dock-cairo-dock-plug-ins-3.5.2_GH0.tar.gz) = 7444205 +TIMESTAMP = 1762430420 +SHA256 (Cairo-Dock-cairo-dock-plug-ins-3.6.1_GH0.tar.gz) = 5452e6759f935627adf92988efca91fd897feb75c3342cce9a112443814ac4e2 +SIZE (Cairo-Dock-cairo-dock-plug-ins-3.6.1_GH0.tar.gz) = 7545705 diff --git a/deskutils/cairo-dock-plugins/files/patch-Dbus_src_CMakeLists.txt b/deskutils/cairo-dock-plugins/files/patch-Dbus_src_CMakeLists.txt deleted file mode 100644 index d723caf66115..000000000000 --- a/deskutils/cairo-dock-plugins/files/patch-Dbus_src_CMakeLists.txt +++ /dev/null @@ -1,11 +0,0 @@ ---- Dbus/src/CMakeLists.txt.orig 2025-01-04 11:04:38 UTC -+++ Dbus/src/CMakeLists.txt -@@ -29,7 +29,7 @@ add_definitions (-DCD_PLUGINS_DIR="${pluginsdir}") - add_definitions (-DMY_APPLET_ICON_FILE="icon.svg") - add_definitions (-DCD_PLUGINS_DIR="${pluginsdir}") - --IF (${CMAKE_SYSTEM_NAME} MATCHES ^"FreeBSD") -+IF (${CMAKE_SYSTEM_NAME} MATCHES "^FreeBSD") - set(kvm "kvm") - endif() - diff --git a/deskutils/cairo-dock-plugins/pkg-plist b/deskutils/cairo-dock-plugins/pkg-plist index 680f32192f52..5961a32ebf59 100644 --- a/deskutils/cairo-dock-plugins/pkg-plist +++ b/deskutils/cairo-dock-plugins/pkg-plist @@ -1,495 +1,510 @@ lib/cairo-dock/cairo-dock-launcher-API-daemon %%ALSA_MIXER%%lib/cairo-dock/libcd-AlsaMixer.so lib/cairo-dock/libcd-Animated-icons.so lib/cairo-dock/libcd-Cairo-Penguin.so lib/cairo-dock/libcd-Clipper.so lib/cairo-dock/libcd-Composite-Manager.so lib/cairo-dock/libcd-Dbus.so lib/cairo-dock/libcd-Folders.so +lib/cairo-dock/libcd-Indicator-Generic.so +lib/cairo-dock/libcd-Messaging-Menu.so %%GMENU%%lib/cairo-dock/libcd-GMenu.so %%IMPULSE%%lib/cairo-dock/libcd-Impulse.so %%ZEITGEIST%%lib/cairo-dock/libcd-Recent-Events.so lib/cairo-dock/libcd-Remote-Control.so lib/cairo-dock/libcd-Screenshot.so %%SOUND_EFFECTS%%lib/cairo-dock/libcd-Sound-Effects.so lib/cairo-dock/libcd-Toons.so %%XGAMMA%%lib/cairo-dock/libcd-Xgamma.so lib/cairo-dock/libcd-clock.so lib/cairo-dock/libcd-desklet-rendering.so lib/cairo-dock/libcd-dialog-rendering.so lib/cairo-dock/libcd-dnd2share.so lib/cairo-dock/libcd-drop_indicator.so lib/cairo-dock/libcd-dustbin.so lib/cairo-dock/libcd-icon-effect.so lib/cairo-dock/libcd-illusion.so %%KEYBOARD_INDICATOR%%lib/cairo-dock/libcd-keyboard-indicator.so lib/cairo-dock/libcd-logout.so %%MAIL%%lib/cairo-dock/libcd-mail.so lib/cairo-dock/libcd-motion_blur.so lib/cairo-dock/libcd-musicPlayer.so lib/cairo-dock/libcd-netspeed.so lib/cairo-dock/libcd-powermanager.so lib/cairo-dock/libcd-quick-browser.so lib/cairo-dock/libcd-rendering.so lib/cairo-dock/libcd-rssreader.so lib/cairo-dock/libcd-shortcuts.so lib/cairo-dock/libcd-showDesktop.so lib/cairo-dock/libcd-show_mouse.so lib/cairo-dock/libcd-slider.so lib/cairo-dock/libcd-stack.so lib/cairo-dock/libcd-status-notifier.so lib/cairo-dock/libcd-switcher.so lib/cairo-dock/libcd-system-monitor.so lib/cairo-dock/libcd-systray.so lib/cairo-dock/libcd-terminal.so lib/cairo-dock/libcd-tomboy.so lib/cairo-dock/libcd-weather.so lib/cairo-dock/libcd-wifi.so %%GNOME_INTEGRATION%%lib/cairo-dock/libcd_gnome-integration.so lib/cairo-dock/libcd_kde-integration.so %%XFCE_INTEGRATION%%lib/cairo-dock/libcd_xfce-integration.so %%DATADIR%%/gauges/Battery-Mono/0.svg %%DATADIR%%/gauges/Battery-Mono/1.svg %%DATADIR%%/gauges/Battery-Mono/2.svg %%DATADIR%%/gauges/Battery-Mono/3.svg %%DATADIR%%/gauges/Battery-Mono/4.svg %%DATADIR%%/gauges/Battery-Mono/5.svg %%DATADIR%%/gauges/Battery-Mono/preview %%DATADIR%%/gauges/Battery-Mono/readme %%DATADIR%%/gauges/Battery-Mono/theme.xml %%DATADIR%%/gauges/Battery-Mono/version %%DATADIR%%/gauges/Battery/background.svg %%DATADIR%%/gauges/Battery/battery0.svg %%DATADIR%%/gauges/Battery/battery1.svg %%DATADIR%%/gauges/Battery/battery2.svg %%DATADIR%%/gauges/Battery/battery3.svg %%DATADIR%%/gauges/Battery/battery4.svg %%DATADIR%%/gauges/Battery/battery5.svg %%DATADIR%%/gauges/Battery/battery6.svg %%DATADIR%%/gauges/Battery/battery7.svg %%DATADIR%%/gauges/Battery/foreground.svg +%%DATADIR%%/gauges/Battery/preview %%DATADIR%%/gauges/Battery/readme %%DATADIR%%/gauges/Battery/theme.xml %%ALSA_MIXER%%%%DATADIR%%/gauges/Sound-Mono/0.svg %%ALSA_MIXER%%%%DATADIR%%/gauges/Sound-Mono/1.svg %%ALSA_MIXER%%%%DATADIR%%/gauges/Sound-Mono/2.svg %%ALSA_MIXER%%%%DATADIR%%/gauges/Sound-Mono/3.svg %%ALSA_MIXER%%%%DATADIR%%/gauges/Sound-Mono/preview %%ALSA_MIXER%%%%DATADIR%%/gauges/Sound-Mono/readme %%ALSA_MIXER%%%%DATADIR%%/gauges/Sound-Mono/theme.xml %%ALSA_MIXER%%%%DATADIR%%/gauges/Sound-Mono/undef.svg %%ALSA_MIXER%%%%DATADIR%%/gauges/Sound-Mono/version %%DATADIR%%/gauges/Wifi_default/link-0.svg %%DATADIR%%/gauges/Wifi_default/link-1.svg %%DATADIR%%/gauges/Wifi_default/link-2.svg %%DATADIR%%/gauges/Wifi_default/link-3.svg %%DATADIR%%/gauges/Wifi_default/link-4.svg %%DATADIR%%/gauges/Wifi_default/link-5.svg %%DATADIR%%/gauges/Wifi_default/preview %%DATADIR%%/gauges/Wifi_default/readme %%DATADIR%%/gauges/Wifi_default/theme.xml %%DATADIR%%/gauges/Wifi_default/version %%ALSA_MIXER%%%%DATADIR%%/plug-ins/AlsaMixer/AlsaMixer.conf %%ALSA_MIXER%%%%DATADIR%%/plug-ins/AlsaMixer/broken.svg %%ALSA_MIXER%%%%DATADIR%%/plug-ins/AlsaMixer/default.svg %%ALSA_MIXER%%%%DATADIR%%/plug-ins/AlsaMixer/emblem-mute.svg %%ALSA_MIXER%%%%DATADIR%%/plug-ins/AlsaMixer/icon.png %%ALSA_MIXER%%%%DATADIR%%/plug-ins/AlsaMixer/mute.svg %%ALSA_MIXER%%%%DATADIR%%/plug-ins/AlsaMixer/preview.jpg %%DATADIR%%/plug-ins/Animated-icons/Animated-icons.conf %%DATADIR%%/plug-ins/Animated-icons/busy.svg %%DATADIR%%/plug-ins/Animated-icons/halo.png %%DATADIR%%/plug-ins/Animated-icons/icon-busy.png %%DATADIR%%/plug-ins/Animated-icons/icon-rotation.png %%DATADIR%%/plug-ins/Animated-icons/icon-wave.png %%DATADIR%%/plug-ins/Animated-icons/icon.svg %%DATADIR%%/plug-ins/Animated-icons/preview.jpg %%DATADIR%%/plug-ins/Animated-icons/ray.png %%DATADIR%%/plug-ins/Animated-icons/spot.png %%DATADIR%%/plug-ins/Animated-icons/texture-chrome.png %%DATADIR%%/plug-ins/Cairo-Penguin/Cairo-Penguin.conf %%DATADIR%%/plug-ins/Cairo-Penguin/icon.png %%DATADIR%%/plug-ins/Cairo-Penguin/preview.jpg %%DATADIR%%/plug-ins/Cairo-Penguin/themes/Classic/basher.png %%DATADIR%%/plug-ins/Cairo-Penguin/themes/Classic/blocker.png %%DATADIR%%/plug-ins/Cairo-Penguin/themes/Classic/boarder.png %%DATADIR%%/plug-ins/Cairo-Penguin/themes/Classic/bomber.png %%DATADIR%%/plug-ins/Cairo-Penguin/themes/Classic/bridger.png %%DATADIR%%/plug-ins/Cairo-Penguin/themes/Classic/climber.xpm %%DATADIR%%/plug-ins/Cairo-Penguin/themes/Classic/digger.png %%DATADIR%%/plug-ins/Cairo-Penguin/themes/Classic/drownfall.png %%DATADIR%%/plug-ins/Cairo-Penguin/themes/Classic/drownwalk.png %%DATADIR%%/plug-ins/Cairo-Penguin/themes/Classic/exit.png %%DATADIR%%/plug-ins/Cairo-Penguin/themes/Classic/faller.png %%DATADIR%%/plug-ins/Cairo-Penguin/themes/Classic/floater.png %%DATADIR%%/plug-ins/Cairo-Penguin/themes/Classic/miner.png %%DATADIR%%/plug-ins/Cairo-Penguin/themes/Classic/reader.xpm %%DATADIR%%/plug-ins/Cairo-Penguin/themes/Classic/readme %%DATADIR%%/plug-ins/Cairo-Penguin/themes/Classic/sitter.png %%DATADIR%%/plug-ins/Cairo-Penguin/themes/Classic/slider.png %%DATADIR%%/plug-ins/Cairo-Penguin/themes/Classic/superman.png %%DATADIR%%/plug-ins/Cairo-Penguin/themes/Classic/theme.conf %%DATADIR%%/plug-ins/Cairo-Penguin/themes/Classic/tumble.png %%DATADIR%%/plug-ins/Cairo-Penguin/themes/Classic/waiter.png %%DATADIR%%/plug-ins/Cairo-Penguin/themes/Classic/walker.png %%DATADIR%%/plug-ins/Cairo-Penguin/themes/Classic/xmas-walker.png %%DATADIR%%/plug-ins/Clipper/Clipper-actions-gnome.conf %%DATADIR%%/plug-ins/Clipper/Clipper-actions-kde.conf %%DATADIR%%/plug-ins/Clipper/Clipper-actions-xfce.conf %%DATADIR%%/plug-ins/Clipper/Clipper.conf %%DATADIR%%/plug-ins/Clipper/icon.svg %%DATADIR%%/plug-ins/Clipper/preview.jpg %%DATADIR%%/plug-ins/Composite-Manager/Composite-Manager.conf %%DATADIR%%/plug-ins/Composite-Manager/composite-off.png %%DATADIR%%/plug-ins/Composite-Manager/composite-on.png %%DATADIR%%/plug-ins/Composite-Manager/icon.png %%DATADIR%%/plug-ins/Composite-Manager/preview.jpg %%DATADIR%%/plug-ins/Dbus/Dbus.conf %%DATADIR%%/plug-ins/Dbus/icon.svg %%DATADIR%%/plug-ins/Folders/Folders.conf %%DATADIR%%/plug-ins/Folders/icon.png %%DATADIR%%/plug-ins/Folders/preview.jpg %%GMENU%%%%DATADIR%%/plug-ins/GMenu/GMenu.conf %%GMENU%%%%DATADIR%%/plug-ins/GMenu/icon.svg %%GMENU%%%%DATADIR%%/plug-ins/GMenu/preview.jpg %%GMENU%%%%DATADIR%%/plug-ins/GMenu/system-log-out.svg %%GMENU%%%%DATADIR%%/plug-ins/GMenu/system-shutdown.svg %%IMPULSE%%%%DATADIR%%/plug-ins/Impulse/Impulse.conf %%IMPULSE%%%%DATADIR%%/plug-ins/Impulse/icon.png %%IMPULSE%%%%DATADIR%%/plug-ins/Impulse/impulse-error.svg %%IMPULSE%%%%DATADIR%%/plug-ins/Impulse/impulse-running.svg %%IMPULSE%%%%DATADIR%%/plug-ins/Impulse/impulse-stopped.svg %%IMPULSE%%%%DATADIR%%/plug-ins/Impulse/preview.jpg +%%DATADIR%%/plug-ins/Indicator-Generic/Indicator-Generic.conf +%%DATADIR%%/plug-ins/Indicator-Generic/icon.svg +%%DATADIR%%/plug-ins/Indicator-Generic/preview.jpg +%%DATADIR%%/plug-ins/Messaging-Menu/Messaging-Menu.conf +%%DATADIR%%/plug-ins/Messaging-Menu/icon.svg +%%DATADIR%%/plug-ins/Messaging-Menu/indicator-messages-new.svg +%%DATADIR%%/plug-ins/Messaging-Menu/indicator-messages.svg +%%DATADIR%%/plug-ins/Messaging-Menu/preview.jpg %%DATADIR%%/plug-ins/RSSreader/RSSreader.conf %%DATADIR%%/plug-ins/RSSreader/icon.svg %%DATADIR%%/plug-ins/RSSreader/preview.jpg %%ZEITGEIST%%%%DATADIR%%/plug-ins/Recent-Events/Recent-Events.conf %%ZEITGEIST%%%%DATADIR%%/plug-ins/Recent-Events/icon.svg %%ZEITGEIST%%%%DATADIR%%/plug-ins/Recent-Events/preview.jpg %%DATADIR%%/plug-ins/Remote-Control/Remote-Control.conf %%DATADIR%%/plug-ins/Remote-Control/arrows.svg %%DATADIR%%/plug-ins/Remote-Control/icon.png %%DATADIR%%/plug-ins/Remote-Control/preview.jpg %%DATADIR%%/plug-ins/Screenshot/Screenshot.conf %%DATADIR%%/plug-ins/Screenshot/icon.svg %%DATADIR%%/plug-ins/Screenshot/preview.jpg %%SOUND_EFFECTS%%%%DATADIR%%/plug-ins/Sound-Effects/Sound-Effects.conf %%SOUND_EFFECTS%%%%DATADIR%%/plug-ins/Sound-Effects/icon.svg %%SOUND_EFFECTS%%%%DATADIR%%/plug-ins/Sound-Effects/on-click.wav %%SOUND_EFFECTS%%%%DATADIR%%/plug-ins/Sound-Effects/on-hover.wav %%SOUND_EFFECTS%%%%DATADIR%%/plug-ins/Sound-Effects/on-middle-click.wav %%SOUND_EFFECTS%%%%DATADIR%%/plug-ins/Sound-Effects/preview.png %%DATADIR%%/plug-ins/Status-Notifier/Status-Notifier.conf %%DATADIR%%/plug-ins/Status-Notifier/icon-broken.svg %%DATADIR%%/plug-ins/Status-Notifier/icon.png %%DATADIR%%/plug-ins/Status-Notifier/preview.jpg %%DATADIR%%/plug-ins/System-monitor/System-Monitor.conf %%DATADIR%%/plug-ins/System-monitor/button-cpu.svg %%DATADIR%%/plug-ins/System-monitor/button-ram.svg %%DATADIR%%/plug-ins/System-monitor/icon.png %%DATADIR%%/plug-ins/System-monitor/nvidia-config %%DATADIR%%/plug-ins/System-monitor/preview.jpg %%DATADIR%%/plug-ins/Toons/Toons.conf %%DATADIR%%/plug-ins/Toons/icon.png %%DATADIR%%/plug-ins/Toons/preview.jpg %%DATADIR%%/plug-ins/Toons/themes/Classic/eyelid.svg %%DATADIR%%/plug-ins/Toons/themes/Classic/pupil.svg %%DATADIR%%/plug-ins/Toons/themes/Classic/readme %%DATADIR%%/plug-ins/Toons/themes/Classic/theme.conf %%DATADIR%%/plug-ins/Toons/themes/Classic/toon.svg %%XGAMMA%%%%DATADIR%%/plug-ins/Xgamma/Xgamma.conf %%XGAMMA%%%%DATADIR%%/plug-ins/Xgamma/icon.png %%XGAMMA%%%%DATADIR%%/plug-ins/Xgamma/preview.jpg %%DATADIR%%/plug-ins/clock/clock.conf %%DATADIR%%/plug-ins/clock/dates.svg %%DATADIR%%/plug-ins/clock/digital/default/config %%DATADIR%%/plug-ins/clock/digital/default/frame_0.svg %%DATADIR%%/plug-ins/clock/digital/default/frame_1.svg %%DATADIR%%/plug-ins/clock/digital/default/frame_2.svg %%DATADIR%%/plug-ins/clock/digital/default/frame_3.svg %%DATADIR%%/plug-ins/clock/icon-alarm.png %%DATADIR%%/plug-ins/clock/icon-task.png %%DATADIR%%/plug-ins/clock/icon.png %%DATADIR%%/plug-ins/clock/preview.jpg %%DATADIR%%/plug-ins/clock/themes/default/clock-drop-shadow.svg %%DATADIR%%/plug-ins/clock/themes/default/clock-face-shadow.svg %%DATADIR%%/plug-ins/clock/themes/default/clock-face.svg %%DATADIR%%/plug-ins/clock/themes/default/clock-frame.svg %%DATADIR%%/plug-ins/clock/themes/default/clock-glass.svg %%DATADIR%%/plug-ins/clock/themes/default/clock-hour-hand-shadow.svg %%DATADIR%%/plug-ins/clock/themes/default/clock-hour-hand.svg %%DATADIR%%/plug-ins/clock/themes/default/clock-marks.svg %%DATADIR%%/plug-ins/clock/themes/default/clock-minute-hand-shadow.svg %%DATADIR%%/plug-ins/clock/themes/default/clock-minute-hand.svg %%DATADIR%%/plug-ins/clock/themes/default/clock-second-hand-shadow.svg %%DATADIR%%/plug-ins/clock/themes/default/clock-second-hand.svg %%DATADIR%%/plug-ins/clock/themes/default/readme %%DATADIR%%/plug-ins/clock/themes/default/theme.conf %%DATADIR%%/plug-ins/desklet-rendering/board.png %%DATADIR%%/plug-ins/desklet-rendering/branche1.svg %%DATADIR%%/plug-ins/desklet-rendering/branche2.svg %%DATADIR%%/plug-ins/desklet-rendering/cd_box.svg %%DATADIR%%/plug-ins/desklet-rendering/cd_box_cover.svg %%DATADIR%%/plug-ins/desklet-rendering/clear-bg.svg %%DATADIR%%/plug-ins/desklet-rendering/dark-bg.svg %%DATADIR%%/plug-ins/desklet-rendering/frame.svg %%DATADIR%%/plug-ins/desklet-rendering/icon.svg %%DATADIR%%/plug-ins/desklet-rendering/light-bg.svg %%DATADIR%%/plug-ins/desklet-rendering/reflect.svg %%DATADIR%%/plug-ins/desklet-rendering/scotch+frame.svg %%DATADIR%%/plug-ins/desklet-rendering/scotch.svg %%DATADIR%%/plug-ins/desklet-rendering/starcraft2.png %%DATADIR%%/plug-ins/desklet-rendering/water-dark-bg.png %%DATADIR%%/plug-ins/desklet-rendering/water-drop-bg.png %%DATADIR%%/plug-ins/dialog-rendering/icon.svg %%DATADIR%%/plug-ins/dnd2share/dnd2share.conf %%DATADIR%%/plug-ins/dnd2share/icon.svg %%DATADIR%%/plug-ins/dnd2share/preview.jpg %%DATADIR%%/plug-ins/dnd2share/upload2free.sh %%DATADIR%%/plug-ins/drop-indicator/default-drop-indicator.svg %%DATADIR%%/plug-ins/drop-indicator/default-hover-indicator.svg %%DATADIR%%/plug-ins/drop-indicator/drop_indicator.conf %%DATADIR%%/plug-ins/drop-indicator/icon.svg %%DATADIR%%/plug-ins/drop-indicator/preview.jpg %%DATADIR%%/plug-ins/dustbin/dustbin.conf %%DATADIR%%/plug-ins/dustbin/icon.png %%DATADIR%%/plug-ins/dustbin/preview.jpg %%DATADIR%%/plug-ins/dustbin/themes/default/preview %%DATADIR%%/plug-ins/dustbin/themes/default/trashcan_empty.svg %%DATADIR%%/plug-ins/dustbin/themes/default/trashcan_full.svg %%GNOME_INTEGRATION%%%%DATADIR%%/plug-ins/gnome-integration/icon.png %%DATADIR%%/plug-ins/icon-effect/icon-effect.conf %%DATADIR%%/plug-ins/icon-effect/icon-fire.svg %%DATADIR%%/plug-ins/icon-effect/icon-firework.png %%DATADIR%%/plug-ins/icon-effect/icon-storm.png %%DATADIR%%/plug-ins/icon-effect/icon.png %%DATADIR%%/plug-ins/icon-effect/preview.jpg %%DATADIR%%/plug-ins/icon-effect/rain.png %%DATADIR%%/plug-ins/icon-effect/snow.png %%DATADIR%%/plug-ins/icon-effect/star.png %%DATADIR%%/plug-ins/illusion/icon-black-hole.svg %%DATADIR%%/plug-ins/illusion/icon-break.svg %%DATADIR%%/plug-ins/illusion/icon-evaporate.svg %%DATADIR%%/plug-ins/illusion/icon-explode.svg %%DATADIR%%/plug-ins/illusion/icon-fade-out.svg %%DATADIR%%/plug-ins/illusion/icon.svg %%DATADIR%%/plug-ins/illusion/illusion.conf %%DATADIR%%/plug-ins/illusion/preview.jpg %%DATADIR%%/plug-ins/kde-integration/icon.png %%KEYBOARD_INDICATOR%%%%DATADIR%%/plug-ins/keyboard-indicator/caps-lock.png %%KEYBOARD_INDICATOR%%%%DATADIR%%/plug-ins/keyboard-indicator/icon.png %%KEYBOARD_INDICATOR%%%%DATADIR%%/plug-ins/keyboard-indicator/keyboard-indicator.conf %%KEYBOARD_INDICATOR%%%%DATADIR%%/plug-ins/keyboard-indicator/num-lock.png %%KEYBOARD_INDICATOR%%%%DATADIR%%/plug-ins/keyboard-indicator/preview.jpg %%DATADIR%%/plug-ins/logout/icon-scheduling.svg %%DATADIR%%/plug-ins/logout/icon.svg %%DATADIR%%/plug-ins/logout/locked.svg %%DATADIR%%/plug-ins/logout/logout.conf %%DATADIR%%/plug-ins/logout/logout.sh %%DATADIR%%/plug-ins/logout/preview.jpg %%DATADIR%%/plug-ins/logout/system-guest.svg %%DATADIR%%/plug-ins/logout/system-hibernate.svg %%DATADIR%%/plug-ins/logout/system-log-out.svg %%DATADIR%%/plug-ins/logout/system-restart.svg %%DATADIR%%/plug-ins/logout/system-shutdown.svg %%DATADIR%%/plug-ins/logout/system-suspend.svg %%MAIL%%%%DATADIR%%/plug-ins/mail/cd_mail_icon.png %%MAIL%%%%DATADIR%%/plug-ins/mail/cd_mail_newmail.svg %%MAIL%%%%DATADIR%%/plug-ins/mail/cd_mail_nomail.svg %%MAIL%%%%DATADIR%%/plug-ins/mail/mail.conf %%MAIL%%%%DATADIR%%/plug-ins/mail/preview.jpg %%MAIL%%%%DATADIR%%/plug-ins/mail/themes/Default/has_mail.svg %%MAIL%%%%DATADIR%%/plug-ins/mail/themes/Default/new_mail_sound.wav %%MAIL%%%%DATADIR%%/plug-ins/mail/themes/Default/no_mail.svg %%DATADIR%%/plug-ins/motion-blur/icon.png %%DATADIR%%/plug-ins/motion-blur/motion_blur.conf %%DATADIR%%/plug-ins/musicPlayer/0.svg %%DATADIR%%/plug-ins/musicPlayer/1.svg %%DATADIR%%/plug-ins/musicPlayer/2.svg %%DATADIR%%/plug-ins/musicPlayer/3.svg %%DATADIR%%/plug-ins/musicPlayer/broken.jpg %%DATADIR%%/plug-ins/musicPlayer/broken.svg %%DATADIR%%/plug-ins/musicPlayer/default.jpg %%DATADIR%%/plug-ins/musicPlayer/default.svg %%DATADIR%%/plug-ins/musicPlayer/icon.png %%DATADIR%%/plug-ins/musicPlayer/musicPlayer.conf %%DATADIR%%/plug-ins/musicPlayer/pause.jpg %%DATADIR%%/plug-ins/musicPlayer/pause.svg %%DATADIR%%/plug-ins/musicPlayer/play.jpg %%DATADIR%%/plug-ins/musicPlayer/play.svg %%DATADIR%%/plug-ins/musicPlayer/preview.jpg %%DATADIR%%/plug-ins/musicPlayer/stop.jpg %%DATADIR%%/plug-ins/musicPlayer/stop.svg %%DATADIR%%/plug-ins/musicPlayer/themes/cd_box_simple/frame.svg %%DATADIR%%/plug-ins/musicPlayer/themes/cd_box_simple/preview %%DATADIR%%/plug-ins/musicPlayer/themes/cd_box_simple/readme %%DATADIR%%/plug-ins/musicPlayer/themes/cd_box_simple/reflect.svg %%DATADIR%%/plug-ins/musicPlayer/themes/cd_box_simple/theme.conf %%DATADIR%%/plug-ins/netspeed/bad.png %%DATADIR%%/plug-ins/netspeed/default.png %%DATADIR%%/plug-ins/netspeed/icon.png %%DATADIR%%/plug-ins/netspeed/netspeed %%DATADIR%%/plug-ins/netspeed/netspeed.conf %%DATADIR%%/plug-ins/netspeed/ok.png %%DATADIR%%/plug-ins/netspeed/preview.jpg %%DATADIR%%/plug-ins/netspeed/unknown.png %%DATADIR%%/plug-ins/powermanager/charge.svg %%DATADIR%%/plug-ins/powermanager/default-battery.svg %%DATADIR%%/plug-ins/powermanager/default-charge.svg %%DATADIR%%/plug-ins/powermanager/icon.png %%DATADIR%%/plug-ins/powermanager/powermanager.conf %%DATADIR%%/plug-ins/powermanager/preview.jpg %%DATADIR%%/plug-ins/powermanager/sector.svg %%DATADIR%%/plug-ins/quick_browser/icon.svg %%DATADIR%%/plug-ins/quick_browser/preview.jpg %%DATADIR%%/plug-ins/quick_browser/quick-browser.conf %%DATADIR%%/plug-ins/rendering/icon.svg %%DATADIR%%/plug-ins/rendering/preview-3D-plane.jpg %%DATADIR%%/plug-ins/rendering/preview-caroussel.jpg %%DATADIR%%/plug-ins/rendering/preview-curve.jpg %%DATADIR%%/plug-ins/rendering/preview-panel.jpg %%DATADIR%%/plug-ins/rendering/preview-parabolic.jpg %%DATADIR%%/plug-ins/rendering/preview-rainbow.jpg %%DATADIR%%/plug-ins/rendering/preview-slide.jpg %%DATADIR%%/plug-ins/rendering/readme-3D-plane-view %%DATADIR%%/plug-ins/rendering/readme-caroussel-view %%DATADIR%%/plug-ins/rendering/readme-curve-view %%DATADIR%%/plug-ins/rendering/readme-panel-view %%DATADIR%%/plug-ins/rendering/readme-parabolic-view %%DATADIR%%/plug-ins/rendering/readme-rainbow-view %%DATADIR%%/plug-ins/rendering/readme-slide-view %%DATADIR%%/plug-ins/rendering/rendering.conf %%DATADIR%%/plug-ins/shared-files/images/expose-desktops.svg %%DATADIR%%/plug-ins/shared-files/images/expose-windows.svg %%DATADIR%%/plug-ins/shared-files/images/icon-gauge.png %%DATADIR%%/plug-ins/shared-files/images/icon-graph.png %%DATADIR%%/plug-ins/shared-files/images/show-desktop.svg %%DATADIR%%/plug-ins/shared-files/images/widget-layer.svg %%DATADIR%%/plug-ins/shared-files/scripts/lock-screen.sh %%DATADIR%%/plug-ins/shortcuts/icon.png %%DATADIR%%/plug-ins/shortcuts/preview.jpg %%DATADIR%%/plug-ins/shortcuts/shortcuts.conf %%DATADIR%%/plug-ins/showDesktop/icon-active.png %%DATADIR%%/plug-ins/showDesktop/icon.png %%DATADIR%%/plug-ins/showDesktop/showDesktop.conf %%DATADIR%%/plug-ins/show_mouse/icon.png %%DATADIR%%/plug-ins/show_mouse/preview.jpg %%DATADIR%%/plug-ins/show_mouse/show_mouse.conf %%DATADIR%%/plug-ins/slider/icon.png %%DATADIR%%/plug-ins/slider/preview.jpg %%DATADIR%%/plug-ins/slider/slider.conf %%DATADIR%%/plug-ins/stack/icon.png %%DATADIR%%/plug-ins/stack/preview.jpg %%DATADIR%%/plug-ins/stack/stack.conf %%DATADIR%%/plug-ins/stack/text-icon.svg %%DATADIR%%/plug-ins/stack/url-icon.svg %%DATADIR%%/plug-ins/switcher/broken.svg %%DATADIR%%/plug-ins/switcher/default.svg %%DATADIR%%/plug-ins/switcher/preview.jpg %%DATADIR%%/plug-ins/switcher/switcher.conf %%DATADIR%%/plug-ins/switcher/workspaces.svg %%DATADIR%%/plug-ins/systray/icon.png %%DATADIR%%/plug-ins/systray/preview.jpg %%DATADIR%%/plug-ins/systray/systray.conf %%DATADIR%%/plug-ins/terminal/icon.png %%DATADIR%%/plug-ins/terminal/preview.jpg %%DATADIR%%/plug-ins/terminal/terminal.conf %%DATADIR%%/plug-ins/tomboy/close.svg %%DATADIR%%/plug-ins/tomboy/icon.svg %%DATADIR%%/plug-ins/tomboy/note.svg %%DATADIR%%/plug-ins/tomboy/preview.jpg %%DATADIR%%/plug-ins/tomboy/tomboy.conf %%DATADIR%%/plug-ins/weather/broken.png %%DATADIR%%/plug-ins/weather/icon.png %%DATADIR%%/plug-ins/weather/preview.jpg %%DATADIR%%/plug-ins/weather/themes/Classic/0.png %%DATADIR%%/plug-ins/weather/themes/Classic/1.png %%DATADIR%%/plug-ins/weather/themes/Classic/10.png %%DATADIR%%/plug-ins/weather/themes/Classic/11.png %%DATADIR%%/plug-ins/weather/themes/Classic/12.png %%DATADIR%%/plug-ins/weather/themes/Classic/13.png %%DATADIR%%/plug-ins/weather/themes/Classic/14.png %%DATADIR%%/plug-ins/weather/themes/Classic/15.png %%DATADIR%%/plug-ins/weather/themes/Classic/16.png %%DATADIR%%/plug-ins/weather/themes/Classic/17.png %%DATADIR%%/plug-ins/weather/themes/Classic/18.png %%DATADIR%%/plug-ins/weather/themes/Classic/19.png %%DATADIR%%/plug-ins/weather/themes/Classic/2.png %%DATADIR%%/plug-ins/weather/themes/Classic/20.png %%DATADIR%%/plug-ins/weather/themes/Classic/21.png %%DATADIR%%/plug-ins/weather/themes/Classic/22.png %%DATADIR%%/plug-ins/weather/themes/Classic/23.png %%DATADIR%%/plug-ins/weather/themes/Classic/24.png %%DATADIR%%/plug-ins/weather/themes/Classic/25.png %%DATADIR%%/plug-ins/weather/themes/Classic/26.png %%DATADIR%%/plug-ins/weather/themes/Classic/27.png %%DATADIR%%/plug-ins/weather/themes/Classic/28.png %%DATADIR%%/plug-ins/weather/themes/Classic/29.png %%DATADIR%%/plug-ins/weather/themes/Classic/3.png %%DATADIR%%/plug-ins/weather/themes/Classic/30.png %%DATADIR%%/plug-ins/weather/themes/Classic/31.png %%DATADIR%%/plug-ins/weather/themes/Classic/32.png %%DATADIR%%/plug-ins/weather/themes/Classic/33.png %%DATADIR%%/plug-ins/weather/themes/Classic/34.png %%DATADIR%%/plug-ins/weather/themes/Classic/35.png %%DATADIR%%/plug-ins/weather/themes/Classic/36.png %%DATADIR%%/plug-ins/weather/themes/Classic/37.png %%DATADIR%%/plug-ins/weather/themes/Classic/38.png %%DATADIR%%/plug-ins/weather/themes/Classic/39.png %%DATADIR%%/plug-ins/weather/themes/Classic/4.png %%DATADIR%%/plug-ins/weather/themes/Classic/40.png %%DATADIR%%/plug-ins/weather/themes/Classic/41.png %%DATADIR%%/plug-ins/weather/themes/Classic/42.png %%DATADIR%%/plug-ins/weather/themes/Classic/43.png %%DATADIR%%/plug-ins/weather/themes/Classic/44.png %%DATADIR%%/plug-ins/weather/themes/Classic/45.png %%DATADIR%%/plug-ins/weather/themes/Classic/46.png %%DATADIR%%/plug-ins/weather/themes/Classic/47.png %%DATADIR%%/plug-ins/weather/themes/Classic/5.png %%DATADIR%%/plug-ins/weather/themes/Classic/6.png %%DATADIR%%/plug-ins/weather/themes/Classic/7.png %%DATADIR%%/plug-ins/weather/themes/Classic/8.png %%DATADIR%%/plug-ins/weather/themes/Classic/9.png %%DATADIR%%/plug-ins/weather/themes/Classic/na.png %%DATADIR%%/plug-ins/weather/themes/Classic/preview %%DATADIR%%/plug-ins/weather/themes/Classic/readme %%DATADIR%%/plug-ins/weather/weather.conf %%DATADIR%%/plug-ins/wifi/default.svg %%DATADIR%%/plug-ins/wifi/icon.png %%DATADIR%%/plug-ins/wifi/no-signal.svg %%DATADIR%%/plug-ins/wifi/preview.jpg %%DATADIR%%/plug-ins/wifi/wifi.conf %%XFCE_INTEGRATION%%%%DATADIR%%/plug-ins/xfce-integration/icon.png share/locale/ar/LC_MESSAGES/cairo-dock-plugins.mo +share/locale/be/LC_MESSAGES/cairo-dock-plugins.mo +share/locale/bg/LC_MESSAGES/cairo-dock-plugins.mo share/locale/ca/LC_MESSAGES/cairo-dock-plugins.mo share/locale/cs/LC_MESSAGES/cairo-dock-plugins.mo share/locale/da/LC_MESSAGES/cairo-dock-plugins.mo share/locale/de/LC_MESSAGES/cairo-dock-plugins.mo share/locale/el/LC_MESSAGES/cairo-dock-plugins.mo share/locale/en/LC_MESSAGES/cairo-dock-plugins.mo share/locale/es/LC_MESSAGES/cairo-dock-plugins.mo share/locale/et/LC_MESSAGES/cairo-dock-plugins.mo share/locale/eu/LC_MESSAGES/cairo-dock-plugins.mo +share/locale/fi/LC_MESSAGES/cairo-dock-plugins.mo share/locale/fr/LC_MESSAGES/cairo-dock-plugins.mo share/locale/he/LC_MESSAGES/cairo-dock-plugins.mo share/locale/hr/LC_MESSAGES/cairo-dock-plugins.mo share/locale/hu/LC_MESSAGES/cairo-dock-plugins.mo share/locale/id/LC_MESSAGES/cairo-dock-plugins.mo share/locale/it/LC_MESSAGES/cairo-dock-plugins.mo share/locale/ja/LC_MESSAGES/cairo-dock-plugins.mo share/locale/ko/LC_MESSAGES/cairo-dock-plugins.mo share/locale/lt/LC_MESSAGES/cairo-dock-plugins.mo share/locale/nl/LC_MESSAGES/cairo-dock-plugins.mo share/locale/pl/LC_MESSAGES/cairo-dock-plugins.mo share/locale/pt/LC_MESSAGES/cairo-dock-plugins.mo share/locale/pt_BR/LC_MESSAGES/cairo-dock-plugins.mo share/locale/ru/LC_MESSAGES/cairo-dock-plugins.mo share/locale/sk/LC_MESSAGES/cairo-dock-plugins.mo share/locale/sr/LC_MESSAGES/cairo-dock-plugins.mo share/locale/sr@latin/LC_MESSAGES/cairo-dock-plugins.mo share/locale/sv/LC_MESSAGES/cairo-dock-plugins.mo share/locale/tr/LC_MESSAGES/cairo-dock-plugins.mo +share/locale/ug/LC_MESSAGES/cairo-dock-plugins.mo share/locale/uk/LC_MESSAGES/cairo-dock-plugins.mo share/locale/uz/LC_MESSAGES/cairo-dock-plugins.mo share/locale/zh_CN/LC_MESSAGES/cairo-dock-plugins.mo share/locale/zh_TW/LC_MESSAGES/cairo-dock-plugins.mo