Index: head/deskutils/cairo-dock-plugins/Makefile =================================================================== --- head/deskutils/cairo-dock-plugins/Makefile (revision 488774) +++ head/deskutils/cairo-dock-plugins/Makefile (revision 488775) @@ -1,165 +1,153 @@ # $FreeBSD$ PORTNAME= cairo-dock-plugins PORTVERSION= 3.4.1 PORTREVISION= 6 CATEGORIES= deskutils MAINTAINER= ports@FreeBSD.org COMMENT= Cairo-Dock-Plugins for Cairo-Dock LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= wget:ftp/wget LIB_DEPENDS= libgldi.so:deskutils/cairo-dock DATADIR= ${PREFIX}/share/cairo-dock USE_GITHUB= yes GH_ACCOUNT= Cairo-Dock GH_PROJECT= cairo-dock-plug-ins ICONS_PACKAGE= cairo-dock-plugins-png-icons GNU_CONFIGURE= yes USE_GNOME= glib20 gtk30 librsvg2 libxml2 USE_LDCONFIG= yes USE_XORG= xrender USES= cmake gettext pkgconfig python LDFLAGS+= -L${LOCALBASE}/lib PLIST_SUB= PYVER="${PYTHON_VERSION:S/thon//}" CMAKE_ARGS= -DROOT_PREFIX:PATH=${STAGEDIR} OPTIONS_GROUP= INTEGR PLUGINS ADDON TPI -OPTIONS_GROUP_INTEGR= GNOME_INTEGRATION KDE_INTEGRATION XFCE_INTEGRATION +OPTIONS_GROUP_INTEGR= GNOME_INTEGRATION XFCE_INTEGRATION OPTIONS_GROUP_PLUGINS= ALSA_MIXER GMENU IMPULSE KEYBOARD_INDICATOR \ MAIL SOUND_EFFECTS WEBLETS XGAMMA ZEITGEIST OPTIONS_GROUP_ADDON= EXIF ICAL UPOWER #OPTIONS_GROUP_TPI= PYTHON RUBY MONO VALA OPTIONS_SUB= yes OPTIONS_DEFAULT= GMENU WEBLETS 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 -KDE_INTEGRATION_DESC= KDE integration support KEYBOARD_INDICATOR_DESC= Keyboard-indicator applet MAIL_DESC= Mail applet #MONO_DESC= Mono interface #PYTHON_DESC= Python interface #RUBY_DESC= Ruby interface SOUND_EFFECTS_DESC= Sound Effects applet UPOWER_DESC= D-Bus daemon for power management tasks TERMINAL_DESC= Terminal applet #VALA_DESC= Vala interface WEBLETS_DESC= Weblets applet XGAMMA_DESC= Xgamma applet XFCE_INTEGRATION_DESC= XFCE integration support ZEITGEIST_DESC= User logs activities INTEGR_DESC= Integration plug-ins PLUGINS_DESC= Plug-ins ADDON_DESC= Add On #TPI_DESC= Third Party Interfaces 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_LIB_DEPENDS= GNOME_INTEGRATION_CMAKE_BOOL= enable-gnome-integration ICAL_LIB_DEPENDS= libical.so:devel/libical ICAL_CMAKE_BOOL= enable-ical-support IMPULSE_LIB_DEPENDS= libpulse.so:audio/pulseaudio IMPULSE_CMAKE_BOOL= enable-impulse -#KDE_INTEGRATION_LIB_DEPENDS= -KDE_INTEGRATION_USE_QT= corelib -KDE_INTEGRATION_USES= kde:4 qt:4 -KDE_INTEGRATION_USE= KDE=kdelibs -KDE_INTEGRATION_CMAKE_BOOL= enable-kde-integration - KEYBOARD_INDICATOR_LIB_DEPENDS= libexif.so:graphics/libexif \ libxklavier.so:x11/libxklavier KEYBOARD_INDICATOR_CMAKE_BOOL= enable-keyboard-indicator MAIL_LIB_DEPENDS= libetpan.so:mail/libetpan MAIL_CMAKE_BOOL= enable-mail #MONO_BUILD_DEPENDS= mono:lang/mono #MONO_RUN_DEPENDS= mono:lang/mono #MONO_CMAKE_BOOL= enable-mono-interface CMAKE_ARGS+= -Denable-mono-interface:BOOL=FALSE #PYTHON_LIB_DEPENDS= #PYTHON_CMAKE_BOOL= enable-python-interface CMAKE_ARGS+= -Denable-python-interface:BOOL=FALSE #RUBY_LIB_DEPENDS= #RUBY_CMAKE_BOOL= enable-ruby-interface CMAKE_ARGS+= -Denable-ruby-interface:BOOL=FALSE 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 # Needs newer vte #TERMINAL_LIB_DEPENDS= vte:x11-toolkits/vte #TERMINAL_CMAKE_BOOL= enable-terminal UPOWER_LIB_DEPENDS= libupower-glib.so:sysutils/upower UPOWER_CMAKE_BOOL= enable-upower-support #VALA_LIB_DEPENDS= #VALA_CMAKE_BOOL= enable-vala-interface CMAKE_ARGS+= -Denable-vala-interface:BOOL=FALSE WEBLETS_LIB_DEPENDS= libwebkitgtk-3.0.so:www/webkit-gtk3 WEBLETS_CMAKE_BOOL= enable-weblets XGAMMA_RUN_DEPENDS= xgamma:x11/xgamma XGAMMA_CMAKE_BOOL= enable-xgamma XFCE_INTEGRATION_LIB_DEPENDS= libexif.so:graphics/libexif XFCE_INTEGRATION_CMAKE_BOOL= enable-xfce-integration ZEITGEIST_LIB_DEPENDS= libzeitgeist-2.0.so:sysutils/zeitgeist ZEITGEIST_CMAKE_BOOL= enable-recent-events .include - -.if ${PORT_OPTIONS:MKDE_INTEGRATION} -DEPRECATED= KDE4 is EOL upstream -EXPIRATION_DATE= 2018-12-31 -.endif post-patch: @${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' #post-install: #.if defined(VALA) # ${MV} ${STAGEDIR}${PREFIX}/lib/pkgconfig/CDApplet.pc ${STAGEDIR}${PREFIX}/libdata/pkgconfig/ #.endif .include Index: head/deskutils/cairo-dock-plugins/pkg-plist =================================================================== --- head/deskutils/cairo-dock-plugins/pkg-plist (revision 488774) +++ head/deskutils/cairo-dock-plugins/pkg-plist (revision 488775) @@ -1,488 +1,486 @@ %%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 %%IMPULSE%%lib/cairo-dock/libcd-Impulse.so lib/cairo-dock/libcd-Remote-Control.so %%ZEITGEIST%%lib/cairo-dock/libcd-Recent-Events.so lib/cairo-dock/libcd-Screenshot.so %%SOUND_EFFECTS%%lib/cairo-dock/libcd-Sound-Effects.so %%GMENU%%lib/cairo-dock/libcd-GMenu.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 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-switcher.so lib/cairo-dock/libcd-system-monitor.so lib/cairo-dock/libcd-systray.so lib/cairo-dock/libcd-tomboy.so lib/cairo-dock/libcd-weather.so %%WEBLETS%%lib/cairo-dock/libcd-weblets.so lib/cairo-dock/libcd-wifi.so %%GNOME_INTEGRATION%%lib/cairo-dock/libcd_gnome-integration.so -%%KDE_INTEGRATION%%lib/cairo-dock/libcd_kde-integration.so %%KEYBOARD_INDICATOR%%lib/cairo-dock/libcd-keyboard-indicator.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/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 %%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/RSSreader/RSSreader.conf %%DATADIR%%/plug-ins/RSSreader/icon.svg %%DATADIR%%/plug-ins/RSSreader/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 %%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/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/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 -%%KDE_INTEGRATION%%%%DATADIR%%/plug-ins/kde-integration/icon.png %%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/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 %%WEBLETS%%%%DATADIR%%/plug-ins/weblets/icon.png %%WEBLETS%%%%DATADIR%%/plug-ins/weblets/preview.jpg %%WEBLETS%%%%DATADIR%%/plug-ins/weblets/weblets.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/ca/LC_MESSAGES/cairo-dock-plugins.mo share/locale/cs/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/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/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