diff options
author | vg <vg@FreeBSD.org> | 2014-07-21 00:13:50 +0800 |
---|---|---|
committer | vg <vg@FreeBSD.org> | 2014-07-21 00:13:50 +0800 |
commit | 03faae3e798dc27ec0d78ded7d4ead56d6a0973e (patch) | |
tree | ae3df01d3fe4c74cdb0b88292eb594c7b546d1a4 /x11/leechcraft | |
parent | 863818b7b27ae1567ff4dbba22e08a91244a5d27 (diff) | |
download | freebsd-ports-gnome-03faae3e798dc27ec0d78ded7d4ead56d6a0973e.tar.gz freebsd-ports-gnome-03faae3e798dc27ec0d78ded7d4ead56d6a0973e.tar.zst freebsd-ports-gnome-03faae3e798dc27ec0d78ded7d4ead56d6a0973e.zip |
New port: x11/leechcraft
LeechCraft is a free open source cross-platform modular live environment.
It has modules for everything:
* Full-featured web-browser with support for all major web-standards.
* Advanced multiprotocol modular IM client currently supporting XMPP (Jabber),
IRC, WLM/MSN, MRIM and quite a few other protocols and with a bunch of
features from metacontacts and Off-The-Record support to audio calls.
* Collection-oriented media player with a lot of features from gapless
playback and transcoding for removable devices to social features like
recommended artists and nearby events.
* Efficient and fast BitTorrent client with full support for the BitTorrent
protocol and all its widespread extensions and magnet links.
* Modular document viewer supporting PDF, DjVu, PostScript, MOBI and other
formats.
* RSS feed reader supporting common feed formats with extensions like MediaRSS
or GeoRSS as well as with extensive support for Broadcatching and podcasts and
their automatic retrieval.
* User-space package manager with its own repository of plugins, themes, icons
and much more.
* A bunch of Desktop Environment-enabling modules from window manager
controller to power manager, taskbar, tray and a customizable panel.
* The "Summary" tab that displays all your downloads, updates and statuses.
PR: 170571
Submitted by: myself
Diffstat (limited to 'x11/leechcraft')
-rw-r--r-- | x11/leechcraft/Makefile | 400 | ||||
-rw-r--r-- | x11/leechcraft/distinfo | 2 | ||||
-rw-r--r-- | x11/leechcraft/files/patch-CMakeLists.txt | 10 | ||||
-rw-r--r-- | x11/leechcraft/files/patch-plugins__htthare__requesthandler.cpp | 19 | ||||
-rw-r--r-- | x11/leechcraft/files/patch-plugins__lmp__plugins__fradj__eqbandwidget.cpp | 11 | ||||
-rw-r--r-- | x11/leechcraft/pkg-descr | 24 | ||||
-rw-r--r-- | x11/leechcraft/pkg-plist | 2201 |
7 files changed, 2667 insertions, 0 deletions
diff --git a/x11/leechcraft/Makefile b/x11/leechcraft/Makefile new file mode 100644 index 000000000000..b6aa97c96c72 --- /dev/null +++ b/x11/leechcraft/Makefile @@ -0,0 +1,400 @@ +# Created by: Veniamin Gvozdikov <vg@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= leechcraft +PORTVERSION= 0.6.65 +CATEGORIES= x11 +MASTER_SITES= http://dist.leechcraft.org/LeechCraft/0.6.70/ +DISTNAME= ${PORTNAME}-${PORTVERSION} +DISTNAME= ${PORTNAME}-${PORTVERSION}-${LC_REV} + +MAINTAINER= vg@FreeBSD.org +COMMENT= Cross-platform modular live environment + +LIB_DEPENDS= libqwt6.so:${PORTSDIR}/x11-toolkits/qwt6 \ + libboost_program_options.so:${PORTSDIR}/devel/boost-libs + +LC_REV= 1526-g7fdb92a +INSTALLS_ICONS= yes +MAKE_JOBS_UNSAFE=yes +USE_LDCONFIG= yes +USES= tar:xz cmake gettext +USE_QT4= corelib dbus gui linguist moc network qmake rcc script sql \ + sql-sqlite3 svg uic xml +CMAKE_ARGS+= -DENABLE_LADS=OFF \ + -DENABLE_SYNCER=OFF \ + -DLEECHCRAFT_VERSION=${PORTVERSION} + +WRKSRC= ${WRKDIR}/${DISTNAME}/src + +OPTIONS_DEFINE= AGGREGATOR ANHERO ANOTIFI AUSCRIE AZOTH BITTORRENT BLASQ BLOGIQUE \ + CERTMGR CPULOAD CSTP DBUSMANAGER DEADLYRICS DEVMON DOLOZHEE \ + ELEEMINATOR FENET GACTS GLANCE GNOTIFI HARBINGER HISTORYHOLDER \ + HOTSENSORS HOTSTREAMS HTTHARE IMGASTE KBSWITCH KINOTIFY KNOWHOW KRIGSTASK \ + LACKMAN LASTFMSCROBBLE LAUGHTY LAUNCHY LEMON LHTR LIZNOO LMP MELLONETRAY \ + MONOCLE MUSICZOMBIE NACHEKU NETSTOREMANAGER NETWORKMONITOR \ + NEWLIFE OORONEE OTLOZHU PINTAB POGOOGLUE POLEEMERY POPISHU POSHUKU QROSP \ + ROSENTHAL SB2 SCROBLIBRE SECMAN SEEKTHRU SUMMARY SYSNOTIFY TABSESSMANAGER \ + TABSLIST TEXTOGROOSE TOUCHSTREAMS TPI VGRABBER VROOBY VTYULC \ + XPROXY XTAZY +OPTIONS_SUB= yes + +AGGREGATOR_DESC= Full-featured RSS/Atom feed reader +AGGREGATOR_CMAKE_ON= -DENABLE_AGGREGATOR:BOOL=true +AGGREGATOR_CMAKE_OFF= -DENABLE_AGGREGATOR:BOOL=false + +ANHERO_DESC= AnHero, crash handler for LeechCraft +ANHERO_CMAKE_ON= -DENABLE_ANHERO:BOOL=true +ANHERO_CMAKE_OFF= -DENABLE_ANHERO:BOOL=false + +ANOTIFI_DESC= Flexible and customizable notifications framework +ANOTIFI_CMAKE_ON= -DENABLE_ADVANCEDNOTIFICATIONS:BOOL=true +ANOTIFI_CMAKE_OFF= -DENABLE_ADVANCEDNOTIFICATIONS:BOOL=false + +AUSCRIE_DESC= Auscrie, LeechCraft auto screenshooter +AUSCRIE_CMAKE_ON= -DENABLE_AUSCRIE:BOOL=true +AUSCRIE_CMAKE_OFF= -DENABLE_AUSCRIE:BOOL=false + +AZOTH_DESC= Azoth, the modular IM client +AZOTH_CMAKE_ON= -DENABLE_AZOTH:BOOL=true \ + -DENABLE_AZOTH_OTROID:BOOL=true \ + -DENABLE_AZOTH_VELVETBIRD:BOOL=true +AZOTH_CMAKE_OFF= -DENABLE_AZOTH:BOOL=false + +AZOTH_LIB_DEPENDS= libQtMultimediaKit.so:${PORTSDIR}/multimedia/qt4-mobility \ + libkqoauth.so:${PORTSDIR}/security/kqoauth \ + libotr.so:${PORTSDIR}/security/libotr \ + libpurple.so:${PORTSDIR}/net-im/libpurple \ + libqca.so:${PORTSDIR}/devel/qca \ + libqjson.so:${PORTSDIR}/devel/qjson \ + libqxmpp.so:${PORTSDIR}/net-im/qxmpp \ + libspeex.so:${PORTSDIR}/audio/speex +AZOTH_USES= desktop-file-utils +AZOTH_USE= qt4=webkit + +BITTORRENT_DESC= Full-featured BitTorrent client plugin +BITTORRENT_CMAKE_ON= -DENABLE_TORRENT:BOOL=true +BITTORRENT_CMAKE_OFF= -DENABLE_TORRENT:BOOL=false +BITTORRENT_LIB_DEPENDS= libtorrent-rasterbar.so:${PORTSDIR}/net-p2p/libtorrent-rasterbar +BITTORRENT_USES= pkgconfig + +BLASQ_DESC= Cloud image storage services client (like Flickr or Picasa) +BLASQ_CMAKE_ON= -DENABLE_BLASQ:BOOL=true +BLASQ_CMAKE_OFF= -DENABLE_BLASQ:BOOL=false +BLASQ_LIB_DEPENDS= libkqoauth.so:${PORTSDIR}/security/kqoauth \ + libqjson.so:${PORTSDIR}/devel/qjson + +BLOGIQUE_DESC= Blogging client +BLOGIQUE_CMAKE_ON= -DENABLE_BLOGIQUE:BOOL=true +BLOGIQUE_CMAKE_OFF= -DENABLE_BLOGIQUE:BOOL=false +BLOGIQUE_USE= qt4=webkit + +CERTMGR_DESC= SSL certificates manager +CERTMGR_CMAKE_ON= -DENABLE_CERTMGR:BOOL=true +CERTMGR_CMAKE_OFF= -DENABLE_CERTMGR:BOOL=false + +CPULOAD_DESC= CPU load graph quark +CPULOAD_CMAKE_ON= -DENABLE_CPULOAD:BOOL=true +CPULOAD_CMAKE_OFF= -DENABLE_CPULOAD:BOOL=false + +CSTP_DESC= CSTP, the clean & stupid HTTP implementation +CSTP_CMAKE_ON= -DENABLE_HTTP:BOOL=true +CSTP_CMAKE_OFF= -DENABLE_HTTP:BOOL=false + +DBUSMANAGER_DESC= DBusManager provides some basic D-Bus interoperability +DBUSMANAGER_CMAKE_ON= -DENABLE_DBUSMANAGER:BOOL=true +DBUSMANAGER_CMAKE_OFF= -DENABLE_DBUSMANAGER:BOOL=false + +DEADLYRICS_DESC= Searches for song lyrics and displays them in LeechCraft +DEADLYRICS_CMAKE_ON= -DENABLE_DEADLYRICS:BOOL=true +DEADLYRICS_CMAKE_OFF= -DENABLE_DEADLYRICS:BOOL=false + +DEVMON_DESC= (BROKEN) Non-storage USB devices manager +DEVMON_CMAKE_ON= -DENABLE_DEVMON:BOOL=true +DEVMON_CMAKE_OFF= -DENABLE_DEVMON:BOOL=false + +DOLOZHEE_DESC= An issue reporting client for LeechCraft issue tracker +DOLOZHEE_CMAKE_ON= -DENABLE_DOLOZHEE:BOOL=true +DOLOZHEE_CMAKE_OFF= -DENABLE_DOLOZHEE:BOOL=false + +ELEEMINATOR_DESC= (BROKEN) Embedded LeechCraft Terminal Emulator +ELEEMINATOR_CMAKE_ON= -DENABLE_ELEEMINATOR:BOOL=true +ELEEMINATOR_CMAKE_OFF= -DENABLE_ELEEMINATOR:BOOL=false + +FENET_DESC= LeechCraft WM and compositor manager +FENET_CMAKE_ON= -DENABLE_FENET:BOOL=true +FENET_CMAKE_OFF= -DENABLE_FENET:BOOL=false + +GACTS_DESC= Allows other LeechCraft modules to register global shortcuts +GACTS_CMAKE_ON= -DENABLE_GACTS:BOOL=true +GACTS_CMAKE_OFF= -DENABLE_GACTS:BOOL=false + +GLANCE_DESC= Glance, quick thumbnailed overview of opened tabs +GLANCE_CMAKE_ON= -DENABLE_GLANCE:BOOL=true +GLANCE_CMAKE_OFF= -DENABLE_GLANCE:BOOL=false + +GNOTIFI_DESC= Notifier about new mail in a GMail inbox +GNOTIFI_CMAKE_ON= -DENABLE_GMAILNOTIFIER:BOOL=true +GNOTIFI_CMAKE_OFF= -DENABLE_GMAILNOTIFIER:BOOL=false + +HARBINGER_DESC= Build Harbinger, the collections manager +HARBINGER_CMAKE_ON= -DENABLE_HARBINGER:BOOL=true +HARBINGER_CMAKE_OFF= -DENABLE_HARBINGER:BOOL=false + +HISTORYHOLDER_DESC= HistoryHolder keeps track of stuff downloaded +HISTORYHOLDER_CMAKE_ON= -DENABLE_HISTORYHOLDER:BOOL=true +HISTORYHOLDER_CMAKE_OFF=-DENABLE_HISTORYHOLDER:BOOL=false + +HOTSENSORS_DESC= (BROKEN) Temperature sensors monitor plugin +HOTSENSORS_CMAKE_ON= -DENABLE_HOTSENSORS:BOOL=true +HOTSENSORS_CMAKE_OFF= -DENABLE_HOTSENSORS:BOOL=false + +HOTSTREAMS_DESC= Provides some cool radio streams to music players like LMP +HOTSTREAMS_CMAKE_ON= -DENABLE_HOTSTREAMS:BOOL=true +HOTSTREAMS_CMAKE_OFF= -DENABLE_HOTSTREAMS:BOOL=false +HOTSTREAMS_LIB_DEPENDS= libqjson.so:${PORTSDIR}/devel/qjson + +HTTHARE_DESC= Simple HTTP server +HTTHARE_CMAKE_ON= -DENABLE_HTTHARE:BOOL=true +HTTHARE_CMAKE_OFF= -DENABLE_HTTHARE:BOOL=false + +IMGASTE_DESC= The simple image uploader data filter +IMGASTE_CMAKE_ON= -DENABLE_IMGASTE:BOOL=true +IMGASTE_CMAKE_OFF= -DENABLE_IMGASTE:BOOL=false + +KBSWITCH_DESC= Provides plugin- or tab-grained keyboard layout control +KBSWITCH_CMAKE_ON= -DENABLE_KBSWITCH:BOOL=true +KBSWITCH_CMAKE_OFF= -DENABLE_KBSWITCH:BOOL=false +KBSWITCH_USE= xorg=x11,xkbfile + +KINOTIFY_DESC= Fancy visual notifications +KINOTIFY_CMAKE_ON= -DENABLE_KINOTIFY:BOOL=true +KINOTIFY_CMAKE_OFF= -DENABLE_KINOTIFY:BOOL=false +KINOTIFY_USE= qt4=webkit + +KNOWHOW_DESC= KnowHow, plugin for showing Tips of the Day +KNOWHOW_CMAKE_ON= -DENABLE_KNOWHOW:BOOL=true +KNOWHOW_CMAKE_OFF= -DENABLE_KNOWHOW:BOOL=false + +KRIGSTASK_DESC= The taskbar quark +KRIGSTASK_CMAKE_ON= -DENABLE_KRIGSTASK:BOOL=true +KRIGSTASK_CMAKE_OFF= -DENABLE_KRIGSTASK:BOOL=false +KRIGSTASK_USE= xorg=x11,xcomposite + +LACKMAN_DESC= Package Manager for extensions, scripts, themes etc +LACKMAN_CMAKE_ON= -DENABLE_LACKMAN:BOOL=true +LACKMAN_CMAKE_OFF= -DENABLE_LACKMAN:BOOL=false + +LASTFMSCROBBLE_DESC= Last.FM scrobbler plugin +LASTFMSCROBBLE_CMAKE_ON= -DENABLE_LASTFMSCROBBLE:BOOL=true +LASTFMSCROBBLE_CMAKE_OFF= -DENABLE_LASTFMSCROBBLE:BOOL=false +LASTFMSCROBBLE_LIB_DEPENDS= liblastfm.so:${PORTSDIR}/audio/liblastfm + +LAUGHTY_DESC= The LeechCraft notification daemon +LAUGHTY_CMAKE_ON= -DENABLE_LAUGHTY:BOOL=true +LAUGHTY_CMAKE_OFF= -DENABLE_LAUGHTY:BOOL=false + +LAUNCHY_DESC= Allows one to launch third-party applications +LAUNCHY_CMAKE_ON= -DENABLE_LAUNCHY:BOOL=true +LAUNCHY_CMAKE_OFF= -DENABLE_LAUNCHY:BOOL=false + +LEMON_DESC= (BROKEN) Network monitor plugin +LEMON_CMAKE_ON= -DENABLE_LEMON:BOOL=true +LEMON_CMAKE_OFF= -DENABLE_LEMON:BOOL=false + +LHTR_DESC= LeechCraft HTML Text editoR component +LHTR_CMAKE_ON= -DENABLE_LHTR:BOOL=true +LHTR_CMAKE_OFF= -DENABLE_LHTR:BOOL=false +LHTR_BUILD_DEPENDS= tidy:${PORTSDIR}/www/tidy-devel +LHTR_USE= qt4=webkit + +LIZNOO_DESC= UPower-based power manager +LIZNOO_CMAKE_ON= -DENABLE_LIZNOO:BOOL=true +LIZNOO_CMAKE_OFF= -DENABLE_LIZNOO:BOOL=false + +LMP_DESC= LeechCraft Media Player, Phonon-based audio/video player +LMP_CMAKE_ON= -DENABLE_LMP:BOOL=true +LMP_CMAKE_OFF= -DENABLE_LMP:BOOL=false +LMP_LIB_DEPENDS= libguess.so:${PORTSDIR}/textproc/libguess \ + libtag.so:${PORTSDIR}/audio/taglib + +MELLONETRAY_DESC= System tray quark +MELLONETRAY_CMAKE_ON= -DENABLE_MELLONETRAY:BOOL=true +MELLONETRAY_CMAKE_OFF= -DENABLE_MELLONETRAY:BOOL=false +MELLONETRAY_USE= xorg=xdamage + +MONOCLE_DESC= Monocle, the modular document viewer +MONOCLE_CMAKE_ON= -DENABLE_MONOCLE:BOOL=true +MONOCLE_CMAKE_OFF= -DENABLE_MONOCLE:BOOL=false +MONOCLE_LIB_DEPENDS= libdjvulibre.so:${PORTSDIR}/graphics/djvulibre \ + libpoppler-qt4.so:${PORTSDIR}/graphics/poppler-qt4 + +MUSICZOMBIE_DESC= MusicBrainz client plugin +MUSICZOMBIE_CMAKE_ON= -DENABLE_MUSICZOMBIE:BOOL=true +MUSICZOMBIE_CMAKE_OFF= -DENABLE_MUSICZOMBIE:BOOL=false +MUSICZOMBIE_LIB_DEPENDS=libchromaprint.so:${PORTSDIR}/audio/chromaprint \ + libavdevice.so:${PORTSDIR}/multimedia/ffmpeg + +NACHEKU_DESC= Monitors selected directory and clipboard for downloadable entities +NACHEKU_CMAKE_ON= -DENABLE_NACHEKU:BOOL=true +NACHEKU_CMAKE_OFF= -DENABLE_NACHEKU:BOOL=false + +NETSTOREMANAGER_DESC= Supporting and managing Internet data storages like Yandex.Disk +NETSTOREMANAGER_CMAKE_ON= -DENABLE_NETSTOREMANAGER:BOOL=true \ + -DENABLE_NETSTOREMANAGER_INOTIFY:BOOL=false +NETSTOREMANAGER_CMAKE_OFF= -DENABLE_NETSTOREMANAGER:BOOL=false +NETSTOREMANAGER_LIB_DEPENDS= libqjson.so:${PORTSDIR}/devel/qjson + +NETWORKMONITOR_DESC= NetworkMonitor watches HTTP requests in +NETWORKMONITOR_CMAKE_ON= -DENABLE_NETWORKMONITOR:BOOL=true +NETWORKMONITOR_CMAKE_OFF= -DENABLE_NETWORKMONITOR:BOOL=false + +NEWLIFE_DESC= New Life imports settings from various other applications +NEWLIFE_CMAKE_ON= -DENABLE_NEWLIFE:BOOL=true +NEWLIFE_CMAKE_OFF= -DENABLE_NEWLIFE:BOOL=false + +OORONEE_DESC= Quark handling text and images droppend onto it +OORONEE_CMAKE_ON= -DENABLE_OORONEE:BOOL=true +OORONEE_CMAKE_OFF= -DENABLE_OORONEE:BOOL=false + +OTLOZHU_DESC= (BROKEN) Otlozhu, a GTD-inspired ToDo manager +OTLOZHU_CMAKE_OFF= -DENABLE_OTLOZHU:BOOL=true +OTLOZHU_CMAKE_OFF= -DENABLE_OTLOZHU:BOOL=false + +PINTAB_DESC= Provides support for pinning tabs +PINTAB_CMAKE_ON= -DENABLE_PINTAB:BOOL=true +PINTAB_CMAKE_OFF= -DENABLE_PINTAB:BOOL=false + +POGOOGLUE_DESC= Provides searching with Google to other +POGOOGLUE_CMAKE_ON= -DENABLE_POGOOGLUE:BOOL=true +POGOOGLUE_CMAKE_OFF= -DENABLE_POGOOGLUE:BOOL=false + +POLEEMERY_DESC= Build Poleemery, the personal finances manager +POLEEMERY_CMAKE_ON= -DENABLE_POLEEMERY:BOOL=true +POLEEMERY_CMAKE_OFF= -DENABLE_POLEEMERY:BOOL=false + +POPISHU_DESC= Text editor with IDE features +POPISHU_CMAKE_ON= -DENABLE_POPISHU:BOOL=true +POPISHU_CMAKE_OFF= -DENABLE_POPISHU:BOOL=false +POPISHU_LIB_DEPENDS= libqscintilla2.so:${PORTSDIR}/devel/qscintilla2 + +POSHUKU_DESC= The full-featured web browser plugin +POSHUKU_CMAKE_ON= -DENABLE_POSHUKU:BOOL=true +POSHUKU_CMAKE_OFF= -DENABLE_POSHUKU:BOOL=false +POSHUKU_LIB_DEPENDS= libqjson.so:${PORTSDIR}/devel/qjson +POSHUKU_USE= qt4=webkit + +QROSP_DESC= Scrpting support for LeechCraft via Qross +QROSP_CMAKE_ON= -DENABLE_QROSP:BOOL=true +QROSP_CMAKE_OFF= -DENABLE_QROSP:BOOL=false +QROSP_LIB_DEPENDS= libqrosscore.so:${PORTSDIR}/devel/qross + +ROSENTHAL_DESC= Spellchecking support +ROSENTHAL_CMAKE_ON= -DENABLE_ROSENTHAL:BOOL=true +ROSENTHAL_CMAKE_OFF= -DENABLE_ROSENTHAL:BOOL=false +ROSENTHAL_LIB_DEPENDS= libhunspell-1.3.so:${PORTSDIR}/textproc/hunspell + +SB2_DESC= Sidebar for LeechCraft with combined launcher and tab switcher +SB2_CMAKE_ON= -DENABLE_SB2:BOOL=true +SB2_CMAKE_OFF= -DENABLE_SB2:BOOL=false + +SCROBLIBRE_DESC= Submissions API 1.2-compliant scrobbler for services like libre.fm +SCROBLIBRE_CMAKE_ON= -DENABLE_SCROBLIBRE:BOOL=true +SCROBLIBRE_CMAKE_OFF= -DENABLE_SCROBLIBRE:BOOL=false + +SECMAN_DESC= Security and personal data manager +SECMAN_CMAKE_ON= -DENABLE_SECMAN:BOOL=true +SECMAN_CMAKE_OFF= -DENABLE_SECMAN:BOOL=false + +#SEE AGAIN +SEEKTHRU_DESC= OpenSearch support +SEEKTHRU_CMAKE_ON= -DENABLE_SEEKTHRU:BOOL=true +SEEKTHRU_CMAKE_OFF= -DENABLE_SEEKTHRU:BOOL=false + +SUMMARY_DESC= Summary plugin +SUMMARY_CMAKE_ON= -DENABLE_SUMMARY:BOOL=true +SUMMARY_CMAKE_OFF= -DENABLE_SUMMARY:BOOL=false + +SYSNOTIFY_DESC= Notifications via system libnotify daemon +SYSNOTIFY_CMAKE_ON= -DENABLE_SYSNOTIFY:BOOL=true +SYSNOTIFY_CMAKE_OFF= -DENABLE_SYSNOTIFY:BOOL=false + +TABSESSMANAGER_DESC= Tab Session Manager +TABSESSMANAGER_CMAKE_ON= -DENABLE_TABSESSMANAGER:BOOL=true +TABSESSMANAGER_CMAKE_OFF= -DENABLE_TABSESSMANAGER:BOOL=false + +TABSLIST_DESC= Quick navigation between tabs +TABSLIST_CMAKE_ON= -DENABLE_TABSLIST:BOOL=true +TABSLIST_CMAKE_OFF= -DENABLE_TABSLIST:BOOL=false + +TEXTOGROOSE_DESC= Build Text-o-Groose, script-based lyrics fetcher +TEXTOGROOSE_CMAKE_ON= -DENABLE_TEXTOGROOSE:BOOL=true +TEXTOGROOSE_CMAKE_OFF= -DENABLE_TEXTOGROOSE:BOOL=false + +TOUCHSTREAMS_DESC= VKontakte music source plugin +TOUCHSTREAMS_CMAKE_ON= -DENABLE_TOUCHSTREAMS:BOOL=true +TOUCHSTREAMS_CMAKE_OFF= -DENABLE_TOUCHSTREAMS:BOOL=false + +TPI_DESC= Task progress indicator quark +TPI_CMAKE_ON= -DENABLE_TPI:BOOL=true +TPI_CMAKE_OFF= -DENABLE_TPI:BOOL=false + +VGRABBER_DESC= Vkontakte.ru music/video grabber +VGRABBER_CMAKE_ON= -DENABLE_VGRABBER:BOOL=true +VGRABBER_CMAKE_OFF= -DENABLE_VGRABBER:BOOL=false + +VROOBY_DESC= Vrooby, removable device manager +VROOBY_CMAKE_ON= -DENABLE_VROOBY:BOOL=true +VROOBY_CMAKE_OFF= -DENABLE_VROOBY:BOOL=false + +VTYULC_DESC= Build VtyuLC, the videoplayer plugin +VTYULC_CMAKE_ON= -DENABLE_VTYULC:BOOL=true +VTYULC_CMAKE_OFF= -DENABLE_VTYULC:BOOL=false +VTYULC_LIB_DEPENDS= libvlc.so:${PORTSDIR}/multimedia/vlc + +XPROXY_DESC= Provides advanced proxy support features +XPROXY_CMAKE_ON= -DENABLE_XPROXY:BOOL=true +XPROXY_CMAKE_OFF= -DENABLE_XPROXY:BOOL=false + +XTAZY_DESC= Fetches info about current tune and provides it to other plugins +XTAZY_CMAKE_ON= -DENABLE_XTAZY:BOOL=true +XTAZY_CMAKE_OFF= -DENABLE_XTAZY:BOOL=false + +OPTIONS_DEFAULT=AGGREGATOR ANHERO ANOTIFI AUSCRIE AZOTH BLASQ BLOGIQUE CERTMGR \ + CPULOAD CSTP DBUSMANAGER DEADLYRICS DOLOZHEE FENET GACTS GLANCE GNOTIFI \ + HARBINGER HISTORYHOLDER HOTSTREAMS HTTHARE IMGASTE KBSWITCH KINOTIFY \ + KNOWHOW KRIGSTASK LACKMAN LASTFMSCROBBLE LAUGHTY LAUNCHY LHTR LIZNOO \ + LMP MELLONETRAY MONOCLE MUSICZOMBIE NACHEKU NETSTOREMANAGER NETWORKMONITOR \ + NEWLIFE OORONEE PINTAB POGOOGLUE POLEEMERY POPISHU POSHUKU QROSP ROSENTHAL \ + SB2 SCROBLIBRE SECMAN SEEKTHRU SUMMARY SYSNOTIFY TABSESSMANAGER TABSLIST \ + TEXTOGROOSE TOUCHSTREAMS TPI VGRABBER VROOBY VTYULC XPROXY XTAZY + +.include <bsd.port.options.mk> + +.if ${PORT_OPTIONS:MELEEMINATOR} +BROKEN= Eleeminator has not supported yet (not ported qtermwidget) +.endif + +.if ${PORT_OPTIONS:MHOTSENSORS} +BROKEN= Hotsensors has not supported yet (depended by lm_sensosrs) +.endif + +.if ${PORT_OPTIONS:MDEVMON} +BROKEN= Devmon has not supported yet (depended by udev) +.endif + +.if ${PORT_OPTIONS:MLEMON} +BROKEN= Lemon has not supported yet because depended by libnl +.endif + +.if ${PORT_OPTIONS:MOTLOZHU} +BROKEN= Otlozhu has not supported yet (not ported liblaretz) +.endif + +.if ${OSVERSION} < 1000000 +PORT_OPTIONS:= ${PORT_OPTIONS:O:u} +PORT_OPTIONS:= ${PORT_OPTIONS:NBITTORRENT} +USE_GCC= 4.8+ +.endif + +.include <bsd.port.mk> diff --git a/x11/leechcraft/distinfo b/x11/leechcraft/distinfo new file mode 100644 index 000000000000..5cc62262245c --- /dev/null +++ b/x11/leechcraft/distinfo @@ -0,0 +1,2 @@ +SHA256 (leechcraft-0.6.65-1526-g7fdb92a.tar.xz) = 9575907e79c2dac4bd125edbb3527712ef625f8af63e411e8dee2df7afaf02f6 +SIZE (leechcraft-0.6.65-1526-g7fdb92a.tar.xz) = 5188996 diff --git a/x11/leechcraft/files/patch-CMakeLists.txt b/x11/leechcraft/files/patch-CMakeLists.txt new file mode 100644 index 000000000000..01d398ced134 --- /dev/null +++ b/x11/leechcraft/files/patch-CMakeLists.txt @@ -0,0 +1,10 @@ +--- ./CMakeLists.txt.orig 2014-07-03 17:34:52.000000000 +0400 ++++ ./CMakeLists.txt 2014-07-16 15:51:51.241009956 +0400 +@@ -40,7 +40,6 @@ + set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DQ_COMPILER_VARIADIC_TEMPLATES -DQ_COMPILER_AUTO_TYPE -DQ_COMPILER_EXTERN_TEMPLATES -DQ_COMPILER_DEFAULT_DELETE_MEMBERS -DQ_COMPILER_CLASS_ENUM -DQ_COMPILER_INITIALIZER_LISTS") + set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DQ_COMPILER_LAMBDA -DQ_COMPILER_UNICODE_STRINGS") + set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DQ_COMPILER_CONSTEXPR -DQ_COMPILER_AUTO_FUNCTION") +- set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-deprecated-register") + endif () + endif () + diff --git a/x11/leechcraft/files/patch-plugins__htthare__requesthandler.cpp b/x11/leechcraft/files/patch-plugins__htthare__requesthandler.cpp new file mode 100644 index 000000000000..d87c543dccad --- /dev/null +++ b/x11/leechcraft/files/patch-plugins__htthare__requesthandler.cpp @@ -0,0 +1,19 @@ +--- ./plugins/htthare/requesthandler.cpp.orig 2014-07-03 17:34:52.000000000 +0400 ++++ ./plugins/htthare/requesthandler.cpp 2014-07-16 15:51:51.242851048 +0400 +@@ -309,14 +309,12 @@ + const auto transferred = rc > 0 ? rc : 0; + const auto errCode = rc > 0 ? 0 : errno; + #elif defined (Q_OS_FREEBSD) +- auto transferred = toTransfer; ++ off_t transferred = toTransfer; + const auto rc = sendfile (File_->handle (), Sock_.native_handle (), + offset, toTransfer, nullptr, &transferred, 0); + if (rc == -1) +- { + transferred = 0; +- errCode = errno; +- } ++ const auto errCode = rc == -1 ? errno : 0; + #elif defined (Q_OS_MAC) + auto transferred = toTransfer; + auto errCode = sendfile (File_->handle (), diff --git a/x11/leechcraft/files/patch-plugins__lmp__plugins__fradj__eqbandwidget.cpp b/x11/leechcraft/files/patch-plugins__lmp__plugins__fradj__eqbandwidget.cpp new file mode 100644 index 000000000000..a3f7c1b2f1f9 --- /dev/null +++ b/x11/leechcraft/files/patch-plugins__lmp__plugins__fradj__eqbandwidget.cpp @@ -0,0 +1,11 @@ +--- ./plugins/lmp/plugins/fradj/eqbandwidget.cpp.orig 2014-07-16 15:52:17.270849299 +0400 ++++ ./plugins/lmp/plugins/fradj/eqbandwidget.cpp 2014-07-16 15:52:46.079846871 +0400 +@@ -98,7 +98,7 @@ + this, + SLOT (setGainBoxValue (int))); + +- Ui_.GainSlider_->setValue (std::round (value * SliderPrecision)); ++ Ui_.GainSlider_->setValue (round (value * SliderPrecision)); + + connect (Ui_.GainSlider_, + SIGNAL (valueChanged (int)), diff --git a/x11/leechcraft/pkg-descr b/x11/leechcraft/pkg-descr new file mode 100644 index 000000000000..5d1b36378f33 --- /dev/null +++ b/x11/leechcraft/pkg-descr @@ -0,0 +1,24 @@ +LeechCraft is a free open source cross-platform modular live environment. +It has modules for everything: + +* Full-featured web-browser with support for all major web-standards. +* Advanced multiprotocol modular IM client currently supporting XMPP (Jabber), +IRC, WLM/MSN, MRIM and quite a few other protocols and with a bunch of +features from metacontacts and Off-The-Record support to audio calls. +* Collection-oriented media player with a lot of features from gapless +playback and transcoding for removable devices to social features like +recommended artists and nearby events. +* Efficient and fast BitTorrent client with full support for the BitTorrent +protocol and all its widespread extensions and magnet links. +* Modular document viewer supporting PDF, DjVu, PostScript, MOBI and other +formats. +* RSS feed reader supporting common feed formats with extensions like MediaRSS +or GeoRSS as well as with extensive support for Broadcatching and podcasts and +their automatic retrieval. +* User-space package manager with its own repository of plugins, themes, icons +and much more. +* A bunch of Desktop Environment-enabling modules from window manager +controller to power manager, taskbar, tray and a customizable panel. +* The "Summary" tab that displays all your downloads, updates and statuses. + +WWW: http://leechcraft.org/ diff --git a/x11/leechcraft/pkg-plist b/x11/leechcraft/pkg-plist new file mode 100644 index 000000000000..c372aaf54b05 --- /dev/null +++ b/x11/leechcraft/pkg-plist @@ -0,0 +1,2201 @@ +%%QT_BINDIR%%/leechcraft +%%QT_BINDIR%%/leechcraft-add-file +%%QT_BINDIR%%/leechcraft-handle-file +include/leechcraft/config.h +include/leechcraft/interfaces/an/constants.h +include/leechcraft/interfaces/an/entityfields.h +include/leechcraft/interfaces/an/ianemitter.h +include/leechcraft/interfaces/an/ianrulesstorage.h +include/leechcraft/interfaces/core/icolorthememanager.h +include/leechcraft/interfaces/core/icoreproxy.h +include/leechcraft/interfaces/core/icoretabwidget.h +include/leechcraft/interfaces/core/ientitymanager.h +include/leechcraft/interfaces/core/ihookproxy.h +include/leechcraft/interfaces/core/iiconthememanager.h +include/leechcraft/interfaces/core/ipluginsmanager.h +include/leechcraft/interfaces/core/irootwindowsmanager.h +include/leechcraft/interfaces/core/itagsmanager.h +include/leechcraft/interfaces/data/iimgsource.h +include/leechcraft/interfaces/devices/deviceroles.h +include/leechcraft/interfaces/devices/devicetypes.h +include/leechcraft/interfaces/devices/iremovabledevmanager.h +include/leechcraft/interfaces/entitytesthandleresult.h +include/leechcraft/interfaces/iactionsexporter.h +include/leechcraft/interfaces/idatafilter.h +include/leechcraft/interfaces/idndtab.h +include/leechcraft/interfaces/idownload.h +include/leechcraft/interfaces/ientityhandler.h +include/leechcraft/interfaces/ifinder.h +include/leechcraft/interfaces/ihavediaginfo.h +include/leechcraft/interfaces/ihaverecoverabletabs.h +include/leechcraft/interfaces/ihavesettings.h +include/leechcraft/interfaces/ihaveshortcuts.h +include/leechcraft/interfaces/ihavetabs.h +include/leechcraft/interfaces/iimportexport.h +include/leechcraft/interfaces/iinfo.h +include/leechcraft/interfaces/ijobholder.h +include/leechcraft/interfaces/imediaplayer.h +include/leechcraft/interfaces/imwproxy.h +include/leechcraft/interfaces/iplugin2.h +include/leechcraft/interfaces/ipluginadaptor.h +include/leechcraft/interfaces/ipluginready.h +include/leechcraft/interfaces/iquarkcomponentprovider.h +include/leechcraft/interfaces/iscriptloader.h +include/leechcraft/interfaces/ispellcheckprovider.h +include/leechcraft/interfaces/istartupwizard.h +include/leechcraft/interfaces/isummaryrepresentation.h +include/leechcraft/interfaces/isyncable.h +include/leechcraft/interfaces/itaggablejobs.h +include/leechcraft/interfaces/itexteditor.h +include/leechcraft/interfaces/iwebbrowser.h +include/leechcraft/interfaces/iwebfilestorage.h +include/leechcraft/interfaces/media/audiostructs.h +include/leechcraft/interfaces/media/ialbumartprovider.h +include/leechcraft/interfaces/media/iartistbiofetcher.h +include/leechcraft/interfaces/media/iaudiopile.h +include/leechcraft/interfaces/media/iaudioscrobbler.h +include/leechcraft/interfaces/media/icurrentsongkeeper.h +include/leechcraft/interfaces/media/idiscographyprovider.h +include/leechcraft/interfaces/media/ieventsprovider.h +include/leechcraft/interfaces/media/ihypesprovider.h +include/leechcraft/interfaces/media/ilyricsfinder.h +include/leechcraft/interfaces/media/imodifiableradiostation.h +include/leechcraft/interfaces/media/ipendingsimilarartists.h +include/leechcraft/interfaces/media/iradiostation.h +include/leechcraft/interfaces/media/iradiostationprovider.h +include/leechcraft/interfaces/media/irecent%%CMAKE_BUILD_TYPE%%s.h +include/leechcraft/interfaces/media/irecommendedartists.h +include/leechcraft/interfaces/media/isimilarartists.h +include/leechcraft/interfaces/media/itagsfetcher.h +include/leechcraft/interfaces/structures.h +include/leechcraft/util/db/backendselector.h +include/leechcraft/util/db/dbconfig.h +include/leechcraft/util/db/dblock.h +include/leechcraft/util/db/ui_backendselector.h +include/leechcraft/util/exceptions.h +include/leechcraft/util/gui/autoresizemixin.h +include/leechcraft/util/gui/clearlineeditaddon.h +include/leechcraft/util/gui/colorbutton.h +include/leechcraft/util/gui/findnotification.h +include/leechcraft/util/gui/findnotificationwk.h +include/leechcraft/util/gui/flowlayout.h +include/leechcraft/util/gui/guiconfig.h +include/leechcraft/util/gui/lineeditbuttonmanager.h +include/leechcraft/util/gui/pagenotification.h +include/leechcraft/util/gui/selectablebrowser.h +include/leechcraft/util/gui/ui_findnotification.h +include/leechcraft/util/gui/unhoverdeletemixin.h +include/leechcraft/util/gui/util.h +include/leechcraft/util/idpool.h +include/leechcraft/util/models/flattenfiltermodel.h +include/leechcraft/util/models/flattofoldersproxymodel.h +include/leechcraft/util/models/mergemodel.h +include/leechcraft/util/models/modelitem.h +include/leechcraft/util/models/modeliterator.h +include/leechcraft/util/models/modelsconfig.h +include/leechcraft/util/models/treeitem.h +include/leechcraft/util/network/addresses.h +include/leechcraft/util/network/customcookiejar.h +include/leechcraft/util/network/customnetworkreply.h +include/leechcraft/util/network/networkconfig.h +include/leechcraft/util/network/networkdiskcache.h +include/leechcraft/util/network/socketerrorstrings.h +include/leechcraft/util/qml/colorthemeproxy.h +include/leechcraft/util/qml/plotitem.h +include/leechcraft/util/qml/qmlconfig.h +include/leechcraft/util/qml/settableiconprovider.h +include/leechcraft/util/qml/standardnamfactory.h +include/leechcraft/util/qml/themeimageprovider.h +include/leechcraft/util/qml/tooltipitem.h +include/leechcraft/util/qml/unhidelistmodel.h +include/leechcraft/util/qml/unhidelistviewbase.h +include/leechcraft/util/qml/widthiconprovider.h +include/leechcraft/util/shortcuts/shortcutmanager.h +include/leechcraft/util/shortcuts/shortcutsconfig.h +include/leechcraft/util/sll/assoccache.h +include/leechcraft/util/sll/delayedexecutor.h +include/leechcraft/util/sll/onetimerunner.h +include/leechcraft/util/sll/prelude.h +include/leechcraft/util/sll/queuemanager.h +include/leechcraft/util/sll/regexp.h +include/leechcraft/util/sll/sllconfig.h +include/leechcraft/util/sll/slotclosure.h +include/leechcraft/util/structuresops.h +include/leechcraft/util/svcauth/svcauthconfig.h +include/leechcraft/util/svcauth/ui_vkcaptchadialog.h +include/leechcraft/util/svcauth/vkauthmanager.h +include/leechcraft/util/svcauth/vkcaptchadialog.h +include/leechcraft/util/sys/extensionsdata.h +include/leechcraft/util/sys/extensionsdataimpl.h +include/leechcraft/util/sys/fileremoveguard.h +include/leechcraft/util/sys/mimedetector.h +include/leechcraft/util/sys/paths.h +include/leechcraft/util/sys/resourceloader.h +include/leechcraft/util/sys/sysconfig.h +include/leechcraft/util/sys/sysinfo.h +include/leechcraft/util/tags/categoryselector.h +include/leechcraft/util/tags/tagscompleter.h +include/leechcraft/util/tags/tagscompletionmodel.h +include/leechcraft/util/tags/tagsconfig.h +include/leechcraft/util/tags/tagsfiltermodel.h +include/leechcraft/util/tags/tagslineedit.h +include/leechcraft/util/tags/ui_categoryselector.h +include/leechcraft/util/util.h +include/leechcraft/util/utilconfig.h +include/leechcraft/util/x11/winflags.h +include/leechcraft/util/x11/x11config.h +include/leechcraft/util/x11/xwrapper.h +include/leechcraft/util/xdg/desktopparser.h +include/leechcraft/util/xdg/item.h +include/leechcraft/util/xdg/itemsdatabase.h +include/leechcraft/util/xdg/itemsfinder.h +include/leechcraft/util/xdg/itemtypes.h +include/leechcraft/util/xdg/xdg.h +include/leechcraft/util/xdg/xdgconfig.h +include/leechcraft/util/xdg/xdgfwd.h +include/leechcraft/util/xpc/basehookinterconnector.h +include/leechcraft/util/xpc/defaulthookproxy.h +include/leechcraft/util/xpc/notificationactionhandler.h +include/leechcraft/util/xpc/passutils.h +include/leechcraft/util/xpc/stdanfields.h +include/leechcraft/util/xpc/stddatafiltermenucreator.h +include/leechcraft/util/xpc/util.h +include/leechcraft/util/xpc/xpcconfig.h +include/leechcraft/util/xsd/addressesmodelmanager.h +include/leechcraft/util/xsd/util.h +include/leechcraft/util/xsd/xsdconfig.h +include/leechcraft/xmlsettingsdialog/basesettingsmanager.h +include/leechcraft/xmlsettingsdialog/datasourceroles.h +include/leechcraft/xmlsettingsdialog/xmlsettingsdialog.h +include/leechcraft/xmlsettingsdialog/xsdconfig.h +lib/libleechcraft-util-db.so +lib/libleechcraft-util-db.so.0.6.70 +lib/libleechcraft-util-gui.so +lib/libleechcraft-util-gui.so.0.6.70 +lib/libleechcraft-util-models.so +lib/libleechcraft-util-models.so.0.6.70 +lib/libleechcraft-util-network.so +lib/libleechcraft-util-network.so.0.6.70 +lib/libleechcraft-util-qml.so +lib/libleechcraft-util-qml.so.0.6.70 +lib/libleechcraft-util-shortcuts.so +lib/libleechcraft-util-shortcuts.so.0.6.70 +lib/libleechcraft-util-sll.so +lib/libleechcraft-util-sll.so.0.6.70 +lib/libleechcraft-util-svcauth.so +lib/libleechcraft-util-svcauth.so.0.6.70 +lib/libleechcraft-util-sys.so +lib/libleechcraft-util-sys.so.0.6.70 +lib/libleechcraft-util-tags.so +lib/libleechcraft-util-tags.so.0.6.70 +lib/libleechcraft-util-x11.so +lib/libleechcraft-util-x11.so.0.6.70 +lib/libleechcraft-util-xdg.so +lib/libleechcraft-util-xdg.so.0.6.70 +lib/libleechcraft-util-xpc.so +lib/libleechcraft-util-xpc.so.0.6.70 +lib/libleechcraft-util-xsd.so +lib/libleechcraft-util-xsd.so.0.6.70 +lib/libleechcraft-util.so +lib/libleechcraft-util.so.0.6.70 +lib/libleechcraft-xsd.so +lib/libleechcraft-xsd.so.0.3.0 +share/applications/leechcraft.desktop +share/cmake/Modules/InitLCPlugin.cmake +share/icons/hicolor/128x128/apps/leechcraft_main.png +share/icons/hicolor/14x14/apps/leechcraft_main.png +share/icons/hicolor/16x16/apps/leechcraft_main.png +share/icons/hicolor/192x192/apps/leechcraft_main.png +share/icons/hicolor/22x22/apps/leechcraft_main.png +share/icons/hicolor/24x24/apps/leechcraft_main.png +share/icons/hicolor/32x32/apps/leechcraft_main.png +share/icons/hicolor/36x36/apps/leechcraft_main.png +share/icons/hicolor/48x48/apps/leechcraft_main.png +share/icons/hicolor/64x64/apps/leechcraft_main.png +share/icons/hicolor/72x72/apps/leechcraft_main.png +share/icons/hicolor/96x96/apps/leechcraft_main.png +%%DATADIR%%/cmake/FindLeechCraft.cmake +%%DATADIR%%/cmake/FindQwt.cmake +%%DATADIR%%/cmake/FindVMime.cmake +%%DATADIR%%/cmake/FindWt.cmake +%%DATADIR%%/cmake/LibHelperWin32Macros.cmake +%%DATADIR%%/global_icons/flags/ad.png +%%DATADIR%%/global_icons/flags/ae.png +%%DATADIR%%/global_icons/flags/af.png +%%DATADIR%%/global_icons/flags/ag.png +%%DATADIR%%/global_icons/flags/ai.png +%%DATADIR%%/global_icons/flags/al.png +%%DATADIR%%/global_icons/flags/am.png +%%DATADIR%%/global_icons/flags/an.png +%%DATADIR%%/global_icons/flags/ao.png +%%DATADIR%%/global_icons/flags/ar.png +%%DATADIR%%/global_icons/flags/as.png +%%DATADIR%%/global_icons/flags/at.png +%%DATADIR%%/global_icons/flags/au.png +%%DATADIR%%/global_icons/flags/aw.png +%%DATADIR%%/global_icons/flags/ax.png +%%DATADIR%%/global_icons/flags/az.png +%%DATADIR%%/global_icons/flags/ba.png +%%DATADIR%%/global_icons/flags/bb.png +%%DATADIR%%/global_icons/flags/bd.png +%%DATADIR%%/global_icons/flags/be.png +%%DATADIR%%/global_icons/flags/bf.png +%%DATADIR%%/global_icons/flags/bg.png +%%DATADIR%%/global_icons/flags/bh.png +%%DATADIR%%/global_icons/flags/bi.png +%%DATADIR%%/global_icons/flags/bj.png +%%DATADIR%%/global_icons/flags/bm.png +%%DATADIR%%/global_icons/flags/bn.png +%%DATADIR%%/global_icons/flags/bo.png +%%DATADIR%%/global_icons/flags/br.png +%%DATADIR%%/global_icons/flags/bs.png +%%DATADIR%%/global_icons/flags/bt.png +%%DATADIR%%/global_icons/flags/bv.png +%%DATADIR%%/global_icons/flags/bw.png +%%DATADIR%%/global_icons/flags/by.png +%%DATADIR%%/global_icons/flags/bz.png +%%DATADIR%%/global_icons/flags/ca.png +%%DATADIR%%/global_icons/flags/cc.png +%%DATADIR%%/global_icons/flags/cd.png +%%DATADIR%%/global_icons/flags/cf.png +%%DATADIR%%/global_icons/flags/cg.png +%%DATADIR%%/global_icons/flags/ch.png +%%DATADIR%%/global_icons/flags/ci.png +%%DATADIR%%/global_icons/flags/ck.png +%%DATADIR%%/global_icons/flags/cl.png +%%DATADIR%%/global_icons/flags/cm.png +%%DATADIR%%/global_icons/flags/cn.png +%%DATADIR%%/global_icons/flags/co.png +%%DATADIR%%/global_icons/flags/cr.png +%%DATADIR%%/global_icons/flags/cs.png +%%DATADIR%%/global_icons/flags/cu.png +%%DATADIR%%/global_icons/flags/cv.png +%%DATADIR%%/global_icons/flags/cx.png +%%DATADIR%%/global_icons/flags/cy.png +%%DATADIR%%/global_icons/flags/cz.png +%%DATADIR%%/global_icons/flags/de.png +%%DATADIR%%/global_icons/flags/dj.png +%%DATADIR%%/global_icons/flags/dk.png +%%DATADIR%%/global_icons/flags/dm.png +%%DATADIR%%/global_icons/flags/do.png +%%DATADIR%%/global_icons/flags/dz.png +%%DATADIR%%/global_icons/flags/ec.png +%%DATADIR%%/global_icons/flags/ee.png +%%DATADIR%%/global_icons/flags/eg.png +%%DATADIR%%/global_icons/flags/eh.png +%%DATADIR%%/global_icons/flags/er.png +%%DATADIR%%/global_icons/flags/es.png +%%DATADIR%%/global_icons/flags/et.png +%%DATADIR%%/global_icons/flags/fi.png +%%DATADIR%%/global_icons/flags/fj.png +%%DATADIR%%/global_icons/flags/fk.png +%%DATADIR%%/global_icons/flags/fm.png +%%DATADIR%%/global_icons/flags/fo.png +%%DATADIR%%/global_icons/flags/fr.png +%%DATADIR%%/global_icons/flags/ga.png +%%DATADIR%%/global_icons/flags/gb.png +%%DATADIR%%/global_icons/flags/gd.png +%%DATADIR%%/global_icons/flags/ge.png +%%DATADIR%%/global_icons/flags/gf.png +%%DATADIR%%/global_icons/flags/gh.png +%%DATADIR%%/global_icons/flags/gi.png +%%DATADIR%%/global_icons/flags/gl.png +%%DATADIR%%/global_icons/flags/gm.png +%%DATADIR%%/global_icons/flags/gn.png +%%DATADIR%%/global_icons/flags/gp.png +%%DATADIR%%/global_icons/flags/gq.png +%%DATADIR%%/global_icons/flags/gr.png +%%DATADIR%%/global_icons/flags/gs.png +%%DATADIR%%/global_icons/flags/gt.png +%%DATADIR%%/global_icons/flags/gu.png +%%DATADIR%%/global_icons/flags/gw.png +%%DATADIR%%/global_icons/flags/gy.png +%%DATADIR%%/global_icons/flags/hk.png +%%DATADIR%%/global_icons/flags/hm.png +%%DATADIR%%/global_icons/flags/hn.png +%%DATADIR%%/global_icons/flags/hr.png +%%DATADIR%%/global_icons/flags/ht.png +%%DATADIR%%/global_icons/flags/hu.png +%%DATADIR%%/global_icons/flags/icons-set-readme.txt +%%DATADIR%%/global_icons/flags/id.png +%%DATADIR%%/global_icons/flags/ie.png +%%DATADIR%%/global_icons/flags/il.png +%%DATADIR%%/global_icons/flags/in.png +%%DATADIR%%/global_icons/flags/io.png +%%DATADIR%%/global_icons/flags/iq.png +%%DATADIR%%/global_icons/flags/ir.png +%%DATADIR%%/global_icons/flags/is.png +%%DATADIR%%/global_icons/flags/it.png +%%DATADIR%%/global_icons/flags/jm.png +%%DATADIR%%/global_icons/flags/jo.png +%%DATADIR%%/global_icons/flags/jp.png +%%DATADIR%%/global_icons/flags/ke.png +%%DATADIR%%/global_icons/flags/kg.png +%%DATADIR%%/global_icons/flags/kh.png +%%DATADIR%%/global_icons/flags/ki.png +%%DATADIR%%/global_icons/flags/km.png +%%DATADIR%%/global_icons/flags/kn.png +%%DATADIR%%/global_icons/flags/kp.png +%%DATADIR%%/global_icons/flags/kr.png +%%DATADIR%%/global_icons/flags/kw.png +%%DATADIR%%/global_icons/flags/ky.png +%%DATADIR%%/global_icons/flags/kz.png +%%DATADIR%%/global_icons/flags/la.png +%%DATADIR%%/global_icons/flags/lb.png +%%DATADIR%%/global_icons/flags/lc.png +%%DATADIR%%/global_icons/flags/li.png +%%DATADIR%%/global_icons/flags/lk.png +%%DATADIR%%/global_icons/flags/lr.png +%%DATADIR%%/global_icons/flags/ls.png +%%DATADIR%%/global_icons/flags/lt.png +%%DATADIR%%/global_icons/flags/lu.png +%%DATADIR%%/global_icons/flags/lv.png +%%DATADIR%%/global_icons/flags/ly.png +%%DATADIR%%/global_icons/flags/ma.png +%%DATADIR%%/global_icons/flags/mc.png +%%DATADIR%%/global_icons/flags/md.png +%%DATADIR%%/global_icons/flags/me.png +%%DATADIR%%/global_icons/flags/mg.png +%%DATADIR%%/global_icons/flags/mh.png +%%DATADIR%%/global_icons/flags/mk.png +%%DATADIR%%/global_icons/flags/ml.png +%%DATADIR%%/global_icons/flags/mm.png +%%DATADIR%%/global_icons/flags/mn.png +%%DATADIR%%/global_icons/flags/mo.png +%%DATADIR%%/global_icons/flags/mp.png +%%DATADIR%%/global_icons/flags/mq.png +%%DATADIR%%/global_icons/flags/mr.png +%%DATADIR%%/global_icons/flags/ms.png +%%DATADIR%%/global_icons/flags/mt.png +%%DATADIR%%/global_icons/flags/mu.png +%%DATADIR%%/global_icons/flags/mv.png +%%DATADIR%%/global_icons/flags/mw.png +%%DATADIR%%/global_icons/flags/mx.png +%%DATADIR%%/global_icons/flags/my.png +%%DATADIR%%/global_icons/flags/mz.png +%%DATADIR%%/global_icons/flags/na.png +%%DATADIR%%/global_icons/flags/nc.png +%%DATADIR%%/global_icons/flags/ne.png +%%DATADIR%%/global_icons/flags/nf.png +%%DATADIR%%/global_icons/flags/ng.png +%%DATADIR%%/global_icons/flags/ni.png +%%DATADIR%%/global_icons/flags/nl.png +%%DATADIR%%/global_icons/flags/no.png +%%DATADIR%%/global_icons/flags/np.png +%%DATADIR%%/global_icons/flags/nr.png +%%DATADIR%%/global_icons/flags/nu.png +%%DATADIR%%/global_icons/flags/nz.png +%%DATADIR%%/global_icons/flags/om.png +%%DATADIR%%/global_icons/flags/pa.png +%%DATADIR%%/global_icons/flags/pe.png +%%DATADIR%%/global_icons/flags/pf.png +%%DATADIR%%/global_icons/flags/pg.png +%%DATADIR%%/global_icons/flags/ph.png +%%DATADIR%%/global_icons/flags/pk.png +%%DATADIR%%/global_icons/flags/pl.png +%%DATADIR%%/global_icons/flags/pm.png +%%DATADIR%%/global_icons/flags/pn.png +%%DATADIR%%/global_icons/flags/pr.png +%%DATADIR%%/global_icons/flags/ps.png +%%DATADIR%%/global_icons/flags/pt.png +%%DATADIR%%/global_icons/flags/pw.png +%%DATADIR%%/global_icons/flags/py.png +%%DATADIR%%/global_icons/flags/qa.png +%%DATADIR%%/global_icons/flags/re.png +%%DATADIR%%/global_icons/flags/ro.png +%%DATADIR%%/global_icons/flags/rs.png +%%DATADIR%%/global_icons/flags/ru.png +%%DATADIR%%/global_icons/flags/rw.png +%%DATADIR%%/global_icons/flags/sa.png +%%DATADIR%%/global_icons/flags/sb.png +%%DATADIR%%/global_icons/flags/sc.png +%%DATADIR%%/global_icons/flags/sd.png +%%DATADIR%%/global_icons/flags/se.png +%%DATADIR%%/global_icons/flags/sg.png +%%DATADIR%%/global_icons/flags/sh.png +%%DATADIR%%/global_icons/flags/si.png +%%DATADIR%%/global_icons/flags/sj.png +%%DATADIR%%/global_icons/flags/sk.png +%%DATADIR%%/global_icons/flags/sl.png +%%DATADIR%%/global_icons/flags/sm.png +%%DATADIR%%/global_icons/flags/sn.png +%%DATADIR%%/global_icons/flags/so.png +%%DATADIR%%/global_icons/flags/sr.png +%%DATADIR%%/global_icons/flags/st.png +%%DATADIR%%/global_icons/flags/sv.png +%%DATADIR%%/global_icons/flags/sy.png +%%DATADIR%%/global_icons/flags/sz.png +%%DATADIR%%/global_icons/flags/tc.png +%%DATADIR%%/global_icons/flags/td.png +%%DATADIR%%/global_icons/flags/tf.png +%%DATADIR%%/global_icons/flags/tg.png +%%DATADIR%%/global_icons/flags/th.png +%%DATADIR%%/global_icons/flags/tj.png +%%DATADIR%%/global_icons/flags/tk.png +%%DATADIR%%/global_icons/flags/tl.png +%%DATADIR%%/global_icons/flags/tm.png +%%DATADIR%%/global_icons/flags/tn.png +%%DATADIR%%/global_icons/flags/to.png +%%DATADIR%%/global_icons/flags/tr.png +%%DATADIR%%/global_icons/flags/tt.png +%%DATADIR%%/global_icons/flags/tv.png +%%DATADIR%%/global_icons/flags/tw.png +%%DATADIR%%/global_icons/flags/tz.png +%%DATADIR%%/global_icons/flags/ua.png +%%DATADIR%%/global_icons/flags/ug.png +%%DATADIR%%/global_icons/flags/um.png +%%DATADIR%%/global_icons/flags/us.png +%%DATADIR%%/global_icons/flags/uy.png +%%DATADIR%%/global_icons/flags/uz.png +%%DATADIR%%/global_icons/flags/va.png +%%DATADIR%%/global_icons/flags/vc.png +%%DATADIR%%/global_icons/flags/ve.png +%%DATADIR%%/global_icons/flags/vg.png +%%DATADIR%%/global_icons/flags/vi.png +%%DATADIR%%/global_icons/flags/vn.png +%%DATADIR%%/global_icons/flags/vu.png +%%DATADIR%%/global_icons/flags/wf.png +%%DATADIR%%/global_icons/flags/ws.png +%%DATADIR%%/global_icons/flags/ye.png +%%DATADIR%%/global_icons/flags/yt.png +%%DATADIR%%/global_icons/flags/za.png +%%DATADIR%%/global_icons/flags/zm.png +%%DATADIR%%/global_icons/flags/zw.png +%%DATADIR%%/qml/common/UnhideListView.qml +%%DATADIR%%/qml/org/LC/common/ActionButton.qml +%%DATADIR%%/qml/org/LC/common/Common.qml +%%DATADIR%%/qml/org/LC/common/ProgressBar.qml +%%DATADIR%%/qml/org/LC/common/TimedHoverArea.qml +%%DATADIR%%/qml/org/LC/common/qmldir +%%DATADIR%%/settings/coresettings.xml +%%DATADIR%%/themes/Blue Silence/colors.rc +%%DATADIR%%/themes/Blue Silence/qml.rc +%%DATADIR%%/themes/Wonton Soup Cyan/colors.rc +%%DATADIR%%/themes/Wonton Soup Cyan/qml.rc +%%DATADIR%%/themes/Zion Reversed/colors.rc +%%DATADIR%%/themes/Zion Reversed/qml.rc +%%DATADIR%%/themes/crafty/colors.rc +%%DATADIR%%/themes/crafty/qml.rc +%%DATADIR%%/themes/default/qml.rc +%%DATADIR%%/themes/pendruk/colors.rc +%%DATADIR%%/themes/pendruk/qml.rc +%%DATADIR%%/translations/leechcraft_ar.qm +%%DATADIR%%/translations/leechcraft_be.qm +%%DATADIR%%/translations/leechcraft_de.qm +%%DATADIR%%/translations/leechcraft_en.qm +%%DATADIR%%/translations/leechcraft_eo.qm +%%DATADIR%%/translations/leechcraft_es.qm +%%DATADIR%%/translations/leechcraft_fr.qm +%%DATADIR%%/translations/leechcraft_it.qm +%%DATADIR%%/translations/leechcraft_pl.qm +%%DATADIR%%/translations/leechcraft_ru_RU.qm +%%DATADIR%%/translations/leechcraft_tr.qm +%%DATADIR%%/translations/leechcraft_tt.qm +%%DATADIR%%/translations/leechcraft_uk_UA.qm +share/man/man1/leechcraft-add-file.1.gz +share/man/man1/leechcraft-handle-file.1.gz +share/man/man1/leechcraft.1.gz +%%AGGREGATOR%%lib/leechcraft/plugins/libleechcraft_aggregator.so +%%AGGREGATOR%%lib/leechcraft/plugins/libleechcraft_aggregator_bodyfetch.so +%%AGGREGATOR%%%%DATADIR%%/scripts/aggregator/recipes/qtscript/3dnews.ru.js +%%AGGREGATOR%%%%DATADIR%%/scripts/aggregator/recipes/qtscript/habrahabr.js +%%AGGREGATOR%%%%DATADIR%%/scripts/aggregator/recipes/qtscript/ixbt.com.js +%%AGGREGATOR%%%%DATADIR%%/scripts/aggregator/recipes/qtscript/membrana.ru.js +%%AGGREGATOR%%%%DATADIR%%/scripts/aggregator/recipes/qtscript/opennet.ru.js +%%AGGREGATOR%%%%DATADIR%%/settings/aggregatorsettings.xml +%%AGGREGATOR%%%%DATADIR%%/translations/leechcraft_aggregator_ar.qm +%%AGGREGATOR%%%%DATADIR%%/translations/leechcraft_aggregator_de.qm +%%AGGREGATOR%%%%DATADIR%%/translations/leechcraft_aggregator_en.qm +%%AGGREGATOR%%%%DATADIR%%/translations/leechcraft_aggregator_eo.qm +%%AGGREGATOR%%%%DATADIR%%/translations/leechcraft_aggregator_es.qm +%%AGGREGATOR%%%%DATADIR%%/translations/leechcraft_aggregator_fr.qm +%%AGGREGATOR%%%%DATADIR%%/translations/leechcraft_aggregator_it.qm +%%AGGREGATOR%%%%DATADIR%%/translations/leechcraft_aggregator_oc.qm +%%AGGREGATOR%%%%DATADIR%%/translations/leechcraft_aggregator_pl.qm +%%AGGREGATOR%%%%DATADIR%%/translations/leechcraft_aggregator_ru_RU.qm +%%AGGREGATOR%%%%DATADIR%%/translations/leechcraft_aggregator_uk_UA.qm +%%AGGREGATOR%%@dirrm %%DATADIR%%/scripts/aggregator/recipes/qtscript +%%AGGREGATOR%%@dirrm %%DATADIR%%/scripts/aggregator/recipes +%%AGGREGATOR%%@dirrm %%DATADIR%%/scripts/aggregator +%%AGGREGATOR%%@dirrm %%DATADIR%%/scripts +%%ANHERO%%%%QT_BINDIR%%/lc_anhero_crashprocess +%%ANHERO%%lib/leechcraft/plugins/libleechcraft_anhero.so +%%ANHERO%%%%DATADIR%%/translations/leechcraft_anhero_ar.qm +%%ANHERO%%%%DATADIR%%/translations/leechcraft_anhero_de.qm +%%ANHERO%%%%DATADIR%%/translations/leechcraft_anhero_en.qm +%%ANHERO%%%%DATADIR%%/translations/leechcraft_anhero_es.qm +%%ANHERO%%%%DATADIR%%/translations/leechcraft_anhero_fr.qm +%%ANHERO%%%%DATADIR%%/translations/leechcraft_anhero_it.qm +%%ANHERO%%%%DATADIR%%/translations/leechcraft_anhero_oc.qm +%%ANHERO%%%%DATADIR%%/translations/leechcraft_anhero_ru_RU.qm +%%ANHERO%%%%DATADIR%%/translations/leechcraft_anhero_uk_UA.qm +%%ANHERO%%share/man/man1/lc_anhero_crashprocess.1.gz +%%ANOTIFI%%lib/leechcraft/plugins/libleechcraft_advancednotifications.so +%%ANOTIFI%%%%DATADIR%%/qml/advancednotifications/ANQuark.qml +%%ANOTIFI%%%%DATADIR%%/qml/advancednotifications/ANQuark.qml.manifest +%%ANOTIFI%%%%DATADIR%%/qml/advancednotifications/RulesListView.qml +%%ANOTIFI%%%%DATADIR%%/qml/advancednotifications/TextButton.qml +%%ANOTIFI%%%%DATADIR%%/qml/advancednotifications/visualnotificationsview.qml +%%ANOTIFI%%%%DATADIR%%/settings/advancednotificationssettings.xml +%%ANOTIFI%%%%DATADIR%%/sounds/oxygen/error.ogg +%%ANOTIFI%%%%DATADIR%%/sounds/oxygen/im-attention.ogg +%%ANOTIFI%%%%DATADIR%%/sounds/oxygen/im-auth-requested.ogg +%%ANOTIFI%%%%DATADIR%%/sounds/oxygen/im-contact-in.ogg +%%ANOTIFI%%%%DATADIR%%/sounds/oxygen/im-contact-out.ogg +%%ANOTIFI%%%%DATADIR%%/sounds/oxygen/im-incoming-message.ogg +%%ANOTIFI%%%%DATADIR%%/sounds/oxygen/im-muc-highlight.ogg +%%ANOTIFI%%%%DATADIR%%/sounds/oxygen/org-event-due.ogg +%%ANOTIFI%%%%DATADIR%%/sounds/oxygen/success.ogg +%%ANOTIFI%%%%DATADIR%%/translations/leechcraft_advancednotifications_en.qm +%%ANOTIFI%%%%DATADIR%%/translations/leechcraft_advancednotifications_es.qm +%%ANOTIFI%%%%DATADIR%%/translations/leechcraft_advancednotifications_ru_RU.qm +%%ANOTIFI%%%%DATADIR%%/translations/leechcraft_advancednotifications_uk_UA.qm +%%ANOTIFI%%@dirrm %%DATADIR%%/qml/advancednotifications +%%ANOTIFI%%@dirrm %%DATADIR%%/sounds/oxygen +%%ANOTIFI%%@dirrm %%DATADIR%%/sounds +%%AUSCRIE%%lib/leechcraft/plugins/libleechcraft_auscrie.so +%%AUSCRIE%%%%DATADIR%%/translations/leechcraft_auscrie_de.qm +%%AUSCRIE%%%%DATADIR%%/translations/leechcraft_auscrie_en.qm +%%AUSCRIE%%%%DATADIR%%/translations/leechcraft_auscrie_es.qm +%%AUSCRIE%%%%DATADIR%%/translations/leechcraft_auscrie_fr.qm +%%AUSCRIE%%%%DATADIR%%/translations/leechcraft_auscrie_it.qm +%%AUSCRIE%%%%DATADIR%%/translations/leechcraft_auscrie_oc.qm +%%AUSCRIE%%%%DATADIR%%/translations/leechcraft_auscrie_ru_RU.qm +%%AUSCRIE%%%%DATADIR%%/translations/leechcraft_auscrie_uk_UA.qm +%%AZOTH%%include/leechcraft/interfaces/azoth/azothcommon.h +%%AZOTH%%include/leechcraft/interfaces/azoth/azothutil.h +%%AZOTH%%include/leechcraft/interfaces/azoth/iaccount.h +%%AZOTH%%include/leechcraft/interfaces/azoth/iadvancedclentry.h +%%AZOTH%%include/leechcraft/interfaces/azoth/iadvancedmessage.h +%%AZOTH%%include/leechcraft/interfaces/azoth/iauthable.h +%%AZOTH%%include/leechcraft/interfaces/azoth/ichatstyleresourcesource.h +%%AZOTH%%include/leechcraft/interfaces/azoth/iclentry.h +%%AZOTH%%include/leechcraft/interfaces/azoth/iconfigurablemuc.h +%%AZOTH%%include/leechcraft/interfaces/azoth/iextselfinfoaccount.h +%%AZOTH%%include/leechcraft/interfaces/azoth/ihaveconsole.h +%%AZOTH%%include/leechcraft/interfaces/azoth/ihavedirectedstatus.h +%%AZOTH%%include/leechcraft/interfaces/azoth/ihaveentitytime.h +%%AZOTH%%include/leechcraft/interfaces/azoth/ihavemicroblogs.h +%%AZOTH%%include/leechcraft/interfaces/azoth/ihavesearch.h +%%AZOTH%%include/leechcraft/interfaces/azoth/ihaveserverhistory.h +%%AZOTH%%include/leechcraft/interfaces/azoth/ihaveservicediscovery.h +%%AZOTH%%include/leechcraft/interfaces/azoth/ihistoryplugin.h +%%AZOTH%%include/leechcraft/interfaces/azoth/ilastactivityprovider.h +%%AZOTH%%include/leechcraft/interfaces/azoth/imediacall.h +%%AZOTH%%include/leechcraft/interfaces/azoth/imessage.h +%%AZOTH%%include/leechcraft/interfaces/azoth/imetainfoentry.h +%%AZOTH%%include/leechcraft/interfaces/azoth/imucbookmarkeditorwidget.h +%%AZOTH%%include/leechcraft/interfaces/azoth/imucentry.h +%%AZOTH%%include/leechcraft/interfaces/azoth/imucjoinwidget.h +%%AZOTH%%include/leechcraft/interfaces/azoth/imucperms.h +%%AZOTH%%include/leechcraft/interfaces/azoth/iprotocol.h +%%AZOTH%%include/leechcraft/interfaces/azoth/iprotocolplugin.h +%%AZOTH%%include/leechcraft/interfaces/azoth/iproxyobject.h +%%AZOTH%%include/leechcraft/interfaces/azoth/iregmanagedaccount.h +%%AZOTH%%include/leechcraft/interfaces/azoth/iresourceplugin.h +%%AZOTH%%include/leechcraft/interfaces/azoth/irichtextmessage.h +%%AZOTH%%include/leechcraft/interfaces/azoth/isupportactivity.h +%%AZOTH%%include/leechcraft/interfaces/azoth/isupportbookmarks.h +%%AZOTH%%include/leechcraft/interfaces/azoth/isupportgeolocation.h +%%AZOTH%%include/leechcraft/interfaces/azoth/isupportimport.h +%%AZOTH%%include/leechcraft/interfaces/azoth/isupportmediacalls.h +%%AZOTH%%include/leechcraft/interfaces/azoth/isupportmicroblogs.h +%%AZOTH%%include/leechcraft/interfaces/azoth/isupportmood.h +%%AZOTH%%include/leechcraft/interfaces/azoth/isupportnonroster.h +%%AZOTH%%include/leechcraft/interfaces/azoth/isupportpgp.h +%%AZOTH%%include/leechcraft/interfaces/azoth/isupportriex.h +%%AZOTH%%include/leechcraft/interfaces/azoth/isupporttune.h +%%AZOTH%%include/leechcraft/interfaces/azoth/itransfermanager.h +%%AZOTH%%include/leechcraft/interfaces/azoth/iupdatablechatentry.h +%%AZOTH%%include/leechcraft/interfaces/azoth/iurihandler.h +%%AZOTH%%include/leechcraft/interfaces/azoth/messagebase.h +%%AZOTH%%lib/leechcraft/plugins/libleechcraft_azoth.so +%%AZOTH%%lib/leechcraft/plugins/libleechcraft_azoth_acetamide.so +%%AZOTH%%lib/leechcraft/plugins/libleechcraft_azoth_adiumstyles.so +%%AZOTH%%lib/leechcraft/plugins/libleechcraft_azoth_autoidler.so +%%AZOTH%%lib/leechcraft/plugins/libleechcraft_azoth_autopaste.so +%%AZOTH%%lib/leechcraft/plugins/libleechcraft_azoth_birthdaynotifier.so +%%AZOTH%%lib/leechcraft/plugins/libleechcraft_azoth_chathistory.so +%%AZOTH%%lib/leechcraft/plugins/libleechcraft_azoth_depester.so +%%AZOTH%%lib/leechcraft/plugins/libleechcraft_azoth_embedmedia.so +%%AZOTH%%lib/leechcraft/plugins/libleechcraft_azoth_herbicide.so +%%AZOTH%%lib/leechcraft/plugins/libleechcraft_azoth_hili.so +%%AZOTH%%lib/leechcraft/plugins/libleechcraft_azoth_isterique.so +%%AZOTH%%lib/leechcraft/plugins/libleechcraft_azoth_juick.so +%%AZOTH%%lib/leechcraft/plugins/libleechcraft_azoth_keeso.so +%%AZOTH%%lib/leechcraft/plugins/libleechcraft_azoth_lastseen.so +%%AZOTH%%lib/leechcraft/plugins/libleechcraft_azoth_metacontacts.so +%%AZOTH%%lib/leechcraft/plugins/libleechcraft_azoth_modnok.so +%%AZOTH%%lib/leechcraft/plugins/libleechcraft_azoth_murm.so +%%AZOTH%%lib/leechcraft/plugins/libleechcraft_azoth_nativeemoticons.so +%%AZOTH%%lib/leechcraft/plugins/libleechcraft_azoth_otroid.so +%%AZOTH%%lib/leechcraft/plugins/libleechcraft_azoth_rosenthal.so +%%AZOTH%%lib/leechcraft/plugins/libleechcraft_azoth_shx.so +%%AZOTH%%lib/leechcraft/plugins/libleechcraft_azoth_standardstyles.so +%%AZOTH%%lib/leechcraft/plugins/libleechcraft_azoth_vader.so +%%AZOTH%%lib/leechcraft/plugins/libleechcraft_azoth_velvetbird.so +%%AZOTH%%lib/leechcraft/plugins/libleechcraft_azoth_woodpecker.so +%%AZOTH%%lib/leechcraft/plugins/libleechcraft_azoth_xoox.so +%%AZOTH%%lib/leechcraft/plugins/libleechcraft_azoth_xtazy.so +%%AZOTH%%share/applications/leechcraft-azoth-acetamide.desktop +%%AZOTH%%share/applications/leechcraft-azoth-xoox.desktop +%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Android/01.png +%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Android/02.png +%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Android/03.png +%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Android/04.png +%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Android/05.png +%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Android/06.png +%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Android/07.png +%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Android/08.png +%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Android/09.png +%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Android/10.png +%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Android/11.png +%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Android/12.png +%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Android/13.png +%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Android/14.png +%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Android/15.png +%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Android/16.png +%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Android/17.png +%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Android/18.png +%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Android/19.png +%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Android/20.png +%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Android/21.png +%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Android/22.png +%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Android/23.png +%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Android/24.png +%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Android/25.png +%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Android/26.png +%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Android/27.png +%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Android/mapping.txt +%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Default/angry.png +%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Default/bat.png +%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Default/beer.png +%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Default/biggrin.png +%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Default/blush.png +%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Default/boy.png +%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Default/brflower.png +%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Default/brheart.png +%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Default/coffee.png +%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Default/coolglasses.png +%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Default/cry.png +%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Default/cuffs.png +%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Default/devil.png +%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Default/drink.png +%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Default/flower.png +%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Default/frowning.png +%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Default/girl.png +%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Default/heart.png +%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Default/hugleft.png +%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Default/hugright.png +%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Default/kiss.png +%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Default/lamp.png +%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Default/mail.png +%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Default/mapping.txt +%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Default/music.png +%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Default/no.png +%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Default/oh.png +%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Default/phone.png +%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Default/photo.png +%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Default/pussy.png +%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Default/rainbow.png +%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Default/smile.png +%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Default/star.png +%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Default/stare.png +%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Default/tongue.png +%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Default/unhappy.png +%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Default/wink.png +%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Default/yes.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/doing_chores.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/doing_chores_buying_groceries.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/doing_chores_cleaning.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/doing_chores_cooking.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/doing_chores_doing_maintenance.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/doing_chores_doing_the_dishes.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/doing_chores_doing_the_laundry.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/doing_chores_gardening.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/doing_chores_running_an_errand.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/doing_chores_walking_the_dog.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/drinking.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/drinking_having_a_beer.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/drinking_having_coffee.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/drinking_having_tea.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/eating.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/eating_having_a_snack.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/eating_having_breakfast.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/eating_having_dinner.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/eating_having_lunch.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/exercising.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/exercising_cycling.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/exercising_dancing.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/exercising_hiking.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/exercising_jogging.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/exercising_playing_sports.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/exercising_running.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/exercising_skiing.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/exercising_swimming.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/exercising_working_out.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/grooming.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/grooming_at_the_spa.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/grooming_brushing_teeth.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/grooming_getting_a_haircut.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/grooming_shaving.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/grooming_taking_a_bath.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/grooming_taking_a_shower.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/having_appointment.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/icondef.xml +%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/inactive.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/inactive_day_off.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/inactive_hanging_out.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/inactive_hiding.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/inactive_on_vacation.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/inactive_praying.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/inactive_scheduled_holiday.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/inactive_sleeping.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/inactive_thinking.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/relaxing.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/relaxing_fishing.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/relaxing_gaming.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/relaxing_going_out.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/relaxing_partying.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/relaxing_reading.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/relaxing_rehearsing.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/relaxing_shopping.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/relaxing_smoking.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/relaxing_socializing.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/relaxing_sunbathing.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/relaxing_watching_a_movie.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/relaxing_watching_tv.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/talking.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/talking_in_real_life.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/talking_on_the_phone.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/talking_on_video_phone.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/traveling.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/traveling_commuting.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/traveling_cycling.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/traveling_driving.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/traveling_in_a_car.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/traveling_on_a_bus.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/traveling_on_a_plane.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/traveling_on_a_train.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/traveling_on_a_trip.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/traveling_walking.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/unknown.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/working_coding.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/working_in_a_meeting.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/working_studying.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/working_working.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/working_writing.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/affiliations/default/admin.svg +%%AZOTH%%%%DATADIR%%/azoth/iconsets/affiliations/default/member.svg +%%AZOTH%%%%DATADIR%%/azoth/iconsets/affiliations/default/noaffiliation.svg +%%AZOTH%%%%DATADIR%%/azoth/iconsets/affiliations/default/outcast.svg +%%AZOTH%%%%DATADIR%%/azoth/iconsets/affiliations/default/owner.svg +%%AZOTH%%%%DATADIR%%/azoth/iconsets/affiliations/psi/admin.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/affiliations/psi/member.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/affiliations/psi/noaffiliation.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/affiliations/psi/outcast.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/affiliations/psi/owner.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/1end1.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/adium.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/agilemessenger.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/aim.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/akeni.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/anastasiya.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/android.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/apple.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/aqq.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/asterisk.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/ayttm.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/barracuda-im.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/bayanicq.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/beejive.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/bitlbee.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/bluejabb.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/bombus-avalon.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/bombus-klub.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/bombus.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/bombusmod.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/bombusng-md.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/bombusng.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/bombuspl.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/bombusplus.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/bombusqd.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/bot.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/buddydroid.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/centericq.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/centerim.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/coccinella.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/colibry.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/corepager.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/dichat.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/dictbot.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/digsby.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/ebuddy.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/emess.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/exodus.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/eyecu.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/facebook.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/fatal-bot.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/freqbot.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/fring.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/gabber.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/gadugadu.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/gaim.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/gajim.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/gismeteo.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/gizmo.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/glu.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/gluxibot.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/goim.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/google-mail.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/google-talkwidget.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/google.com.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/gossip.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/gush.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/ichabber.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/ichat.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/icq-mobile.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/imadering.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/imov.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/implus.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/inluxmessenger.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/instango.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/isida-bot.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/isida-bot4.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/jabber.el.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/jabbim.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/jab%%QT_BINDIR%%.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/jabbroid.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/jabiru.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/jajc.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/jappix.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/japyt.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/jasmine.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/jbother.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/jeti.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/jicq.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/jimm-aspro.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/jimm.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/jit.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/jmiranda.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/jtalk.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/jubo.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/juick.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/kadu.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/koolim.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/kopete.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/lampiro.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/leechcraft-azoth.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/libpurple.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/mabber.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/magnet.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/mail.google.com.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/mailruagent.mob.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/mailruagent.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/mailruagent.sis.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/mcabber.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/mchat.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/meebo.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/meetro.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/mig33.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/mip.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/miranda-ng.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/miranda.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/mirandahotcoffee.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/morange.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/movamessenger.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/msnmessenger.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/msnwebmessenger.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/naticq.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/nicq.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/nimbuzz.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/om.beeonline.ru.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/omnipresence.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/oneteam.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/oneteamiphone.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/osiris.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/ovi-chat.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/palringo.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/pandion.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/papla.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/phpicq.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/pidgin.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/pigeon.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/pjc_lib.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/psi.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/psiplus.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/psto.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/pyaim-t.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/pyicq-t.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/pymsnt.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/pyvk-t.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/qip2010.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/qipinfium.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/qipmobile.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/qippda.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/qnext.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/qq.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/qutim.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/qxmpp.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/radio-t.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/rnq.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/rq.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/rss.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/sameplace.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/sapo.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/sawim ne.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/sawim.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/siejc.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/sim.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/sip-communicator.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/slick.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/smack-api.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/smack.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/smaper.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/spark.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/spectrum.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/sticq.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/swift.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/talk.google.com.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/talkgadget.google.com.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/talkonaut.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/telepathy.freedesktop.org.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/tipicim.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/tkabber.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/trillian.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/trillianbasic.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/trillianpro.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/twitter.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/uim.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/unknown.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/vacuum.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/vkontakte.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/vmicq.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/wannachat.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/weather.com.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/webicq.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/xeus.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/xfire.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/yabber.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/yahoo.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/yaonline.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/yaonlinej2me.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/yaonlinesymbian.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/yapp.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/contactlist/Likey/away.svg +%%AZOTH%%%%DATADIR%%/azoth/iconsets/contactlist/Likey/chatty.svg +%%AZOTH%%%%DATADIR%%/azoth/iconsets/contactlist/Likey/connect.svg +%%AZOTH%%%%DATADIR%%/azoth/iconsets/contactlist/Likey/dnd.svg +%%AZOTH%%%%DATADIR%%/azoth/iconsets/contactlist/Likey/offline.svg +%%AZOTH%%%%DATADIR%%/azoth/iconsets/contactlist/Likey/online.svg +%%AZOTH%%%%DATADIR%%/azoth/iconsets/contactlist/Likey/perr.svg +%%AZOTH%%%%DATADIR%%/azoth/iconsets/contactlist/Likey/xa.svg +%%AZOTH%%%%DATADIR%%/azoth/iconsets/contactlist/oxygen/ask.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/contactlist/oxygen/away.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/contactlist/oxygen/chat.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/contactlist/oxygen/chatty.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/contactlist/oxygen/connect.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/contactlist/oxygen/dnd.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/contactlist/oxygen/file.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/contactlist/oxygen/invisible.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/contactlist/oxygen/message.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/contactlist/oxygen/noauth.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/contactlist/oxygen/offline.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/contactlist/oxygen/online.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/contactlist/oxygen/perr.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/contactlist/oxygen/ready2chat.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/contactlist/oxygen/system.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/contactlist/oxygen/xa.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Afraid.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Amazed.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Amorous.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Angry.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Annoyed.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Anxious.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Aroused.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Ashamed.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Bored.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Brave.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Calm.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Cautious.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Cold.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Confident.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Confused.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Contemplative.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Contented.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Cranky.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Crazy.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Creative.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Curious.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Dejected.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Depressed.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Disappointed.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Disgusted.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Dismayed.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Distracted.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Embarrassed.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Envious.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Excited.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Flirtatious.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Frustrated.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Grumpy.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Guilty.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Happy.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Hopeful.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Hot.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Humbled.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Humiliated.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Hungry.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Hurt.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Impressed.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/In_awe.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/In_love.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Indignant.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Interested.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Intoxicated.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Invincible.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Jealous.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Lonely.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Lucky.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Mean.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Moody.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Nervous.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Neutral.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Offended.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Outraged.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Playful.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Proud.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Readme.txt +%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Relaxed.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Relieved.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Remorseful.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Restless.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Sad.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Sarcastic.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Serious.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Shocked.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Shy.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Sick.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Sleepy.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Spontaneous.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Stressed.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Strong.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Surprised.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Thankful.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Thirsty.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Tired.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Undefined.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Weak.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Worried.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/system/default/default_avatar.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/system/default/geolocation.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/system/default/notification_chat_delivery_ok.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/system/default/notification_chat_info.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/system/default/notification_chat_receive.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/system/default/notification_chat_send.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/system/default/notification_roster_tune.png +%%AZOTH%%%%DATADIR%%/azoth/lc_azoth_modnok_latexconvert.sh +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clean/Contents/Resources/Footer.html +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clean/Contents/Resources/Header.html +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clean/Contents/Resources/Incoming/Action.html +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clean/Contents/Resources/Incoming/Content.html +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clean/Contents/Resources/Incoming/NextContent.html +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clean/Contents/Resources/Incoming/buddy_icon.png +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clean/Contents/Resources/Outgoing/Action.html +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clean/Contents/Resources/Outgoing/Content.html +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clean/Contents/Resources/Outgoing/NextContent.html +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clean/Contents/Resources/Outgoing/StateError.html +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clean/Contents/Resources/Outgoing/StateSending.html +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clean/Contents/Resources/Outgoing/buddy_icon.png +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clean/Contents/Resources/Status.html +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clean/Contents/Resources/images/action.png +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clean/Contents/Resources/images/important.png +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clean/Contents/Resources/images/internal.png +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clean/Contents/Resources/images/state-error.png +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clean/Contents/Resources/images/state-sending.gif +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clean/Contents/Resources/main.css +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clear/Contents/Resources/Footer.html +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clear/Contents/Resources/Header.html +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clear/Contents/Resources/Incoming/Action.html +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clear/Contents/Resources/Incoming/Content.html +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clear/Contents/Resources/Incoming/NextContent.html +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clear/Contents/Resources/Incoming/buddy_icon.png +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clear/Contents/Resources/Outgoing/Action.html +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clear/Contents/Resources/Outgoing/Content.html +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clear/Contents/Resources/Outgoing/NextContent.html +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clear/Contents/Resources/Outgoing/StateError.html +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clear/Contents/Resources/Outgoing/StateSending.html +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clear/Contents/Resources/Outgoing/buddy_icon.png +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clear/Contents/Resources/Status.html +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clear/Contents/Resources/Variants/No_avatars.css +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clear/Contents/Resources/images/body-background.png +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clear/Contents/Resources/images/body-inbound-arrow.png +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clear/Contents/Resources/images/body-inbound-avatar.png +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clear/Contents/Resources/images/body-inbound-background.png +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clear/Contents/Resources/images/body-inbound-left.png +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clear/Contents/Resources/images/body-inbound-right.png +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clear/Contents/Resources/images/body-outbound-arrow.png +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clear/Contents/Resources/images/body-outbound-avatar.png +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clear/Contents/Resources/images/body-outbound-left.png +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clear/Contents/Resources/images/body-outbound-right.png +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clear/Contents/Resources/images/footer-inbound-background.png +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clear/Contents/Resources/images/footer-inbound-left.png +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clear/Contents/Resources/images/footer-inbound-right.png +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clear/Contents/Resources/images/footer-outbound-background.png +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clear/Contents/Resources/images/footer-outbound-left.png +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clear/Contents/Resources/images/footer-outbound-right.png +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clear/Contents/Resources/images/header-inbound-background.png +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clear/Contents/Resources/images/header-inbound-left.png +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clear/Contents/Resources/images/header-inbound-right.png +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clear/Contents/Resources/images/header-outbound-background.png +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clear/Contents/Resources/images/header-outbound-left.png +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clear/Contents/Resources/images/header-outbound-right.png +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clear/Contents/Resources/images/icon-action.png +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clear/Contents/Resources/images/icon-highlighted.png +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clear/Contents/Resources/images/icon-internal.png +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clear/Contents/Resources/images/icon-me.png +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clear/Contents/Resources/images/icon-time.png +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clear/Contents/Resources/images/icon-you.png +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clear/Contents/Resources/images/state-error.png +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clear/Contents/Resources/images/state-sending.gif +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clear/Contents/Resources/main.css +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark Polarized.AdiumMessageStyle/Contents/Info.plist +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark Polarized.AdiumMessageStyle/Contents/Resources/Footer.html +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark Polarized.AdiumMessageStyle/Contents/Resources/Header.html +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark Polarized.AdiumMessageStyle/Contents/Resources/Incoming/Content.html +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark Polarized.AdiumMessageStyle/Contents/Resources/Incoming/Context.html +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark Polarized.AdiumMessageStyle/Contents/Resources/Incoming/NextContent.html +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark Polarized.AdiumMessageStyle/Contents/Resources/Incoming/NextContext.html +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark Polarized.AdiumMessageStyle/Contents/Resources/Incoming/buddy_icon.png +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark Polarized.AdiumMessageStyle/Contents/Resources/Outgoing/Content.html +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark Polarized.AdiumMessageStyle/Contents/Resources/Outgoing/Context.html +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark Polarized.AdiumMessageStyle/Contents/Resources/Outgoing/NextContent.html +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark Polarized.AdiumMessageStyle/Contents/Resources/Outgoing/NextContext.html +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark Polarized.AdiumMessageStyle/Contents/Resources/Outgoing/buddy_icon.png +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark Polarized.AdiumMessageStyle/Contents/Resources/Status.html +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark Polarized.AdiumMessageStyle/Contents/Resources/Variants/Arctic.css +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark Polarized.AdiumMessageStyle/Contents/Resources/Variants/Cosmos.css +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark Polarized.AdiumMessageStyle/Contents/Resources/Variants/Firelight.css +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark Polarized.AdiumMessageStyle/Contents/Resources/Variants/Margarita.css +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark Polarized.AdiumMessageStyle/Contents/Resources/Variants/no gloss - Arctic.css +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark Polarized.AdiumMessageStyle/Contents/Resources/Variants/no gloss - Cosmos.css +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark Polarized.AdiumMessageStyle/Contents/Resources/Variants/no gloss - Firelight.css +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark Polarized.AdiumMessageStyle/Contents/Resources/Variants/no gloss - Margarita.css +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark Polarized.AdiumMessageStyle/Contents/Resources/Variants/no gloss - Standard.css +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark Polarized.AdiumMessageStyle/Contents/Resources/images/background.jpg +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark Polarized.AdiumMessageStyle/Contents/Resources/images/backgroundArctic.jpg +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark Polarized.AdiumMessageStyle/Contents/Resources/images/backgroundBarBlue.png +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark Polarized.AdiumMessageStyle/Contents/Resources/images/backgroundBarGreen.png +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark Polarized.AdiumMessageStyle/Contents/Resources/images/backgroundCosmos.jpg +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark Polarized.AdiumMessageStyle/Contents/Resources/images/backgroundFirelight.jpg +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark Polarized.AdiumMessageStyle/Contents/Resources/images/backgroundHeader.png +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark Polarized.AdiumMessageStyle/Contents/Resources/images/backgroundMargarita.jpg +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark Polarized.AdiumMessageStyle/Contents/Resources/images/backgroundUserImage.png +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark Polarized.AdiumMessageStyle/Contents/Resources/images/backgroundUserImageArctic.png +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark Polarized.AdiumMessageStyle/Contents/Resources/images/backgroundUserImageCosmos.png +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark Polarized.AdiumMessageStyle/Contents/Resources/images/backgroundUserImageFire.png +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark Polarized.AdiumMessageStyle/Contents/Resources/images/backgroundUserImageMarg.png +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark Polarized.AdiumMessageStyle/Contents/Resources/images/divider.png +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark Polarized.AdiumMessageStyle/Contents/Resources/images/gloss.png +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark Polarized.AdiumMessageStyle/Contents/Resources/images/messageShadow.png +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark Polarized.AdiumMessageStyle/Contents/Resources/images/transGrey.png +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark Polarized.AdiumMessageStyle/Contents/Resources/incoming_icon.png +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark Polarized.AdiumMessageStyle/Contents/Resources/main.css +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark.AdiumMessageStyle/Contents/Info.plist +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark.AdiumMessageStyle/Contents/Resources/Footer.html +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark.AdiumMessageStyle/Contents/Resources/Header.html +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark.AdiumMessageStyle/Contents/Resources/Incoming/Content.html +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark.AdiumMessageStyle/Contents/Resources/Incoming/Context.html +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark.AdiumMessageStyle/Contents/Resources/Incoming/NextContent.html +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark.AdiumMessageStyle/Contents/Resources/Incoming/NextContext.html +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark.AdiumMessageStyle/Contents/Resources/Incoming/buddy_icon.png +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark.AdiumMessageStyle/Contents/Resources/Outgoing/Content.html +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark.AdiumMessageStyle/Contents/Resources/Outgoing/Context.html +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark.AdiumMessageStyle/Contents/Resources/Outgoing/NextContent.html +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark.AdiumMessageStyle/Contents/Resources/Outgoing/NextContext.html +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark.AdiumMessageStyle/Contents/Resources/Outgoing/buddy_icon.png +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark.AdiumMessageStyle/Contents/Resources/Status.html +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark.AdiumMessageStyle/Contents/Resources/Variants/Cosmic.css +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark.AdiumMessageStyle/Contents/Resources/Variants/Crimson.css +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark.AdiumMessageStyle/Contents/Resources/Variants/Delaware Punch.css +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark.AdiumMessageStyle/Contents/Resources/Variants/Lava Flow.css +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark.AdiumMessageStyle/Contents/Resources/Variants/Mutation.css +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark.AdiumMessageStyle/Contents/Resources/Variants/Steel.css +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark.AdiumMessageStyle/Contents/Resources/Variants/Undersea.css +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark.AdiumMessageStyle/Contents/Resources/Variants/no gloss - Cosmic.css +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark.AdiumMessageStyle/Contents/Resources/Variants/no gloss - Crimson.css +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark.AdiumMessageStyle/Contents/Resources/Variants/no gloss - Delaware Punch.css +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark.AdiumMessageStyle/Contents/Resources/Variants/no gloss - Lava Flow.css +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark.AdiumMessageStyle/Contents/Resources/Variants/no gloss - Mutation.css +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark.AdiumMessageStyle/Contents/Resources/Variants/no gloss - Standard.css +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark.AdiumMessageStyle/Contents/Resources/Variants/no gloss - Steel.css +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark.AdiumMessageStyle/Contents/Resources/Variants/no gloss - Undersea.css +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark.AdiumMessageStyle/Contents/Resources/images/background.jpg +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark.AdiumMessageStyle/Contents/Resources/images/backgroundBarBlue.png +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark.AdiumMessageStyle/Contents/Resources/images/backgroundBarGreen.png +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark.AdiumMessageStyle/Contents/Resources/images/backgroundCosmic.jpg +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark.AdiumMessageStyle/Contents/Resources/images/backgroundCrimson.jpg +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark.AdiumMessageStyle/Contents/Resources/images/backgroundDelaware.jpg +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark.AdiumMessageStyle/Contents/Resources/images/backgroundHeader.png +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark.AdiumMessageStyle/Contents/Resources/images/backgroundLava.jpg +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark.AdiumMessageStyle/Contents/Resources/images/backgroundMutation.jpg +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark.AdiumMessageStyle/Contents/Resources/images/backgroundSteel.jpg +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark.AdiumMessageStyle/Contents/Resources/images/backgroundUndersea.jpg +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark.AdiumMessageStyle/Contents/Resources/images/backgroundUserImage.png +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark.AdiumMessageStyle/Contents/Resources/images/backgroundUserImageCosmic.png +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark.AdiumMessageStyle/Contents/Resources/images/backgroundUserImageCrimson.png +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark.AdiumMessageStyle/Contents/Resources/images/backgroundUserImageDelaware.png +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark.AdiumMessageStyle/Contents/Resources/images/backgroundUserImageLava.png +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark.AdiumMessageStyle/Contents/Resources/images/backgroundUserImageMutation.png +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark.AdiumMessageStyle/Contents/Resources/images/backgroundUserImageSteel.png +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark.AdiumMessageStyle/Contents/Resources/images/backgroundUserImageUndersea.png +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark.AdiumMessageStyle/Contents/Resources/images/divider.png +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark.AdiumMessageStyle/Contents/Resources/images/gloss.png +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark.AdiumMessageStyle/Contents/Resources/images/messageShadow.png +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark.AdiumMessageStyle/Contents/Resources/images/transGrey.png +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark.AdiumMessageStyle/Contents/Resources/incoming_icon.png +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark.AdiumMessageStyle/Contents/Resources/main.css +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Hacker/COPYRIGHT +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Hacker/Contents/Info.plist +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Hacker/Contents/Resources/Footer.html +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Hacker/Contents/Resources/Header.html +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Hacker/Contents/Resources/Incoming/Action.html +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Hacker/Contents/Resources/Incoming/Content.html +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Hacker/Contents/Resources/Incoming/Context.html +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Hacker/Contents/Resources/Incoming/NextContent.html +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Hacker/Contents/Resources/Incoming/NextContext.html +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Hacker/Contents/Resources/Incoming/buddy_icon.png +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Hacker/Contents/Resources/Outgoing/Action.html +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Hacker/Contents/Resources/Outgoing/Content.html +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Hacker/Contents/Resources/Outgoing/Context.html +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Hacker/Contents/Resources/Outgoing/NextContent.html +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Hacker/Contents/Resources/Outgoing/NextContext.html +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Hacker/Contents/Resources/Outgoing/StateError.html +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Hacker/Contents/Resources/Outgoing/StateSending.html +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Hacker/Contents/Resources/Outgoing/buddy_icon.png +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Hacker/Contents/Resources/Status.html +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Hacker/Contents/Resources/Variants/Dark-Noback.css +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Hacker/Contents/Resources/Variants/Dark.css +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Hacker/Contents/Resources/Variants/Dark2-Noback.css +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Hacker/Contents/Resources/Variants/Dark2.css +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Hacker/Contents/Resources/Variants/Light-Noback.css +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Hacker/Contents/Resources/Variants/Light.css +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Hacker/Contents/Resources/Variants/Light2-Noback.css +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Hacker/Contents/Resources/Variants/Light2.css +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Hacker/Contents/Resources/images/background.png +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Hacker/Contents/Resources/images/background2.png +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Hacker/Contents/Resources/images/kopete.png +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Hacker/Contents/Resources/images/state-error.png +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Hacker/Contents/Resources/images/state-sending-white.gif +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Hacker/Contents/Resources/images/state-sending.gif +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Hacker/Contents/Resources/main.css +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Hacker/README +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Kopete/Contents/Resources/Footer.html +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Kopete/Contents/Resources/Header.html +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Kopete/Contents/Resources/Incoming/Action.html +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Kopete/Contents/Resources/Incoming/Content.html +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Kopete/Contents/Resources/Incoming/NextContent.html +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Kopete/Contents/Resources/Incoming/buddy_icon.png +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Kopete/Contents/Resources/Outgoing/Action.html +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Kopete/Contents/Resources/Outgoing/Content.html +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Kopete/Contents/Resources/Outgoing/NextContent.html +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Kopete/Contents/Resources/Outgoing/StateError.html +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Kopete/Contents/Resources/Outgoing/StateSending.html +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Kopete/Contents/Resources/Outgoing/buddy_icon.png +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Kopete/Contents/Resources/Status.html +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Kopete/Contents/Resources/Variants/Big_pictures.css +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Kopete/Contents/Resources/Variants/Contact_color.css +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Kopete/Contents/Resources/Variants/_compact_.css +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Kopete/Contents/Resources/Variants/_compact_Contact_color.css +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Kopete/Contents/Resources/images/action.png +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Kopete/Contents/Resources/images/important.png +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Kopete/Contents/Resources/images/state-error.png +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Kopete/Contents/Resources/images/state-sending.gif +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Kopete/Contents/Resources/images/system.png +%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Kopete/Contents/Resources/main.css +%%AZOTH%%%%DATADIR%%/azoth/styles/standard/Basic/viewcontents.html +%%AZOTH%%%%DATADIR%%/azoth/styles/standard/Black/viewcontents.html +%%AZOTH%%%%DATADIR%%/azoth/styles/standard/Black_cup/viewcontents.html +%%AZOTH%%%%DATADIR%%/azoth/styles/standard/Gajim/viewcontents.html +%%AZOTH%%%%DATADIR%%/azoth/styles/standard/Hello-LC/viewcontents.html +%%AZOTH%%%%DATADIR%%/azoth/styles/standard/Lemon Night/viewcontents.html +%%AZOTH%%%%DATADIR%%/azoth/styles/standard/Lime Dawn/viewcontents.html +%%AZOTH%%%%DATADIR%%/azoth/styles/standard/Marine/viewcontents.html +%%AZOTH%%%%DATADIR%%/azoth/styles/standard/Mint/viewcontents.html +%%AZOTH%%%%DATADIR%%/azoth/styles/standard/Plazma/viewcontents.html +%%AZOTH%%%%DATADIR%%/azoth/styles/standard/Rinc/viewcontents.html +%%AZOTH%%%%DATADIR%%/azoth/styles/standard/Rinc_black/viewcontents.html +%%AZOTH%%%%DATADIR%%/azoth/styles/standard/Slim/viewcontents.html +%%AZOTH%%%%DATADIR%%/azoth/styles/standard/Term/viewcontents.html +%%AZOTH%%%%DATADIR%%/azoth/styles/standard/another_black/viewcontents.html +%%AZOTH%%%%DATADIR%%/azoth/styles/standard/black-and-white/viewcontents.html +%%AZOTH%%%%DATADIR%%/azoth/styles/standard/darkness/viewcontents.html +%%AZOTH%%%%DATADIR%%/azoth/styles/standard/hacker clone/viewcontents.html +%%AZOTH%%%%DATADIR%%/azoth/styles/standard/hoar/viewcontents.html +%%AZOTH%%%%DATADIR%%/azoth/styles/standard/streaky/viewcontents.html +%%AZOTH%%%%DATADIR%%/azoth/styles/standard/well/viewcontents.html +%%AZOTH%%%%DATADIR%%/settings/azothacetamidesettings.xml +%%AZOTH%%%%DATADIR%%/settings/azothautoidlersettings.xml +%%AZOTH%%%%DATADIR%%/settings/azothautopastesettings.xml +%%AZOTH%%%%DATADIR%%/settings/azothbirthdaynotifiersettings.xml +%%AZOTH%%%%DATADIR%%/settings/azothchathistorysettings.xml +%%AZOTH%%%%DATADIR%%/settings/azothherbicidesettings.xml +%%AZOTH%%%%DATADIR%%/settings/azothhilisettings.xml +%%AZOTH%%%%DATADIR%%/settings/azothisteriquesettings.xml +%%AZOTH%%%%DATADIR%%/settings/azothmodnoksettings.xml +%%AZOTH%%%%DATADIR%%/settings/azothmurmsettings.xml +%%AZOTH%%%%DATADIR%%/settings/azothotroidsettings.xml +%%AZOTH%%%%DATADIR%%/settings/azothsettings.xml +%%AZOTH%%%%DATADIR%%/settings/azothshxsettings.xml +%%AZOTH%%%%DATADIR%%/settings/azothvadersettings.xml +%%AZOTH%%%%DATADIR%%/settings/azothwoodpeckersettings.xml +%%AZOTH%%%%DATADIR%%/settings/azothxooxsettings.xml +%%AZOTH%%%%DATADIR%%/settings/azothxtazysettings.xml +%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_acetamide_de.qm +%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_acetamide_en.qm +%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_acetamide_es.qm +%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_acetamide_fr.qm +%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_acetamide_it.qm +%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_acetamide_ru_RU.qm +%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_acetamide_uk_UA.qm +%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_adiumstyles_en.qm +%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_adiumstyles_ru_RU.qm +%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_autoidler_en.qm +%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_autoidler_es.qm +%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_autoidler_ru_RU.qm +%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_autoidler_uk_UA.qm +%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_autopaste_en.qm +%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_autopaste_es.qm +%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_autopaste_ru_RU.qm +%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_autopaste_uk_UA.qm +%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_birthdaynotifier_en.qm +%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_birthdaynotifier_ru_RU.qm +%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_chathistory_en.qm +%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_chathistory_es.qm +%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_chathistory_ru_RU.qm +%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_chathistory_uk_UA.qm +%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_depester_en.qm +%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_depester_es.qm +%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_depester_ru_RU.qm +%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_depester_uk_UA.qm +%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_en.qm +%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_es.qm +%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_herbicide_en.qm +%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_herbicide_es.qm +%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_herbicide_ru_RU.qm +%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_herbicide_uk_UA.qm +%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_hili_en.qm +%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_hili_es.qm +%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_hili_ru_RU.qm +%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_hili_uk_UA.qm +%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_isterique_en.qm +%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_isterique_ru_RU.qm +%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_isterique_uk_UA.qm +%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_juick_en.qm +%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_juick_ru_RU.qm +%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_juick_uk_UA.qm +%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_lastseen_en.qm +%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_lastseen_es.qm +%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_lastseen_ru_RU.qm +%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_lastseen_uk_UA.qm +%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_metacontacts_en.qm +%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_metacontacts_es.qm +%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_metacontacts_ru_RU.qm +%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_metacontacts_uk_UA.qm +%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_modnok_en.qm +%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_modnok_es.qm +%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_modnok_ru_RU.qm +%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_modnok_uk_UA.qm +%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_murm_en.qm +%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_murm_ru_RU.qm +%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_nativeemoticons_en.qm +%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_nativeemoticons_ru_RU.qm +%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_otroid_en.qm +%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_otroid_ru_RU.qm +%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_otroid_uk_UA.qm +%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_rosenthal_en.qm +%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_rosenthal_es.qm +%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_rosenthal_ru_RU.qm +%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_rosenthal_uk_UA.qm +%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_ru_RU.qm +%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_shx_en.qm +%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_shx_ru_RU.qm +%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_standardstyles_en.qm +%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_standardstyles_ru_RU.qm +%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_tt.qm +%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_uk_UA.qm +%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_vader_en.qm +%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_vader_es.qm +%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_vader_ru_RU.qm +%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_vader_uk_UA.qm +%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_woodpecker_en.qm +%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_woodpecker_ru_RU.qm +%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_xoox_de.qm +%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_xoox_en.qm +%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_xoox_es.qm +%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_xoox_fr.qm +%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_xoox_it.qm +%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_xoox_ru_RU.qm +%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_xoox_uk_UA.qm +%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_xtazy_en.qm +%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_xtazy_es.qm +%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_xtazy_ru_RU.qm +%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_xtazy_uk_UA.qm +%%AZOTH%%@dirrm include/leechcraft/interfaces/azoth +%%AZOTH%%@dirrm %%DATADIR%%/azoth/emoticons/native/Android +%%AZOTH%%@dirrm %%DATADIR%%/azoth/emoticons/native/Default +%%AZOTH%%@dirrm %%DATADIR%%/azoth/emoticons/native +%%AZOTH%%@dirrm %%DATADIR%%/azoth/emoticons +%%AZOTH%%@dirrm %%DATADIR%%/azoth/iconsets/activities/default +%%AZOTH%%@dirrm %%DATADIR%%/azoth/iconsets/activities +%%AZOTH%%@dirrm %%DATADIR%%/azoth/iconsets/affiliations/default +%%AZOTH%%@dirrm %%DATADIR%%/azoth/iconsets/affiliations/psi +%%AZOTH%%@dirrm %%DATADIR%%/azoth/iconsets/affiliations +%%AZOTH%%@dirrm %%DATADIR%%/azoth/iconsets/clients/default +%%AZOTH%%@dirrm %%DATADIR%%/azoth/iconsets/clients +%%AZOTH%%@dirrm %%DATADIR%%/azoth/iconsets/contactlist/Likey +%%AZOTH%%@dirrm %%DATADIR%%/azoth/iconsets/contactlist/oxygen +%%AZOTH%%@dirrm %%DATADIR%%/azoth/iconsets/contactlist +%%AZOTH%%@dirrm %%DATADIR%%/azoth/iconsets/moods/default +%%AZOTH%%@dirrm %%DATADIR%%/azoth/iconsets/moods +%%AZOTH%%@dirrm %%DATADIR%%/azoth/iconsets/system/default +%%AZOTH%%@dirrm %%DATADIR%%/azoth/iconsets/system +%%AZOTH%%@dirrm %%DATADIR%%/azoth/iconsets +%%AZOTH%%@dirrm %%DATADIR%%/azoth/styles/adium/Clean/Contents/Resources/Incoming +%%AZOTH%%@dirrm %%DATADIR%%/azoth/styles/adium/Clean/Contents/Resources/Outgoing +%%AZOTH%%@dirrm %%DATADIR%%/azoth/styles/adium/Clean/Contents/Resources/images +%%AZOTH%%@dirrm %%DATADIR%%/azoth/styles/adium/Clean/Contents/Resources +%%AZOTH%%@dirrm %%DATADIR%%/azoth/styles/adium/Clean/Contents +%%AZOTH%%@dirrm %%DATADIR%%/azoth/styles/adium/Clean +%%AZOTH%%@dirrm %%DATADIR%%/azoth/styles/adium/Clear/Contents/Resources/Incoming +%%AZOTH%%@dirrm %%DATADIR%%/azoth/styles/adium/Clear/Contents/Resources/Outgoing +%%AZOTH%%@dirrm %%DATADIR%%/azoth/styles/adium/Clear/Contents/Resources/Variants +%%AZOTH%%@dirrm %%DATADIR%%/azoth/styles/adium/Clear/Contents/Resources/images +%%AZOTH%%@dirrm %%DATADIR%%/azoth/styles/adium/Clear/Contents/Resources +%%AZOTH%%@dirrm %%DATADIR%%/azoth/styles/adium/Clear/Contents +%%AZOTH%%@dirrm %%DATADIR%%/azoth/styles/adium/Clear +%%AZOTH%%@dirrm %%DATADIR%%/azoth/styles/adium/GoneDark Polarized.AdiumMessageStyle/Contents/Resources/Incoming +%%AZOTH%%@dirrm %%DATADIR%%/azoth/styles/adium/GoneDark Polarized.AdiumMessageStyle/Contents/Resources/Outgoing +%%AZOTH%%@dirrm %%DATADIR%%/azoth/styles/adium/GoneDark Polarized.AdiumMessageStyle/Contents/Resources/Variants +%%AZOTH%%@dirrm %%DATADIR%%/azoth/styles/adium/GoneDark Polarized.AdiumMessageStyle/Contents/Resources/images +%%AZOTH%%@dirrm %%DATADIR%%/azoth/styles/adium/GoneDark Polarized.AdiumMessageStyle/Contents/Resources +%%AZOTH%%@dirrm %%DATADIR%%/azoth/styles/adium/GoneDark Polarized.AdiumMessageStyle/Contents +%%AZOTH%%@dirrm %%DATADIR%%/azoth/styles/adium/GoneDark Polarized.AdiumMessageStyle +%%AZOTH%%@dirrm %%DATADIR%%/azoth/styles/adium/GoneDark.AdiumMessageStyle/Contents/Resources/Incoming +%%AZOTH%%@dirrm %%DATADIR%%/azoth/styles/adium/GoneDark.AdiumMessageStyle/Contents/Resources/Outgoing +%%AZOTH%%@dirrm %%DATADIR%%/azoth/styles/adium/GoneDark.AdiumMessageStyle/Contents/Resources/Variants +%%AZOTH%%@dirrm %%DATADIR%%/azoth/styles/adium/GoneDark.AdiumMessageStyle/Contents/Resources/images +%%AZOTH%%@dirrm %%DATADIR%%/azoth/styles/adium/GoneDark.AdiumMessageStyle/Contents/Resources +%%AZOTH%%@dirrm %%DATADIR%%/azoth/styles/adium/GoneDark.AdiumMessageStyle/Contents +%%AZOTH%%@dirrm %%DATADIR%%/azoth/styles/adium/GoneDark.AdiumMessageStyle +%%AZOTH%%@dirrm %%DATADIR%%/azoth/styles/adium/Hacker/Contents/Resources/Incoming +%%AZOTH%%@dirrm %%DATADIR%%/azoth/styles/adium/Hacker/Contents/Resources/Outgoing +%%AZOTH%%@dirrm %%DATADIR%%/azoth/styles/adium/Hacker/Contents/Resources/Variants +%%AZOTH%%@dirrm %%DATADIR%%/azoth/styles/adium/Hacker/Contents/Resources/images +%%AZOTH%%@dirrm %%DATADIR%%/azoth/styles/adium/Hacker/Contents/Resources +%%AZOTH%%@dirrm %%DATADIR%%/azoth/styles/adium/Hacker/Contents +%%AZOTH%%@dirrm %%DATADIR%%/azoth/styles/adium/Hacker +%%AZOTH%%@dirrm %%DATADIR%%/azoth/styles/adium/Kopete/Contents/Resources/Incoming +%%AZOTH%%@dirrm %%DATADIR%%/azoth/styles/adium/Kopete/Contents/Resources/Outgoing +%%AZOTH%%@dirrm %%DATADIR%%/azoth/styles/adium/Kopete/Contents/Resources/Variants +%%AZOTH%%@dirrm %%DATADIR%%/azoth/styles/adium/Kopete/Contents/Resources/images +%%AZOTH%%@dirrm %%DATADIR%%/azoth/styles/adium/Kopete/Contents/Resources +%%AZOTH%%@dirrm %%DATADIR%%/azoth/styles/adium/Kopete/Contents +%%AZOTH%%@dirrm %%DATADIR%%/azoth/styles/adium/Kopete +%%AZOTH%%@dirrm %%DATADIR%%/azoth/styles/adium +%%AZOTH%%@dirrm %%DATADIR%%/azoth/styles/standard/Basic +%%AZOTH%%@dirrm %%DATADIR%%/azoth/styles/standard/Black +%%AZOTH%%@dirrm %%DATADIR%%/azoth/styles/standard/Black_cup +%%AZOTH%%@dirrm %%DATADIR%%/azoth/styles/standard/Gajim +%%AZOTH%%@dirrm %%DATADIR%%/azoth/styles/standard/Hello-LC +%%AZOTH%%@dirrm %%DATADIR%%/azoth/styles/standard/Lemon Night +%%AZOTH%%@dirrm %%DATADIR%%/azoth/styles/standard/Lime Dawn +%%AZOTH%%@dirrm %%DATADIR%%/azoth/styles/standard/Marine +%%AZOTH%%@dirrm %%DATADIR%%/azoth/styles/standard/Mint +%%AZOTH%%@dirrm %%DATADIR%%/azoth/styles/standard/Plazma +%%AZOTH%%@dirrm %%DATADIR%%/azoth/styles/standard/Rinc +%%AZOTH%%@dirrm %%DATADIR%%/azoth/styles/standard/Rinc_black +%%AZOTH%%@dirrm %%DATADIR%%/azoth/styles/standard/Slim +%%AZOTH%%@dirrm %%DATADIR%%/azoth/styles/standard/Term +%%AZOTH%%@dirrm %%DATADIR%%/azoth/styles/standard/another_black +%%AZOTH%%@dirrm %%DATADIR%%/azoth/styles/standard/black-and-white +%%AZOTH%%@dirrm %%DATADIR%%/azoth/styles/standard/darkness +%%AZOTH%%@dirrm %%DATADIR%%/azoth/styles/standard/hacker clone +%%AZOTH%%@dirrm %%DATADIR%%/azoth/styles/standard/hoar +%%AZOTH%%@dirrm %%DATADIR%%/azoth/styles/standard/streaky +%%AZOTH%%@dirrm %%DATADIR%%/azoth/styles/standard/well +%%AZOTH%%@dirrm %%DATADIR%%/azoth/styles/standard +%%AZOTH%%@dirrm %%DATADIR%%/azoth/styles +%%AZOTH%%@dirrm %%DATADIR%%/azoth +%%BLASQ%%lib/leechcraft/plugins/libleechcraft_blasq.so +%%BLASQ%%lib/leechcraft/plugins/libleechcraft_blasq_deathnote.so +%%BLASQ%%lib/leechcraft/plugins/libleechcraft_blasq_rappor.so +%%BLASQ%%lib/leechcraft/plugins/libleechcraft_blasq_spegnersi.so +%%BLASQ%%lib/leechcraft/plugins/libleechcraft_blasq_vangog.so +%%BLASQ%%%%DATADIR%%/qml/blasq/PhotoView.qml +%%BLASQ%%%%DATADIR%%/settings/blasqsettings.xml +%%BLASQ%%%%DATADIR%%/translations/leechcraft_blasq_deathnote_en.qm +%%BLASQ%%%%DATADIR%%/translations/leechcraft_blasq_deathnote_ru_RU.qm +%%BLASQ%%%%DATADIR%%/translations/leechcraft_blasq_en.qm +%%BLASQ%%%%DATADIR%%/translations/leechcraft_blasq_rappor_en.qm +%%BLASQ%%%%DATADIR%%/translations/leechcraft_blasq_rappor_ru_RU.qm +%%BLASQ%%%%DATADIR%%/translations/leechcraft_blasq_ru_RU.qm +%%BLASQ%%%%DATADIR%%/translations/leechcraft_blasq_spegnersi_en.qm +%%BLASQ%%%%DATADIR%%/translations/leechcraft_blasq_spegnersi_ru_RU.qm +%%BLASQ%%%%DATADIR%%/translations/leechcraft_blasq_vangog_en.qm +%%BLASQ%%%%DATADIR%%/translations/leechcraft_blasq_vangog_ru_RU.qm +%%BLASQ%%@dirrm %%DATADIR%%/qml/blasq +%%BITTORRENT%%lib/leechcraft/plugins/libleechcraft_bittorrent.so +%%BITTORRENT%%share/applications/leechcraft-bittorrent.desktop +%%BITTORRENT%%%%DATADIR%%/settings/torrentsettings.xml +%%BITTORRENT%%%%DATADIR%%/translations/leechcraft_bittorrent_ar.qm +%%BITTORRENT%%%%DATADIR%%/translations/leechcraft_bittorrent_be.qm +%%BITTORRENT%%%%DATADIR%%/translations/leechcraft_bittorrent_de.qm +%%BITTORRENT%%%%DATADIR%%/translations/leechcraft_bittorrent_en.qm +%%BITTORRENT%%%%DATADIR%%/translations/leechcraft_bittorrent_eo.qm +%%BITTORRENT%%%%DATADIR%%/translations/leechcraft_bittorrent_es.qm +%%BITTORRENT%%%%DATADIR%%/translations/leechcraft_bittorrent_fr.qm +%%BITTORRENT%%%%DATADIR%%/translations/leechcraft_bittorrent_it.qm +%%BITTORRENT%%%%DATADIR%%/translations/leechcraft_bittorrent_oc.qm +%%BITTORRENT%%%%DATADIR%%/translations/leechcraft_bittorrent_pl.qm +%%BITTORRENT%%%%DATADIR%%/translations/leechcraft_bittorrent_ru_RU.qm +%%BITTORRENT%%%%DATADIR%%/translations/leechcraft_bittorrent_uk_UA.qm +%%BLOGIQUE%%lib/leechcraft/plugins/libleechcraft_blogique.so +%%BLOGIQUE%%lib/leechcraft/plugins/libleechcraft_blogique_hestia.so +%%BLOGIQUE%%lib/leechcraft/plugins/libleechcraft_blogique_metida.so +%%BLOGIQUE%%%%DATADIR%%/qml/blogique/commentsview.qml +%%BLOGIQUE%%%%DATADIR%%/qml/blogique/completer.qml +%%BLOGIQUE%%%%DATADIR%%/qml/blogique/tagballoonlist.js +%%BLOGIQUE%%%%DATADIR%%/qml/blogique/tagscloud.qml +%%BLOGIQUE%%%%DATADIR%%/qml/blogique/tagscloudlist.js +%%BLOGIQUE%%%%DATADIR%%/qml/blogique/tagwidget.qml +%%BLOGIQUE%%%%DATADIR%%/settings/blogiquehestiasettings.xml +%%BLOGIQUE%%%%DATADIR%%/settings/blogiquemetidasettings.xml +%%BLOGIQUE%%%%DATADIR%%/settings/blogiquesettings.xml +%%BLOGIQUE%%%%DATADIR%%/translations/leechcraft_blogique_en.qm +%%BLOGIQUE%%%%DATADIR%%/translations/leechcraft_blogique_hestia_en.qm +%%BLOGIQUE%%%%DATADIR%%/translations/leechcraft_blogique_hestia_ru_RU.qm +%%BLOGIQUE%%%%DATADIR%%/translations/leechcraft_blogique_metida_en.qm +%%BLOGIQUE%%%%DATADIR%%/translations/leechcraft_blogique_metida_ru_RU.qm +%%BLOGIQUE%%%%DATADIR%%/translations/leechcraft_blogique_ru_RU.qm +%%BLOGIQUE%%@dirrm %%DATADIR%%/qml/blogique +%%CERTMGR%%lib/leechcraft/plugins/libleechcraft_certmgr.so +%%CERTMGR%%%%DATADIR%%/settings/certmgrsettings.xml +%%CERTMGR%%%%DATADIR%%/translations/leechcraft_certmgr_en.qm +%%CERTMGR%%%%DATADIR%%/translations/leechcraft_certmgr_ru_RU.qm +%%CPULOAD%%lib/leechcraft/plugins/libleechcraft_cpuload.so +%%CPULOAD%%%%DATADIR%%/qml/cpuload/CpuLoadQuark.qml +%%CPULOAD%%%%DATADIR%%/qml/cpuload/CpuLoadQuark.qml.manifest +%%CPULOAD%%%%DATADIR%%/qml/cpuload/CpuLoadQuark.qml.settings +%%CPULOAD%%%%DATADIR%%/qml/cpuload/Tooltip.qml +%%CPULOAD%%@dirrm %%DATADIR%%/qml/cpuload +%%CSTP%%lib/leechcraft/plugins/libleechcraft_cstp.so +%%CSTP%%%%DATADIR%%/settings/cstpsettings.xml +%%CSTP%%%%DATADIR%%/translations/leechcraft_cstp_ar.qm +%%CSTP%%%%DATADIR%%/translations/leechcraft_cstp_de.qm +%%CSTP%%%%DATADIR%%/translations/leechcraft_cstp_en.qm +%%CSTP%%%%DATADIR%%/translations/leechcraft_cstp_eo.qm +%%CSTP%%%%DATADIR%%/translations/leechcraft_cstp_es.qm +%%CSTP%%%%DATADIR%%/translations/leechcraft_cstp_fr.qm +%%CSTP%%%%DATADIR%%/translations/leechcraft_cstp_it.qm +%%CSTP%%%%DATADIR%%/translations/leechcraft_cstp_oc.qm +%%CSTP%%%%DATADIR%%/translations/leechcraft_cstp_pl.qm +%%CSTP%%%%DATADIR%%/translations/leechcraft_cstp_ru_RU.qm +%%CSTP%%%%DATADIR%%/translations/leechcraft_cstp_uk_UA.qm +%%DBUSMANAGER%%lib/leechcraft/plugins/libleechcraft_dbusmanager.so +%%DBUSMANAGER%%%%DATADIR%%/settings/dbusmanagersettings.xml +%%DBUSMANAGER%%%%DATADIR%%/translations/leechcraft_dbusmanager_ar.qm +%%DBUSMANAGER%%%%DATADIR%%/translations/leechcraft_dbusmanager_de.qm +%%DBUSMANAGER%%%%DATADIR%%/translations/leechcraft_dbusmanager_en.qm +%%DBUSMANAGER%%%%DATADIR%%/translations/leechcraft_dbusmanager_eo.qm +%%DBUSMANAGER%%%%DATADIR%%/translations/leechcraft_dbusmanager_es.qm +%%DBUSMANAGER%%%%DATADIR%%/translations/leechcraft_dbusmanager_fr.qm +%%DBUSMANAGER%%%%DATADIR%%/translations/leechcraft_dbusmanager_it.qm +%%DBUSMANAGER%%%%DATADIR%%/translations/leechcraft_dbusmanager_pl.qm +%%DBUSMANAGER%%%%DATADIR%%/translations/leechcraft_dbusmanager_ru_RU.qm +%%DBUSMANAGER%%%%DATADIR%%/translations/leechcraft_dbusmanager_uk_UA.qm +%%DEADLYRICS%%lib/leechcraft/plugins/libleechcraft_deadlyrics.so +%%DEADLYRICS%%%%DATADIR%%/translations/leechcraft_deadlyrics_ar.qm +%%DEADLYRICS%%%%DATADIR%%/translations/leechcraft_deadlyrics_de.qm +%%DEADLYRICS%%%%DATADIR%%/translations/leechcraft_deadlyrics_en.qm +%%DEADLYRICS%%%%DATADIR%%/translations/leechcraft_deadlyrics_eo.qm +%%DEADLYRICS%%%%DATADIR%%/translations/leechcraft_deadlyrics_es.qm +%%DEADLYRICS%%%%DATADIR%%/translations/leechcraft_deadlyrics_fr.qm +%%DEADLYRICS%%%%DATADIR%%/translations/leechcraft_deadlyrics_it.qm +%%DEADLYRICS%%%%DATADIR%%/translations/leechcraft_deadlyrics_oc.qm +%%DEADLYRICS%%%%DATADIR%%/translations/leechcraft_deadlyrics_pl.qm +%%DEADLYRICS%%%%DATADIR%%/translations/leechcraft_deadlyrics_ru_RU.qm +%%DEADLYRICS%%%%DATADIR%%/translations/leechcraft_deadlyrics_uk_UA.qm +%%DOLOZHEE%%lib/leechcraft/plugins/libleechcraft_dolozhee.so +%%DOLOZHEE%%%%DATADIR%%/translations/leechcraft_dolozhee_en.qm +%%DOLOZHEE%%%%DATADIR%%/translations/leechcraft_dolozhee_ru_RU.qm +%%FENET%%%%QT_BINDIR%%/leechcraft-session +%%FENET%%lib/leechcraft/plugins/libleechcraft_fenet.so +%%FENET%%%%DATADIR%%/fenet/compositing/compton.json +%%FENET%%%%DATADIR%%/fenet/wms/awesome.json +%%FENET%%%%DATADIR%%/fenet/wms/awesome.sh +%%FENET%%%%DATADIR%%/fenet/wms/kwin.json +%%FENET%%%%DATADIR%%/fenet/wms/kwin.sh +%%FENET%%%%DATADIR%%/fenet/wms/openbox.json +%%FENET%%%%DATADIR%%/fenet/wms/openbox.sh +%%FENET%%%%DATADIR%%/settings/fenetsettings.xml +%%FENET%%%%DATADIR%%/translations/leechcraft_fenet_en.qm +%%FENET%%%%DATADIR%%/translations/leechcraft_fenet_ru_RU.qm +%%FENET%%share/xsessions/LCDE.desktop +%%FENET%%@dirrm %%DATADIR%%/fenet/compositing +%%FENET%%@dirrm %%DATADIR%%/fenet/wms +%%FENET%%@dirrm %%DATADIR%%/fenet +%%FENET%%@dirrm share/xsessions +%%GACTS%%lib/leechcraft/plugins/libleechcraft_gacts.so +%%GACTS%%%%DATADIR%%/translations/leechcraft_gacts_en.qm +%%GACTS%%%%DATADIR%%/translations/leechcraft_gacts_ru_RU.qm +%%GLANCE%%lib/leechcraft/plugins/libleechcraft_glance.so +%%GLANCE%%%%DATADIR%%/translations/leechcraft_glance_en.qm +%%GLANCE%%%%DATADIR%%/translations/leechcraft_glance_es.qm +%%GLANCE%%%%DATADIR%%/translations/leechcraft_glance_ru_RU.qm +%%GLANCE%%%%DATADIR%%/translations/leechcraft_glance_tt.qm +%%GLANCE%%%%DATADIR%%/translations/leechcraft_glance_uk_UA.qm +%%GNOTIFI%%lib/leechcraft/plugins/libleechcraft_gmailnotifier.so +%%GNOTIFI%%%%DATADIR%%/qml/gmailnotifier/GMQuark.qml +%%GNOTIFI%%%%DATADIR%%/qml/gmailnotifier/GMQuark.qml.manifest +%%GNOTIFI%%%%DATADIR%%/qml/gmailnotifier/MailListView.qml +%%GNOTIFI%%%%DATADIR%%/qml/gmailnotifier/gmail.svg +%%GNOTIFI%%%%DATADIR%%/settings/gmailnotifiersettings.xml +%%GNOTIFI%%%%DATADIR%%/translations/leechcraft_gmailnotifier_de.qm +%%GNOTIFI%%%%DATADIR%%/translations/leechcraft_gmailnotifier_en.qm +%%GNOTIFI%%%%DATADIR%%/translations/leechcraft_gmailnotifier_es.qm +%%GNOTIFI%%%%DATADIR%%/translations/leechcraft_gmailnotifier_fr.qm +%%GNOTIFI%%%%DATADIR%%/translations/leechcraft_gmailnotifier_it.qm +%%GNOTIFI%%%%DATADIR%%/translations/leechcraft_gmailnotifier_ru_RU.qm +%%GNOTIFI%%%%DATADIR%%/translations/leechcraft_gmailnotifier_uk_UA.qm +%%GNOTIFI%%@dirrm %%DATADIR%%/qml/gmailnotifier +%%HARBINGER%%lib/leechcraft/plugins/libleechcraft_harbinger.so +%%HISTORYHOLDER%%lib/leechcraft/plugins/libleechcraft_historyholder.so +%%HISTORYHOLDER%%%%DATADIR%%/translations/leechcraft_historyholder_ar.qm +%%HISTORYHOLDER%%%%DATADIR%%/translations/leechcraft_historyholder_de.qm +%%HISTORYHOLDER%%%%DATADIR%%/translations/leechcraft_historyholder_en.qm +%%HISTORYHOLDER%%%%DATADIR%%/translations/leechcraft_historyholder_es.qm +%%HISTORYHOLDER%%%%DATADIR%%/translations/leechcraft_historyholder_fr.qm +%%HISTORYHOLDER%%%%DATADIR%%/translations/leechcraft_historyholder_it.qm +%%HISTORYHOLDER%%%%DATADIR%%/translations/leechcraft_historyholder_oc.qm +%%HISTORYHOLDER%%%%DATADIR%%/translations/leechcraft_historyholder_pl.qm +%%HISTORYHOLDER%%%%DATADIR%%/translations/leechcraft_historyholder_ru_RU.qm +%%HISTORYHOLDER%%%%DATADIR%%/translations/leechcraft_historyholder_uk_UA.qm +%%HOTSTREAMS%%lib/leechcraft/plugins/libleechcraft_hotstreams.so +%%HOTSTREAMS%%%%DATADIR%%/translations/leechcraft_hotstreams_en.qm +%%HOTSTREAMS%%%%DATADIR%%/translations/leechcraft_hotstreams_ru_RU.qm +%%HTTHARE%%lib/leechcraft/plugins/libleechcraft_htthare.so +%%HTTHARE%%%%DATADIR%%/settings/httharesettings.xml +%%HTTHARE%%%%DATADIR%%/translations/leechcraft_htthare_en.qm +%%HTTHARE%%%%DATADIR%%/translations/leechcraft_htthare_ru_RU.qm +%%IMGASTE%%lib/leechcraft/plugins/libleechcraft_imgaste.so +%%IMGASTE%%%%DATADIR%%/translations/leechcraft_imgaste_en.qm +%%IMGASTE%%%%DATADIR%%/translations/leechcraft_imgaste_ru_RU.qm +%%KBSWITCH%%lib/leechcraft/plugins/libleechcraft_kbswitch.so +%%KBSWITCH%%%%DATADIR%%/qml/kbswitch/IndicatorQuark.qml +%%KBSWITCH%%%%DATADIR%%/qml/kbswitch/IndicatorQuark.qml.manifest +%%KBSWITCH%%%%DATADIR%%/settings/kbswitchsettings.xml +%%KBSWITCH%%%%DATADIR%%/translations/leechcraft_kbswitch_en.qm +%%KBSWITCH%%%%DATADIR%%/translations/leechcraft_kbswitch_ru_RU.qm +%%KBSWITCH%%@dirrm %%DATADIR%%/qml/kbswitch +%%KINOTIFY%%lib/leechcraft/plugins/libleechcraft_kinotify.so +%%KINOTIFY%%%%DATADIR%%/kinotify/themes/notification/Adaptive/tmp.html +%%KINOTIFY%%%%DATADIR%%/kinotify/themes/notification/Commie/img/back.png +%%KINOTIFY%%%%DATADIR%%/kinotify/themes/notification/Commie/tmp.html +%%KINOTIFY%%%%DATADIR%%/settings/kinotifysettings.xml +%%KINOTIFY%%%%DATADIR%%/translations/leechcraft_kinotify_ar.qm +%%KINOTIFY%%%%DATADIR%%/translations/leechcraft_kinotify_de.qm +%%KINOTIFY%%%%DATADIR%%/translations/leechcraft_kinotify_en.qm +%%KINOTIFY%%%%DATADIR%%/translations/leechcraft_kinotify_es.qm +%%KINOTIFY%%%%DATADIR%%/translations/leechcraft_kinotify_fr.qm +%%KINOTIFY%%%%DATADIR%%/translations/leechcraft_kinotify_it.qm +%%KINOTIFY%%%%DATADIR%%/translations/leechcraft_kinotify_ru_RU.qm +%%KINOTIFY%%%%DATADIR%%/translations/leechcraft_kinotify_uk_UA.qm +%%KINOTIFY%%@dirrm %%DATADIR%%/kinotify/themes/notification/Adaptive +%%KINOTIFY%%@dirrm %%DATADIR%%/kinotify/themes/notification/Commie/img +%%KINOTIFY%%@dirrm %%DATADIR%%/kinotify/themes/notification/Commie +%%KINOTIFY%%@dirrm %%DATADIR%%/kinotify/themes/notification +%%KINOTIFY%%@dirrm %%DATADIR%%/kinotify/themes +%%KINOTIFY%%@dirrm %%DATADIR%%/kinotify +%%KNOWHOW%%lib/leechcraft/plugins/libleechcraft_knowhow.so +%%KNOWHOW%%%%DATADIR%%/knowhow/tips/tips_en.xml +%%KNOWHOW%%%%DATADIR%%/knowhow/tips/tips_ru.xml +%%KNOWHOW%%%%DATADIR%%/settings/knowhowsettings.xml +%%KNOWHOW%%@dirrm %%DATADIR%%/knowhow/tips +%%KNOWHOW%%@dirrm %%DATADIR%%/knowhow +%%KRIGSTASK%%lib/leechcraft/plugins/libleechcraft_krigstask.so +%%KRIGSTASK%%%%DATADIR%%/qml/krigstask/Pager.qml +%%KRIGSTASK%%%%DATADIR%%/qml/krigstask/TaskbarQuark.qml +%%KRIGSTASK%%%%DATADIR%%/qml/krigstask/TaskbarQuark.qml.manifest +%%KRIGSTASK%%%%DATADIR%%/qml/krigstask/TaskbarQuark.qml.settings +%%KRIGSTASK%%%%DATADIR%%/translations/leechcraft_krigstask_en.qm +%%KRIGSTASK%%%%DATADIR%%/translations/leechcraft_krigstask_ru_RU.qm +%%KRIGSTASK%%@dirrm %%DATADIR%%/qml/krigstask +%%LACKMAN%%lib/leechcraft/plugins/libleechcraft_lackman.so +%%LACKMAN%%%%DATADIR%%/settings/lackmansettings.xml +%%LACKMAN%%%%DATADIR%%/translations/leechcraft_lackman_de.qm +%%LACKMAN%%%%DATADIR%%/translations/leechcraft_lackman_en.qm +%%LACKMAN%%%%DATADIR%%/translations/leechcraft_lackman_es.qm +%%LACKMAN%%%%DATADIR%%/translations/leechcraft_lackman_fr.qm +%%LACKMAN%%%%DATADIR%%/translations/leechcraft_lackman_it.qm +%%LACKMAN%%%%DATADIR%%/translations/leechcraft_lackman_ru_RU.qm +%%LACKMAN%%%%DATADIR%%/translations/leechcraft_lackman_uk_UA.qm +%%LASTFMSCROBBLE%%lib/leechcraft/plugins/libleechcraft_lastfmscrobble.so +%%LASTFMSCROBBLE%%%%DATADIR%%/settings/lastfmscrobblesettings.xml +%%LASTFMSCROBBLE%%%%DATADIR%%/translations/leechcraft_lastfmscrobble_en.qm +%%LASTFMSCROBBLE%%%%DATADIR%%/translations/leechcraft_lastfmscrobble_ru_RU.qm +%%LAUGHTY%%lib/leechcraft/plugins/libleechcraft_laughty.so +%%LAUGHTY%%%%DATADIR%%/translations/leechcraft_laughty_en.qm +%%LAUGHTY%%%%DATADIR%%/translations/leechcraft_laughty_ru_RU.qm +%%LAUNCHY%%lib/leechcraft/plugins/libleechcraft_launchy.so +%%LAUNCHY%%%%DATADIR%%/qml/launchy/LaunchyQuark.qml +%%LAUNCHY%%%%DATADIR%%/qml/launchy/LaunchyQuark.qml.manifest +%%LAUNCHY%%%%DATADIR%%/translations/leechcraft_launchy_en.qm +%%LAUNCHY%%%%DATADIR%%/translations/leechcraft_launchy_ru_RU.qm +%%LAUNCHY%%@dirrm %%DATADIR%%/qml/launchy +%%LHTR%%lib/leechcraft/plugins/libleechcraft_lhtr.so +%%LHTR%%%%DATADIR%%/settings/lhtrsettings.xml +%%LHTR%%%%DATADIR%%/translations/leechcraft_lhtr_en.qm +%%LHTR%%%%DATADIR%%/translations/leechcraft_lhtr_es.qm +%%LHTR%%%%DATADIR%%/translations/leechcraft_lhtr_ru_RU.qm +%%LHTR%%%%DATADIR%%/translations/leechcraft_lhtr_uk_UA.qm +%%LIZNOO%%lib/leechcraft/plugins/libleechcraft_liznoo.so +%%LIZNOO%%%%DATADIR%%/settings/liznoosettings.xml +%%LIZNOO%%%%DATADIR%%/translations/leechcraft_liznoo_en.qm +%%LIZNOO%%%%DATADIR%%/translations/leechcraft_liznoo_es.qm +%%LIZNOO%%%%DATADIR%%/translations/leechcraft_liznoo_ru_RU.qm +%%LIZNOO%%%%DATADIR%%/translations/leechcraft_liznoo_uk_UA.qm +%%LMP%%include/leechcraft/interfaces/lmp/collectiontypes.h +%%LMP%%include/leechcraft/interfaces/lmp/icloudstorageplugin.h +%%LMP%%include/leechcraft/interfaces/lmp/icollectionmodel.h +%%LMP%%include/leechcraft/interfaces/lmp/ifilterconfigurator.h +%%LMP%%include/leechcraft/interfaces/lmp/ifilterelement.h +%%LMP%%include/leechcraft/interfaces/lmp/ifilterplugin.h +%%LMP%%include/leechcraft/interfaces/lmp/ilmpguiproxy.h +%%LMP%%include/leechcraft/interfaces/lmp/ilmpplugin.h +%%LMP%%include/leechcraft/interfaces/lmp/ilmpproxy.h +%%LMP%%include/leechcraft/interfaces/lmp/ilmputilproxy.h +%%LMP%%include/leechcraft/interfaces/lmp/ilocalcollection.h +%%LMP%%include/leechcraft/interfaces/lmp/ipath.h +%%LMP%%include/leechcraft/interfaces/lmp/iplaylistprovider.h +%%LMP%%include/leechcraft/interfaces/lmp/isourceobject.h +%%LMP%%include/leechcraft/interfaces/lmp/isyncplugin.h +%%LMP%%include/leechcraft/interfaces/lmp/itagresolver.h +%%LMP%%include/leechcraft/interfaces/lmp/iunmountablesync.h +%%LMP%%include/leechcraft/interfaces/lmp/mediainfo.h +%%LMP%%lib/leechcraft/plugins/libleechcraft_lmp.so +%%LMP%%lib/leechcraft/plugins/libleechcraft_lmp_brainslugz.so +%%LMP%%lib/leechcraft/plugins/libleechcraft_lmp_dumbsync.so +%%LMP%%lib/leechcraft/plugins/libleechcraft_lmp_fradj.so +%%LMP%%lib/leechcraft/plugins/libleechcraft_lmp_graffiti.so +%%LMP%%lib/leechcraft/plugins/libleechcraft_lmp_httstream.so +%%LMP%%lib/leechcraft/plugins/libleechcraft_lmp_mp3tunes.so +%%LMP%%share/applications/leechcraft-lmp.desktop +%%LMP%%%%DATADIR%%/qml/lmp/ArtistBrowserView.qml +%%LMP%%%%DATADIR%%/qml/lmp/BioView.qml +%%LMP%%%%DATADIR%%/qml/lmp/BrowseButton.qml +%%LMP%%%%DATADIR%%/qml/lmp/EventsView.qml +%%LMP%%%%DATADIR%%/qml/lmp/HypesView.qml +%%LMP%%%%DATADIR%%/qml/lmp/PreviewAudioButton.qml +%%LMP%%%%DATADIR%%/qml/lmp/ReleasesView.qml +%%LMP%%%%DATADIR%%/qml/lmp/SimilarView.qml +%%LMP%%%%DATADIR%%/qml/lmp/StdArtistActions.qml +%%LMP%%%%DATADIR%%/qml/lmp/TextButton.qml +%%LMP%%%%DATADIR%%/qml/lmp/TrackListContainer.qml +%%LMP%%%%DATADIR%%/qml/lmp/brainslugz/CheckView.qml +%%LMP%%%%DATADIR%%/settings/lmpdumbsyncsettings.xml +%%LMP%%%%DATADIR%%/settings/lmpfilterrgsettings.xml +%%LMP%%%%DATADIR%%/settings/lmphttstreamfiltersettings.xml +%%LMP%%%%DATADIR%%/settings/lmpmp3tunessettings.xml +%%LMP%%%%DATADIR%%/settings/lmpsettings.xml +%%LMP%%%%DATADIR%%/translations/leechcraft_lmp_brainslugz_en.qm +%%LMP%%%%DATADIR%%/translations/leechcraft_lmp_brainslugz_ru_RU.qm +%%LMP%%%%DATADIR%%/translations/leechcraft_lmp_dumbsync_en.qm +%%LMP%%%%DATADIR%%/translations/leechcraft_lmp_dumbsync_ru_RU.qm +%%LMP%%%%DATADIR%%/translations/leechcraft_lmp_en.qm +%%LMP%%%%DATADIR%%/translations/leechcraft_lmp_es.qm +%%LMP%%%%DATADIR%%/translations/leechcraft_lmp_fradj_en.qm +%%LMP%%%%DATADIR%%/translations/leechcraft_lmp_fradj_ru_RU.qm +%%LMP%%%%DATADIR%%/translations/leechcraft_lmp_graffiti_en.qm +%%LMP%%%%DATADIR%%/translations/leechcraft_lmp_graffiti_ru_RU.qm +%%LMP%%%%DATADIR%%/translations/leechcraft_lmp_httstream_en.qm +%%LMP%%%%DATADIR%%/translations/leechcraft_lmp_httstream_ru_RU.qm +%%LMP%%%%DATADIR%%/translations/leechcraft_lmp_ru_RU.qm +%%LMP%%@dirrm include/leechcraft/interfaces/lmp +%%LMP%%@dirrm %%DATADIR%%/qml/lmp/brainslugz +%%LMP%%@dirrm %%DATADIR%%/qml/lmp +%%MELLONETRAY%%lib/leechcraft/plugins/libleechcraft_mellonetray.so +%%MELLONETRAY%%%%DATADIR%%/qml/mellonetray/TrayQuark.qml +%%MELLONETRAY%%%%DATADIR%%/qml/mellonetray/TrayQuark.qml.manifest +%%MELLONETRAY%%%%DATADIR%%/translations/leechcraft_mellonetray_en.qm +%%MELLONETRAY%%%%DATADIR%%/translations/leechcraft_mellonetray_ru_RU.qm +%%MELLONETRAY%%@dirrmtry %%DATADIR%%/qml/mellonetray +%%MONOCLE%%lib/leechcraft/plugins/libleechcraft_monocle.so +%%MONOCLE%%lib/leechcraft/plugins/libleechcraft_monocle_dik.so +%%MONOCLE%%lib/leechcraft/plugins/libleechcraft_monocle_fxb.so +%%MONOCLE%%lib/leechcraft/plugins/libleechcraft_monocle_pdf.so +%%MONOCLE%%lib/leechcraft/plugins/libleechcraft_monocle_postrus.so +%%MONOCLE%%lib/leechcraft/plugins/libleechcraft_monocle_seen.so +%%MONOCLE%%share/applications/leechcraft-monocle-fxb.desktop +%%MONOCLE%%share/applications/leechcraft-monocle-pdf.desktop +%%MONOCLE%%share/applications/leechcraft-monocle-postrus.desktop +%%MONOCLE%%share/applications/leechcraft-monocle-seen.desktop +%%MONOCLE%%%%DATADIR%%/settings/monoclesettings.xml +%%MONOCLE%%%%DATADIR%%/translations/leechcraft_monocle_en.qm +%%MONOCLE%%%%DATADIR%%/translations/leechcraft_monocle_ru_RU.qm +%%MUSICZOMBIE%%lib/leechcraft/plugins/libleechcraft_musiczombie.so +%%MUSICZOMBIE%%%%DATADIR%%/translations/leechcraft_musiczombie_en.qm +%%MUSICZOMBIE%%%%DATADIR%%/translations/leechcraft_musiczombie_ru_RU.qm +%%NACHEKU%%lib/leechcraft/plugins/libleechcraft_nacheku.so +%%NACHEKU%%%%DATADIR%%/settings/nachekusettings.xml +%%NACHEKU%%%%DATADIR%%/translations/leechcraft_nacheku_en.qm +%%NACHEKU%%%%DATADIR%%/translations/leechcraft_nacheku_ru_RU.qm +%%NETSTOREMANAGER%%lib/leechcraft/plugins/libleechcraft_netstoremanager.so +%%NETSTOREMANAGER%%lib/leechcraft/plugins/libleechcraft_netstoremanager_dbox.so +%%NETSTOREMANAGER%%lib/leechcraft/plugins/libleechcraft_netstoremanager_googledrive.so +%%NETSTOREMANAGER%%%%DATADIR%%/settings/netstoremanagersettings.xml +%%NETSTOREMANAGER%%%%DATADIR%%/settings/nsmdropboxsettings.xml +%%NETSTOREMANAGER%%%%DATADIR%%/settings/nsmgoogledrivesettings.xml +%%NETSTOREMANAGER%%%%DATADIR%%/translations/leechcraft_netstoremanager_en.qm +%%NETSTOREMANAGER%%%%DATADIR%%/translations/leechcraft_netstoremanager_es.qm +%%NETSTOREMANAGER%%%%DATADIR%%/translations/leechcraft_netstoremanager_googledrive_en.qm +%%NETSTOREMANAGER%%%%DATADIR%%/translations/leechcraft_netstoremanager_googledrive_ru_RU.qm +%%NETSTOREMANAGER%%%%DATADIR%%/translations/leechcraft_netstoremanager_ru_RU.qm +%%NETSTOREMANAGER%%%%DATADIR%%/translations/leechcraft_netstoremanager_uk_UA.qm +%%NETWORKMONITOR%%lib/leechcraft/plugins/libleechcraft_networkmonitor.so +%%NETWORKMONITOR%%%%DATADIR%%/translations/leechcraft_networkmonitor_ar.qm +%%NETWORKMONITOR%%%%DATADIR%%/translations/leechcraft_networkmonitor_de.qm +%%NETWORKMONITOR%%%%DATADIR%%/translations/leechcraft_networkmonitor_en.qm +%%NETWORKMONITOR%%%%DATADIR%%/translations/leechcraft_networkmonitor_eo.qm +%%NETWORKMONITOR%%%%DATADIR%%/translations/leechcraft_networkmonitor_es.qm +%%NETWORKMONITOR%%%%DATADIR%%/translations/leechcraft_networkmonitor_fr.qm +%%NETWORKMONITOR%%%%DATADIR%%/translations/leechcraft_networkmonitor_it.qm +%%NETWORKMONITOR%%%%DATADIR%%/translations/leechcraft_networkmonitor_pl.qm +%%NETWORKMONITOR%%%%DATADIR%%/translations/leechcraft_networkmonitor_ru_RU.qm +%%NETWORKMONITOR%%%%DATADIR%%/translations/leechcraft_networkmonitor_uk_UA.qm +%%NEWLIFE%%lib/leechcraft/plugins/libleechcraft_newlife.so +%%NEWLIFE%%%%DATADIR%%/translations/leechcraft_newlife_ar.qm +%%NEWLIFE%%%%DATADIR%%/translations/leechcraft_newlife_be.qm +%%NEWLIFE%%%%DATADIR%%/translations/leechcraft_newlife_de.qm +%%NEWLIFE%%%%DATADIR%%/translations/leechcraft_newlife_en.qm +%%NEWLIFE%%%%DATADIR%%/translations/leechcraft_newlife_fr.qm +%%NEWLIFE%%%%DATADIR%%/translations/leechcraft_newlife_it.qm +%%NEWLIFE%%%%DATADIR%%/translations/leechcraft_newlife_pl.qm +%%NEWLIFE%%%%DATADIR%%/translations/leechcraft_newlife_ru_RU.qm +%%NEWLIFE%%%%DATADIR%%/translations/leechcraft_newlife_uk_UA.qm +%%OORONEE%%lib/leechcraft/plugins/libleechcraft_ooronee.so +%%OORONEE%%%%DATADIR%%/qml/ooronee/OoroneeQuark.qml +%%OORONEE%%%%DATADIR%%/qml/ooronee/OoroneeQuark.qml.manifest +%%OORONEE%%%%DATADIR%%/settings/ooroneesettings.xml +%%OORONEE%%@dirrm %%DATADIR%%/qml/ooronee +%%PINTAB%%lib/leechcraft/plugins/libleechcraft_pintab.so +%%PINTAB%%%%DATADIR%%/translations/leechcraft_pintab_en.qm +%%PINTAB%%%%DATADIR%%/translations/leechcraft_pintab_ru_RU.qm +%%POGOOGLUE%%lib/leechcraft/plugins/libleechcraft_pogooglue.so +%%POGOOGLUE%%%%DATADIR%%/translations/leechcraft_pogooglue_en.qm +%%POGOOGLUE%%%%DATADIR%%/translations/leechcraft_pogooglue_ru_RU.qm +%%POGOOGLUE%%%%DATADIR%%/translations/leechcraft_pogooglue_uk_UA.qm +%%POLEEMERY%%lib/leechcraft/plugins/libleechcraft_poleemery.so +%%POLEEMERY%%%%DATADIR%%/settings/poleemerysettings.xml +%%POLEEMERY%%%%DATADIR%%/translations/leechcraft_poleemery_en.qm +%%POLEEMERY%%%%DATADIR%%/translations/leechcraft_poleemery_ru_RU.qm +%%POPISHU%%lib/leechcraft/plugins/libleechcraft_popishu.so +%%POPISHU%%%%DATADIR%%/settings/popishusettings.xml +%%POPISHU%%%%DATADIR%%/translations/leechcraft_popishu_de.qm +%%POPISHU%%%%DATADIR%%/translations/leechcraft_popishu_en.qm +%%POPISHU%%%%DATADIR%%/translations/leechcraft_popishu_es.qm +%%POPISHU%%%%DATADIR%%/translations/leechcraft_popishu_fr.qm +%%POPISHU%%%%DATADIR%%/translations/leechcraft_popishu_it.qm +%%POPISHU%%%%DATADIR%%/translations/leechcraft_popishu_ru_RU.qm +%%POPISHU%%%%DATADIR%%/translations/leechcraft_popishu_uk_UA.qm +%%POSHUKU%%include/leechcraft/interfaces/poshuku/config.h +%%POSHUKU%%include/leechcraft/interfaces/poshuku/iaddressbar.h +%%POSHUKU%%include/leechcraft/interfaces/poshuku/ibrowserwidget.h +%%POSHUKU%%include/leechcraft/interfaces/poshuku/iflashoverrider.h +%%POSHUKU%%include/leechcraft/interfaces/poshuku/iproxyobject.h +%%POSHUKU%%include/leechcraft/interfaces/poshuku/istoragebackend.h +%%POSHUKU%%include/leechcraft/interfaces/poshuku/iurlcompletionmodel.h +%%POSHUKU%%include/leechcraft/interfaces/poshuku/iwebplugin.h +%%POSHUKU%%include/leechcraft/interfaces/poshuku/poshukutypes.h +%%POSHUKU%%lib/leechcraft/plugins/libleechcraft_poshuku.so +%%POSHUKU%%lib/leechcraft/plugins/libleechcraft_poshuku_autosearch.so +%%POSHUKU%%lib/leechcraft/plugins/libleechcraft_poshuku_cleanweb.so +%%POSHUKU%%lib/leechcraft/plugins/libleechcraft_poshuku_dcac.so +%%POSHUKU%%lib/leechcraft/plugins/libleechcraft_poshuku_fatape.so +%%POSHUKU%%lib/leechcraft/plugins/libleechcraft_poshuku_filescheme.so +%%POSHUKU%%lib/leechcraft/plugins/libleechcraft_poshuku_fua.so +%%POSHUKU%%lib/leechcraft/plugins/libleechcraft_poshuku_keywords.so +%%POSHUKU%%lib/leechcraft/plugins/libleechcraft_poshuku_onlinebookmarks.so +%%POSHUKU%%lib/leechcraft/plugins/libleechcraft_poshuku_onlinebookmarks_delicious.so +%%POSHUKU%%lib/leechcraft/plugins/libleechcraft_poshuku_onlinebookmarks_readitlater.so +%%POSHUKU%%lib/leechcraft/plugins/libleechcraft_poshuku_speeddial.so +%%POSHUKU%%%%DATADIR%%/installed/poshuku/LeechCraft.Poshuku +%%POSHUKU%%%%DATADIR%%/settings/poshukucleanwebsettings.xml +%%POSHUKU%%%%DATADIR%%/settings/poshukudcacsettings.xml +%%POSHUKU%%%%DATADIR%%/settings/poshukufatapesettings.xml +%%POSHUKU%%%%DATADIR%%/settings/poshukufuasettings.xml +%%POSHUKU%%%%DATADIR%%/settings/poshukukeywordssettings.xml +%%POSHUKU%%%%DATADIR%%/settings/poshukuonlinebookmarkssettings.xml +%%POSHUKU%%%%DATADIR%%/settings/poshukusettings.xml +%%POSHUKU%%%%DATADIR%%/settings/poshukuspeeddialsettings.xml +%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_ar.qm +%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_autosearch_en.qm +%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_autosearch_ru_RU.qm +%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_be.qm +%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_cleanweb_ar.qm +%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_cleanweb_de.qm +%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_cleanweb_en.qm +%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_cleanweb_eo.qm +%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_cleanweb_es.qm +%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_cleanweb_fr.qm +%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_cleanweb_it.qm +%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_cleanweb_pl.qm +%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_cleanweb_ru_RU.qm +%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_cleanweb_uk_UA.qm +%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_de.qm +%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_en.qm +%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_eo.qm +%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_es.qm +%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_fatape_en.qm +%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_fatape_it.qm +%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_fatape_ru_RU.qm +%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_fatape_uk_UA.qm +%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_filescheme_ar.qm +%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_filescheme_de.qm +%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_filescheme_en.qm +%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_filescheme_eo.qm +%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_filescheme_es.qm +%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_filescheme_fr.qm +%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_filescheme_it.qm +%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_filescheme_pl.qm +%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_filescheme_ru_RU.qm +%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_filescheme_uk_UA.qm +%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_fr.qm +%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_fua_ar.qm +%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_fua_de.qm +%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_fua_en.qm +%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_fua_eo.qm +%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_fua_es.qm +%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_fua_fr.qm +%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_fua_it.qm +%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_fua_pl.qm +%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_fua_ru_RU.qm +%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_fua_uk_UA.qm +%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_it.qm +%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_keywords_en.qm +%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_keywords_ru_RU.qm +%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_onlinebookmarks_de.qm +%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_onlinebookmarks_delicious_en.qm +%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_onlinebookmarks_delicious_ru_RU.qm +%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_onlinebookmarks_delicious_uk_UA.qm +%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_onlinebookmarks_en.qm +%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_onlinebookmarks_fr.qm +%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_onlinebookmarks_it.qm +%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_onlinebookmarks_readitlater_en.qm +%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_onlinebookmarks_readitlater_ru_RU.qm +%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_onlinebookmarks_readitlater_uk_UA.qm +%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_onlinebookmarks_ru_RU.qm +%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_onlinebookmarks_uk_UA.qm +%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_pl.qm +%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_ru_RU.qm +%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_tt.qm +%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_uk_UA.qm +%%POSHUKU%%@dirrm include/leechcraft/interfaces/poshuku +%%POSHUKU%%@dirrm %%DATADIR%%/installed/poshuku +%%POSHUKU%%@dirrm %%DATADIR%%/installed +%%QROSP%%lib/leechcraft/plugins/libleechcraft_qrosp.so +%%ROSENTHAL%%lib/leechcraft/plugins/libleechcraft_rosenthal.so +%%ROSENTHAL%%%%DATADIR%%/settings/rosenthalsettings.xml +%%ROSENTHAL%%%%DATADIR%%/translations/leechcraft_rosenthal_en.qm +%%ROSENTHAL%%%%DATADIR%%/translations/leechcraft_rosenthal_ru_RU.qm +%%SB2%%lib/leechcraft/plugins/libleechcraft_sb2.so +%%SB2%%%%DATADIR%%/qml/sb2/DockComponent.qml +%%SB2%%%%DATADIR%%/qml/sb2/DockComponent.qml.manifest +%%SB2%%%%DATADIR%%/qml/sb2/LCMenuComponent.qml +%%SB2%%%%DATADIR%%/qml/sb2/LCMenuComponent.qml.manifest +%%SB2%%%%DATADIR%%/qml/sb2/LauncherComponent.qml +%%SB2%%%%DATADIR%%/qml/sb2/LauncherComponent.qml.manifest +%%SB2%%%%DATADIR%%/qml/sb2/LauncherComponent.qml.settings +%%SB2%%%%DATADIR%%/qml/sb2/QuarkOrderView.qml +%%SB2%%%%DATADIR%%/qml/sb2/SideView.qml +%%SB2%%%%DATADIR%%/qml/sb2/TabListView.qml +%%SB2%%%%DATADIR%%/qml/sb2/TrayComponent.qml +%%SB2%%%%DATADIR%%/qml/sb2/TrayComponent.qml.manifest +%%SB2%%%%DATADIR%%/settings/sb2panelsettings.xml +%%SB2%%%%DATADIR%%/translations/leechcraft_sb2_en.qm +%%SB2%%%%DATADIR%%/translations/leechcraft_sb2_ru_RU.qm +%%SB2%%@dirrm %%DATADIR%%/qml/sb2 +%%SCROBLIBRE%%lib/leechcraft/plugins/libleechcraft_scroblibre.so +%%SCROBLIBRE%%%%DATADIR%%/settings/scroblibresettings.xml +%%SCROBLIBRE%%%%DATADIR%%/translations/leechcraft_scroblibre_en.qm +%%SCROBLIBRE%%%%DATADIR%%/translations/leechcraft_scroblibre_ru_RU.qm +%%SECMAN%%include/leechcraft/interfaces/secman/istorageplugin.h +%%SECMAN%%lib/leechcraft/plugins/libleechcraft_secman.so +%%SECMAN%%lib/leechcraft/plugins/libleechcraft_secman_simplestorage.so +%%SECMAN%%%%DATADIR%%/translations/leechcraft_secman_en.qm +%%SECMAN%%%%DATADIR%%/translations/leechcraft_secman_ru_RU.qm +%%SECMAN%%@dirrm include/leechcraft/interfaces/secman +%%SEEKTHRU%%lib/leechcraft/plugins/libleechcraft_seekthru.so +%%SEEKTHRU%%%%DATADIR%%/settings/seekthrusettings.xml +%%SEEKTHRU%%%%DATADIR%%/translations/leechcraft_seekthru_ar.qm +%%SEEKTHRU%%%%DATADIR%%/translations/leechcraft_seekthru_be.qm +%%SEEKTHRU%%%%DATADIR%%/translations/leechcraft_seekthru_de.qm +%%SEEKTHRU%%%%DATADIR%%/translations/leechcraft_seekthru_en.qm +%%SEEKTHRU%%%%DATADIR%%/translations/leechcraft_seekthru_eo.qm +%%SEEKTHRU%%%%DATADIR%%/translations/leechcraft_seekthru_es.qm +%%SEEKTHRU%%%%DATADIR%%/translations/leechcraft_seekthru_fr.qm +%%SEEKTHRU%%%%DATADIR%%/translations/leechcraft_seekthru_pl.qm +%%SEEKTHRU%%%%DATADIR%%/translations/leechcraft_seekthru_ru_RU.qm +%%SEEKTHRU%%%%DATADIR%%/translations/leechcraft_seekthru_uk_UA.qm +%%SUMMARY%%lib/leechcraft/plugins/libleechcraft_summary.so +%%SUMMARY%%%%DATADIR%%/translations/leechcraft_summary_ar.qm +%%SUMMARY%%%%DATADIR%%/translations/leechcraft_summary_be.qm +%%SUMMARY%%%%DATADIR%%/translations/leechcraft_summary_de.qm +%%SUMMARY%%%%DATADIR%%/translations/leechcraft_summary_en.qm +%%SUMMARY%%%%DATADIR%%/translations/leechcraft_summary_es.qm +%%SUMMARY%%%%DATADIR%%/translations/leechcraft_summary_fr.qm +%%SUMMARY%%%%DATADIR%%/translations/leechcraft_summary_it.qm +%%SUMMARY%%%%DATADIR%%/translations/leechcraft_summary_ru_RU.qm +%%SUMMARY%%%%DATADIR%%/translations/leechcraft_summary_uk_UA.qm +%%SYSNOTIFY%%lib/leechcraft/plugins/libleechcraft_sysnotify.so +%%SYSNOTIFY%%%%DATADIR%%/translations/leechcraft_sysnotify_en.qm +%%SYSNOTIFY%%%%DATADIR%%/translations/leechcraft_sysnotify_ru_RU.qm +%%TABSESSMANAGER%%lib/leechcraft/plugins/libleechcraft_tabsessmanager.so +%%TABSESSMANAGER%%%%DATADIR%%/translations/leechcraft_tabsessmanager_en.qm +%%TABSESSMANAGER%%%%DATADIR%%/translations/leechcraft_tabsessmanager_ru_RU.qm +%%TABSLIST%%lib/leechcraft/plugins/libleechcraft_tabslist.so +%%TABSLIST%%%%DATADIR%%/translations/leechcraft_tabslist_en.qm +%%TABSLIST%%%%DATADIR%%/translations/leechcraft_tabslist_ru_RU.qm +%%TABSLIST%%%%DATADIR%%/translations/leechcraft_tabslist_uk_UA.qm +%%TEXTOGROOSE%%lib/leechcraft/plugins/libleechcraft_textogroose.so +%%TOUCHSTREAMS%%lib/leechcraft/plugins/libleechcraft_touchstreams.so +%%TOUCHSTREAMS%%%%DATADIR%%/settings/touchstreamssettings.xml +%%TOUCHSTREAMS%%%%DATADIR%%/translations/leechcraft_touchstreams_en.qm +%%TOUCHSTREAMS%%%%DATADIR%%/translations/leechcraft_touchstreams_ru_RU.qm +%%TPI%%lib/leechcraft/plugins/libleechcraft_tpi.so +%%TPI%%%%DATADIR%%/qml/tpi/TPIQuark.qml +%%TPI%%%%DATADIR%%/qml/tpi/TPIQuark.qml.manifest +%%TPI%%%%DATADIR%%/qml/tpi/Tooltip.qml +%%TPI%%@dirrm %%DATADIR%%/qml/tpi +%%VGRABBER%%lib/leechcraft/plugins/libleechcraft_vgrabber.so +%%VGRABBER%%%%DATADIR%%/settings/vgrabbersettings.xml +%%VGRABBER%%%%DATADIR%%/translations/leechcraft_vgrabber_ar.qm +%%VGRABBER%%%%DATADIR%%/translations/leechcraft_vgrabber_de.qm +%%VGRABBER%%%%DATADIR%%/translations/leechcraft_vgrabber_en.qm +%%VGRABBER%%%%DATADIR%%/translations/leechcraft_vgrabber_fr.qm +%%VGRABBER%%%%DATADIR%%/translations/leechcraft_vgrabber_it.qm +%%VGRABBER%%%%DATADIR%%/translations/leechcraft_vgrabber_oc.qm +%%VGRABBER%%%%DATADIR%%/translations/leechcraft_vgrabber_pl.qm +%%VGRABBER%%%%DATADIR%%/translations/leechcraft_vgrabber_ru_RU.qm +%%VGRABBER%%%%DATADIR%%/translations/leechcraft_vgrabber_uk_UA.qm +%%VROOBY%%lib/leechcraft/plugins/libleechcraft_vrooby.so +%%VROOBY%%%%DATADIR%%/translations/leechcraft_vrooby_en.qm +%%VROOBY%%%%DATADIR%%/translations/leechcraft_vrooby_ru_RU.qm +%%VTYULC%%lib/leechcraft/plugins/libleechcraft_vtyulc.so +%%VTYULC%%%%DATADIR%%/settings/vtyulcsettings.xml +%%VTYULC%%%%DATADIR%%/translations/leechcraft_vtyulc_en.qm +%%VTYULC%%%%DATADIR%%/translations/leechcraft_vtyulc_ru_RU.qm +%%XPROXY%%lib/leechcraft/plugins/libleechcraft_xproxy.so +%%XPROXY%%%%DATADIR%%/settings/xproxysettings.xml +%%XPROXY%%%%DATADIR%%/translations/leechcraft_xproxy_en.qm +%%XPROXY%%%%DATADIR%%/translations/leechcraft_xproxy_ru_RU.qm +%%XTAZY%%lib/leechcraft/plugins/libleechcraft_xtazy.so +%%XTAZY%%%%DATADIR%%/settings/xtazysettings.xml +%%XTAZY%%%%DATADIR%%/translations/leechcraft_xtazy_en.qm +%%XTAZY%%%%DATADIR%%/translations/leechcraft_xtazy_ru_RU.qm +@dirrm include/leechcraft/interfaces/an +@dirrm include/leechcraft/interfaces/core +@dirrm include/leechcraft/interfaces/data +@dirrm include/leechcraft/interfaces/devices +@dirrm include/leechcraft/interfaces/media +@dirrm include/leechcraft/interfaces +@dirrm include/leechcraft/util/CMakeFiles/leechcraft-util.dir +@dirrm include/leechcraft/util/CMakeFiles/leechcraft-util_automoc.dir +@dirrm include/leechcraft/util/CMakeFiles +@dirrm include/leechcraft/util/cmake +@dirrm include/leechcraft/util/db/CMakeFiles/leechcraft-util-db.dir +@dirrm include/leechcraft/util/db/CMakeFiles/leechcraft-util-db_automoc.dir +@dirrm include/leechcraft/util/db/CMakeFiles +@dirrm include/leechcraft/util/db +@dirrm include/leechcraft/util/gui/CMakeFiles/leechcraft-util-gui.dir +@dirrm include/leechcraft/util/gui/CMakeFiles/leechcraft-util-gui_automoc.dir +@dirrm include/leechcraft/util/gui/CMakeFiles +@dirrm include/leechcraft/util/gui +@dirrm include/leechcraft/util/models/CMakeFiles/leechcraft-util-models.dir +@dirrm include/leechcraft/util/models/CMakeFiles/leechcraft-util-models_automoc.dir +@dirrm include/leechcraft/util/models/CMakeFiles +@dirrm include/leechcraft/util/models +@dirrm include/leechcraft/util/network/CMakeFiles/leechcraft-util-network.dir +@dirrm include/leechcraft/util/network/CMakeFiles/leechcraft-util-network_automoc.dir +@dirrm include/leechcraft/util/network/CMakeFiles +@dirrm include/leechcraft/util/network +@dirrm include/leechcraft/util/qml/CMakeFiles/leechcraft-util-qml.dir +@dirrm include/leechcraft/util/qml/CMakeFiles/leechcraft-util-qml_automoc.dir +@dirrm include/leechcraft/util/qml/CMakeFiles +@dirrm include/leechcraft/util/qml +@dirrm include/leechcraft/util/shortcuts/CMakeFiles/leechcraft-util-shortcuts.dir +@dirrm include/leechcraft/util/shortcuts/CMakeFiles/leechcraft-util-shortcuts_automoc.dir +@dirrm include/leechcraft/util/shortcuts/CMakeFiles +@dirrm include/leechcraft/util/shortcuts +@dirrm include/leechcraft/util/sll/CMakeFiles/leechcraft-util-sll.dir +@dirrm include/leechcraft/util/sll/CMakeFiles/leechcraft-util-sll_automoc.dir +@dirrm include/leechcraft/util/sll/CMakeFiles +@dirrm include/leechcraft/util/sll/cmake +@dirrm include/leechcraft/util/sll +@dirrm include/leechcraft/util/svcauth/CMakeFiles/leechcraft-util-svcauth.dir +@dirrm include/leechcraft/util/svcauth/CMakeFiles/leechcraft-util-svcauth_automoc.dir +@dirrm include/leechcraft/util/svcauth/CMakeFiles +@dirrm include/leechcraft/util/svcauth +@dirrm include/leechcraft/util/sys/CMakeFiles/leechcraft-util-sys.dir +@dirrm include/leechcraft/util/sys/CMakeFiles/leechcraft-util-sys_automoc.dir +@dirrm include/leechcraft/util/sys/CMakeFiles +@dirrm include/leechcraft/util/sys +@dirrm include/leechcraft/util/tags/CMakeFiles/leechcraft-util-tags.dir +@dirrm include/leechcraft/util/tags/CMakeFiles/leechcraft-util-tags_automoc.dir +@dirrm include/leechcraft/util/tags/CMakeFiles +@dirrm include/leechcraft/util/tags +@dirrm include/leechcraft/util/x11/CMakeFiles/leechcraft-util-x11.dir +@dirrm include/leechcraft/util/x11/CMakeFiles/leechcraft-util-x11_automoc.dir +@dirrm include/leechcraft/util/x11/CMakeFiles +@dirrm include/leechcraft/util/x11 +@dirrm include/leechcraft/util/xdg/CMakeFiles/leechcraft-util-xdg.dir +@dirrm include/leechcraft/util/xdg/CMakeFiles/leechcraft-util-xdg_automoc.dir +@dirrm include/leechcraft/util/xdg/CMakeFiles +@dirrm include/leechcraft/util/xdg +@dirrm include/leechcraft/util/xpc/CMakeFiles/leechcraft-util-xpc.dir +@dirrm include/leechcraft/util/xpc/CMakeFiles/leechcraft-util-xpc_automoc.dir +@dirrm include/leechcraft/util/xpc/CMakeFiles +@dirrm include/leechcraft/util/xpc +@dirrm include/leechcraft/util/xsd/CMakeFiles/leechcraft-util-xsd.dir +@dirrm include/leechcraft/util/xsd/CMakeFiles/leechcraft-util-xsd_automoc.dir +@dirrm include/leechcraft/util/xsd/CMakeFiles +@dirrm include/leechcraft/util/xsd +@dirrm include/leechcraft/util +@dirrm include/leechcraft/xmlsettingsdialog +@dirrm include/leechcraft +@dirrmtry lib/leechcraft/plugins +@dirrmtry lib/leechcraft +@dirrm share/cmake/Modules +@dirrm share/cmake +@dirrmtry share/icons/hicolor/14x14/apps +@dirrmtry share/icons/hicolor/14x14 +@dirrm %%DATADIR%%/cmake +@dirrm %%DATADIR%%/global_icons/flags +@dirrm %%DATADIR%%/global_icons +@dirrm %%DATADIR%%/qml/common +@dirrm %%DATADIR%%/qml/org/LC/common +@dirrm %%DATADIR%%/qml/org/LC +@dirrm %%DATADIR%%/qml/org +@dirrm %%DATADIR%%/qml +@dirrm %%DATADIR%%/settings +@dirrm %%DATADIR%%/themes/Blue Silence +@dirrm %%DATADIR%%/themes/Wonton Soup Cyan +@dirrm %%DATADIR%%/themes/Zion Reversed +@dirrm %%DATADIR%%/themes/crafty +@dirrm %%DATADIR%%/themes/default +@dirrm %%DATADIR%%/themes/pendruk +@dirrm %%DATADIR%%/themes +@dirrm %%DATADIR%%/translations +@dirrm %%DATADIR%% +@dirrm share/man/man1 +@dirrm share/man |