Index: head/sysutils/mate-control-center/Makefile =================================================================== --- head/sysutils/mate-control-center/Makefile (revision 448081) +++ head/sysutils/mate-control-center/Makefile (revision 448082) @@ -1,48 +1,49 @@ # Created by: Joe Marcus Clarke # $FreeBSD$ PORTNAME= mate-control-center PORTVERSION= 1.18.1 +PORTREVISION= 1 CATEGORIES= sysutils mate MASTER_SITES= MATE DIST_SUBDIR= mate MAINTAINER= gnome@FreeBSD.org COMMENT= Control center for MATE project BUILD_DEPENDS= itstool:textproc/itstool LIB_DEPENDS= libcanberra-gtk.so:audio/libcanberra \ libcanberra-gtk3.so:audio/libcanberra-gtk3 \ libdbus-1.so:devel/dbus \ libdbus-glib-1.so:devel/dbus-glib \ libxklavier.so:x11/libxklavier \ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ libstartup-notification-1.so:x11/startup-notification \ libunique-3.0.so:x11-toolkits/libunique3 \ libpolkit-gobject-1.so:sysutils/polkit PORTSCOUT= limitw:1,even USES= desktop-file-utils gettext gmake libtool localbase \ pathfix pkgconfig shared-mime-info tar:xz USE_MATE= desktop libmatekbd marco menus settingsdaemon USE_XORG= ice sm x11 xcursor xext xxf86misc xft xi xrandr xscrnsaver USE_GNOME= cairo dconf glib20 gtk30 intlhack libxml2 librsvg2 pango USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-appindicator=no \ --with-gtk=3.0 INSTALLS_ICONS= yes INSTALL_TARGET= install-strip GLIB_SCHEMAS= org.mate.control-center.gschema.xml \ org.mate.control-center.keybinding.gschema.xml post-patch: @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \ ${WRKSRC}/capplets/common/mate-theme-info.c @${REINPLACE_CMD} -e 's|/usr/sbin|${PREFIX}/sbin|g' \ ${WRKSRC}/capplets/display/org.mate.randr.policy.in .include Index: head/sysutils/mate-control-center/files/patch-capplets_common_mate-theme-info.c =================================================================== --- head/sysutils/mate-control-center/files/patch-capplets_common_mate-theme-info.c (revision 448081) +++ head/sysutils/mate-control-center/files/patch-capplets_common_mate-theme-info.c (revision 448082) @@ -1,11 +1,11 @@ --- capplets/common/mate-theme-info.c.orig 2009-05-03 20:30:56.000000000 +0200 +++ capplets/common/mate-theme-info.c 2009-07-19 12:54:25.000000000 +0200 @@ -1876,7 +1876,7 @@ mate_theme_init () #ifdef XCURSOR_ICONDIR /* if there's a separate xcursors dir, add that as well */ if (strcmp (XCURSOR_ICONDIR, top_theme_dir_string) && - strcmp (XCURSOR_ICONDIR, "/usr/share/icons")) { -+ strcmp (XCURSOR_ICONDIR, "%%LOCALBASE%%/lib/X11/icons")) { ++ strcmp (XCURSOR_ICONDIR, "%%LOCALBASE%%/share/icons")) { top_theme_dir = g_file_new_for_path (XCURSOR_ICONDIR); add_top_icon_theme_dir_monitor (top_theme_dir, 1, NULL); g_object_unref (top_theme_dir); Index: head/x11/libXcursor/Makefile =================================================================== --- head/x11/libXcursor/Makefile (revision 448081) +++ head/x11/libXcursor/Makefile (revision 448082) @@ -1,24 +1,25 @@ # Created by: Eric Anholt # $FreeBSD$ PORTNAME= libXcursor PORTVERSION= 1.1.14 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= X client-side cursor loading library LICENSE= MIT XORG_CAT= lib USE_XORG= xrender x11 xfixes fixesproto xproto:both \ xextproto USES+= cpe CPE_PRODUCT= libxcursor CPE_VENDOR= x -CONFIGURE_ARGS= --with-icondir=${PREFIX}/lib/X11/icons +CONFIGURE_ARGS= --with-icondir=${PREFIX}/share/icons +INSTALL_TARGET= install-strip .include Index: head/x11/xorg/Makefile =================================================================== --- head/x11/xorg/Makefile (revision 448081) +++ head/x11/xorg/Makefile (revision 448082) @@ -1,36 +1,36 @@ # Created by: Eric Anholt # $FreeBSD$ PORTNAME= xorg PORTVERSION= 7.7 PORTREVISION= 3 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= X.Org complete distribution metaport USES= metaport RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/dri.pc:graphics/mesa-dri # data RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/xbitmaps.pc:x11/xbitmaps \ - ${LOCALBASE}/lib/X11/icons/handhelds/cursors/X_cursor:x11-themes/xcursor-themes + ${LOCALBASE}/share/icons/handhelds/cursors/X_cursor:x11-themes/xcursor-themes OPTIONS_DEFINE= DOCS DOCS_RUN_DEPENDS+= ${LOCALBASE}/share/doc/xorg-docs/README.xml:x11/xorg-docs # app, lib, font, driver RUN_DEPENDS+= xorg-apps>0:x11/xorg-apps \ xorg-libraries>0:x11/xorg-libraries \ xorg-fonts>0:x11-fonts/xorg-fonts \ xorg-drivers>0:x11-drivers/xorg-drivers .if defined(XORG_COMPLETE) RUN_DEPENDS+= Xnest:x11-servers/xorg-nestserver \ Xdmx:x11-servers/xorg-dmx \ Xvfb:x11-servers/xorg-vfbserver .endif .include Index: head/x11-themes/cursor-ardoise-theme/Makefile =================================================================== --- head/x11-themes/cursor-ardoise-theme/Makefile (revision 448081) +++ head/x11-themes/cursor-ardoise-theme/Makefile (revision 448082) @@ -1,30 +1,31 @@ # Created by: lightside # $FreeBSD$ PORTNAME= ardoise PORTVERSION= 3.5 +PORTREVISION= 1 CATEGORIES= x11-themes MASTER_SITES= https://github.com/obnosim/ardoise/releases/download/v${PORTVERSION}/ PKGNAMEPREFIX= cursor- PKGNAMESUFFIX= -theme DISTFILES= Ardoise_no_shadow_100.tar.gz Ardoise_no_shadow_75.tar.gz \ Ardoise_no_shadow_87.tar.gz Ardoise_shadow_100.tar.gz \ Ardoise_shadow_75.tar.gz Ardoise_shadow_87.tar.gz DIST_SUBDIR= ${PKGBASE}/${PORTVERSION} MAINTAINER= lightside@gmx.com COMMENT= Ardoise X cursor theme LICENSE= CC-BY-NC-SA-3.0 NO_ARCH= yes NO_BUILD= yes NO_WRKSUBDIR= yes -DATADIR= ${PREFIX}/lib/X11/icons +DATADIR= ${PREFIX}/share/icons PORTDATA= * do-install: (cd ${WRKSRC} && ${COPYTREE_SHARE} "${PORTDATA}" ${STAGEDIR}${DATADIR}) .include Index: head/x11-themes/cursor-chameleon-anthracite/Makefile =================================================================== --- head/x11-themes/cursor-chameleon-anthracite/Makefile (revision 448081) +++ head/x11-themes/cursor-chameleon-anthracite/Makefile (revision 448082) @@ -1,20 +1,21 @@ # Created by: Veniamin Gvozdikov # $FreeBSD$ PORTNAME= chameleon PORTVERSION= 0.5 +PORTREVISION= 1 CATEGORIES= x11-themes MASTER_SITES= LOCAL/vg PKGNAMEPREFIX= cursor- PKGNAMESUFFIX= -anthracite DISTNAME= Chameleon-Anthracite-${PORTVERSION} MAINTAINER= vg@FreeBSD.org COMMENT= Chameleon Xcursors theme LICENSE= GPLv2 THEME= Anthracite .include "${.CURDIR}/../cursor-chameleon-white/files/Makefile.common" .include Index: head/x11-themes/cursor-chameleon-anthracite/pkg-plist =================================================================== --- head/x11-themes/cursor-chameleon-anthracite/pkg-plist (revision 448081) +++ head/x11-themes/cursor-chameleon-anthracite/pkg-plist (revision 448082) @@ -1,621 +1,621 @@ -lib/X11/icons/chameleon-anthracite-large/cursors/00008160000006810000408080010102 -lib/X11/icons/chameleon-anthracite-large/cursors/028006030e0e7ebffc7f7070c0600140 -lib/X11/icons/chameleon-anthracite-large/cursors/03b6e0fcb3499374a867c041f52298f0 -lib/X11/icons/chameleon-anthracite-large/cursors/0426c94ea35c87780ff01dc239897213 -lib/X11/icons/chameleon-anthracite-large/cursors/0876e1c15ff2fc01f906f1c363074c0f -lib/X11/icons/chameleon-anthracite-large/cursors/08e8e1c95fe2fc01f976f1e063a24ccd -lib/X11/icons/chameleon-anthracite-large/cursors/08ffe1cb5fe6fc01f906f1c063814ccf -lib/X11/icons/chameleon-anthracite-large/cursors/08ffe1e65f80fcfdf9fff11263e74c48 -lib/X11/icons/chameleon-anthracite-large/cursors/1081e37283d90000800003c07f3ef6bf -lib/X11/icons/chameleon-anthracite-large/cursors/14fef782d02440884392942c11205230 -lib/X11/icons/chameleon-anthracite-large/cursors/208530c400c041818281048008011002 -lib/X11/icons/chameleon-anthracite-large/cursors/2870a09082c103050810ffdffffe0204 -lib/X11/icons/chameleon-anthracite-large/cursors/3085a0e285430894940527032f8b26df -lib/X11/icons/chameleon-anthracite-large/cursors/3ecb610c1bf2410f44200f48c40d3599 -lib/X11/icons/chameleon-anthracite-large/cursors/4498f0e0c1937ffe01fd06f973665830 -lib/X11/icons/chameleon-anthracite-large/cursors/5aca4d189052212118709018842178c0 -lib/X11/icons/chameleon-anthracite-large/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 -lib/X11/icons/chameleon-anthracite-large/cursors/6407b0e94181790501fd1e167b474872 -lib/X11/icons/chameleon-anthracite-large/cursors/640fb0e74195791501fd1ed57b41487f -lib/X11/icons/chameleon-anthracite-large/cursors/9081237383d90e509aa00f00170e968f -lib/X11/icons/chameleon-anthracite-large/cursors/9116a3ea924ed2162ecab71ba103b17f -lib/X11/icons/chameleon-anthracite-large/cursors/9d800788f1b08800ae810202380a0822 -lib/X11/icons/chameleon-anthracite-large/cursors/X-cursor -lib/X11/icons/chameleon-anthracite-large/cursors/X-cursor.in -lib/X11/icons/chameleon-anthracite-large/cursors/X-cursor.png -lib/X11/icons/chameleon-anthracite-large/cursors/alias -lib/X11/icons/chameleon-anthracite-large/cursors/alias.in -lib/X11/icons/chameleon-anthracite-large/cursors/alias.png -lib/X11/icons/chameleon-anthracite-large/cursors/all-scroll -lib/X11/icons/chameleon-anthracite-large/cursors/all-scroll.in -lib/X11/icons/chameleon-anthracite-large/cursors/all-scroll.png -lib/X11/icons/chameleon-anthracite-large/cursors/arrow -lib/X11/icons/chameleon-anthracite-large/cursors/bottom_left_corner -lib/X11/icons/chameleon-anthracite-large/cursors/bottom_right_corner -lib/X11/icons/chameleon-anthracite-large/cursors/bottom_side -lib/X11/icons/chameleon-anthracite-large/cursors/c7088f0f3e6c8088236ef8e1e3e70000 -lib/X11/icons/chameleon-anthracite-large/cursors/cell -lib/X11/icons/chameleon-anthracite-large/cursors/cell.in -lib/X11/icons/chameleon-anthracite-large/cursors/cell.png -lib/X11/icons/chameleon-anthracite-large/cursors/center_ptr -lib/X11/icons/chameleon-anthracite-large/cursors/col-resize -lib/X11/icons/chameleon-anthracite-large/cursors/col-resize.in -lib/X11/icons/chameleon-anthracite-large/cursors/col-resize.png -lib/X11/icons/chameleon-anthracite-large/cursors/context-menu -lib/X11/icons/chameleon-anthracite-large/cursors/context-menu.in -lib/X11/icons/chameleon-anthracite-large/cursors/context-menu.png -lib/X11/icons/chameleon-anthracite-large/cursors/copy -lib/X11/icons/chameleon-anthracite-large/cursors/copy.in -lib/X11/icons/chameleon-anthracite-large/cursors/copy.png -lib/X11/icons/chameleon-anthracite-large/cursors/cross -lib/X11/icons/chameleon-anthracite-large/cursors/crosshair -lib/X11/icons/chameleon-anthracite-large/cursors/crosshair.in -lib/X11/icons/chameleon-anthracite-large/cursors/crosshair.png -lib/X11/icons/chameleon-anthracite-large/cursors/d9ce0ab605698f320427677b458ad60b -lib/X11/icons/chameleon-anthracite-large/cursors/default -lib/X11/icons/chameleon-anthracite-large/cursors/default.in -lib/X11/icons/chameleon-anthracite-large/cursors/default.png -lib/X11/icons/chameleon-anthracite-large/cursors/dnd-ask -lib/X11/icons/chameleon-anthracite-large/cursors/dnd-copy -lib/X11/icons/chameleon-anthracite-large/cursors/dnd-link -lib/X11/icons/chameleon-anthracite-large/cursors/dnd-move -lib/X11/icons/chameleon-anthracite-large/cursors/dnd-none -lib/X11/icons/chameleon-anthracite-large/cursors/e-resize -lib/X11/icons/chameleon-anthracite-large/cursors/e-resize.in -lib/X11/icons/chameleon-anthracite-large/cursors/e-resize.png -lib/X11/icons/chameleon-anthracite-large/cursors/e29285e634086352946a0e7090d73106 -lib/X11/icons/chameleon-anthracite-large/cursors/ew-resize -lib/X11/icons/chameleon-anthracite-large/cursors/ew-resize.in -lib/X11/icons/chameleon-anthracite-large/cursors/ew-resize.png -lib/X11/icons/chameleon-anthracite-large/cursors/f41c0e382c94c0958e07017e42b00462 -lib/X11/icons/chameleon-anthracite-large/cursors/f41c0e382c97c0938e07017e42800402 -lib/X11/icons/chameleon-anthracite-large/cursors/fcf1c3c7cd4491d801f1e1c78f100000 -lib/X11/icons/chameleon-anthracite-large/cursors/fleur -lib/X11/icons/chameleon-anthracite-large/cursors/grabbing -lib/X11/icons/chameleon-anthracite-large/cursors/grabbing.in -lib/X11/icons/chameleon-anthracite-large/cursors/grabbing.png -lib/X11/icons/chameleon-anthracite-large/cursors/hand2 -lib/X11/icons/chameleon-anthracite-large/cursors/help -lib/X11/icons/chameleon-anthracite-large/cursors/help.in -lib/X11/icons/chameleon-anthracite-large/cursors/help.png -lib/X11/icons/chameleon-anthracite-large/cursors/left_ptr -lib/X11/icons/chameleon-anthracite-large/cursors/left_ptr_watch -lib/X11/icons/chameleon-anthracite-large/cursors/left_side -lib/X11/icons/chameleon-anthracite-large/cursors/move -lib/X11/icons/chameleon-anthracite-large/cursors/move.in -lib/X11/icons/chameleon-anthracite-large/cursors/move.png -lib/X11/icons/chameleon-anthracite-large/cursors/n-resize -lib/X11/icons/chameleon-anthracite-large/cursors/n-resize.in -lib/X11/icons/chameleon-anthracite-large/cursors/n-resize.png -lib/X11/icons/chameleon-anthracite-large/cursors/ne-resize -lib/X11/icons/chameleon-anthracite-large/cursors/ne-resize.in -lib/X11/icons/chameleon-anthracite-large/cursors/ne-resize.png -lib/X11/icons/chameleon-anthracite-large/cursors/nesw-resize -lib/X11/icons/chameleon-anthracite-large/cursors/nesw-resize.in -lib/X11/icons/chameleon-anthracite-large/cursors/nesw-resize.png -lib/X11/icons/chameleon-anthracite-large/cursors/no-drop -lib/X11/icons/chameleon-anthracite-large/cursors/no-drop.in -lib/X11/icons/chameleon-anthracite-large/cursors/no-drop.png -lib/X11/icons/chameleon-anthracite-large/cursors/not-allowed -lib/X11/icons/chameleon-anthracite-large/cursors/not-allowed.in -lib/X11/icons/chameleon-anthracite-large/cursors/not-allowed.png -lib/X11/icons/chameleon-anthracite-large/cursors/ns-resize -lib/X11/icons/chameleon-anthracite-large/cursors/ns-resize.in -lib/X11/icons/chameleon-anthracite-large/cursors/ns-resize.png -lib/X11/icons/chameleon-anthracite-large/cursors/nw-resize -lib/X11/icons/chameleon-anthracite-large/cursors/nw-resize.in -lib/X11/icons/chameleon-anthracite-large/cursors/nw-resize.png -lib/X11/icons/chameleon-anthracite-large/cursors/nwse-resize -lib/X11/icons/chameleon-anthracite-large/cursors/nwse-resize.in -lib/X11/icons/chameleon-anthracite-large/cursors/nwse-resize.png -lib/X11/icons/chameleon-anthracite-large/cursors/pencil -lib/X11/icons/chameleon-anthracite-large/cursors/pencil.in -lib/X11/icons/chameleon-anthracite-large/cursors/pencil.png -lib/X11/icons/chameleon-anthracite-large/cursors/pirate -lib/X11/icons/chameleon-anthracite-large/cursors/pirate.in -lib/X11/icons/chameleon-anthracite-large/cursors/pirate.png -lib/X11/icons/chameleon-anthracite-large/cursors/plus -lib/X11/icons/chameleon-anthracite-large/cursors/pointer -lib/X11/icons/chameleon-anthracite-large/cursors/pointer.in -lib/X11/icons/chameleon-anthracite-large/cursors/pointer.png -lib/X11/icons/chameleon-anthracite-large/cursors/progress -lib/X11/icons/chameleon-anthracite-large/cursors/progress.in -lib/X11/icons/chameleon-anthracite-large/cursors/progress.png -lib/X11/icons/chameleon-anthracite-large/cursors/progress1.png -lib/X11/icons/chameleon-anthracite-large/cursors/progress10.png -lib/X11/icons/chameleon-anthracite-large/cursors/progress11.png -lib/X11/icons/chameleon-anthracite-large/cursors/progress12.png -lib/X11/icons/chameleon-anthracite-large/cursors/progress13.png -lib/X11/icons/chameleon-anthracite-large/cursors/progress2.png -lib/X11/icons/chameleon-anthracite-large/cursors/progress3.png -lib/X11/icons/chameleon-anthracite-large/cursors/progress4.png -lib/X11/icons/chameleon-anthracite-large/cursors/progress5.png -lib/X11/icons/chameleon-anthracite-large/cursors/progress6.png -lib/X11/icons/chameleon-anthracite-large/cursors/progress7.png -lib/X11/icons/chameleon-anthracite-large/cursors/progress8.png -lib/X11/icons/chameleon-anthracite-large/cursors/progress9.png -lib/X11/icons/chameleon-anthracite-large/cursors/question_arrow -lib/X11/icons/chameleon-anthracite-large/cursors/right-arrow -lib/X11/icons/chameleon-anthracite-large/cursors/right-arrow.in -lib/X11/icons/chameleon-anthracite-large/cursors/right-arrow.png -lib/X11/icons/chameleon-anthracite-large/cursors/right_ptr -lib/X11/icons/chameleon-anthracite-large/cursors/right_side -lib/X11/icons/chameleon-anthracite-large/cursors/row-resize -lib/X11/icons/chameleon-anthracite-large/cursors/row-resize.in -lib/X11/icons/chameleon-anthracite-large/cursors/row-resize.png -lib/X11/icons/chameleon-anthracite-large/cursors/s-resize -lib/X11/icons/chameleon-anthracite-large/cursors/s-resize.in -lib/X11/icons/chameleon-anthracite-large/cursors/s-resize.png -lib/X11/icons/chameleon-anthracite-large/cursors/sb_h_double_arrow -lib/X11/icons/chameleon-anthracite-large/cursors/sb_v_double_arrow -lib/X11/icons/chameleon-anthracite-large/cursors/se-resize -lib/X11/icons/chameleon-anthracite-large/cursors/se-resize.in -lib/X11/icons/chameleon-anthracite-large/cursors/se-resize.png -lib/X11/icons/chameleon-anthracite-large/cursors/sw-resize -lib/X11/icons/chameleon-anthracite-large/cursors/sw-resize.in -lib/X11/icons/chameleon-anthracite-large/cursors/sw-resize.png -lib/X11/icons/chameleon-anthracite-large/cursors/text -lib/X11/icons/chameleon-anthracite-large/cursors/text.in -lib/X11/icons/chameleon-anthracite-large/cursors/text.png -lib/X11/icons/chameleon-anthracite-large/cursors/text1.png -lib/X11/icons/chameleon-anthracite-large/cursors/text2.png -lib/X11/icons/chameleon-anthracite-large/cursors/text3.png -lib/X11/icons/chameleon-anthracite-large/cursors/text4.png -lib/X11/icons/chameleon-anthracite-large/cursors/text5.png -lib/X11/icons/chameleon-anthracite-large/cursors/top_left_corner -lib/X11/icons/chameleon-anthracite-large/cursors/top_right_corner -lib/X11/icons/chameleon-anthracite-large/cursors/top_side -lib/X11/icons/chameleon-anthracite-large/cursors/up-arrow -lib/X11/icons/chameleon-anthracite-large/cursors/up-arrow.in -lib/X11/icons/chameleon-anthracite-large/cursors/up-arrow.png -lib/X11/icons/chameleon-anthracite-large/cursors/vertical-text -lib/X11/icons/chameleon-anthracite-large/cursors/vertical-text.in -lib/X11/icons/chameleon-anthracite-large/cursors/vertical-text.png -lib/X11/icons/chameleon-anthracite-large/cursors/vertical-text1.png -lib/X11/icons/chameleon-anthracite-large/cursors/vertical-text2.png -lib/X11/icons/chameleon-anthracite-large/cursors/vertical-text3.png -lib/X11/icons/chameleon-anthracite-large/cursors/vertical-text4.png -lib/X11/icons/chameleon-anthracite-large/cursors/vertical-text5.png -lib/X11/icons/chameleon-anthracite-large/cursors/w-resize -lib/X11/icons/chameleon-anthracite-large/cursors/w-resize.in -lib/X11/icons/chameleon-anthracite-large/cursors/w-resize.png -lib/X11/icons/chameleon-anthracite-large/cursors/wait -lib/X11/icons/chameleon-anthracite-large/cursors/wait.in -lib/X11/icons/chameleon-anthracite-large/cursors/wait.png -lib/X11/icons/chameleon-anthracite-large/cursors/wait1.png -lib/X11/icons/chameleon-anthracite-large/cursors/wait10.png -lib/X11/icons/chameleon-anthracite-large/cursors/wait11.png -lib/X11/icons/chameleon-anthracite-large/cursors/wait12.png -lib/X11/icons/chameleon-anthracite-large/cursors/wait13.png -lib/X11/icons/chameleon-anthracite-large/cursors/wait2.png -lib/X11/icons/chameleon-anthracite-large/cursors/wait3.png -lib/X11/icons/chameleon-anthracite-large/cursors/wait4.png -lib/X11/icons/chameleon-anthracite-large/cursors/wait5.png -lib/X11/icons/chameleon-anthracite-large/cursors/wait6.png -lib/X11/icons/chameleon-anthracite-large/cursors/wait7.png -lib/X11/icons/chameleon-anthracite-large/cursors/wait8.png -lib/X11/icons/chameleon-anthracite-large/cursors/wait9.png -lib/X11/icons/chameleon-anthracite-large/cursors/watch -lib/X11/icons/chameleon-anthracite-large/cursors/xterm -lib/X11/icons/chameleon-anthracite-large/cursors/zoom-in -lib/X11/icons/chameleon-anthracite-large/cursors/zoom-in.in -lib/X11/icons/chameleon-anthracite-large/cursors/zoom-in.png -lib/X11/icons/chameleon-anthracite-large/cursors/zoom-out -lib/X11/icons/chameleon-anthracite-large/cursors/zoom-out.in -lib/X11/icons/chameleon-anthracite-large/cursors/zoom-out.png -lib/X11/icons/chameleon-anthracite-large/index.theme -lib/X11/icons/chameleon-anthracite-large/preview.jpg -lib/X11/icons/chameleon-anthracite-regular/cursors/00008160000006810000408080010102 -lib/X11/icons/chameleon-anthracite-regular/cursors/028006030e0e7ebffc7f7070c0600140 -lib/X11/icons/chameleon-anthracite-regular/cursors/03b6e0fcb3499374a867c041f52298f0 -lib/X11/icons/chameleon-anthracite-regular/cursors/0426c94ea35c87780ff01dc239897213 -lib/X11/icons/chameleon-anthracite-regular/cursors/0876e1c15ff2fc01f906f1c363074c0f -lib/X11/icons/chameleon-anthracite-regular/cursors/08e8e1c95fe2fc01f976f1e063a24ccd -lib/X11/icons/chameleon-anthracite-regular/cursors/08ffe1cb5fe6fc01f906f1c063814ccf -lib/X11/icons/chameleon-anthracite-regular/cursors/08ffe1e65f80fcfdf9fff11263e74c48 -lib/X11/icons/chameleon-anthracite-regular/cursors/1081e37283d90000800003c07f3ef6bf -lib/X11/icons/chameleon-anthracite-regular/cursors/14fef782d02440884392942c11205230 -lib/X11/icons/chameleon-anthracite-regular/cursors/208530c400c041818281048008011002 -lib/X11/icons/chameleon-anthracite-regular/cursors/2870a09082c103050810ffdffffe0204 -lib/X11/icons/chameleon-anthracite-regular/cursors/3085a0e285430894940527032f8b26df -lib/X11/icons/chameleon-anthracite-regular/cursors/3ecb610c1bf2410f44200f48c40d3599 -lib/X11/icons/chameleon-anthracite-regular/cursors/4498f0e0c1937ffe01fd06f973665830 -lib/X11/icons/chameleon-anthracite-regular/cursors/5aca4d189052212118709018842178c0 -lib/X11/icons/chameleon-anthracite-regular/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 -lib/X11/icons/chameleon-anthracite-regular/cursors/6407b0e94181790501fd1e167b474872 -lib/X11/icons/chameleon-anthracite-regular/cursors/640fb0e74195791501fd1ed57b41487f -lib/X11/icons/chameleon-anthracite-regular/cursors/9081237383d90e509aa00f00170e968f -lib/X11/icons/chameleon-anthracite-regular/cursors/9116a3ea924ed2162ecab71ba103b17f -lib/X11/icons/chameleon-anthracite-regular/cursors/9d800788f1b08800ae810202380a0822 -lib/X11/icons/chameleon-anthracite-regular/cursors/X-cursor -lib/X11/icons/chameleon-anthracite-regular/cursors/X-cursor.in -lib/X11/icons/chameleon-anthracite-regular/cursors/X-cursor.png -lib/X11/icons/chameleon-anthracite-regular/cursors/alias -lib/X11/icons/chameleon-anthracite-regular/cursors/alias.in -lib/X11/icons/chameleon-anthracite-regular/cursors/alias.png -lib/X11/icons/chameleon-anthracite-regular/cursors/all-scroll -lib/X11/icons/chameleon-anthracite-regular/cursors/all-scroll.in -lib/X11/icons/chameleon-anthracite-regular/cursors/all-scroll.png -lib/X11/icons/chameleon-anthracite-regular/cursors/arrow -lib/X11/icons/chameleon-anthracite-regular/cursors/bottom_left_corner -lib/X11/icons/chameleon-anthracite-regular/cursors/bottom_right_corner -lib/X11/icons/chameleon-anthracite-regular/cursors/bottom_side -lib/X11/icons/chameleon-anthracite-regular/cursors/c7088f0f3e6c8088236ef8e1e3e70000 -lib/X11/icons/chameleon-anthracite-regular/cursors/cell -lib/X11/icons/chameleon-anthracite-regular/cursors/cell.in -lib/X11/icons/chameleon-anthracite-regular/cursors/cell.png -lib/X11/icons/chameleon-anthracite-regular/cursors/center_ptr -lib/X11/icons/chameleon-anthracite-regular/cursors/col-resize -lib/X11/icons/chameleon-anthracite-regular/cursors/col-resize.in -lib/X11/icons/chameleon-anthracite-regular/cursors/col-resize.png -lib/X11/icons/chameleon-anthracite-regular/cursors/context-menu -lib/X11/icons/chameleon-anthracite-regular/cursors/context-menu.in -lib/X11/icons/chameleon-anthracite-regular/cursors/context-menu.png -lib/X11/icons/chameleon-anthracite-regular/cursors/copy -lib/X11/icons/chameleon-anthracite-regular/cursors/copy.in -lib/X11/icons/chameleon-anthracite-regular/cursors/copy.png -lib/X11/icons/chameleon-anthracite-regular/cursors/cross -lib/X11/icons/chameleon-anthracite-regular/cursors/crosshair -lib/X11/icons/chameleon-anthracite-regular/cursors/crosshair.in -lib/X11/icons/chameleon-anthracite-regular/cursors/crosshair.png -lib/X11/icons/chameleon-anthracite-regular/cursors/d9ce0ab605698f320427677b458ad60b -lib/X11/icons/chameleon-anthracite-regular/cursors/default -lib/X11/icons/chameleon-anthracite-regular/cursors/default.in -lib/X11/icons/chameleon-anthracite-regular/cursors/default.png -lib/X11/icons/chameleon-anthracite-regular/cursors/dnd-ask -lib/X11/icons/chameleon-anthracite-regular/cursors/dnd-copy -lib/X11/icons/chameleon-anthracite-regular/cursors/dnd-link -lib/X11/icons/chameleon-anthracite-regular/cursors/dnd-move -lib/X11/icons/chameleon-anthracite-regular/cursors/dnd-none -lib/X11/icons/chameleon-anthracite-regular/cursors/e-resize -lib/X11/icons/chameleon-anthracite-regular/cursors/e-resize.in -lib/X11/icons/chameleon-anthracite-regular/cursors/e-resize.png -lib/X11/icons/chameleon-anthracite-regular/cursors/e29285e634086352946a0e7090d73106 -lib/X11/icons/chameleon-anthracite-regular/cursors/ew-resize -lib/X11/icons/chameleon-anthracite-regular/cursors/ew-resize.in -lib/X11/icons/chameleon-anthracite-regular/cursors/ew-resize.png -lib/X11/icons/chameleon-anthracite-regular/cursors/f41c0e382c94c0958e07017e42b00462 -lib/X11/icons/chameleon-anthracite-regular/cursors/f41c0e382c97c0938e07017e42800402 -lib/X11/icons/chameleon-anthracite-regular/cursors/fcf1c3c7cd4491d801f1e1c78f100000 -lib/X11/icons/chameleon-anthracite-regular/cursors/fleur -lib/X11/icons/chameleon-anthracite-regular/cursors/grabbing -lib/X11/icons/chameleon-anthracite-regular/cursors/grabbing.in -lib/X11/icons/chameleon-anthracite-regular/cursors/grabbing.png -lib/X11/icons/chameleon-anthracite-regular/cursors/hand2 -lib/X11/icons/chameleon-anthracite-regular/cursors/help -lib/X11/icons/chameleon-anthracite-regular/cursors/help.in -lib/X11/icons/chameleon-anthracite-regular/cursors/help.png -lib/X11/icons/chameleon-anthracite-regular/cursors/left_ptr -lib/X11/icons/chameleon-anthracite-regular/cursors/left_ptr_watch -lib/X11/icons/chameleon-anthracite-regular/cursors/left_side -lib/X11/icons/chameleon-anthracite-regular/cursors/move -lib/X11/icons/chameleon-anthracite-regular/cursors/move.in -lib/X11/icons/chameleon-anthracite-regular/cursors/move.png -lib/X11/icons/chameleon-anthracite-regular/cursors/n-resize -lib/X11/icons/chameleon-anthracite-regular/cursors/n-resize.in -lib/X11/icons/chameleon-anthracite-regular/cursors/n-resize.png -lib/X11/icons/chameleon-anthracite-regular/cursors/ne-resize -lib/X11/icons/chameleon-anthracite-regular/cursors/ne-resize.in -lib/X11/icons/chameleon-anthracite-regular/cursors/ne-resize.png -lib/X11/icons/chameleon-anthracite-regular/cursors/nesw-resize -lib/X11/icons/chameleon-anthracite-regular/cursors/nesw-resize.in -lib/X11/icons/chameleon-anthracite-regular/cursors/nesw-resize.png -lib/X11/icons/chameleon-anthracite-regular/cursors/no-drop -lib/X11/icons/chameleon-anthracite-regular/cursors/no-drop.in -lib/X11/icons/chameleon-anthracite-regular/cursors/no-drop.png -lib/X11/icons/chameleon-anthracite-regular/cursors/not-allowed -lib/X11/icons/chameleon-anthracite-regular/cursors/not-allowed.in -lib/X11/icons/chameleon-anthracite-regular/cursors/not-allowed.png -lib/X11/icons/chameleon-anthracite-regular/cursors/ns-resize -lib/X11/icons/chameleon-anthracite-regular/cursors/ns-resize.in -lib/X11/icons/chameleon-anthracite-regular/cursors/ns-resize.png -lib/X11/icons/chameleon-anthracite-regular/cursors/nw-resize -lib/X11/icons/chameleon-anthracite-regular/cursors/nw-resize.in -lib/X11/icons/chameleon-anthracite-regular/cursors/nw-resize.png -lib/X11/icons/chameleon-anthracite-regular/cursors/nwse-resize -lib/X11/icons/chameleon-anthracite-regular/cursors/nwse-resize.in -lib/X11/icons/chameleon-anthracite-regular/cursors/nwse-resize.png -lib/X11/icons/chameleon-anthracite-regular/cursors/pencil -lib/X11/icons/chameleon-anthracite-regular/cursors/pencil.in -lib/X11/icons/chameleon-anthracite-regular/cursors/pencil.png -lib/X11/icons/chameleon-anthracite-regular/cursors/pirate -lib/X11/icons/chameleon-anthracite-regular/cursors/pirate.in -lib/X11/icons/chameleon-anthracite-regular/cursors/pirate.png -lib/X11/icons/chameleon-anthracite-regular/cursors/plus -lib/X11/icons/chameleon-anthracite-regular/cursors/pointer -lib/X11/icons/chameleon-anthracite-regular/cursors/pointer.in -lib/X11/icons/chameleon-anthracite-regular/cursors/pointer.png -lib/X11/icons/chameleon-anthracite-regular/cursors/progress -lib/X11/icons/chameleon-anthracite-regular/cursors/progress.in -lib/X11/icons/chameleon-anthracite-regular/cursors/progress.png -lib/X11/icons/chameleon-anthracite-regular/cursors/progress1.png -lib/X11/icons/chameleon-anthracite-regular/cursors/progress10.png -lib/X11/icons/chameleon-anthracite-regular/cursors/progress11.png -lib/X11/icons/chameleon-anthracite-regular/cursors/progress12.png -lib/X11/icons/chameleon-anthracite-regular/cursors/progress13.png -lib/X11/icons/chameleon-anthracite-regular/cursors/progress2.png -lib/X11/icons/chameleon-anthracite-regular/cursors/progress3.png -lib/X11/icons/chameleon-anthracite-regular/cursors/progress4.png -lib/X11/icons/chameleon-anthracite-regular/cursors/progress5.png -lib/X11/icons/chameleon-anthracite-regular/cursors/progress6.png -lib/X11/icons/chameleon-anthracite-regular/cursors/progress7.png -lib/X11/icons/chameleon-anthracite-regular/cursors/progress8.png -lib/X11/icons/chameleon-anthracite-regular/cursors/progress9.png -lib/X11/icons/chameleon-anthracite-regular/cursors/question_arrow -lib/X11/icons/chameleon-anthracite-regular/cursors/right-arrow -lib/X11/icons/chameleon-anthracite-regular/cursors/right-arrow.in -lib/X11/icons/chameleon-anthracite-regular/cursors/right-arrow.png -lib/X11/icons/chameleon-anthracite-regular/cursors/right_ptr -lib/X11/icons/chameleon-anthracite-regular/cursors/right_side -lib/X11/icons/chameleon-anthracite-regular/cursors/row-resize -lib/X11/icons/chameleon-anthracite-regular/cursors/row-resize.in -lib/X11/icons/chameleon-anthracite-regular/cursors/row-resize.png -lib/X11/icons/chameleon-anthracite-regular/cursors/s-resize -lib/X11/icons/chameleon-anthracite-regular/cursors/s-resize.in -lib/X11/icons/chameleon-anthracite-regular/cursors/s-resize.png -lib/X11/icons/chameleon-anthracite-regular/cursors/sb_h_double_arrow -lib/X11/icons/chameleon-anthracite-regular/cursors/sb_v_double_arrow -lib/X11/icons/chameleon-anthracite-regular/cursors/se-resize -lib/X11/icons/chameleon-anthracite-regular/cursors/se-resize.in -lib/X11/icons/chameleon-anthracite-regular/cursors/se-resize.png -lib/X11/icons/chameleon-anthracite-regular/cursors/sw-resize -lib/X11/icons/chameleon-anthracite-regular/cursors/sw-resize.in -lib/X11/icons/chameleon-anthracite-regular/cursors/sw-resize.png -lib/X11/icons/chameleon-anthracite-regular/cursors/text -lib/X11/icons/chameleon-anthracite-regular/cursors/text.in -lib/X11/icons/chameleon-anthracite-regular/cursors/text.png -lib/X11/icons/chameleon-anthracite-regular/cursors/text1.png -lib/X11/icons/chameleon-anthracite-regular/cursors/text2.png -lib/X11/icons/chameleon-anthracite-regular/cursors/text3.png -lib/X11/icons/chameleon-anthracite-regular/cursors/text4.png -lib/X11/icons/chameleon-anthracite-regular/cursors/text5.png -lib/X11/icons/chameleon-anthracite-regular/cursors/top_left_corner -lib/X11/icons/chameleon-anthracite-regular/cursors/top_right_corner -lib/X11/icons/chameleon-anthracite-regular/cursors/top_side -lib/X11/icons/chameleon-anthracite-regular/cursors/up-arrow -lib/X11/icons/chameleon-anthracite-regular/cursors/up-arrow.in -lib/X11/icons/chameleon-anthracite-regular/cursors/up-arrow.png -lib/X11/icons/chameleon-anthracite-regular/cursors/vertical-text -lib/X11/icons/chameleon-anthracite-regular/cursors/vertical-text.in -lib/X11/icons/chameleon-anthracite-regular/cursors/vertical-text.png -lib/X11/icons/chameleon-anthracite-regular/cursors/vertical-text1.png -lib/X11/icons/chameleon-anthracite-regular/cursors/vertical-text2.png -lib/X11/icons/chameleon-anthracite-regular/cursors/vertical-text3.png -lib/X11/icons/chameleon-anthracite-regular/cursors/vertical-text4.png -lib/X11/icons/chameleon-anthracite-regular/cursors/vertical-text5.png -lib/X11/icons/chameleon-anthracite-regular/cursors/w-resize -lib/X11/icons/chameleon-anthracite-regular/cursors/w-resize.in -lib/X11/icons/chameleon-anthracite-regular/cursors/w-resize.png -lib/X11/icons/chameleon-anthracite-regular/cursors/wait -lib/X11/icons/chameleon-anthracite-regular/cursors/wait.in -lib/X11/icons/chameleon-anthracite-regular/cursors/wait.png -lib/X11/icons/chameleon-anthracite-regular/cursors/wait1.png -lib/X11/icons/chameleon-anthracite-regular/cursors/wait10.png -lib/X11/icons/chameleon-anthracite-regular/cursors/wait11.png -lib/X11/icons/chameleon-anthracite-regular/cursors/wait12.png -lib/X11/icons/chameleon-anthracite-regular/cursors/wait13.png -lib/X11/icons/chameleon-anthracite-regular/cursors/wait2.png -lib/X11/icons/chameleon-anthracite-regular/cursors/wait3.png -lib/X11/icons/chameleon-anthracite-regular/cursors/wait4.png -lib/X11/icons/chameleon-anthracite-regular/cursors/wait5.png -lib/X11/icons/chameleon-anthracite-regular/cursors/wait6.png -lib/X11/icons/chameleon-anthracite-regular/cursors/wait7.png -lib/X11/icons/chameleon-anthracite-regular/cursors/wait8.png -lib/X11/icons/chameleon-anthracite-regular/cursors/wait9.png -lib/X11/icons/chameleon-anthracite-regular/cursors/watch -lib/X11/icons/chameleon-anthracite-regular/cursors/xterm -lib/X11/icons/chameleon-anthracite-regular/cursors/zoom-in -lib/X11/icons/chameleon-anthracite-regular/cursors/zoom-in.in -lib/X11/icons/chameleon-anthracite-regular/cursors/zoom-in.png -lib/X11/icons/chameleon-anthracite-regular/cursors/zoom-out -lib/X11/icons/chameleon-anthracite-regular/cursors/zoom-out.in -lib/X11/icons/chameleon-anthracite-regular/cursors/zoom-out.png -lib/X11/icons/chameleon-anthracite-regular/index.theme -lib/X11/icons/chameleon-anthracite-regular/preview.jpg -lib/X11/icons/chameleon-anthracite-small/cursors/00008160000006810000408080010102 -lib/X11/icons/chameleon-anthracite-small/cursors/028006030e0e7ebffc7f7070c0600140 -lib/X11/icons/chameleon-anthracite-small/cursors/03b6e0fcb3499374a867c041f52298f0 -lib/X11/icons/chameleon-anthracite-small/cursors/0426c94ea35c87780ff01dc239897213 -lib/X11/icons/chameleon-anthracite-small/cursors/0876e1c15ff2fc01f906f1c363074c0f -lib/X11/icons/chameleon-anthracite-small/cursors/08e8e1c95fe2fc01f976f1e063a24ccd -lib/X11/icons/chameleon-anthracite-small/cursors/08ffe1cb5fe6fc01f906f1c063814ccf -lib/X11/icons/chameleon-anthracite-small/cursors/08ffe1e65f80fcfdf9fff11263e74c48 -lib/X11/icons/chameleon-anthracite-small/cursors/1081e37283d90000800003c07f3ef6bf -lib/X11/icons/chameleon-anthracite-small/cursors/14fef782d02440884392942c11205230 -lib/X11/icons/chameleon-anthracite-small/cursors/208530c400c041818281048008011002 -lib/X11/icons/chameleon-anthracite-small/cursors/2870a09082c103050810ffdffffe0204 -lib/X11/icons/chameleon-anthracite-small/cursors/3085a0e285430894940527032f8b26df -lib/X11/icons/chameleon-anthracite-small/cursors/3ecb610c1bf2410f44200f48c40d3599 -lib/X11/icons/chameleon-anthracite-small/cursors/4498f0e0c1937ffe01fd06f973665830 -lib/X11/icons/chameleon-anthracite-small/cursors/5aca4d189052212118709018842178c0 -lib/X11/icons/chameleon-anthracite-small/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 -lib/X11/icons/chameleon-anthracite-small/cursors/6407b0e94181790501fd1e167b474872 -lib/X11/icons/chameleon-anthracite-small/cursors/640fb0e74195791501fd1ed57b41487f -lib/X11/icons/chameleon-anthracite-small/cursors/9081237383d90e509aa00f00170e968f -lib/X11/icons/chameleon-anthracite-small/cursors/9116a3ea924ed2162ecab71ba103b17f -lib/X11/icons/chameleon-anthracite-small/cursors/9d800788f1b08800ae810202380a0822 -lib/X11/icons/chameleon-anthracite-small/cursors/X-cursor -lib/X11/icons/chameleon-anthracite-small/cursors/X-cursor.in -lib/X11/icons/chameleon-anthracite-small/cursors/X-cursor.png -lib/X11/icons/chameleon-anthracite-small/cursors/alias -lib/X11/icons/chameleon-anthracite-small/cursors/alias.in -lib/X11/icons/chameleon-anthracite-small/cursors/alias.png -lib/X11/icons/chameleon-anthracite-small/cursors/all-scroll -lib/X11/icons/chameleon-anthracite-small/cursors/all-scroll.in -lib/X11/icons/chameleon-anthracite-small/cursors/all-scroll.png -lib/X11/icons/chameleon-anthracite-small/cursors/arrow -lib/X11/icons/chameleon-anthracite-small/cursors/bottom_left_corner -lib/X11/icons/chameleon-anthracite-small/cursors/bottom_right_corner -lib/X11/icons/chameleon-anthracite-small/cursors/bottom_side -lib/X11/icons/chameleon-anthracite-small/cursors/c7088f0f3e6c8088236ef8e1e3e70000 -lib/X11/icons/chameleon-anthracite-small/cursors/cell -lib/X11/icons/chameleon-anthracite-small/cursors/cell.in -lib/X11/icons/chameleon-anthracite-small/cursors/cell.png -lib/X11/icons/chameleon-anthracite-small/cursors/center_ptr -lib/X11/icons/chameleon-anthracite-small/cursors/col-resize -lib/X11/icons/chameleon-anthracite-small/cursors/col-resize.in -lib/X11/icons/chameleon-anthracite-small/cursors/col-resize.png -lib/X11/icons/chameleon-anthracite-small/cursors/context-menu -lib/X11/icons/chameleon-anthracite-small/cursors/context-menu.in -lib/X11/icons/chameleon-anthracite-small/cursors/context-menu.png -lib/X11/icons/chameleon-anthracite-small/cursors/copy -lib/X11/icons/chameleon-anthracite-small/cursors/copy.in -lib/X11/icons/chameleon-anthracite-small/cursors/copy.png -lib/X11/icons/chameleon-anthracite-small/cursors/cross -lib/X11/icons/chameleon-anthracite-small/cursors/crosshair -lib/X11/icons/chameleon-anthracite-small/cursors/crosshair.in -lib/X11/icons/chameleon-anthracite-small/cursors/crosshair.png -lib/X11/icons/chameleon-anthracite-small/cursors/d9ce0ab605698f320427677b458ad60b -lib/X11/icons/chameleon-anthracite-small/cursors/default -lib/X11/icons/chameleon-anthracite-small/cursors/default.in -lib/X11/icons/chameleon-anthracite-small/cursors/default.png -lib/X11/icons/chameleon-anthracite-small/cursors/dnd-ask -lib/X11/icons/chameleon-anthracite-small/cursors/dnd-copy -lib/X11/icons/chameleon-anthracite-small/cursors/dnd-link -lib/X11/icons/chameleon-anthracite-small/cursors/dnd-move -lib/X11/icons/chameleon-anthracite-small/cursors/dnd-none -lib/X11/icons/chameleon-anthracite-small/cursors/e-resize -lib/X11/icons/chameleon-anthracite-small/cursors/e-resize.in -lib/X11/icons/chameleon-anthracite-small/cursors/e-resize.png -lib/X11/icons/chameleon-anthracite-small/cursors/e29285e634086352946a0e7090d73106 -lib/X11/icons/chameleon-anthracite-small/cursors/ew-resize -lib/X11/icons/chameleon-anthracite-small/cursors/ew-resize.in -lib/X11/icons/chameleon-anthracite-small/cursors/ew-resize.png -lib/X11/icons/chameleon-anthracite-small/cursors/f41c0e382c94c0958e07017e42b00462 -lib/X11/icons/chameleon-anthracite-small/cursors/f41c0e382c97c0938e07017e42800402 -lib/X11/icons/chameleon-anthracite-small/cursors/fcf1c3c7cd4491d801f1e1c78f100000 -lib/X11/icons/chameleon-anthracite-small/cursors/fleur -lib/X11/icons/chameleon-anthracite-small/cursors/grabbing -lib/X11/icons/chameleon-anthracite-small/cursors/grabbing.in -lib/X11/icons/chameleon-anthracite-small/cursors/grabbing.png -lib/X11/icons/chameleon-anthracite-small/cursors/hand2 -lib/X11/icons/chameleon-anthracite-small/cursors/help -lib/X11/icons/chameleon-anthracite-small/cursors/help.in -lib/X11/icons/chameleon-anthracite-small/cursors/help.png -lib/X11/icons/chameleon-anthracite-small/cursors/left_ptr -lib/X11/icons/chameleon-anthracite-small/cursors/left_ptr_watch -lib/X11/icons/chameleon-anthracite-small/cursors/left_side -lib/X11/icons/chameleon-anthracite-small/cursors/move -lib/X11/icons/chameleon-anthracite-small/cursors/move.in -lib/X11/icons/chameleon-anthracite-small/cursors/move.png -lib/X11/icons/chameleon-anthracite-small/cursors/n-resize -lib/X11/icons/chameleon-anthracite-small/cursors/n-resize.in -lib/X11/icons/chameleon-anthracite-small/cursors/n-resize.png -lib/X11/icons/chameleon-anthracite-small/cursors/ne-resize -lib/X11/icons/chameleon-anthracite-small/cursors/ne-resize.in -lib/X11/icons/chameleon-anthracite-small/cursors/ne-resize.png -lib/X11/icons/chameleon-anthracite-small/cursors/nesw-resize -lib/X11/icons/chameleon-anthracite-small/cursors/nesw-resize.in -lib/X11/icons/chameleon-anthracite-small/cursors/nesw-resize.png -lib/X11/icons/chameleon-anthracite-small/cursors/no-drop -lib/X11/icons/chameleon-anthracite-small/cursors/no-drop.in -lib/X11/icons/chameleon-anthracite-small/cursors/no-drop.png -lib/X11/icons/chameleon-anthracite-small/cursors/not-allowed -lib/X11/icons/chameleon-anthracite-small/cursors/not-allowed.in -lib/X11/icons/chameleon-anthracite-small/cursors/not-allowed.png -lib/X11/icons/chameleon-anthracite-small/cursors/ns-resize -lib/X11/icons/chameleon-anthracite-small/cursors/ns-resize.in -lib/X11/icons/chameleon-anthracite-small/cursors/ns-resize.png -lib/X11/icons/chameleon-anthracite-small/cursors/nw-resize -lib/X11/icons/chameleon-anthracite-small/cursors/nw-resize.in -lib/X11/icons/chameleon-anthracite-small/cursors/nw-resize.png -lib/X11/icons/chameleon-anthracite-small/cursors/nwse-resize -lib/X11/icons/chameleon-anthracite-small/cursors/nwse-resize.in -lib/X11/icons/chameleon-anthracite-small/cursors/nwse-resize.png -lib/X11/icons/chameleon-anthracite-small/cursors/pencil -lib/X11/icons/chameleon-anthracite-small/cursors/pencil.in -lib/X11/icons/chameleon-anthracite-small/cursors/pencil.png -lib/X11/icons/chameleon-anthracite-small/cursors/pirate -lib/X11/icons/chameleon-anthracite-small/cursors/pirate.in -lib/X11/icons/chameleon-anthracite-small/cursors/pirate.png -lib/X11/icons/chameleon-anthracite-small/cursors/plus -lib/X11/icons/chameleon-anthracite-small/cursors/pointer -lib/X11/icons/chameleon-anthracite-small/cursors/pointer.in -lib/X11/icons/chameleon-anthracite-small/cursors/pointer.png -lib/X11/icons/chameleon-anthracite-small/cursors/progress -lib/X11/icons/chameleon-anthracite-small/cursors/progress.in -lib/X11/icons/chameleon-anthracite-small/cursors/progress.png -lib/X11/icons/chameleon-anthracite-small/cursors/progress1.png -lib/X11/icons/chameleon-anthracite-small/cursors/progress10.png -lib/X11/icons/chameleon-anthracite-small/cursors/progress11.png -lib/X11/icons/chameleon-anthracite-small/cursors/progress12.png -lib/X11/icons/chameleon-anthracite-small/cursors/progress13.png -lib/X11/icons/chameleon-anthracite-small/cursors/progress2.png -lib/X11/icons/chameleon-anthracite-small/cursors/progress3.png -lib/X11/icons/chameleon-anthracite-small/cursors/progress4.png -lib/X11/icons/chameleon-anthracite-small/cursors/progress5.png -lib/X11/icons/chameleon-anthracite-small/cursors/progress6.png -lib/X11/icons/chameleon-anthracite-small/cursors/progress7.png -lib/X11/icons/chameleon-anthracite-small/cursors/progress8.png -lib/X11/icons/chameleon-anthracite-small/cursors/progress9.png -lib/X11/icons/chameleon-anthracite-small/cursors/question_arrow -lib/X11/icons/chameleon-anthracite-small/cursors/right-arrow -lib/X11/icons/chameleon-anthracite-small/cursors/right-arrow.in -lib/X11/icons/chameleon-anthracite-small/cursors/right-arrow.png -lib/X11/icons/chameleon-anthracite-small/cursors/right_ptr -lib/X11/icons/chameleon-anthracite-small/cursors/right_side -lib/X11/icons/chameleon-anthracite-small/cursors/row-resize -lib/X11/icons/chameleon-anthracite-small/cursors/row-resize.in -lib/X11/icons/chameleon-anthracite-small/cursors/row-resize.png -lib/X11/icons/chameleon-anthracite-small/cursors/s-resize -lib/X11/icons/chameleon-anthracite-small/cursors/s-resize.in -lib/X11/icons/chameleon-anthracite-small/cursors/s-resize.png -lib/X11/icons/chameleon-anthracite-small/cursors/sb_h_double_arrow -lib/X11/icons/chameleon-anthracite-small/cursors/sb_v_double_arrow -lib/X11/icons/chameleon-anthracite-small/cursors/se-resize -lib/X11/icons/chameleon-anthracite-small/cursors/se-resize.in -lib/X11/icons/chameleon-anthracite-small/cursors/se-resize.png -lib/X11/icons/chameleon-anthracite-small/cursors/sw-resize -lib/X11/icons/chameleon-anthracite-small/cursors/sw-resize.in -lib/X11/icons/chameleon-anthracite-small/cursors/sw-resize.png -lib/X11/icons/chameleon-anthracite-small/cursors/text -lib/X11/icons/chameleon-anthracite-small/cursors/text.in -lib/X11/icons/chameleon-anthracite-small/cursors/text.png -lib/X11/icons/chameleon-anthracite-small/cursors/text1.png -lib/X11/icons/chameleon-anthracite-small/cursors/text2.png -lib/X11/icons/chameleon-anthracite-small/cursors/text3.png -lib/X11/icons/chameleon-anthracite-small/cursors/text4.png -lib/X11/icons/chameleon-anthracite-small/cursors/text5.png -lib/X11/icons/chameleon-anthracite-small/cursors/top_left_corner -lib/X11/icons/chameleon-anthracite-small/cursors/top_right_corner -lib/X11/icons/chameleon-anthracite-small/cursors/top_side -lib/X11/icons/chameleon-anthracite-small/cursors/up-arrow -lib/X11/icons/chameleon-anthracite-small/cursors/up-arrow.in -lib/X11/icons/chameleon-anthracite-small/cursors/up-arrow.png -lib/X11/icons/chameleon-anthracite-small/cursors/vertical-text -lib/X11/icons/chameleon-anthracite-small/cursors/vertical-text.in -lib/X11/icons/chameleon-anthracite-small/cursors/vertical-text.png -lib/X11/icons/chameleon-anthracite-small/cursors/vertical-text1.png -lib/X11/icons/chameleon-anthracite-small/cursors/vertical-text2.png -lib/X11/icons/chameleon-anthracite-small/cursors/vertical-text3.png -lib/X11/icons/chameleon-anthracite-small/cursors/vertical-text4.png -lib/X11/icons/chameleon-anthracite-small/cursors/vertical-text5.png -lib/X11/icons/chameleon-anthracite-small/cursors/w-resize -lib/X11/icons/chameleon-anthracite-small/cursors/w-resize.in -lib/X11/icons/chameleon-anthracite-small/cursors/w-resize.png -lib/X11/icons/chameleon-anthracite-small/cursors/wait -lib/X11/icons/chameleon-anthracite-small/cursors/wait.in -lib/X11/icons/chameleon-anthracite-small/cursors/wait.png -lib/X11/icons/chameleon-anthracite-small/cursors/wait1.png -lib/X11/icons/chameleon-anthracite-small/cursors/wait10.png -lib/X11/icons/chameleon-anthracite-small/cursors/wait11.png -lib/X11/icons/chameleon-anthracite-small/cursors/wait12.png -lib/X11/icons/chameleon-anthracite-small/cursors/wait13.png -lib/X11/icons/chameleon-anthracite-small/cursors/wait2.png -lib/X11/icons/chameleon-anthracite-small/cursors/wait3.png -lib/X11/icons/chameleon-anthracite-small/cursors/wait4.png -lib/X11/icons/chameleon-anthracite-small/cursors/wait5.png -lib/X11/icons/chameleon-anthracite-small/cursors/wait6.png -lib/X11/icons/chameleon-anthracite-small/cursors/wait7.png -lib/X11/icons/chameleon-anthracite-small/cursors/wait8.png -lib/X11/icons/chameleon-anthracite-small/cursors/wait9.png -lib/X11/icons/chameleon-anthracite-small/cursors/watch -lib/X11/icons/chameleon-anthracite-small/cursors/xterm -lib/X11/icons/chameleon-anthracite-small/cursors/zoom-in -lib/X11/icons/chameleon-anthracite-small/cursors/zoom-in.in -lib/X11/icons/chameleon-anthracite-small/cursors/zoom-in.png -lib/X11/icons/chameleon-anthracite-small/cursors/zoom-out -lib/X11/icons/chameleon-anthracite-small/cursors/zoom-out.in -lib/X11/icons/chameleon-anthracite-small/cursors/zoom-out.png -lib/X11/icons/chameleon-anthracite-small/index.theme -lib/X11/icons/chameleon-anthracite-small/preview.jpg +share/icons/chameleon-anthracite-large/cursors/00008160000006810000408080010102 +share/icons/chameleon-anthracite-large/cursors/028006030e0e7ebffc7f7070c0600140 +share/icons/chameleon-anthracite-large/cursors/03b6e0fcb3499374a867c041f52298f0 +share/icons/chameleon-anthracite-large/cursors/0426c94ea35c87780ff01dc239897213 +share/icons/chameleon-anthracite-large/cursors/0876e1c15ff2fc01f906f1c363074c0f +share/icons/chameleon-anthracite-large/cursors/08e8e1c95fe2fc01f976f1e063a24ccd +share/icons/chameleon-anthracite-large/cursors/08ffe1cb5fe6fc01f906f1c063814ccf +share/icons/chameleon-anthracite-large/cursors/08ffe1e65f80fcfdf9fff11263e74c48 +share/icons/chameleon-anthracite-large/cursors/1081e37283d90000800003c07f3ef6bf +share/icons/chameleon-anthracite-large/cursors/14fef782d02440884392942c11205230 +share/icons/chameleon-anthracite-large/cursors/208530c400c041818281048008011002 +share/icons/chameleon-anthracite-large/cursors/2870a09082c103050810ffdffffe0204 +share/icons/chameleon-anthracite-large/cursors/3085a0e285430894940527032f8b26df +share/icons/chameleon-anthracite-large/cursors/3ecb610c1bf2410f44200f48c40d3599 +share/icons/chameleon-anthracite-large/cursors/4498f0e0c1937ffe01fd06f973665830 +share/icons/chameleon-anthracite-large/cursors/5aca4d189052212118709018842178c0 +share/icons/chameleon-anthracite-large/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 +share/icons/chameleon-anthracite-large/cursors/6407b0e94181790501fd1e167b474872 +share/icons/chameleon-anthracite-large/cursors/640fb0e74195791501fd1ed57b41487f +share/icons/chameleon-anthracite-large/cursors/9081237383d90e509aa00f00170e968f +share/icons/chameleon-anthracite-large/cursors/9116a3ea924ed2162ecab71ba103b17f +share/icons/chameleon-anthracite-large/cursors/9d800788f1b08800ae810202380a0822 +share/icons/chameleon-anthracite-large/cursors/X-cursor +share/icons/chameleon-anthracite-large/cursors/X-cursor.in +share/icons/chameleon-anthracite-large/cursors/X-cursor.png +share/icons/chameleon-anthracite-large/cursors/alias +share/icons/chameleon-anthracite-large/cursors/alias.in +share/icons/chameleon-anthracite-large/cursors/alias.png +share/icons/chameleon-anthracite-large/cursors/all-scroll +share/icons/chameleon-anthracite-large/cursors/all-scroll.in +share/icons/chameleon-anthracite-large/cursors/all-scroll.png +share/icons/chameleon-anthracite-large/cursors/arrow +share/icons/chameleon-anthracite-large/cursors/bottom_left_corner +share/icons/chameleon-anthracite-large/cursors/bottom_right_corner +share/icons/chameleon-anthracite-large/cursors/bottom_side +share/icons/chameleon-anthracite-large/cursors/c7088f0f3e6c8088236ef8e1e3e70000 +share/icons/chameleon-anthracite-large/cursors/cell +share/icons/chameleon-anthracite-large/cursors/cell.in +share/icons/chameleon-anthracite-large/cursors/cell.png +share/icons/chameleon-anthracite-large/cursors/center_ptr +share/icons/chameleon-anthracite-large/cursors/col-resize +share/icons/chameleon-anthracite-large/cursors/col-resize.in +share/icons/chameleon-anthracite-large/cursors/col-resize.png +share/icons/chameleon-anthracite-large/cursors/context-menu +share/icons/chameleon-anthracite-large/cursors/context-menu.in +share/icons/chameleon-anthracite-large/cursors/context-menu.png +share/icons/chameleon-anthracite-large/cursors/copy +share/icons/chameleon-anthracite-large/cursors/copy.in +share/icons/chameleon-anthracite-large/cursors/copy.png +share/icons/chameleon-anthracite-large/cursors/cross +share/icons/chameleon-anthracite-large/cursors/crosshair +share/icons/chameleon-anthracite-large/cursors/crosshair.in +share/icons/chameleon-anthracite-large/cursors/crosshair.png +share/icons/chameleon-anthracite-large/cursors/d9ce0ab605698f320427677b458ad60b +share/icons/chameleon-anthracite-large/cursors/default +share/icons/chameleon-anthracite-large/cursors/default.in +share/icons/chameleon-anthracite-large/cursors/default.png +share/icons/chameleon-anthracite-large/cursors/dnd-ask +share/icons/chameleon-anthracite-large/cursors/dnd-copy +share/icons/chameleon-anthracite-large/cursors/dnd-link +share/icons/chameleon-anthracite-large/cursors/dnd-move +share/icons/chameleon-anthracite-large/cursors/dnd-none +share/icons/chameleon-anthracite-large/cursors/e-resize +share/icons/chameleon-anthracite-large/cursors/e-resize.in +share/icons/chameleon-anthracite-large/cursors/e-resize.png +share/icons/chameleon-anthracite-large/cursors/e29285e634086352946a0e7090d73106 +share/icons/chameleon-anthracite-large/cursors/ew-resize +share/icons/chameleon-anthracite-large/cursors/ew-resize.in +share/icons/chameleon-anthracite-large/cursors/ew-resize.png +share/icons/chameleon-anthracite-large/cursors/f41c0e382c94c0958e07017e42b00462 +share/icons/chameleon-anthracite-large/cursors/f41c0e382c97c0938e07017e42800402 +share/icons/chameleon-anthracite-large/cursors/fcf1c3c7cd4491d801f1e1c78f100000 +share/icons/chameleon-anthracite-large/cursors/fleur +share/icons/chameleon-anthracite-large/cursors/grabbing +share/icons/chameleon-anthracite-large/cursors/grabbing.in +share/icons/chameleon-anthracite-large/cursors/grabbing.png +share/icons/chameleon-anthracite-large/cursors/hand2 +share/icons/chameleon-anthracite-large/cursors/help +share/icons/chameleon-anthracite-large/cursors/help.in +share/icons/chameleon-anthracite-large/cursors/help.png +share/icons/chameleon-anthracite-large/cursors/left_ptr +share/icons/chameleon-anthracite-large/cursors/left_ptr_watch +share/icons/chameleon-anthracite-large/cursors/left_side +share/icons/chameleon-anthracite-large/cursors/move +share/icons/chameleon-anthracite-large/cursors/move.in +share/icons/chameleon-anthracite-large/cursors/move.png +share/icons/chameleon-anthracite-large/cursors/n-resize +share/icons/chameleon-anthracite-large/cursors/n-resize.in +share/icons/chameleon-anthracite-large/cursors/n-resize.png +share/icons/chameleon-anthracite-large/cursors/ne-resize +share/icons/chameleon-anthracite-large/cursors/ne-resize.in +share/icons/chameleon-anthracite-large/cursors/ne-resize.png +share/icons/chameleon-anthracite-large/cursors/nesw-resize +share/icons/chameleon-anthracite-large/cursors/nesw-resize.in +share/icons/chameleon-anthracite-large/cursors/nesw-resize.png +share/icons/chameleon-anthracite-large/cursors/no-drop +share/icons/chameleon-anthracite-large/cursors/no-drop.in +share/icons/chameleon-anthracite-large/cursors/no-drop.png +share/icons/chameleon-anthracite-large/cursors/not-allowed +share/icons/chameleon-anthracite-large/cursors/not-allowed.in +share/icons/chameleon-anthracite-large/cursors/not-allowed.png +share/icons/chameleon-anthracite-large/cursors/ns-resize +share/icons/chameleon-anthracite-large/cursors/ns-resize.in +share/icons/chameleon-anthracite-large/cursors/ns-resize.png +share/icons/chameleon-anthracite-large/cursors/nw-resize +share/icons/chameleon-anthracite-large/cursors/nw-resize.in +share/icons/chameleon-anthracite-large/cursors/nw-resize.png +share/icons/chameleon-anthracite-large/cursors/nwse-resize +share/icons/chameleon-anthracite-large/cursors/nwse-resize.in +share/icons/chameleon-anthracite-large/cursors/nwse-resize.png +share/icons/chameleon-anthracite-large/cursors/pencil +share/icons/chameleon-anthracite-large/cursors/pencil.in +share/icons/chameleon-anthracite-large/cursors/pencil.png +share/icons/chameleon-anthracite-large/cursors/pirate +share/icons/chameleon-anthracite-large/cursors/pirate.in +share/icons/chameleon-anthracite-large/cursors/pirate.png +share/icons/chameleon-anthracite-large/cursors/plus +share/icons/chameleon-anthracite-large/cursors/pointer +share/icons/chameleon-anthracite-large/cursors/pointer.in +share/icons/chameleon-anthracite-large/cursors/pointer.png +share/icons/chameleon-anthracite-large/cursors/progress +share/icons/chameleon-anthracite-large/cursors/progress.in +share/icons/chameleon-anthracite-large/cursors/progress.png +share/icons/chameleon-anthracite-large/cursors/progress1.png +share/icons/chameleon-anthracite-large/cursors/progress10.png +share/icons/chameleon-anthracite-large/cursors/progress11.png +share/icons/chameleon-anthracite-large/cursors/progress12.png +share/icons/chameleon-anthracite-large/cursors/progress13.png +share/icons/chameleon-anthracite-large/cursors/progress2.png +share/icons/chameleon-anthracite-large/cursors/progress3.png +share/icons/chameleon-anthracite-large/cursors/progress4.png +share/icons/chameleon-anthracite-large/cursors/progress5.png +share/icons/chameleon-anthracite-large/cursors/progress6.png +share/icons/chameleon-anthracite-large/cursors/progress7.png +share/icons/chameleon-anthracite-large/cursors/progress8.png +share/icons/chameleon-anthracite-large/cursors/progress9.png +share/icons/chameleon-anthracite-large/cursors/question_arrow +share/icons/chameleon-anthracite-large/cursors/right-arrow +share/icons/chameleon-anthracite-large/cursors/right-arrow.in +share/icons/chameleon-anthracite-large/cursors/right-arrow.png +share/icons/chameleon-anthracite-large/cursors/right_ptr +share/icons/chameleon-anthracite-large/cursors/right_side +share/icons/chameleon-anthracite-large/cursors/row-resize +share/icons/chameleon-anthracite-large/cursors/row-resize.in +share/icons/chameleon-anthracite-large/cursors/row-resize.png +share/icons/chameleon-anthracite-large/cursors/s-resize +share/icons/chameleon-anthracite-large/cursors/s-resize.in +share/icons/chameleon-anthracite-large/cursors/s-resize.png +share/icons/chameleon-anthracite-large/cursors/sb_h_double_arrow +share/icons/chameleon-anthracite-large/cursors/sb_v_double_arrow +share/icons/chameleon-anthracite-large/cursors/se-resize +share/icons/chameleon-anthracite-large/cursors/se-resize.in +share/icons/chameleon-anthracite-large/cursors/se-resize.png +share/icons/chameleon-anthracite-large/cursors/sw-resize +share/icons/chameleon-anthracite-large/cursors/sw-resize.in +share/icons/chameleon-anthracite-large/cursors/sw-resize.png +share/icons/chameleon-anthracite-large/cursors/text +share/icons/chameleon-anthracite-large/cursors/text.in +share/icons/chameleon-anthracite-large/cursors/text.png +share/icons/chameleon-anthracite-large/cursors/text1.png +share/icons/chameleon-anthracite-large/cursors/text2.png +share/icons/chameleon-anthracite-large/cursors/text3.png +share/icons/chameleon-anthracite-large/cursors/text4.png +share/icons/chameleon-anthracite-large/cursors/text5.png +share/icons/chameleon-anthracite-large/cursors/top_left_corner +share/icons/chameleon-anthracite-large/cursors/top_right_corner +share/icons/chameleon-anthracite-large/cursors/top_side +share/icons/chameleon-anthracite-large/cursors/up-arrow +share/icons/chameleon-anthracite-large/cursors/up-arrow.in +share/icons/chameleon-anthracite-large/cursors/up-arrow.png +share/icons/chameleon-anthracite-large/cursors/vertical-text +share/icons/chameleon-anthracite-large/cursors/vertical-text.in +share/icons/chameleon-anthracite-large/cursors/vertical-text.png +share/icons/chameleon-anthracite-large/cursors/vertical-text1.png +share/icons/chameleon-anthracite-large/cursors/vertical-text2.png +share/icons/chameleon-anthracite-large/cursors/vertical-text3.png +share/icons/chameleon-anthracite-large/cursors/vertical-text4.png +share/icons/chameleon-anthracite-large/cursors/vertical-text5.png +share/icons/chameleon-anthracite-large/cursors/w-resize +share/icons/chameleon-anthracite-large/cursors/w-resize.in +share/icons/chameleon-anthracite-large/cursors/w-resize.png +share/icons/chameleon-anthracite-large/cursors/wait +share/icons/chameleon-anthracite-large/cursors/wait.in +share/icons/chameleon-anthracite-large/cursors/wait.png +share/icons/chameleon-anthracite-large/cursors/wait1.png +share/icons/chameleon-anthracite-large/cursors/wait10.png +share/icons/chameleon-anthracite-large/cursors/wait11.png +share/icons/chameleon-anthracite-large/cursors/wait12.png +share/icons/chameleon-anthracite-large/cursors/wait13.png +share/icons/chameleon-anthracite-large/cursors/wait2.png +share/icons/chameleon-anthracite-large/cursors/wait3.png +share/icons/chameleon-anthracite-large/cursors/wait4.png +share/icons/chameleon-anthracite-large/cursors/wait5.png +share/icons/chameleon-anthracite-large/cursors/wait6.png +share/icons/chameleon-anthracite-large/cursors/wait7.png +share/icons/chameleon-anthracite-large/cursors/wait8.png +share/icons/chameleon-anthracite-large/cursors/wait9.png +share/icons/chameleon-anthracite-large/cursors/watch +share/icons/chameleon-anthracite-large/cursors/xterm +share/icons/chameleon-anthracite-large/cursors/zoom-in +share/icons/chameleon-anthracite-large/cursors/zoom-in.in +share/icons/chameleon-anthracite-large/cursors/zoom-in.png +share/icons/chameleon-anthracite-large/cursors/zoom-out +share/icons/chameleon-anthracite-large/cursors/zoom-out.in +share/icons/chameleon-anthracite-large/cursors/zoom-out.png +share/icons/chameleon-anthracite-large/index.theme +share/icons/chameleon-anthracite-large/preview.jpg +share/icons/chameleon-anthracite-regular/cursors/00008160000006810000408080010102 +share/icons/chameleon-anthracite-regular/cursors/028006030e0e7ebffc7f7070c0600140 +share/icons/chameleon-anthracite-regular/cursors/03b6e0fcb3499374a867c041f52298f0 +share/icons/chameleon-anthracite-regular/cursors/0426c94ea35c87780ff01dc239897213 +share/icons/chameleon-anthracite-regular/cursors/0876e1c15ff2fc01f906f1c363074c0f +share/icons/chameleon-anthracite-regular/cursors/08e8e1c95fe2fc01f976f1e063a24ccd +share/icons/chameleon-anthracite-regular/cursors/08ffe1cb5fe6fc01f906f1c063814ccf +share/icons/chameleon-anthracite-regular/cursors/08ffe1e65f80fcfdf9fff11263e74c48 +share/icons/chameleon-anthracite-regular/cursors/1081e37283d90000800003c07f3ef6bf +share/icons/chameleon-anthracite-regular/cursors/14fef782d02440884392942c11205230 +share/icons/chameleon-anthracite-regular/cursors/208530c400c041818281048008011002 +share/icons/chameleon-anthracite-regular/cursors/2870a09082c103050810ffdffffe0204 +share/icons/chameleon-anthracite-regular/cursors/3085a0e285430894940527032f8b26df +share/icons/chameleon-anthracite-regular/cursors/3ecb610c1bf2410f44200f48c40d3599 +share/icons/chameleon-anthracite-regular/cursors/4498f0e0c1937ffe01fd06f973665830 +share/icons/chameleon-anthracite-regular/cursors/5aca4d189052212118709018842178c0 +share/icons/chameleon-anthracite-regular/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 +share/icons/chameleon-anthracite-regular/cursors/6407b0e94181790501fd1e167b474872 +share/icons/chameleon-anthracite-regular/cursors/640fb0e74195791501fd1ed57b41487f +share/icons/chameleon-anthracite-regular/cursors/9081237383d90e509aa00f00170e968f +share/icons/chameleon-anthracite-regular/cursors/9116a3ea924ed2162ecab71ba103b17f +share/icons/chameleon-anthracite-regular/cursors/9d800788f1b08800ae810202380a0822 +share/icons/chameleon-anthracite-regular/cursors/X-cursor +share/icons/chameleon-anthracite-regular/cursors/X-cursor.in +share/icons/chameleon-anthracite-regular/cursors/X-cursor.png +share/icons/chameleon-anthracite-regular/cursors/alias +share/icons/chameleon-anthracite-regular/cursors/alias.in +share/icons/chameleon-anthracite-regular/cursors/alias.png +share/icons/chameleon-anthracite-regular/cursors/all-scroll +share/icons/chameleon-anthracite-regular/cursors/all-scroll.in +share/icons/chameleon-anthracite-regular/cursors/all-scroll.png +share/icons/chameleon-anthracite-regular/cursors/arrow +share/icons/chameleon-anthracite-regular/cursors/bottom_left_corner +share/icons/chameleon-anthracite-regular/cursors/bottom_right_corner +share/icons/chameleon-anthracite-regular/cursors/bottom_side +share/icons/chameleon-anthracite-regular/cursors/c7088f0f3e6c8088236ef8e1e3e70000 +share/icons/chameleon-anthracite-regular/cursors/cell +share/icons/chameleon-anthracite-regular/cursors/cell.in +share/icons/chameleon-anthracite-regular/cursors/cell.png +share/icons/chameleon-anthracite-regular/cursors/center_ptr +share/icons/chameleon-anthracite-regular/cursors/col-resize +share/icons/chameleon-anthracite-regular/cursors/col-resize.in +share/icons/chameleon-anthracite-regular/cursors/col-resize.png +share/icons/chameleon-anthracite-regular/cursors/context-menu +share/icons/chameleon-anthracite-regular/cursors/context-menu.in +share/icons/chameleon-anthracite-regular/cursors/context-menu.png +share/icons/chameleon-anthracite-regular/cursors/copy +share/icons/chameleon-anthracite-regular/cursors/copy.in +share/icons/chameleon-anthracite-regular/cursors/copy.png +share/icons/chameleon-anthracite-regular/cursors/cross +share/icons/chameleon-anthracite-regular/cursors/crosshair +share/icons/chameleon-anthracite-regular/cursors/crosshair.in +share/icons/chameleon-anthracite-regular/cursors/crosshair.png +share/icons/chameleon-anthracite-regular/cursors/d9ce0ab605698f320427677b458ad60b +share/icons/chameleon-anthracite-regular/cursors/default +share/icons/chameleon-anthracite-regular/cursors/default.in +share/icons/chameleon-anthracite-regular/cursors/default.png +share/icons/chameleon-anthracite-regular/cursors/dnd-ask +share/icons/chameleon-anthracite-regular/cursors/dnd-copy +share/icons/chameleon-anthracite-regular/cursors/dnd-link +share/icons/chameleon-anthracite-regular/cursors/dnd-move +share/icons/chameleon-anthracite-regular/cursors/dnd-none +share/icons/chameleon-anthracite-regular/cursors/e-resize +share/icons/chameleon-anthracite-regular/cursors/e-resize.in +share/icons/chameleon-anthracite-regular/cursors/e-resize.png +share/icons/chameleon-anthracite-regular/cursors/e29285e634086352946a0e7090d73106 +share/icons/chameleon-anthracite-regular/cursors/ew-resize +share/icons/chameleon-anthracite-regular/cursors/ew-resize.in +share/icons/chameleon-anthracite-regular/cursors/ew-resize.png +share/icons/chameleon-anthracite-regular/cursors/f41c0e382c94c0958e07017e42b00462 +share/icons/chameleon-anthracite-regular/cursors/f41c0e382c97c0938e07017e42800402 +share/icons/chameleon-anthracite-regular/cursors/fcf1c3c7cd4491d801f1e1c78f100000 +share/icons/chameleon-anthracite-regular/cursors/fleur +share/icons/chameleon-anthracite-regular/cursors/grabbing +share/icons/chameleon-anthracite-regular/cursors/grabbing.in +share/icons/chameleon-anthracite-regular/cursors/grabbing.png +share/icons/chameleon-anthracite-regular/cursors/hand2 +share/icons/chameleon-anthracite-regular/cursors/help +share/icons/chameleon-anthracite-regular/cursors/help.in +share/icons/chameleon-anthracite-regular/cursors/help.png +share/icons/chameleon-anthracite-regular/cursors/left_ptr +share/icons/chameleon-anthracite-regular/cursors/left_ptr_watch +share/icons/chameleon-anthracite-regular/cursors/left_side +share/icons/chameleon-anthracite-regular/cursors/move +share/icons/chameleon-anthracite-regular/cursors/move.in +share/icons/chameleon-anthracite-regular/cursors/move.png +share/icons/chameleon-anthracite-regular/cursors/n-resize +share/icons/chameleon-anthracite-regular/cursors/n-resize.in +share/icons/chameleon-anthracite-regular/cursors/n-resize.png +share/icons/chameleon-anthracite-regular/cursors/ne-resize +share/icons/chameleon-anthracite-regular/cursors/ne-resize.in +share/icons/chameleon-anthracite-regular/cursors/ne-resize.png +share/icons/chameleon-anthracite-regular/cursors/nesw-resize +share/icons/chameleon-anthracite-regular/cursors/nesw-resize.in +share/icons/chameleon-anthracite-regular/cursors/nesw-resize.png +share/icons/chameleon-anthracite-regular/cursors/no-drop +share/icons/chameleon-anthracite-regular/cursors/no-drop.in +share/icons/chameleon-anthracite-regular/cursors/no-drop.png +share/icons/chameleon-anthracite-regular/cursors/not-allowed +share/icons/chameleon-anthracite-regular/cursors/not-allowed.in +share/icons/chameleon-anthracite-regular/cursors/not-allowed.png +share/icons/chameleon-anthracite-regular/cursors/ns-resize +share/icons/chameleon-anthracite-regular/cursors/ns-resize.in +share/icons/chameleon-anthracite-regular/cursors/ns-resize.png +share/icons/chameleon-anthracite-regular/cursors/nw-resize +share/icons/chameleon-anthracite-regular/cursors/nw-resize.in +share/icons/chameleon-anthracite-regular/cursors/nw-resize.png +share/icons/chameleon-anthracite-regular/cursors/nwse-resize +share/icons/chameleon-anthracite-regular/cursors/nwse-resize.in +share/icons/chameleon-anthracite-regular/cursors/nwse-resize.png +share/icons/chameleon-anthracite-regular/cursors/pencil +share/icons/chameleon-anthracite-regular/cursors/pencil.in +share/icons/chameleon-anthracite-regular/cursors/pencil.png +share/icons/chameleon-anthracite-regular/cursors/pirate +share/icons/chameleon-anthracite-regular/cursors/pirate.in +share/icons/chameleon-anthracite-regular/cursors/pirate.png +share/icons/chameleon-anthracite-regular/cursors/plus +share/icons/chameleon-anthracite-regular/cursors/pointer +share/icons/chameleon-anthracite-regular/cursors/pointer.in +share/icons/chameleon-anthracite-regular/cursors/pointer.png +share/icons/chameleon-anthracite-regular/cursors/progress +share/icons/chameleon-anthracite-regular/cursors/progress.in +share/icons/chameleon-anthracite-regular/cursors/progress.png +share/icons/chameleon-anthracite-regular/cursors/progress1.png +share/icons/chameleon-anthracite-regular/cursors/progress10.png +share/icons/chameleon-anthracite-regular/cursors/progress11.png +share/icons/chameleon-anthracite-regular/cursors/progress12.png +share/icons/chameleon-anthracite-regular/cursors/progress13.png +share/icons/chameleon-anthracite-regular/cursors/progress2.png +share/icons/chameleon-anthracite-regular/cursors/progress3.png +share/icons/chameleon-anthracite-regular/cursors/progress4.png +share/icons/chameleon-anthracite-regular/cursors/progress5.png +share/icons/chameleon-anthracite-regular/cursors/progress6.png +share/icons/chameleon-anthracite-regular/cursors/progress7.png +share/icons/chameleon-anthracite-regular/cursors/progress8.png +share/icons/chameleon-anthracite-regular/cursors/progress9.png +share/icons/chameleon-anthracite-regular/cursors/question_arrow +share/icons/chameleon-anthracite-regular/cursors/right-arrow +share/icons/chameleon-anthracite-regular/cursors/right-arrow.in +share/icons/chameleon-anthracite-regular/cursors/right-arrow.png +share/icons/chameleon-anthracite-regular/cursors/right_ptr +share/icons/chameleon-anthracite-regular/cursors/right_side +share/icons/chameleon-anthracite-regular/cursors/row-resize +share/icons/chameleon-anthracite-regular/cursors/row-resize.in +share/icons/chameleon-anthracite-regular/cursors/row-resize.png +share/icons/chameleon-anthracite-regular/cursors/s-resize +share/icons/chameleon-anthracite-regular/cursors/s-resize.in +share/icons/chameleon-anthracite-regular/cursors/s-resize.png +share/icons/chameleon-anthracite-regular/cursors/sb_h_double_arrow +share/icons/chameleon-anthracite-regular/cursors/sb_v_double_arrow +share/icons/chameleon-anthracite-regular/cursors/se-resize +share/icons/chameleon-anthracite-regular/cursors/se-resize.in +share/icons/chameleon-anthracite-regular/cursors/se-resize.png +share/icons/chameleon-anthracite-regular/cursors/sw-resize +share/icons/chameleon-anthracite-regular/cursors/sw-resize.in +share/icons/chameleon-anthracite-regular/cursors/sw-resize.png +share/icons/chameleon-anthracite-regular/cursors/text +share/icons/chameleon-anthracite-regular/cursors/text.in +share/icons/chameleon-anthracite-regular/cursors/text.png +share/icons/chameleon-anthracite-regular/cursors/text1.png +share/icons/chameleon-anthracite-regular/cursors/text2.png +share/icons/chameleon-anthracite-regular/cursors/text3.png +share/icons/chameleon-anthracite-regular/cursors/text4.png +share/icons/chameleon-anthracite-regular/cursors/text5.png +share/icons/chameleon-anthracite-regular/cursors/top_left_corner +share/icons/chameleon-anthracite-regular/cursors/top_right_corner +share/icons/chameleon-anthracite-regular/cursors/top_side +share/icons/chameleon-anthracite-regular/cursors/up-arrow +share/icons/chameleon-anthracite-regular/cursors/up-arrow.in +share/icons/chameleon-anthracite-regular/cursors/up-arrow.png +share/icons/chameleon-anthracite-regular/cursors/vertical-text +share/icons/chameleon-anthracite-regular/cursors/vertical-text.in +share/icons/chameleon-anthracite-regular/cursors/vertical-text.png +share/icons/chameleon-anthracite-regular/cursors/vertical-text1.png +share/icons/chameleon-anthracite-regular/cursors/vertical-text2.png +share/icons/chameleon-anthracite-regular/cursors/vertical-text3.png +share/icons/chameleon-anthracite-regular/cursors/vertical-text4.png +share/icons/chameleon-anthracite-regular/cursors/vertical-text5.png +share/icons/chameleon-anthracite-regular/cursors/w-resize +share/icons/chameleon-anthracite-regular/cursors/w-resize.in +share/icons/chameleon-anthracite-regular/cursors/w-resize.png +share/icons/chameleon-anthracite-regular/cursors/wait +share/icons/chameleon-anthracite-regular/cursors/wait.in +share/icons/chameleon-anthracite-regular/cursors/wait.png +share/icons/chameleon-anthracite-regular/cursors/wait1.png +share/icons/chameleon-anthracite-regular/cursors/wait10.png +share/icons/chameleon-anthracite-regular/cursors/wait11.png +share/icons/chameleon-anthracite-regular/cursors/wait12.png +share/icons/chameleon-anthracite-regular/cursors/wait13.png +share/icons/chameleon-anthracite-regular/cursors/wait2.png +share/icons/chameleon-anthracite-regular/cursors/wait3.png +share/icons/chameleon-anthracite-regular/cursors/wait4.png +share/icons/chameleon-anthracite-regular/cursors/wait5.png +share/icons/chameleon-anthracite-regular/cursors/wait6.png +share/icons/chameleon-anthracite-regular/cursors/wait7.png +share/icons/chameleon-anthracite-regular/cursors/wait8.png +share/icons/chameleon-anthracite-regular/cursors/wait9.png +share/icons/chameleon-anthracite-regular/cursors/watch +share/icons/chameleon-anthracite-regular/cursors/xterm +share/icons/chameleon-anthracite-regular/cursors/zoom-in +share/icons/chameleon-anthracite-regular/cursors/zoom-in.in +share/icons/chameleon-anthracite-regular/cursors/zoom-in.png +share/icons/chameleon-anthracite-regular/cursors/zoom-out +share/icons/chameleon-anthracite-regular/cursors/zoom-out.in +share/icons/chameleon-anthracite-regular/cursors/zoom-out.png +share/icons/chameleon-anthracite-regular/index.theme +share/icons/chameleon-anthracite-regular/preview.jpg +share/icons/chameleon-anthracite-small/cursors/00008160000006810000408080010102 +share/icons/chameleon-anthracite-small/cursors/028006030e0e7ebffc7f7070c0600140 +share/icons/chameleon-anthracite-small/cursors/03b6e0fcb3499374a867c041f52298f0 +share/icons/chameleon-anthracite-small/cursors/0426c94ea35c87780ff01dc239897213 +share/icons/chameleon-anthracite-small/cursors/0876e1c15ff2fc01f906f1c363074c0f +share/icons/chameleon-anthracite-small/cursors/08e8e1c95fe2fc01f976f1e063a24ccd +share/icons/chameleon-anthracite-small/cursors/08ffe1cb5fe6fc01f906f1c063814ccf +share/icons/chameleon-anthracite-small/cursors/08ffe1e65f80fcfdf9fff11263e74c48 +share/icons/chameleon-anthracite-small/cursors/1081e37283d90000800003c07f3ef6bf +share/icons/chameleon-anthracite-small/cursors/14fef782d02440884392942c11205230 +share/icons/chameleon-anthracite-small/cursors/208530c400c041818281048008011002 +share/icons/chameleon-anthracite-small/cursors/2870a09082c103050810ffdffffe0204 +share/icons/chameleon-anthracite-small/cursors/3085a0e285430894940527032f8b26df +share/icons/chameleon-anthracite-small/cursors/3ecb610c1bf2410f44200f48c40d3599 +share/icons/chameleon-anthracite-small/cursors/4498f0e0c1937ffe01fd06f973665830 +share/icons/chameleon-anthracite-small/cursors/5aca4d189052212118709018842178c0 +share/icons/chameleon-anthracite-small/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 +share/icons/chameleon-anthracite-small/cursors/6407b0e94181790501fd1e167b474872 +share/icons/chameleon-anthracite-small/cursors/640fb0e74195791501fd1ed57b41487f +share/icons/chameleon-anthracite-small/cursors/9081237383d90e509aa00f00170e968f +share/icons/chameleon-anthracite-small/cursors/9116a3ea924ed2162ecab71ba103b17f +share/icons/chameleon-anthracite-small/cursors/9d800788f1b08800ae810202380a0822 +share/icons/chameleon-anthracite-small/cursors/X-cursor +share/icons/chameleon-anthracite-small/cursors/X-cursor.in +share/icons/chameleon-anthracite-small/cursors/X-cursor.png +share/icons/chameleon-anthracite-small/cursors/alias +share/icons/chameleon-anthracite-small/cursors/alias.in +share/icons/chameleon-anthracite-small/cursors/alias.png +share/icons/chameleon-anthracite-small/cursors/all-scroll +share/icons/chameleon-anthracite-small/cursors/all-scroll.in +share/icons/chameleon-anthracite-small/cursors/all-scroll.png +share/icons/chameleon-anthracite-small/cursors/arrow +share/icons/chameleon-anthracite-small/cursors/bottom_left_corner +share/icons/chameleon-anthracite-small/cursors/bottom_right_corner +share/icons/chameleon-anthracite-small/cursors/bottom_side +share/icons/chameleon-anthracite-small/cursors/c7088f0f3e6c8088236ef8e1e3e70000 +share/icons/chameleon-anthracite-small/cursors/cell +share/icons/chameleon-anthracite-small/cursors/cell.in +share/icons/chameleon-anthracite-small/cursors/cell.png +share/icons/chameleon-anthracite-small/cursors/center_ptr +share/icons/chameleon-anthracite-small/cursors/col-resize +share/icons/chameleon-anthracite-small/cursors/col-resize.in +share/icons/chameleon-anthracite-small/cursors/col-resize.png +share/icons/chameleon-anthracite-small/cursors/context-menu +share/icons/chameleon-anthracite-small/cursors/context-menu.in +share/icons/chameleon-anthracite-small/cursors/context-menu.png +share/icons/chameleon-anthracite-small/cursors/copy +share/icons/chameleon-anthracite-small/cursors/copy.in +share/icons/chameleon-anthracite-small/cursors/copy.png +share/icons/chameleon-anthracite-small/cursors/cross +share/icons/chameleon-anthracite-small/cursors/crosshair +share/icons/chameleon-anthracite-small/cursors/crosshair.in +share/icons/chameleon-anthracite-small/cursors/crosshair.png +share/icons/chameleon-anthracite-small/cursors/d9ce0ab605698f320427677b458ad60b +share/icons/chameleon-anthracite-small/cursors/default +share/icons/chameleon-anthracite-small/cursors/default.in +share/icons/chameleon-anthracite-small/cursors/default.png +share/icons/chameleon-anthracite-small/cursors/dnd-ask +share/icons/chameleon-anthracite-small/cursors/dnd-copy +share/icons/chameleon-anthracite-small/cursors/dnd-link +share/icons/chameleon-anthracite-small/cursors/dnd-move +share/icons/chameleon-anthracite-small/cursors/dnd-none +share/icons/chameleon-anthracite-small/cursors/e-resize +share/icons/chameleon-anthracite-small/cursors/e-resize.in +share/icons/chameleon-anthracite-small/cursors/e-resize.png +share/icons/chameleon-anthracite-small/cursors/e29285e634086352946a0e7090d73106 +share/icons/chameleon-anthracite-small/cursors/ew-resize +share/icons/chameleon-anthracite-small/cursors/ew-resize.in +share/icons/chameleon-anthracite-small/cursors/ew-resize.png +share/icons/chameleon-anthracite-small/cursors/f41c0e382c94c0958e07017e42b00462 +share/icons/chameleon-anthracite-small/cursors/f41c0e382c97c0938e07017e42800402 +share/icons/chameleon-anthracite-small/cursors/fcf1c3c7cd4491d801f1e1c78f100000 +share/icons/chameleon-anthracite-small/cursors/fleur +share/icons/chameleon-anthracite-small/cursors/grabbing +share/icons/chameleon-anthracite-small/cursors/grabbing.in +share/icons/chameleon-anthracite-small/cursors/grabbing.png +share/icons/chameleon-anthracite-small/cursors/hand2 +share/icons/chameleon-anthracite-small/cursors/help +share/icons/chameleon-anthracite-small/cursors/help.in +share/icons/chameleon-anthracite-small/cursors/help.png +share/icons/chameleon-anthracite-small/cursors/left_ptr +share/icons/chameleon-anthracite-small/cursors/left_ptr_watch +share/icons/chameleon-anthracite-small/cursors/left_side +share/icons/chameleon-anthracite-small/cursors/move +share/icons/chameleon-anthracite-small/cursors/move.in +share/icons/chameleon-anthracite-small/cursors/move.png +share/icons/chameleon-anthracite-small/cursors/n-resize +share/icons/chameleon-anthracite-small/cursors/n-resize.in +share/icons/chameleon-anthracite-small/cursors/n-resize.png +share/icons/chameleon-anthracite-small/cursors/ne-resize +share/icons/chameleon-anthracite-small/cursors/ne-resize.in +share/icons/chameleon-anthracite-small/cursors/ne-resize.png +share/icons/chameleon-anthracite-small/cursors/nesw-resize +share/icons/chameleon-anthracite-small/cursors/nesw-resize.in +share/icons/chameleon-anthracite-small/cursors/nesw-resize.png +share/icons/chameleon-anthracite-small/cursors/no-drop +share/icons/chameleon-anthracite-small/cursors/no-drop.in +share/icons/chameleon-anthracite-small/cursors/no-drop.png +share/icons/chameleon-anthracite-small/cursors/not-allowed +share/icons/chameleon-anthracite-small/cursors/not-allowed.in +share/icons/chameleon-anthracite-small/cursors/not-allowed.png +share/icons/chameleon-anthracite-small/cursors/ns-resize +share/icons/chameleon-anthracite-small/cursors/ns-resize.in +share/icons/chameleon-anthracite-small/cursors/ns-resize.png +share/icons/chameleon-anthracite-small/cursors/nw-resize +share/icons/chameleon-anthracite-small/cursors/nw-resize.in +share/icons/chameleon-anthracite-small/cursors/nw-resize.png +share/icons/chameleon-anthracite-small/cursors/nwse-resize +share/icons/chameleon-anthracite-small/cursors/nwse-resize.in +share/icons/chameleon-anthracite-small/cursors/nwse-resize.png +share/icons/chameleon-anthracite-small/cursors/pencil +share/icons/chameleon-anthracite-small/cursors/pencil.in +share/icons/chameleon-anthracite-small/cursors/pencil.png +share/icons/chameleon-anthracite-small/cursors/pirate +share/icons/chameleon-anthracite-small/cursors/pirate.in +share/icons/chameleon-anthracite-small/cursors/pirate.png +share/icons/chameleon-anthracite-small/cursors/plus +share/icons/chameleon-anthracite-small/cursors/pointer +share/icons/chameleon-anthracite-small/cursors/pointer.in +share/icons/chameleon-anthracite-small/cursors/pointer.png +share/icons/chameleon-anthracite-small/cursors/progress +share/icons/chameleon-anthracite-small/cursors/progress.in +share/icons/chameleon-anthracite-small/cursors/progress.png +share/icons/chameleon-anthracite-small/cursors/progress1.png +share/icons/chameleon-anthracite-small/cursors/progress10.png +share/icons/chameleon-anthracite-small/cursors/progress11.png +share/icons/chameleon-anthracite-small/cursors/progress12.png +share/icons/chameleon-anthracite-small/cursors/progress13.png +share/icons/chameleon-anthracite-small/cursors/progress2.png +share/icons/chameleon-anthracite-small/cursors/progress3.png +share/icons/chameleon-anthracite-small/cursors/progress4.png +share/icons/chameleon-anthracite-small/cursors/progress5.png +share/icons/chameleon-anthracite-small/cursors/progress6.png +share/icons/chameleon-anthracite-small/cursors/progress7.png +share/icons/chameleon-anthracite-small/cursors/progress8.png +share/icons/chameleon-anthracite-small/cursors/progress9.png +share/icons/chameleon-anthracite-small/cursors/question_arrow +share/icons/chameleon-anthracite-small/cursors/right-arrow +share/icons/chameleon-anthracite-small/cursors/right-arrow.in +share/icons/chameleon-anthracite-small/cursors/right-arrow.png +share/icons/chameleon-anthracite-small/cursors/right_ptr +share/icons/chameleon-anthracite-small/cursors/right_side +share/icons/chameleon-anthracite-small/cursors/row-resize +share/icons/chameleon-anthracite-small/cursors/row-resize.in +share/icons/chameleon-anthracite-small/cursors/row-resize.png +share/icons/chameleon-anthracite-small/cursors/s-resize +share/icons/chameleon-anthracite-small/cursors/s-resize.in +share/icons/chameleon-anthracite-small/cursors/s-resize.png +share/icons/chameleon-anthracite-small/cursors/sb_h_double_arrow +share/icons/chameleon-anthracite-small/cursors/sb_v_double_arrow +share/icons/chameleon-anthracite-small/cursors/se-resize +share/icons/chameleon-anthracite-small/cursors/se-resize.in +share/icons/chameleon-anthracite-small/cursors/se-resize.png +share/icons/chameleon-anthracite-small/cursors/sw-resize +share/icons/chameleon-anthracite-small/cursors/sw-resize.in +share/icons/chameleon-anthracite-small/cursors/sw-resize.png +share/icons/chameleon-anthracite-small/cursors/text +share/icons/chameleon-anthracite-small/cursors/text.in +share/icons/chameleon-anthracite-small/cursors/text.png +share/icons/chameleon-anthracite-small/cursors/text1.png +share/icons/chameleon-anthracite-small/cursors/text2.png +share/icons/chameleon-anthracite-small/cursors/text3.png +share/icons/chameleon-anthracite-small/cursors/text4.png +share/icons/chameleon-anthracite-small/cursors/text5.png +share/icons/chameleon-anthracite-small/cursors/top_left_corner +share/icons/chameleon-anthracite-small/cursors/top_right_corner +share/icons/chameleon-anthracite-small/cursors/top_side +share/icons/chameleon-anthracite-small/cursors/up-arrow +share/icons/chameleon-anthracite-small/cursors/up-arrow.in +share/icons/chameleon-anthracite-small/cursors/up-arrow.png +share/icons/chameleon-anthracite-small/cursors/vertical-text +share/icons/chameleon-anthracite-small/cursors/vertical-text.in +share/icons/chameleon-anthracite-small/cursors/vertical-text.png +share/icons/chameleon-anthracite-small/cursors/vertical-text1.png +share/icons/chameleon-anthracite-small/cursors/vertical-text2.png +share/icons/chameleon-anthracite-small/cursors/vertical-text3.png +share/icons/chameleon-anthracite-small/cursors/vertical-text4.png +share/icons/chameleon-anthracite-small/cursors/vertical-text5.png +share/icons/chameleon-anthracite-small/cursors/w-resize +share/icons/chameleon-anthracite-small/cursors/w-resize.in +share/icons/chameleon-anthracite-small/cursors/w-resize.png +share/icons/chameleon-anthracite-small/cursors/wait +share/icons/chameleon-anthracite-small/cursors/wait.in +share/icons/chameleon-anthracite-small/cursors/wait.png +share/icons/chameleon-anthracite-small/cursors/wait1.png +share/icons/chameleon-anthracite-small/cursors/wait10.png +share/icons/chameleon-anthracite-small/cursors/wait11.png +share/icons/chameleon-anthracite-small/cursors/wait12.png +share/icons/chameleon-anthracite-small/cursors/wait13.png +share/icons/chameleon-anthracite-small/cursors/wait2.png +share/icons/chameleon-anthracite-small/cursors/wait3.png +share/icons/chameleon-anthracite-small/cursors/wait4.png +share/icons/chameleon-anthracite-small/cursors/wait5.png +share/icons/chameleon-anthracite-small/cursors/wait6.png +share/icons/chameleon-anthracite-small/cursors/wait7.png +share/icons/chameleon-anthracite-small/cursors/wait8.png +share/icons/chameleon-anthracite-small/cursors/wait9.png +share/icons/chameleon-anthracite-small/cursors/watch +share/icons/chameleon-anthracite-small/cursors/xterm +share/icons/chameleon-anthracite-small/cursors/zoom-in +share/icons/chameleon-anthracite-small/cursors/zoom-in.in +share/icons/chameleon-anthracite-small/cursors/zoom-in.png +share/icons/chameleon-anthracite-small/cursors/zoom-out +share/icons/chameleon-anthracite-small/cursors/zoom-out.in +share/icons/chameleon-anthracite-small/cursors/zoom-out.png +share/icons/chameleon-anthracite-small/index.theme +share/icons/chameleon-anthracite-small/preview.jpg Index: head/x11-themes/cursor-chameleon-darkskyblue/Makefile =================================================================== --- head/x11-themes/cursor-chameleon-darkskyblue/Makefile (revision 448081) +++ head/x11-themes/cursor-chameleon-darkskyblue/Makefile (revision 448082) @@ -1,20 +1,21 @@ # Created by: Veniamin Gvozdikov # $FreeBSD$ PORTNAME= chameleon PORTVERSION= 0.5 +PORTREVISION= 1 CATEGORIES= x11-themes MASTER_SITES= LOCAL/vg PKGNAMEPREFIX= cursor- PKGNAMESUFFIX= -darkskyblue DISTNAME= Chameleon-DarkSkyBlue-${PORTVERSION} MAINTAINER= vg@FreeBSD.org COMMENT= Chameleon Xcursors theme LICENSE= GPLv2 THEME= DarkSkyBlue .include "${.CURDIR}/../cursor-chameleon-white/files/Makefile.common" .include Index: head/x11-themes/cursor-chameleon-darkskyblue/pkg-plist =================================================================== --- head/x11-themes/cursor-chameleon-darkskyblue/pkg-plist (revision 448081) +++ head/x11-themes/cursor-chameleon-darkskyblue/pkg-plist (revision 448082) @@ -1,621 +1,621 @@ -lib/X11/icons/chameleon-darkskyblue-large/cursors/00008160000006810000408080010102 -lib/X11/icons/chameleon-darkskyblue-large/cursors/028006030e0e7ebffc7f7070c0600140 -lib/X11/icons/chameleon-darkskyblue-large/cursors/03b6e0fcb3499374a867c041f52298f0 -lib/X11/icons/chameleon-darkskyblue-large/cursors/0426c94ea35c87780ff01dc239897213 -lib/X11/icons/chameleon-darkskyblue-large/cursors/0876e1c15ff2fc01f906f1c363074c0f -lib/X11/icons/chameleon-darkskyblue-large/cursors/08e8e1c95fe2fc01f976f1e063a24ccd -lib/X11/icons/chameleon-darkskyblue-large/cursors/08ffe1cb5fe6fc01f906f1c063814ccf -lib/X11/icons/chameleon-darkskyblue-large/cursors/08ffe1e65f80fcfdf9fff11263e74c48 -lib/X11/icons/chameleon-darkskyblue-large/cursors/1081e37283d90000800003c07f3ef6bf -lib/X11/icons/chameleon-darkskyblue-large/cursors/14fef782d02440884392942c11205230 -lib/X11/icons/chameleon-darkskyblue-large/cursors/208530c400c041818281048008011002 -lib/X11/icons/chameleon-darkskyblue-large/cursors/2870a09082c103050810ffdffffe0204 -lib/X11/icons/chameleon-darkskyblue-large/cursors/3085a0e285430894940527032f8b26df -lib/X11/icons/chameleon-darkskyblue-large/cursors/3ecb610c1bf2410f44200f48c40d3599 -lib/X11/icons/chameleon-darkskyblue-large/cursors/4498f0e0c1937ffe01fd06f973665830 -lib/X11/icons/chameleon-darkskyblue-large/cursors/5aca4d189052212118709018842178c0 -lib/X11/icons/chameleon-darkskyblue-large/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 -lib/X11/icons/chameleon-darkskyblue-large/cursors/6407b0e94181790501fd1e167b474872 -lib/X11/icons/chameleon-darkskyblue-large/cursors/640fb0e74195791501fd1ed57b41487f -lib/X11/icons/chameleon-darkskyblue-large/cursors/9081237383d90e509aa00f00170e968f -lib/X11/icons/chameleon-darkskyblue-large/cursors/9116a3ea924ed2162ecab71ba103b17f -lib/X11/icons/chameleon-darkskyblue-large/cursors/9d800788f1b08800ae810202380a0822 -lib/X11/icons/chameleon-darkskyblue-large/cursors/X-cursor -lib/X11/icons/chameleon-darkskyblue-large/cursors/X-cursor.in -lib/X11/icons/chameleon-darkskyblue-large/cursors/X-cursor.png -lib/X11/icons/chameleon-darkskyblue-large/cursors/alias -lib/X11/icons/chameleon-darkskyblue-large/cursors/alias.in -lib/X11/icons/chameleon-darkskyblue-large/cursors/alias.png -lib/X11/icons/chameleon-darkskyblue-large/cursors/all-scroll -lib/X11/icons/chameleon-darkskyblue-large/cursors/all-scroll.in -lib/X11/icons/chameleon-darkskyblue-large/cursors/all-scroll.png -lib/X11/icons/chameleon-darkskyblue-large/cursors/arrow -lib/X11/icons/chameleon-darkskyblue-large/cursors/bottom_left_corner -lib/X11/icons/chameleon-darkskyblue-large/cursors/bottom_right_corner -lib/X11/icons/chameleon-darkskyblue-large/cursors/bottom_side -lib/X11/icons/chameleon-darkskyblue-large/cursors/c7088f0f3e6c8088236ef8e1e3e70000 -lib/X11/icons/chameleon-darkskyblue-large/cursors/cell -lib/X11/icons/chameleon-darkskyblue-large/cursors/cell.in -lib/X11/icons/chameleon-darkskyblue-large/cursors/cell.png -lib/X11/icons/chameleon-darkskyblue-large/cursors/center_ptr -lib/X11/icons/chameleon-darkskyblue-large/cursors/col-resize -lib/X11/icons/chameleon-darkskyblue-large/cursors/col-resize.in -lib/X11/icons/chameleon-darkskyblue-large/cursors/col-resize.png -lib/X11/icons/chameleon-darkskyblue-large/cursors/context-menu -lib/X11/icons/chameleon-darkskyblue-large/cursors/context-menu.in -lib/X11/icons/chameleon-darkskyblue-large/cursors/context-menu.png -lib/X11/icons/chameleon-darkskyblue-large/cursors/copy -lib/X11/icons/chameleon-darkskyblue-large/cursors/copy.in -lib/X11/icons/chameleon-darkskyblue-large/cursors/copy.png -lib/X11/icons/chameleon-darkskyblue-large/cursors/cross -lib/X11/icons/chameleon-darkskyblue-large/cursors/crosshair -lib/X11/icons/chameleon-darkskyblue-large/cursors/crosshair.in -lib/X11/icons/chameleon-darkskyblue-large/cursors/crosshair.png -lib/X11/icons/chameleon-darkskyblue-large/cursors/d9ce0ab605698f320427677b458ad60b -lib/X11/icons/chameleon-darkskyblue-large/cursors/default -lib/X11/icons/chameleon-darkskyblue-large/cursors/default.in -lib/X11/icons/chameleon-darkskyblue-large/cursors/default.png -lib/X11/icons/chameleon-darkskyblue-large/cursors/dnd-ask -lib/X11/icons/chameleon-darkskyblue-large/cursors/dnd-copy -lib/X11/icons/chameleon-darkskyblue-large/cursors/dnd-link -lib/X11/icons/chameleon-darkskyblue-large/cursors/dnd-move -lib/X11/icons/chameleon-darkskyblue-large/cursors/dnd-none -lib/X11/icons/chameleon-darkskyblue-large/cursors/e-resize -lib/X11/icons/chameleon-darkskyblue-large/cursors/e-resize.in -lib/X11/icons/chameleon-darkskyblue-large/cursors/e-resize.png -lib/X11/icons/chameleon-darkskyblue-large/cursors/e29285e634086352946a0e7090d73106 -lib/X11/icons/chameleon-darkskyblue-large/cursors/ew-resize -lib/X11/icons/chameleon-darkskyblue-large/cursors/ew-resize.in -lib/X11/icons/chameleon-darkskyblue-large/cursors/ew-resize.png -lib/X11/icons/chameleon-darkskyblue-large/cursors/f41c0e382c94c0958e07017e42b00462 -lib/X11/icons/chameleon-darkskyblue-large/cursors/f41c0e382c97c0938e07017e42800402 -lib/X11/icons/chameleon-darkskyblue-large/cursors/fcf1c3c7cd4491d801f1e1c78f100000 -lib/X11/icons/chameleon-darkskyblue-large/cursors/fleur -lib/X11/icons/chameleon-darkskyblue-large/cursors/grabbing -lib/X11/icons/chameleon-darkskyblue-large/cursors/grabbing.in -lib/X11/icons/chameleon-darkskyblue-large/cursors/grabbing.png -lib/X11/icons/chameleon-darkskyblue-large/cursors/hand2 -lib/X11/icons/chameleon-darkskyblue-large/cursors/help -lib/X11/icons/chameleon-darkskyblue-large/cursors/help.in -lib/X11/icons/chameleon-darkskyblue-large/cursors/help.png -lib/X11/icons/chameleon-darkskyblue-large/cursors/left_ptr -lib/X11/icons/chameleon-darkskyblue-large/cursors/left_ptr_watch -lib/X11/icons/chameleon-darkskyblue-large/cursors/left_side -lib/X11/icons/chameleon-darkskyblue-large/cursors/move -lib/X11/icons/chameleon-darkskyblue-large/cursors/move.in -lib/X11/icons/chameleon-darkskyblue-large/cursors/move.png -lib/X11/icons/chameleon-darkskyblue-large/cursors/n-resize -lib/X11/icons/chameleon-darkskyblue-large/cursors/n-resize.in -lib/X11/icons/chameleon-darkskyblue-large/cursors/n-resize.png -lib/X11/icons/chameleon-darkskyblue-large/cursors/ne-resize -lib/X11/icons/chameleon-darkskyblue-large/cursors/ne-resize.in -lib/X11/icons/chameleon-darkskyblue-large/cursors/ne-resize.png -lib/X11/icons/chameleon-darkskyblue-large/cursors/nesw-resize -lib/X11/icons/chameleon-darkskyblue-large/cursors/nesw-resize.in -lib/X11/icons/chameleon-darkskyblue-large/cursors/nesw-resize.png -lib/X11/icons/chameleon-darkskyblue-large/cursors/no-drop -lib/X11/icons/chameleon-darkskyblue-large/cursors/no-drop.in -lib/X11/icons/chameleon-darkskyblue-large/cursors/no-drop.png -lib/X11/icons/chameleon-darkskyblue-large/cursors/not-allowed -lib/X11/icons/chameleon-darkskyblue-large/cursors/not-allowed.in -lib/X11/icons/chameleon-darkskyblue-large/cursors/not-allowed.png -lib/X11/icons/chameleon-darkskyblue-large/cursors/ns-resize -lib/X11/icons/chameleon-darkskyblue-large/cursors/ns-resize.in -lib/X11/icons/chameleon-darkskyblue-large/cursors/ns-resize.png -lib/X11/icons/chameleon-darkskyblue-large/cursors/nw-resize -lib/X11/icons/chameleon-darkskyblue-large/cursors/nw-resize.in -lib/X11/icons/chameleon-darkskyblue-large/cursors/nw-resize.png -lib/X11/icons/chameleon-darkskyblue-large/cursors/nwse-resize -lib/X11/icons/chameleon-darkskyblue-large/cursors/nwse-resize.in -lib/X11/icons/chameleon-darkskyblue-large/cursors/nwse-resize.png -lib/X11/icons/chameleon-darkskyblue-large/cursors/pencil -lib/X11/icons/chameleon-darkskyblue-large/cursors/pencil.in -lib/X11/icons/chameleon-darkskyblue-large/cursors/pencil.png -lib/X11/icons/chameleon-darkskyblue-large/cursors/pirate -lib/X11/icons/chameleon-darkskyblue-large/cursors/pirate.in -lib/X11/icons/chameleon-darkskyblue-large/cursors/pirate.png -lib/X11/icons/chameleon-darkskyblue-large/cursors/plus -lib/X11/icons/chameleon-darkskyblue-large/cursors/pointer -lib/X11/icons/chameleon-darkskyblue-large/cursors/pointer.in -lib/X11/icons/chameleon-darkskyblue-large/cursors/pointer.png -lib/X11/icons/chameleon-darkskyblue-large/cursors/progress -lib/X11/icons/chameleon-darkskyblue-large/cursors/progress.in -lib/X11/icons/chameleon-darkskyblue-large/cursors/progress.png -lib/X11/icons/chameleon-darkskyblue-large/cursors/progress1.png -lib/X11/icons/chameleon-darkskyblue-large/cursors/progress10.png -lib/X11/icons/chameleon-darkskyblue-large/cursors/progress11.png -lib/X11/icons/chameleon-darkskyblue-large/cursors/progress12.png -lib/X11/icons/chameleon-darkskyblue-large/cursors/progress13.png -lib/X11/icons/chameleon-darkskyblue-large/cursors/progress2.png -lib/X11/icons/chameleon-darkskyblue-large/cursors/progress3.png -lib/X11/icons/chameleon-darkskyblue-large/cursors/progress4.png -lib/X11/icons/chameleon-darkskyblue-large/cursors/progress5.png -lib/X11/icons/chameleon-darkskyblue-large/cursors/progress6.png -lib/X11/icons/chameleon-darkskyblue-large/cursors/progress7.png -lib/X11/icons/chameleon-darkskyblue-large/cursors/progress8.png -lib/X11/icons/chameleon-darkskyblue-large/cursors/progress9.png -lib/X11/icons/chameleon-darkskyblue-large/cursors/question_arrow -lib/X11/icons/chameleon-darkskyblue-large/cursors/right-arrow -lib/X11/icons/chameleon-darkskyblue-large/cursors/right-arrow.in -lib/X11/icons/chameleon-darkskyblue-large/cursors/right-arrow.png -lib/X11/icons/chameleon-darkskyblue-large/cursors/right_ptr -lib/X11/icons/chameleon-darkskyblue-large/cursors/right_side -lib/X11/icons/chameleon-darkskyblue-large/cursors/row-resize -lib/X11/icons/chameleon-darkskyblue-large/cursors/row-resize.in -lib/X11/icons/chameleon-darkskyblue-large/cursors/row-resize.png -lib/X11/icons/chameleon-darkskyblue-large/cursors/s-resize -lib/X11/icons/chameleon-darkskyblue-large/cursors/s-resize.in -lib/X11/icons/chameleon-darkskyblue-large/cursors/s-resize.png -lib/X11/icons/chameleon-darkskyblue-large/cursors/sb_h_double_arrow -lib/X11/icons/chameleon-darkskyblue-large/cursors/sb_v_double_arrow -lib/X11/icons/chameleon-darkskyblue-large/cursors/se-resize -lib/X11/icons/chameleon-darkskyblue-large/cursors/se-resize.in -lib/X11/icons/chameleon-darkskyblue-large/cursors/se-resize.png -lib/X11/icons/chameleon-darkskyblue-large/cursors/sw-resize -lib/X11/icons/chameleon-darkskyblue-large/cursors/sw-resize.in -lib/X11/icons/chameleon-darkskyblue-large/cursors/sw-resize.png -lib/X11/icons/chameleon-darkskyblue-large/cursors/text -lib/X11/icons/chameleon-darkskyblue-large/cursors/text.in -lib/X11/icons/chameleon-darkskyblue-large/cursors/text.png -lib/X11/icons/chameleon-darkskyblue-large/cursors/text1.png -lib/X11/icons/chameleon-darkskyblue-large/cursors/text2.png -lib/X11/icons/chameleon-darkskyblue-large/cursors/text3.png -lib/X11/icons/chameleon-darkskyblue-large/cursors/text4.png -lib/X11/icons/chameleon-darkskyblue-large/cursors/text5.png -lib/X11/icons/chameleon-darkskyblue-large/cursors/top_left_corner -lib/X11/icons/chameleon-darkskyblue-large/cursors/top_right_corner -lib/X11/icons/chameleon-darkskyblue-large/cursors/top_side -lib/X11/icons/chameleon-darkskyblue-large/cursors/up-arrow -lib/X11/icons/chameleon-darkskyblue-large/cursors/up-arrow.in -lib/X11/icons/chameleon-darkskyblue-large/cursors/up-arrow.png -lib/X11/icons/chameleon-darkskyblue-large/cursors/vertical-text -lib/X11/icons/chameleon-darkskyblue-large/cursors/vertical-text.in -lib/X11/icons/chameleon-darkskyblue-large/cursors/vertical-text.png -lib/X11/icons/chameleon-darkskyblue-large/cursors/vertical-text1.png -lib/X11/icons/chameleon-darkskyblue-large/cursors/vertical-text2.png -lib/X11/icons/chameleon-darkskyblue-large/cursors/vertical-text3.png -lib/X11/icons/chameleon-darkskyblue-large/cursors/vertical-text4.png -lib/X11/icons/chameleon-darkskyblue-large/cursors/vertical-text5.png -lib/X11/icons/chameleon-darkskyblue-large/cursors/w-resize -lib/X11/icons/chameleon-darkskyblue-large/cursors/w-resize.in -lib/X11/icons/chameleon-darkskyblue-large/cursors/w-resize.png -lib/X11/icons/chameleon-darkskyblue-large/cursors/wait -lib/X11/icons/chameleon-darkskyblue-large/cursors/wait.in -lib/X11/icons/chameleon-darkskyblue-large/cursors/wait.png -lib/X11/icons/chameleon-darkskyblue-large/cursors/wait1.png -lib/X11/icons/chameleon-darkskyblue-large/cursors/wait10.png -lib/X11/icons/chameleon-darkskyblue-large/cursors/wait11.png -lib/X11/icons/chameleon-darkskyblue-large/cursors/wait12.png -lib/X11/icons/chameleon-darkskyblue-large/cursors/wait13.png -lib/X11/icons/chameleon-darkskyblue-large/cursors/wait2.png -lib/X11/icons/chameleon-darkskyblue-large/cursors/wait3.png -lib/X11/icons/chameleon-darkskyblue-large/cursors/wait4.png -lib/X11/icons/chameleon-darkskyblue-large/cursors/wait5.png -lib/X11/icons/chameleon-darkskyblue-large/cursors/wait6.png -lib/X11/icons/chameleon-darkskyblue-large/cursors/wait7.png -lib/X11/icons/chameleon-darkskyblue-large/cursors/wait8.png -lib/X11/icons/chameleon-darkskyblue-large/cursors/wait9.png -lib/X11/icons/chameleon-darkskyblue-large/cursors/watch -lib/X11/icons/chameleon-darkskyblue-large/cursors/xterm -lib/X11/icons/chameleon-darkskyblue-large/cursors/zoom-in -lib/X11/icons/chameleon-darkskyblue-large/cursors/zoom-in.in -lib/X11/icons/chameleon-darkskyblue-large/cursors/zoom-in.png -lib/X11/icons/chameleon-darkskyblue-large/cursors/zoom-out -lib/X11/icons/chameleon-darkskyblue-large/cursors/zoom-out.in -lib/X11/icons/chameleon-darkskyblue-large/cursors/zoom-out.png -lib/X11/icons/chameleon-darkskyblue-large/index.theme -lib/X11/icons/chameleon-darkskyblue-large/preview.jpg -lib/X11/icons/chameleon-darkskyblue-regular/cursors/00008160000006810000408080010102 -lib/X11/icons/chameleon-darkskyblue-regular/cursors/028006030e0e7ebffc7f7070c0600140 -lib/X11/icons/chameleon-darkskyblue-regular/cursors/03b6e0fcb3499374a867c041f52298f0 -lib/X11/icons/chameleon-darkskyblue-regular/cursors/0426c94ea35c87780ff01dc239897213 -lib/X11/icons/chameleon-darkskyblue-regular/cursors/0876e1c15ff2fc01f906f1c363074c0f -lib/X11/icons/chameleon-darkskyblue-regular/cursors/08e8e1c95fe2fc01f976f1e063a24ccd -lib/X11/icons/chameleon-darkskyblue-regular/cursors/08ffe1cb5fe6fc01f906f1c063814ccf -lib/X11/icons/chameleon-darkskyblue-regular/cursors/08ffe1e65f80fcfdf9fff11263e74c48 -lib/X11/icons/chameleon-darkskyblue-regular/cursors/1081e37283d90000800003c07f3ef6bf -lib/X11/icons/chameleon-darkskyblue-regular/cursors/14fef782d02440884392942c11205230 -lib/X11/icons/chameleon-darkskyblue-regular/cursors/208530c400c041818281048008011002 -lib/X11/icons/chameleon-darkskyblue-regular/cursors/2870a09082c103050810ffdffffe0204 -lib/X11/icons/chameleon-darkskyblue-regular/cursors/3085a0e285430894940527032f8b26df -lib/X11/icons/chameleon-darkskyblue-regular/cursors/3ecb610c1bf2410f44200f48c40d3599 -lib/X11/icons/chameleon-darkskyblue-regular/cursors/4498f0e0c1937ffe01fd06f973665830 -lib/X11/icons/chameleon-darkskyblue-regular/cursors/5aca4d189052212118709018842178c0 -lib/X11/icons/chameleon-darkskyblue-regular/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 -lib/X11/icons/chameleon-darkskyblue-regular/cursors/6407b0e94181790501fd1e167b474872 -lib/X11/icons/chameleon-darkskyblue-regular/cursors/640fb0e74195791501fd1ed57b41487f -lib/X11/icons/chameleon-darkskyblue-regular/cursors/9081237383d90e509aa00f00170e968f -lib/X11/icons/chameleon-darkskyblue-regular/cursors/9116a3ea924ed2162ecab71ba103b17f -lib/X11/icons/chameleon-darkskyblue-regular/cursors/9d800788f1b08800ae810202380a0822 -lib/X11/icons/chameleon-darkskyblue-regular/cursors/X-cursor -lib/X11/icons/chameleon-darkskyblue-regular/cursors/X-cursor.in -lib/X11/icons/chameleon-darkskyblue-regular/cursors/X-cursor.png -lib/X11/icons/chameleon-darkskyblue-regular/cursors/alias -lib/X11/icons/chameleon-darkskyblue-regular/cursors/alias.in -lib/X11/icons/chameleon-darkskyblue-regular/cursors/alias.png -lib/X11/icons/chameleon-darkskyblue-regular/cursors/all-scroll -lib/X11/icons/chameleon-darkskyblue-regular/cursors/all-scroll.in -lib/X11/icons/chameleon-darkskyblue-regular/cursors/all-scroll.png -lib/X11/icons/chameleon-darkskyblue-regular/cursors/arrow -lib/X11/icons/chameleon-darkskyblue-regular/cursors/bottom_left_corner -lib/X11/icons/chameleon-darkskyblue-regular/cursors/bottom_right_corner -lib/X11/icons/chameleon-darkskyblue-regular/cursors/bottom_side -lib/X11/icons/chameleon-darkskyblue-regular/cursors/c7088f0f3e6c8088236ef8e1e3e70000 -lib/X11/icons/chameleon-darkskyblue-regular/cursors/cell -lib/X11/icons/chameleon-darkskyblue-regular/cursors/cell.in -lib/X11/icons/chameleon-darkskyblue-regular/cursors/cell.png -lib/X11/icons/chameleon-darkskyblue-regular/cursors/center_ptr -lib/X11/icons/chameleon-darkskyblue-regular/cursors/col-resize -lib/X11/icons/chameleon-darkskyblue-regular/cursors/col-resize.in -lib/X11/icons/chameleon-darkskyblue-regular/cursors/col-resize.png -lib/X11/icons/chameleon-darkskyblue-regular/cursors/context-menu -lib/X11/icons/chameleon-darkskyblue-regular/cursors/context-menu.in -lib/X11/icons/chameleon-darkskyblue-regular/cursors/context-menu.png -lib/X11/icons/chameleon-darkskyblue-regular/cursors/copy -lib/X11/icons/chameleon-darkskyblue-regular/cursors/copy.in -lib/X11/icons/chameleon-darkskyblue-regular/cursors/copy.png -lib/X11/icons/chameleon-darkskyblue-regular/cursors/cross -lib/X11/icons/chameleon-darkskyblue-regular/cursors/crosshair -lib/X11/icons/chameleon-darkskyblue-regular/cursors/crosshair.in -lib/X11/icons/chameleon-darkskyblue-regular/cursors/crosshair.png -lib/X11/icons/chameleon-darkskyblue-regular/cursors/d9ce0ab605698f320427677b458ad60b -lib/X11/icons/chameleon-darkskyblue-regular/cursors/default -lib/X11/icons/chameleon-darkskyblue-regular/cursors/default.in -lib/X11/icons/chameleon-darkskyblue-regular/cursors/default.png -lib/X11/icons/chameleon-darkskyblue-regular/cursors/dnd-ask -lib/X11/icons/chameleon-darkskyblue-regular/cursors/dnd-copy -lib/X11/icons/chameleon-darkskyblue-regular/cursors/dnd-link -lib/X11/icons/chameleon-darkskyblue-regular/cursors/dnd-move -lib/X11/icons/chameleon-darkskyblue-regular/cursors/dnd-none -lib/X11/icons/chameleon-darkskyblue-regular/cursors/e-resize -lib/X11/icons/chameleon-darkskyblue-regular/cursors/e-resize.in -lib/X11/icons/chameleon-darkskyblue-regular/cursors/e-resize.png -lib/X11/icons/chameleon-darkskyblue-regular/cursors/e29285e634086352946a0e7090d73106 -lib/X11/icons/chameleon-darkskyblue-regular/cursors/ew-resize -lib/X11/icons/chameleon-darkskyblue-regular/cursors/ew-resize.in -lib/X11/icons/chameleon-darkskyblue-regular/cursors/ew-resize.png -lib/X11/icons/chameleon-darkskyblue-regular/cursors/f41c0e382c94c0958e07017e42b00462 -lib/X11/icons/chameleon-darkskyblue-regular/cursors/f41c0e382c97c0938e07017e42800402 -lib/X11/icons/chameleon-darkskyblue-regular/cursors/fcf1c3c7cd4491d801f1e1c78f100000 -lib/X11/icons/chameleon-darkskyblue-regular/cursors/fleur -lib/X11/icons/chameleon-darkskyblue-regular/cursors/grabbing -lib/X11/icons/chameleon-darkskyblue-regular/cursors/grabbing.in -lib/X11/icons/chameleon-darkskyblue-regular/cursors/grabbing.png -lib/X11/icons/chameleon-darkskyblue-regular/cursors/hand2 -lib/X11/icons/chameleon-darkskyblue-regular/cursors/help -lib/X11/icons/chameleon-darkskyblue-regular/cursors/help.in -lib/X11/icons/chameleon-darkskyblue-regular/cursors/help.png -lib/X11/icons/chameleon-darkskyblue-regular/cursors/left_ptr -lib/X11/icons/chameleon-darkskyblue-regular/cursors/left_ptr_watch -lib/X11/icons/chameleon-darkskyblue-regular/cursors/left_side -lib/X11/icons/chameleon-darkskyblue-regular/cursors/move -lib/X11/icons/chameleon-darkskyblue-regular/cursors/move.in -lib/X11/icons/chameleon-darkskyblue-regular/cursors/move.png -lib/X11/icons/chameleon-darkskyblue-regular/cursors/n-resize -lib/X11/icons/chameleon-darkskyblue-regular/cursors/n-resize.in -lib/X11/icons/chameleon-darkskyblue-regular/cursors/n-resize.png -lib/X11/icons/chameleon-darkskyblue-regular/cursors/ne-resize -lib/X11/icons/chameleon-darkskyblue-regular/cursors/ne-resize.in -lib/X11/icons/chameleon-darkskyblue-regular/cursors/ne-resize.png -lib/X11/icons/chameleon-darkskyblue-regular/cursors/nesw-resize -lib/X11/icons/chameleon-darkskyblue-regular/cursors/nesw-resize.in -lib/X11/icons/chameleon-darkskyblue-regular/cursors/nesw-resize.png -lib/X11/icons/chameleon-darkskyblue-regular/cursors/no-drop -lib/X11/icons/chameleon-darkskyblue-regular/cursors/no-drop.in -lib/X11/icons/chameleon-darkskyblue-regular/cursors/no-drop.png -lib/X11/icons/chameleon-darkskyblue-regular/cursors/not-allowed -lib/X11/icons/chameleon-darkskyblue-regular/cursors/not-allowed.in -lib/X11/icons/chameleon-darkskyblue-regular/cursors/not-allowed.png -lib/X11/icons/chameleon-darkskyblue-regular/cursors/ns-resize -lib/X11/icons/chameleon-darkskyblue-regular/cursors/ns-resize.in -lib/X11/icons/chameleon-darkskyblue-regular/cursors/ns-resize.png -lib/X11/icons/chameleon-darkskyblue-regular/cursors/nw-resize -lib/X11/icons/chameleon-darkskyblue-regular/cursors/nw-resize.in -lib/X11/icons/chameleon-darkskyblue-regular/cursors/nw-resize.png -lib/X11/icons/chameleon-darkskyblue-regular/cursors/nwse-resize -lib/X11/icons/chameleon-darkskyblue-regular/cursors/nwse-resize.in -lib/X11/icons/chameleon-darkskyblue-regular/cursors/nwse-resize.png -lib/X11/icons/chameleon-darkskyblue-regular/cursors/pencil -lib/X11/icons/chameleon-darkskyblue-regular/cursors/pencil.in -lib/X11/icons/chameleon-darkskyblue-regular/cursors/pencil.png -lib/X11/icons/chameleon-darkskyblue-regular/cursors/pirate -lib/X11/icons/chameleon-darkskyblue-regular/cursors/pirate.in -lib/X11/icons/chameleon-darkskyblue-regular/cursors/pirate.png -lib/X11/icons/chameleon-darkskyblue-regular/cursors/plus -lib/X11/icons/chameleon-darkskyblue-regular/cursors/pointer -lib/X11/icons/chameleon-darkskyblue-regular/cursors/pointer.in -lib/X11/icons/chameleon-darkskyblue-regular/cursors/pointer.png -lib/X11/icons/chameleon-darkskyblue-regular/cursors/progress -lib/X11/icons/chameleon-darkskyblue-regular/cursors/progress.in -lib/X11/icons/chameleon-darkskyblue-regular/cursors/progress.png -lib/X11/icons/chameleon-darkskyblue-regular/cursors/progress1.png -lib/X11/icons/chameleon-darkskyblue-regular/cursors/progress10.png -lib/X11/icons/chameleon-darkskyblue-regular/cursors/progress11.png -lib/X11/icons/chameleon-darkskyblue-regular/cursors/progress12.png -lib/X11/icons/chameleon-darkskyblue-regular/cursors/progress13.png -lib/X11/icons/chameleon-darkskyblue-regular/cursors/progress2.png -lib/X11/icons/chameleon-darkskyblue-regular/cursors/progress3.png -lib/X11/icons/chameleon-darkskyblue-regular/cursors/progress4.png -lib/X11/icons/chameleon-darkskyblue-regular/cursors/progress5.png -lib/X11/icons/chameleon-darkskyblue-regular/cursors/progress6.png -lib/X11/icons/chameleon-darkskyblue-regular/cursors/progress7.png -lib/X11/icons/chameleon-darkskyblue-regular/cursors/progress8.png -lib/X11/icons/chameleon-darkskyblue-regular/cursors/progress9.png -lib/X11/icons/chameleon-darkskyblue-regular/cursors/question_arrow -lib/X11/icons/chameleon-darkskyblue-regular/cursors/right-arrow -lib/X11/icons/chameleon-darkskyblue-regular/cursors/right-arrow.in -lib/X11/icons/chameleon-darkskyblue-regular/cursors/right-arrow.png -lib/X11/icons/chameleon-darkskyblue-regular/cursors/right_ptr -lib/X11/icons/chameleon-darkskyblue-regular/cursors/right_side -lib/X11/icons/chameleon-darkskyblue-regular/cursors/row-resize -lib/X11/icons/chameleon-darkskyblue-regular/cursors/row-resize.in -lib/X11/icons/chameleon-darkskyblue-regular/cursors/row-resize.png -lib/X11/icons/chameleon-darkskyblue-regular/cursors/s-resize -lib/X11/icons/chameleon-darkskyblue-regular/cursors/s-resize.in -lib/X11/icons/chameleon-darkskyblue-regular/cursors/s-resize.png -lib/X11/icons/chameleon-darkskyblue-regular/cursors/sb_h_double_arrow -lib/X11/icons/chameleon-darkskyblue-regular/cursors/sb_v_double_arrow -lib/X11/icons/chameleon-darkskyblue-regular/cursors/se-resize -lib/X11/icons/chameleon-darkskyblue-regular/cursors/se-resize.in -lib/X11/icons/chameleon-darkskyblue-regular/cursors/se-resize.png -lib/X11/icons/chameleon-darkskyblue-regular/cursors/sw-resize -lib/X11/icons/chameleon-darkskyblue-regular/cursors/sw-resize.in -lib/X11/icons/chameleon-darkskyblue-regular/cursors/sw-resize.png -lib/X11/icons/chameleon-darkskyblue-regular/cursors/text -lib/X11/icons/chameleon-darkskyblue-regular/cursors/text.in -lib/X11/icons/chameleon-darkskyblue-regular/cursors/text.png -lib/X11/icons/chameleon-darkskyblue-regular/cursors/text1.png -lib/X11/icons/chameleon-darkskyblue-regular/cursors/text2.png -lib/X11/icons/chameleon-darkskyblue-regular/cursors/text3.png -lib/X11/icons/chameleon-darkskyblue-regular/cursors/text4.png -lib/X11/icons/chameleon-darkskyblue-regular/cursors/text5.png -lib/X11/icons/chameleon-darkskyblue-regular/cursors/top_left_corner -lib/X11/icons/chameleon-darkskyblue-regular/cursors/top_right_corner -lib/X11/icons/chameleon-darkskyblue-regular/cursors/top_side -lib/X11/icons/chameleon-darkskyblue-regular/cursors/up-arrow -lib/X11/icons/chameleon-darkskyblue-regular/cursors/up-arrow.in -lib/X11/icons/chameleon-darkskyblue-regular/cursors/up-arrow.png -lib/X11/icons/chameleon-darkskyblue-regular/cursors/vertical-text -lib/X11/icons/chameleon-darkskyblue-regular/cursors/vertical-text.in -lib/X11/icons/chameleon-darkskyblue-regular/cursors/vertical-text.png -lib/X11/icons/chameleon-darkskyblue-regular/cursors/vertical-text1.png -lib/X11/icons/chameleon-darkskyblue-regular/cursors/vertical-text2.png -lib/X11/icons/chameleon-darkskyblue-regular/cursors/vertical-text3.png -lib/X11/icons/chameleon-darkskyblue-regular/cursors/vertical-text4.png -lib/X11/icons/chameleon-darkskyblue-regular/cursors/vertical-text5.png -lib/X11/icons/chameleon-darkskyblue-regular/cursors/w-resize -lib/X11/icons/chameleon-darkskyblue-regular/cursors/w-resize.in -lib/X11/icons/chameleon-darkskyblue-regular/cursors/w-resize.png -lib/X11/icons/chameleon-darkskyblue-regular/cursors/wait -lib/X11/icons/chameleon-darkskyblue-regular/cursors/wait.in -lib/X11/icons/chameleon-darkskyblue-regular/cursors/wait.png -lib/X11/icons/chameleon-darkskyblue-regular/cursors/wait1.png -lib/X11/icons/chameleon-darkskyblue-regular/cursors/wait10.png -lib/X11/icons/chameleon-darkskyblue-regular/cursors/wait11.png -lib/X11/icons/chameleon-darkskyblue-regular/cursors/wait12.png -lib/X11/icons/chameleon-darkskyblue-regular/cursors/wait13.png -lib/X11/icons/chameleon-darkskyblue-regular/cursors/wait2.png -lib/X11/icons/chameleon-darkskyblue-regular/cursors/wait3.png -lib/X11/icons/chameleon-darkskyblue-regular/cursors/wait4.png -lib/X11/icons/chameleon-darkskyblue-regular/cursors/wait5.png -lib/X11/icons/chameleon-darkskyblue-regular/cursors/wait6.png -lib/X11/icons/chameleon-darkskyblue-regular/cursors/wait7.png -lib/X11/icons/chameleon-darkskyblue-regular/cursors/wait8.png -lib/X11/icons/chameleon-darkskyblue-regular/cursors/wait9.png -lib/X11/icons/chameleon-darkskyblue-regular/cursors/watch -lib/X11/icons/chameleon-darkskyblue-regular/cursors/xterm -lib/X11/icons/chameleon-darkskyblue-regular/cursors/zoom-in -lib/X11/icons/chameleon-darkskyblue-regular/cursors/zoom-in.in -lib/X11/icons/chameleon-darkskyblue-regular/cursors/zoom-in.png -lib/X11/icons/chameleon-darkskyblue-regular/cursors/zoom-out -lib/X11/icons/chameleon-darkskyblue-regular/cursors/zoom-out.in -lib/X11/icons/chameleon-darkskyblue-regular/cursors/zoom-out.png -lib/X11/icons/chameleon-darkskyblue-regular/index.theme -lib/X11/icons/chameleon-darkskyblue-regular/preview.jpg -lib/X11/icons/chameleon-darkskyblue-small/cursors/00008160000006810000408080010102 -lib/X11/icons/chameleon-darkskyblue-small/cursors/028006030e0e7ebffc7f7070c0600140 -lib/X11/icons/chameleon-darkskyblue-small/cursors/03b6e0fcb3499374a867c041f52298f0 -lib/X11/icons/chameleon-darkskyblue-small/cursors/0426c94ea35c87780ff01dc239897213 -lib/X11/icons/chameleon-darkskyblue-small/cursors/0876e1c15ff2fc01f906f1c363074c0f -lib/X11/icons/chameleon-darkskyblue-small/cursors/08e8e1c95fe2fc01f976f1e063a24ccd -lib/X11/icons/chameleon-darkskyblue-small/cursors/08ffe1cb5fe6fc01f906f1c063814ccf -lib/X11/icons/chameleon-darkskyblue-small/cursors/08ffe1e65f80fcfdf9fff11263e74c48 -lib/X11/icons/chameleon-darkskyblue-small/cursors/1081e37283d90000800003c07f3ef6bf -lib/X11/icons/chameleon-darkskyblue-small/cursors/14fef782d02440884392942c11205230 -lib/X11/icons/chameleon-darkskyblue-small/cursors/208530c400c041818281048008011002 -lib/X11/icons/chameleon-darkskyblue-small/cursors/2870a09082c103050810ffdffffe0204 -lib/X11/icons/chameleon-darkskyblue-small/cursors/3085a0e285430894940527032f8b26df -lib/X11/icons/chameleon-darkskyblue-small/cursors/3ecb610c1bf2410f44200f48c40d3599 -lib/X11/icons/chameleon-darkskyblue-small/cursors/4498f0e0c1937ffe01fd06f973665830 -lib/X11/icons/chameleon-darkskyblue-small/cursors/5aca4d189052212118709018842178c0 -lib/X11/icons/chameleon-darkskyblue-small/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 -lib/X11/icons/chameleon-darkskyblue-small/cursors/6407b0e94181790501fd1e167b474872 -lib/X11/icons/chameleon-darkskyblue-small/cursors/640fb0e74195791501fd1ed57b41487f -lib/X11/icons/chameleon-darkskyblue-small/cursors/9081237383d90e509aa00f00170e968f -lib/X11/icons/chameleon-darkskyblue-small/cursors/9116a3ea924ed2162ecab71ba103b17f -lib/X11/icons/chameleon-darkskyblue-small/cursors/9d800788f1b08800ae810202380a0822 -lib/X11/icons/chameleon-darkskyblue-small/cursors/X-cursor -lib/X11/icons/chameleon-darkskyblue-small/cursors/X-cursor.in -lib/X11/icons/chameleon-darkskyblue-small/cursors/X-cursor.png -lib/X11/icons/chameleon-darkskyblue-small/cursors/alias -lib/X11/icons/chameleon-darkskyblue-small/cursors/alias.in -lib/X11/icons/chameleon-darkskyblue-small/cursors/alias.png -lib/X11/icons/chameleon-darkskyblue-small/cursors/all-scroll -lib/X11/icons/chameleon-darkskyblue-small/cursors/all-scroll.in -lib/X11/icons/chameleon-darkskyblue-small/cursors/all-scroll.png -lib/X11/icons/chameleon-darkskyblue-small/cursors/arrow -lib/X11/icons/chameleon-darkskyblue-small/cursors/bottom_left_corner -lib/X11/icons/chameleon-darkskyblue-small/cursors/bottom_right_corner -lib/X11/icons/chameleon-darkskyblue-small/cursors/bottom_side -lib/X11/icons/chameleon-darkskyblue-small/cursors/c7088f0f3e6c8088236ef8e1e3e70000 -lib/X11/icons/chameleon-darkskyblue-small/cursors/cell -lib/X11/icons/chameleon-darkskyblue-small/cursors/cell.in -lib/X11/icons/chameleon-darkskyblue-small/cursors/cell.png -lib/X11/icons/chameleon-darkskyblue-small/cursors/center_ptr -lib/X11/icons/chameleon-darkskyblue-small/cursors/col-resize -lib/X11/icons/chameleon-darkskyblue-small/cursors/col-resize.in -lib/X11/icons/chameleon-darkskyblue-small/cursors/col-resize.png -lib/X11/icons/chameleon-darkskyblue-small/cursors/context-menu -lib/X11/icons/chameleon-darkskyblue-small/cursors/context-menu.in -lib/X11/icons/chameleon-darkskyblue-small/cursors/context-menu.png -lib/X11/icons/chameleon-darkskyblue-small/cursors/copy -lib/X11/icons/chameleon-darkskyblue-small/cursors/copy.in -lib/X11/icons/chameleon-darkskyblue-small/cursors/copy.png -lib/X11/icons/chameleon-darkskyblue-small/cursors/cross -lib/X11/icons/chameleon-darkskyblue-small/cursors/crosshair -lib/X11/icons/chameleon-darkskyblue-small/cursors/crosshair.in -lib/X11/icons/chameleon-darkskyblue-small/cursors/crosshair.png -lib/X11/icons/chameleon-darkskyblue-small/cursors/d9ce0ab605698f320427677b458ad60b -lib/X11/icons/chameleon-darkskyblue-small/cursors/default -lib/X11/icons/chameleon-darkskyblue-small/cursors/default.in -lib/X11/icons/chameleon-darkskyblue-small/cursors/default.png -lib/X11/icons/chameleon-darkskyblue-small/cursors/dnd-ask -lib/X11/icons/chameleon-darkskyblue-small/cursors/dnd-copy -lib/X11/icons/chameleon-darkskyblue-small/cursors/dnd-link -lib/X11/icons/chameleon-darkskyblue-small/cursors/dnd-move -lib/X11/icons/chameleon-darkskyblue-small/cursors/dnd-none -lib/X11/icons/chameleon-darkskyblue-small/cursors/e-resize -lib/X11/icons/chameleon-darkskyblue-small/cursors/e-resize.in -lib/X11/icons/chameleon-darkskyblue-small/cursors/e-resize.png -lib/X11/icons/chameleon-darkskyblue-small/cursors/e29285e634086352946a0e7090d73106 -lib/X11/icons/chameleon-darkskyblue-small/cursors/ew-resize -lib/X11/icons/chameleon-darkskyblue-small/cursors/ew-resize.in -lib/X11/icons/chameleon-darkskyblue-small/cursors/ew-resize.png -lib/X11/icons/chameleon-darkskyblue-small/cursors/f41c0e382c94c0958e07017e42b00462 -lib/X11/icons/chameleon-darkskyblue-small/cursors/f41c0e382c97c0938e07017e42800402 -lib/X11/icons/chameleon-darkskyblue-small/cursors/fcf1c3c7cd4491d801f1e1c78f100000 -lib/X11/icons/chameleon-darkskyblue-small/cursors/fleur -lib/X11/icons/chameleon-darkskyblue-small/cursors/grabbing -lib/X11/icons/chameleon-darkskyblue-small/cursors/grabbing.in -lib/X11/icons/chameleon-darkskyblue-small/cursors/grabbing.png -lib/X11/icons/chameleon-darkskyblue-small/cursors/hand2 -lib/X11/icons/chameleon-darkskyblue-small/cursors/help -lib/X11/icons/chameleon-darkskyblue-small/cursors/help.in -lib/X11/icons/chameleon-darkskyblue-small/cursors/help.png -lib/X11/icons/chameleon-darkskyblue-small/cursors/left_ptr -lib/X11/icons/chameleon-darkskyblue-small/cursors/left_ptr_watch -lib/X11/icons/chameleon-darkskyblue-small/cursors/left_side -lib/X11/icons/chameleon-darkskyblue-small/cursors/move -lib/X11/icons/chameleon-darkskyblue-small/cursors/move.in -lib/X11/icons/chameleon-darkskyblue-small/cursors/move.png -lib/X11/icons/chameleon-darkskyblue-small/cursors/n-resize -lib/X11/icons/chameleon-darkskyblue-small/cursors/n-resize.in -lib/X11/icons/chameleon-darkskyblue-small/cursors/n-resize.png -lib/X11/icons/chameleon-darkskyblue-small/cursors/ne-resize -lib/X11/icons/chameleon-darkskyblue-small/cursors/ne-resize.in -lib/X11/icons/chameleon-darkskyblue-small/cursors/ne-resize.png -lib/X11/icons/chameleon-darkskyblue-small/cursors/nesw-resize -lib/X11/icons/chameleon-darkskyblue-small/cursors/nesw-resize.in -lib/X11/icons/chameleon-darkskyblue-small/cursors/nesw-resize.png -lib/X11/icons/chameleon-darkskyblue-small/cursors/no-drop -lib/X11/icons/chameleon-darkskyblue-small/cursors/no-drop.in -lib/X11/icons/chameleon-darkskyblue-small/cursors/no-drop.png -lib/X11/icons/chameleon-darkskyblue-small/cursors/not-allowed -lib/X11/icons/chameleon-darkskyblue-small/cursors/not-allowed.in -lib/X11/icons/chameleon-darkskyblue-small/cursors/not-allowed.png -lib/X11/icons/chameleon-darkskyblue-small/cursors/ns-resize -lib/X11/icons/chameleon-darkskyblue-small/cursors/ns-resize.in -lib/X11/icons/chameleon-darkskyblue-small/cursors/ns-resize.png -lib/X11/icons/chameleon-darkskyblue-small/cursors/nw-resize -lib/X11/icons/chameleon-darkskyblue-small/cursors/nw-resize.in -lib/X11/icons/chameleon-darkskyblue-small/cursors/nw-resize.png -lib/X11/icons/chameleon-darkskyblue-small/cursors/nwse-resize -lib/X11/icons/chameleon-darkskyblue-small/cursors/nwse-resize.in -lib/X11/icons/chameleon-darkskyblue-small/cursors/nwse-resize.png -lib/X11/icons/chameleon-darkskyblue-small/cursors/pencil -lib/X11/icons/chameleon-darkskyblue-small/cursors/pencil.in -lib/X11/icons/chameleon-darkskyblue-small/cursors/pencil.png -lib/X11/icons/chameleon-darkskyblue-small/cursors/pirate -lib/X11/icons/chameleon-darkskyblue-small/cursors/pirate.in -lib/X11/icons/chameleon-darkskyblue-small/cursors/pirate.png -lib/X11/icons/chameleon-darkskyblue-small/cursors/plus -lib/X11/icons/chameleon-darkskyblue-small/cursors/pointer -lib/X11/icons/chameleon-darkskyblue-small/cursors/pointer.in -lib/X11/icons/chameleon-darkskyblue-small/cursors/pointer.png -lib/X11/icons/chameleon-darkskyblue-small/cursors/progress -lib/X11/icons/chameleon-darkskyblue-small/cursors/progress.in -lib/X11/icons/chameleon-darkskyblue-small/cursors/progress.png -lib/X11/icons/chameleon-darkskyblue-small/cursors/progress1.png -lib/X11/icons/chameleon-darkskyblue-small/cursors/progress10.png -lib/X11/icons/chameleon-darkskyblue-small/cursors/progress11.png -lib/X11/icons/chameleon-darkskyblue-small/cursors/progress12.png -lib/X11/icons/chameleon-darkskyblue-small/cursors/progress13.png -lib/X11/icons/chameleon-darkskyblue-small/cursors/progress2.png -lib/X11/icons/chameleon-darkskyblue-small/cursors/progress3.png -lib/X11/icons/chameleon-darkskyblue-small/cursors/progress4.png -lib/X11/icons/chameleon-darkskyblue-small/cursors/progress5.png -lib/X11/icons/chameleon-darkskyblue-small/cursors/progress6.png -lib/X11/icons/chameleon-darkskyblue-small/cursors/progress7.png -lib/X11/icons/chameleon-darkskyblue-small/cursors/progress8.png -lib/X11/icons/chameleon-darkskyblue-small/cursors/progress9.png -lib/X11/icons/chameleon-darkskyblue-small/cursors/question_arrow -lib/X11/icons/chameleon-darkskyblue-small/cursors/right-arrow -lib/X11/icons/chameleon-darkskyblue-small/cursors/right-arrow.in -lib/X11/icons/chameleon-darkskyblue-small/cursors/right-arrow.png -lib/X11/icons/chameleon-darkskyblue-small/cursors/right_ptr -lib/X11/icons/chameleon-darkskyblue-small/cursors/right_side -lib/X11/icons/chameleon-darkskyblue-small/cursors/row-resize -lib/X11/icons/chameleon-darkskyblue-small/cursors/row-resize.in -lib/X11/icons/chameleon-darkskyblue-small/cursors/row-resize.png -lib/X11/icons/chameleon-darkskyblue-small/cursors/s-resize -lib/X11/icons/chameleon-darkskyblue-small/cursors/s-resize.in -lib/X11/icons/chameleon-darkskyblue-small/cursors/s-resize.png -lib/X11/icons/chameleon-darkskyblue-small/cursors/sb_h_double_arrow -lib/X11/icons/chameleon-darkskyblue-small/cursors/sb_v_double_arrow -lib/X11/icons/chameleon-darkskyblue-small/cursors/se-resize -lib/X11/icons/chameleon-darkskyblue-small/cursors/se-resize.in -lib/X11/icons/chameleon-darkskyblue-small/cursors/se-resize.png -lib/X11/icons/chameleon-darkskyblue-small/cursors/sw-resize -lib/X11/icons/chameleon-darkskyblue-small/cursors/sw-resize.in -lib/X11/icons/chameleon-darkskyblue-small/cursors/sw-resize.png -lib/X11/icons/chameleon-darkskyblue-small/cursors/text -lib/X11/icons/chameleon-darkskyblue-small/cursors/text.in -lib/X11/icons/chameleon-darkskyblue-small/cursors/text.png -lib/X11/icons/chameleon-darkskyblue-small/cursors/text1.png -lib/X11/icons/chameleon-darkskyblue-small/cursors/text2.png -lib/X11/icons/chameleon-darkskyblue-small/cursors/text3.png -lib/X11/icons/chameleon-darkskyblue-small/cursors/text4.png -lib/X11/icons/chameleon-darkskyblue-small/cursors/text5.png -lib/X11/icons/chameleon-darkskyblue-small/cursors/top_left_corner -lib/X11/icons/chameleon-darkskyblue-small/cursors/top_right_corner -lib/X11/icons/chameleon-darkskyblue-small/cursors/top_side -lib/X11/icons/chameleon-darkskyblue-small/cursors/up-arrow -lib/X11/icons/chameleon-darkskyblue-small/cursors/up-arrow.in -lib/X11/icons/chameleon-darkskyblue-small/cursors/up-arrow.png -lib/X11/icons/chameleon-darkskyblue-small/cursors/vertical-text -lib/X11/icons/chameleon-darkskyblue-small/cursors/vertical-text.in -lib/X11/icons/chameleon-darkskyblue-small/cursors/vertical-text.png -lib/X11/icons/chameleon-darkskyblue-small/cursors/vertical-text1.png -lib/X11/icons/chameleon-darkskyblue-small/cursors/vertical-text2.png -lib/X11/icons/chameleon-darkskyblue-small/cursors/vertical-text3.png -lib/X11/icons/chameleon-darkskyblue-small/cursors/vertical-text4.png -lib/X11/icons/chameleon-darkskyblue-small/cursors/vertical-text5.png -lib/X11/icons/chameleon-darkskyblue-small/cursors/w-resize -lib/X11/icons/chameleon-darkskyblue-small/cursors/w-resize.in -lib/X11/icons/chameleon-darkskyblue-small/cursors/w-resize.png -lib/X11/icons/chameleon-darkskyblue-small/cursors/wait -lib/X11/icons/chameleon-darkskyblue-small/cursors/wait.in -lib/X11/icons/chameleon-darkskyblue-small/cursors/wait.png -lib/X11/icons/chameleon-darkskyblue-small/cursors/wait1.png -lib/X11/icons/chameleon-darkskyblue-small/cursors/wait10.png -lib/X11/icons/chameleon-darkskyblue-small/cursors/wait11.png -lib/X11/icons/chameleon-darkskyblue-small/cursors/wait12.png -lib/X11/icons/chameleon-darkskyblue-small/cursors/wait13.png -lib/X11/icons/chameleon-darkskyblue-small/cursors/wait2.png -lib/X11/icons/chameleon-darkskyblue-small/cursors/wait3.png -lib/X11/icons/chameleon-darkskyblue-small/cursors/wait4.png -lib/X11/icons/chameleon-darkskyblue-small/cursors/wait5.png -lib/X11/icons/chameleon-darkskyblue-small/cursors/wait6.png -lib/X11/icons/chameleon-darkskyblue-small/cursors/wait7.png -lib/X11/icons/chameleon-darkskyblue-small/cursors/wait8.png -lib/X11/icons/chameleon-darkskyblue-small/cursors/wait9.png -lib/X11/icons/chameleon-darkskyblue-small/cursors/watch -lib/X11/icons/chameleon-darkskyblue-small/cursors/xterm -lib/X11/icons/chameleon-darkskyblue-small/cursors/zoom-in -lib/X11/icons/chameleon-darkskyblue-small/cursors/zoom-in.in -lib/X11/icons/chameleon-darkskyblue-small/cursors/zoom-in.png -lib/X11/icons/chameleon-darkskyblue-small/cursors/zoom-out -lib/X11/icons/chameleon-darkskyblue-small/cursors/zoom-out.in -lib/X11/icons/chameleon-darkskyblue-small/cursors/zoom-out.png -lib/X11/icons/chameleon-darkskyblue-small/index.theme -lib/X11/icons/chameleon-darkskyblue-small/preview.jpg +share/icons/chameleon-darkskyblue-large/cursors/00008160000006810000408080010102 +share/icons/chameleon-darkskyblue-large/cursors/028006030e0e7ebffc7f7070c0600140 +share/icons/chameleon-darkskyblue-large/cursors/03b6e0fcb3499374a867c041f52298f0 +share/icons/chameleon-darkskyblue-large/cursors/0426c94ea35c87780ff01dc239897213 +share/icons/chameleon-darkskyblue-large/cursors/0876e1c15ff2fc01f906f1c363074c0f +share/icons/chameleon-darkskyblue-large/cursors/08e8e1c95fe2fc01f976f1e063a24ccd +share/icons/chameleon-darkskyblue-large/cursors/08ffe1cb5fe6fc01f906f1c063814ccf +share/icons/chameleon-darkskyblue-large/cursors/08ffe1e65f80fcfdf9fff11263e74c48 +share/icons/chameleon-darkskyblue-large/cursors/1081e37283d90000800003c07f3ef6bf +share/icons/chameleon-darkskyblue-large/cursors/14fef782d02440884392942c11205230 +share/icons/chameleon-darkskyblue-large/cursors/208530c400c041818281048008011002 +share/icons/chameleon-darkskyblue-large/cursors/2870a09082c103050810ffdffffe0204 +share/icons/chameleon-darkskyblue-large/cursors/3085a0e285430894940527032f8b26df +share/icons/chameleon-darkskyblue-large/cursors/3ecb610c1bf2410f44200f48c40d3599 +share/icons/chameleon-darkskyblue-large/cursors/4498f0e0c1937ffe01fd06f973665830 +share/icons/chameleon-darkskyblue-large/cursors/5aca4d189052212118709018842178c0 +share/icons/chameleon-darkskyblue-large/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 +share/icons/chameleon-darkskyblue-large/cursors/6407b0e94181790501fd1e167b474872 +share/icons/chameleon-darkskyblue-large/cursors/640fb0e74195791501fd1ed57b41487f +share/icons/chameleon-darkskyblue-large/cursors/9081237383d90e509aa00f00170e968f +share/icons/chameleon-darkskyblue-large/cursors/9116a3ea924ed2162ecab71ba103b17f +share/icons/chameleon-darkskyblue-large/cursors/9d800788f1b08800ae810202380a0822 +share/icons/chameleon-darkskyblue-large/cursors/X-cursor +share/icons/chameleon-darkskyblue-large/cursors/X-cursor.in +share/icons/chameleon-darkskyblue-large/cursors/X-cursor.png +share/icons/chameleon-darkskyblue-large/cursors/alias +share/icons/chameleon-darkskyblue-large/cursors/alias.in +share/icons/chameleon-darkskyblue-large/cursors/alias.png +share/icons/chameleon-darkskyblue-large/cursors/all-scroll +share/icons/chameleon-darkskyblue-large/cursors/all-scroll.in +share/icons/chameleon-darkskyblue-large/cursors/all-scroll.png +share/icons/chameleon-darkskyblue-large/cursors/arrow +share/icons/chameleon-darkskyblue-large/cursors/bottom_left_corner +share/icons/chameleon-darkskyblue-large/cursors/bottom_right_corner +share/icons/chameleon-darkskyblue-large/cursors/bottom_side +share/icons/chameleon-darkskyblue-large/cursors/c7088f0f3e6c8088236ef8e1e3e70000 +share/icons/chameleon-darkskyblue-large/cursors/cell +share/icons/chameleon-darkskyblue-large/cursors/cell.in +share/icons/chameleon-darkskyblue-large/cursors/cell.png +share/icons/chameleon-darkskyblue-large/cursors/center_ptr +share/icons/chameleon-darkskyblue-large/cursors/col-resize +share/icons/chameleon-darkskyblue-large/cursors/col-resize.in +share/icons/chameleon-darkskyblue-large/cursors/col-resize.png +share/icons/chameleon-darkskyblue-large/cursors/context-menu +share/icons/chameleon-darkskyblue-large/cursors/context-menu.in +share/icons/chameleon-darkskyblue-large/cursors/context-menu.png +share/icons/chameleon-darkskyblue-large/cursors/copy +share/icons/chameleon-darkskyblue-large/cursors/copy.in +share/icons/chameleon-darkskyblue-large/cursors/copy.png +share/icons/chameleon-darkskyblue-large/cursors/cross +share/icons/chameleon-darkskyblue-large/cursors/crosshair +share/icons/chameleon-darkskyblue-large/cursors/crosshair.in +share/icons/chameleon-darkskyblue-large/cursors/crosshair.png +share/icons/chameleon-darkskyblue-large/cursors/d9ce0ab605698f320427677b458ad60b +share/icons/chameleon-darkskyblue-large/cursors/default +share/icons/chameleon-darkskyblue-large/cursors/default.in +share/icons/chameleon-darkskyblue-large/cursors/default.png +share/icons/chameleon-darkskyblue-large/cursors/dnd-ask +share/icons/chameleon-darkskyblue-large/cursors/dnd-copy +share/icons/chameleon-darkskyblue-large/cursors/dnd-link +share/icons/chameleon-darkskyblue-large/cursors/dnd-move +share/icons/chameleon-darkskyblue-large/cursors/dnd-none +share/icons/chameleon-darkskyblue-large/cursors/e-resize +share/icons/chameleon-darkskyblue-large/cursors/e-resize.in +share/icons/chameleon-darkskyblue-large/cursors/e-resize.png +share/icons/chameleon-darkskyblue-large/cursors/e29285e634086352946a0e7090d73106 +share/icons/chameleon-darkskyblue-large/cursors/ew-resize +share/icons/chameleon-darkskyblue-large/cursors/ew-resize.in +share/icons/chameleon-darkskyblue-large/cursors/ew-resize.png +share/icons/chameleon-darkskyblue-large/cursors/f41c0e382c94c0958e07017e42b00462 +share/icons/chameleon-darkskyblue-large/cursors/f41c0e382c97c0938e07017e42800402 +share/icons/chameleon-darkskyblue-large/cursors/fcf1c3c7cd4491d801f1e1c78f100000 +share/icons/chameleon-darkskyblue-large/cursors/fleur +share/icons/chameleon-darkskyblue-large/cursors/grabbing +share/icons/chameleon-darkskyblue-large/cursors/grabbing.in +share/icons/chameleon-darkskyblue-large/cursors/grabbing.png +share/icons/chameleon-darkskyblue-large/cursors/hand2 +share/icons/chameleon-darkskyblue-large/cursors/help +share/icons/chameleon-darkskyblue-large/cursors/help.in +share/icons/chameleon-darkskyblue-large/cursors/help.png +share/icons/chameleon-darkskyblue-large/cursors/left_ptr +share/icons/chameleon-darkskyblue-large/cursors/left_ptr_watch +share/icons/chameleon-darkskyblue-large/cursors/left_side +share/icons/chameleon-darkskyblue-large/cursors/move +share/icons/chameleon-darkskyblue-large/cursors/move.in +share/icons/chameleon-darkskyblue-large/cursors/move.png +share/icons/chameleon-darkskyblue-large/cursors/n-resize +share/icons/chameleon-darkskyblue-large/cursors/n-resize.in +share/icons/chameleon-darkskyblue-large/cursors/n-resize.png +share/icons/chameleon-darkskyblue-large/cursors/ne-resize +share/icons/chameleon-darkskyblue-large/cursors/ne-resize.in +share/icons/chameleon-darkskyblue-large/cursors/ne-resize.png +share/icons/chameleon-darkskyblue-large/cursors/nesw-resize +share/icons/chameleon-darkskyblue-large/cursors/nesw-resize.in +share/icons/chameleon-darkskyblue-large/cursors/nesw-resize.png +share/icons/chameleon-darkskyblue-large/cursors/no-drop +share/icons/chameleon-darkskyblue-large/cursors/no-drop.in +share/icons/chameleon-darkskyblue-large/cursors/no-drop.png +share/icons/chameleon-darkskyblue-large/cursors/not-allowed +share/icons/chameleon-darkskyblue-large/cursors/not-allowed.in +share/icons/chameleon-darkskyblue-large/cursors/not-allowed.png +share/icons/chameleon-darkskyblue-large/cursors/ns-resize +share/icons/chameleon-darkskyblue-large/cursors/ns-resize.in +share/icons/chameleon-darkskyblue-large/cursors/ns-resize.png +share/icons/chameleon-darkskyblue-large/cursors/nw-resize +share/icons/chameleon-darkskyblue-large/cursors/nw-resize.in +share/icons/chameleon-darkskyblue-large/cursors/nw-resize.png +share/icons/chameleon-darkskyblue-large/cursors/nwse-resize +share/icons/chameleon-darkskyblue-large/cursors/nwse-resize.in +share/icons/chameleon-darkskyblue-large/cursors/nwse-resize.png +share/icons/chameleon-darkskyblue-large/cursors/pencil +share/icons/chameleon-darkskyblue-large/cursors/pencil.in +share/icons/chameleon-darkskyblue-large/cursors/pencil.png +share/icons/chameleon-darkskyblue-large/cursors/pirate +share/icons/chameleon-darkskyblue-large/cursors/pirate.in +share/icons/chameleon-darkskyblue-large/cursors/pirate.png +share/icons/chameleon-darkskyblue-large/cursors/plus +share/icons/chameleon-darkskyblue-large/cursors/pointer +share/icons/chameleon-darkskyblue-large/cursors/pointer.in +share/icons/chameleon-darkskyblue-large/cursors/pointer.png +share/icons/chameleon-darkskyblue-large/cursors/progress +share/icons/chameleon-darkskyblue-large/cursors/progress.in +share/icons/chameleon-darkskyblue-large/cursors/progress.png +share/icons/chameleon-darkskyblue-large/cursors/progress1.png +share/icons/chameleon-darkskyblue-large/cursors/progress10.png +share/icons/chameleon-darkskyblue-large/cursors/progress11.png +share/icons/chameleon-darkskyblue-large/cursors/progress12.png +share/icons/chameleon-darkskyblue-large/cursors/progress13.png +share/icons/chameleon-darkskyblue-large/cursors/progress2.png +share/icons/chameleon-darkskyblue-large/cursors/progress3.png +share/icons/chameleon-darkskyblue-large/cursors/progress4.png +share/icons/chameleon-darkskyblue-large/cursors/progress5.png +share/icons/chameleon-darkskyblue-large/cursors/progress6.png +share/icons/chameleon-darkskyblue-large/cursors/progress7.png +share/icons/chameleon-darkskyblue-large/cursors/progress8.png +share/icons/chameleon-darkskyblue-large/cursors/progress9.png +share/icons/chameleon-darkskyblue-large/cursors/question_arrow +share/icons/chameleon-darkskyblue-large/cursors/right-arrow +share/icons/chameleon-darkskyblue-large/cursors/right-arrow.in +share/icons/chameleon-darkskyblue-large/cursors/right-arrow.png +share/icons/chameleon-darkskyblue-large/cursors/right_ptr +share/icons/chameleon-darkskyblue-large/cursors/right_side +share/icons/chameleon-darkskyblue-large/cursors/row-resize +share/icons/chameleon-darkskyblue-large/cursors/row-resize.in +share/icons/chameleon-darkskyblue-large/cursors/row-resize.png +share/icons/chameleon-darkskyblue-large/cursors/s-resize +share/icons/chameleon-darkskyblue-large/cursors/s-resize.in +share/icons/chameleon-darkskyblue-large/cursors/s-resize.png +share/icons/chameleon-darkskyblue-large/cursors/sb_h_double_arrow +share/icons/chameleon-darkskyblue-large/cursors/sb_v_double_arrow +share/icons/chameleon-darkskyblue-large/cursors/se-resize +share/icons/chameleon-darkskyblue-large/cursors/se-resize.in +share/icons/chameleon-darkskyblue-large/cursors/se-resize.png +share/icons/chameleon-darkskyblue-large/cursors/sw-resize +share/icons/chameleon-darkskyblue-large/cursors/sw-resize.in +share/icons/chameleon-darkskyblue-large/cursors/sw-resize.png +share/icons/chameleon-darkskyblue-large/cursors/text +share/icons/chameleon-darkskyblue-large/cursors/text.in +share/icons/chameleon-darkskyblue-large/cursors/text.png +share/icons/chameleon-darkskyblue-large/cursors/text1.png +share/icons/chameleon-darkskyblue-large/cursors/text2.png +share/icons/chameleon-darkskyblue-large/cursors/text3.png +share/icons/chameleon-darkskyblue-large/cursors/text4.png +share/icons/chameleon-darkskyblue-large/cursors/text5.png +share/icons/chameleon-darkskyblue-large/cursors/top_left_corner +share/icons/chameleon-darkskyblue-large/cursors/top_right_corner +share/icons/chameleon-darkskyblue-large/cursors/top_side +share/icons/chameleon-darkskyblue-large/cursors/up-arrow +share/icons/chameleon-darkskyblue-large/cursors/up-arrow.in +share/icons/chameleon-darkskyblue-large/cursors/up-arrow.png +share/icons/chameleon-darkskyblue-large/cursors/vertical-text +share/icons/chameleon-darkskyblue-large/cursors/vertical-text.in +share/icons/chameleon-darkskyblue-large/cursors/vertical-text.png +share/icons/chameleon-darkskyblue-large/cursors/vertical-text1.png +share/icons/chameleon-darkskyblue-large/cursors/vertical-text2.png +share/icons/chameleon-darkskyblue-large/cursors/vertical-text3.png +share/icons/chameleon-darkskyblue-large/cursors/vertical-text4.png +share/icons/chameleon-darkskyblue-large/cursors/vertical-text5.png +share/icons/chameleon-darkskyblue-large/cursors/w-resize +share/icons/chameleon-darkskyblue-large/cursors/w-resize.in +share/icons/chameleon-darkskyblue-large/cursors/w-resize.png +share/icons/chameleon-darkskyblue-large/cursors/wait +share/icons/chameleon-darkskyblue-large/cursors/wait.in +share/icons/chameleon-darkskyblue-large/cursors/wait.png +share/icons/chameleon-darkskyblue-large/cursors/wait1.png +share/icons/chameleon-darkskyblue-large/cursors/wait10.png +share/icons/chameleon-darkskyblue-large/cursors/wait11.png +share/icons/chameleon-darkskyblue-large/cursors/wait12.png +share/icons/chameleon-darkskyblue-large/cursors/wait13.png +share/icons/chameleon-darkskyblue-large/cursors/wait2.png +share/icons/chameleon-darkskyblue-large/cursors/wait3.png +share/icons/chameleon-darkskyblue-large/cursors/wait4.png +share/icons/chameleon-darkskyblue-large/cursors/wait5.png +share/icons/chameleon-darkskyblue-large/cursors/wait6.png +share/icons/chameleon-darkskyblue-large/cursors/wait7.png +share/icons/chameleon-darkskyblue-large/cursors/wait8.png +share/icons/chameleon-darkskyblue-large/cursors/wait9.png +share/icons/chameleon-darkskyblue-large/cursors/watch +share/icons/chameleon-darkskyblue-large/cursors/xterm +share/icons/chameleon-darkskyblue-large/cursors/zoom-in +share/icons/chameleon-darkskyblue-large/cursors/zoom-in.in +share/icons/chameleon-darkskyblue-large/cursors/zoom-in.png +share/icons/chameleon-darkskyblue-large/cursors/zoom-out +share/icons/chameleon-darkskyblue-large/cursors/zoom-out.in +share/icons/chameleon-darkskyblue-large/cursors/zoom-out.png +share/icons/chameleon-darkskyblue-large/index.theme +share/icons/chameleon-darkskyblue-large/preview.jpg +share/icons/chameleon-darkskyblue-regular/cursors/00008160000006810000408080010102 +share/icons/chameleon-darkskyblue-regular/cursors/028006030e0e7ebffc7f7070c0600140 +share/icons/chameleon-darkskyblue-regular/cursors/03b6e0fcb3499374a867c041f52298f0 +share/icons/chameleon-darkskyblue-regular/cursors/0426c94ea35c87780ff01dc239897213 +share/icons/chameleon-darkskyblue-regular/cursors/0876e1c15ff2fc01f906f1c363074c0f +share/icons/chameleon-darkskyblue-regular/cursors/08e8e1c95fe2fc01f976f1e063a24ccd +share/icons/chameleon-darkskyblue-regular/cursors/08ffe1cb5fe6fc01f906f1c063814ccf +share/icons/chameleon-darkskyblue-regular/cursors/08ffe1e65f80fcfdf9fff11263e74c48 +share/icons/chameleon-darkskyblue-regular/cursors/1081e37283d90000800003c07f3ef6bf +share/icons/chameleon-darkskyblue-regular/cursors/14fef782d02440884392942c11205230 +share/icons/chameleon-darkskyblue-regular/cursors/208530c400c041818281048008011002 +share/icons/chameleon-darkskyblue-regular/cursors/2870a09082c103050810ffdffffe0204 +share/icons/chameleon-darkskyblue-regular/cursors/3085a0e285430894940527032f8b26df +share/icons/chameleon-darkskyblue-regular/cursors/3ecb610c1bf2410f44200f48c40d3599 +share/icons/chameleon-darkskyblue-regular/cursors/4498f0e0c1937ffe01fd06f973665830 +share/icons/chameleon-darkskyblue-regular/cursors/5aca4d189052212118709018842178c0 +share/icons/chameleon-darkskyblue-regular/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 +share/icons/chameleon-darkskyblue-regular/cursors/6407b0e94181790501fd1e167b474872 +share/icons/chameleon-darkskyblue-regular/cursors/640fb0e74195791501fd1ed57b41487f +share/icons/chameleon-darkskyblue-regular/cursors/9081237383d90e509aa00f00170e968f +share/icons/chameleon-darkskyblue-regular/cursors/9116a3ea924ed2162ecab71ba103b17f +share/icons/chameleon-darkskyblue-regular/cursors/9d800788f1b08800ae810202380a0822 +share/icons/chameleon-darkskyblue-regular/cursors/X-cursor +share/icons/chameleon-darkskyblue-regular/cursors/X-cursor.in +share/icons/chameleon-darkskyblue-regular/cursors/X-cursor.png +share/icons/chameleon-darkskyblue-regular/cursors/alias +share/icons/chameleon-darkskyblue-regular/cursors/alias.in +share/icons/chameleon-darkskyblue-regular/cursors/alias.png +share/icons/chameleon-darkskyblue-regular/cursors/all-scroll +share/icons/chameleon-darkskyblue-regular/cursors/all-scroll.in +share/icons/chameleon-darkskyblue-regular/cursors/all-scroll.png +share/icons/chameleon-darkskyblue-regular/cursors/arrow +share/icons/chameleon-darkskyblue-regular/cursors/bottom_left_corner +share/icons/chameleon-darkskyblue-regular/cursors/bottom_right_corner +share/icons/chameleon-darkskyblue-regular/cursors/bottom_side +share/icons/chameleon-darkskyblue-regular/cursors/c7088f0f3e6c8088236ef8e1e3e70000 +share/icons/chameleon-darkskyblue-regular/cursors/cell +share/icons/chameleon-darkskyblue-regular/cursors/cell.in +share/icons/chameleon-darkskyblue-regular/cursors/cell.png +share/icons/chameleon-darkskyblue-regular/cursors/center_ptr +share/icons/chameleon-darkskyblue-regular/cursors/col-resize +share/icons/chameleon-darkskyblue-regular/cursors/col-resize.in +share/icons/chameleon-darkskyblue-regular/cursors/col-resize.png +share/icons/chameleon-darkskyblue-regular/cursors/context-menu +share/icons/chameleon-darkskyblue-regular/cursors/context-menu.in +share/icons/chameleon-darkskyblue-regular/cursors/context-menu.png +share/icons/chameleon-darkskyblue-regular/cursors/copy +share/icons/chameleon-darkskyblue-regular/cursors/copy.in +share/icons/chameleon-darkskyblue-regular/cursors/copy.png +share/icons/chameleon-darkskyblue-regular/cursors/cross +share/icons/chameleon-darkskyblue-regular/cursors/crosshair +share/icons/chameleon-darkskyblue-regular/cursors/crosshair.in +share/icons/chameleon-darkskyblue-regular/cursors/crosshair.png +share/icons/chameleon-darkskyblue-regular/cursors/d9ce0ab605698f320427677b458ad60b +share/icons/chameleon-darkskyblue-regular/cursors/default +share/icons/chameleon-darkskyblue-regular/cursors/default.in +share/icons/chameleon-darkskyblue-regular/cursors/default.png +share/icons/chameleon-darkskyblue-regular/cursors/dnd-ask +share/icons/chameleon-darkskyblue-regular/cursors/dnd-copy +share/icons/chameleon-darkskyblue-regular/cursors/dnd-link +share/icons/chameleon-darkskyblue-regular/cursors/dnd-move +share/icons/chameleon-darkskyblue-regular/cursors/dnd-none +share/icons/chameleon-darkskyblue-regular/cursors/e-resize +share/icons/chameleon-darkskyblue-regular/cursors/e-resize.in +share/icons/chameleon-darkskyblue-regular/cursors/e-resize.png +share/icons/chameleon-darkskyblue-regular/cursors/e29285e634086352946a0e7090d73106 +share/icons/chameleon-darkskyblue-regular/cursors/ew-resize +share/icons/chameleon-darkskyblue-regular/cursors/ew-resize.in +share/icons/chameleon-darkskyblue-regular/cursors/ew-resize.png +share/icons/chameleon-darkskyblue-regular/cursors/f41c0e382c94c0958e07017e42b00462 +share/icons/chameleon-darkskyblue-regular/cursors/f41c0e382c97c0938e07017e42800402 +share/icons/chameleon-darkskyblue-regular/cursors/fcf1c3c7cd4491d801f1e1c78f100000 +share/icons/chameleon-darkskyblue-regular/cursors/fleur +share/icons/chameleon-darkskyblue-regular/cursors/grabbing +share/icons/chameleon-darkskyblue-regular/cursors/grabbing.in +share/icons/chameleon-darkskyblue-regular/cursors/grabbing.png +share/icons/chameleon-darkskyblue-regular/cursors/hand2 +share/icons/chameleon-darkskyblue-regular/cursors/help +share/icons/chameleon-darkskyblue-regular/cursors/help.in +share/icons/chameleon-darkskyblue-regular/cursors/help.png +share/icons/chameleon-darkskyblue-regular/cursors/left_ptr +share/icons/chameleon-darkskyblue-regular/cursors/left_ptr_watch +share/icons/chameleon-darkskyblue-regular/cursors/left_side +share/icons/chameleon-darkskyblue-regular/cursors/move +share/icons/chameleon-darkskyblue-regular/cursors/move.in +share/icons/chameleon-darkskyblue-regular/cursors/move.png +share/icons/chameleon-darkskyblue-regular/cursors/n-resize +share/icons/chameleon-darkskyblue-regular/cursors/n-resize.in +share/icons/chameleon-darkskyblue-regular/cursors/n-resize.png +share/icons/chameleon-darkskyblue-regular/cursors/ne-resize +share/icons/chameleon-darkskyblue-regular/cursors/ne-resize.in +share/icons/chameleon-darkskyblue-regular/cursors/ne-resize.png +share/icons/chameleon-darkskyblue-regular/cursors/nesw-resize +share/icons/chameleon-darkskyblue-regular/cursors/nesw-resize.in +share/icons/chameleon-darkskyblue-regular/cursors/nesw-resize.png +share/icons/chameleon-darkskyblue-regular/cursors/no-drop +share/icons/chameleon-darkskyblue-regular/cursors/no-drop.in +share/icons/chameleon-darkskyblue-regular/cursors/no-drop.png +share/icons/chameleon-darkskyblue-regular/cursors/not-allowed +share/icons/chameleon-darkskyblue-regular/cursors/not-allowed.in +share/icons/chameleon-darkskyblue-regular/cursors/not-allowed.png +share/icons/chameleon-darkskyblue-regular/cursors/ns-resize +share/icons/chameleon-darkskyblue-regular/cursors/ns-resize.in +share/icons/chameleon-darkskyblue-regular/cursors/ns-resize.png +share/icons/chameleon-darkskyblue-regular/cursors/nw-resize +share/icons/chameleon-darkskyblue-regular/cursors/nw-resize.in +share/icons/chameleon-darkskyblue-regular/cursors/nw-resize.png +share/icons/chameleon-darkskyblue-regular/cursors/nwse-resize +share/icons/chameleon-darkskyblue-regular/cursors/nwse-resize.in +share/icons/chameleon-darkskyblue-regular/cursors/nwse-resize.png +share/icons/chameleon-darkskyblue-regular/cursors/pencil +share/icons/chameleon-darkskyblue-regular/cursors/pencil.in +share/icons/chameleon-darkskyblue-regular/cursors/pencil.png +share/icons/chameleon-darkskyblue-regular/cursors/pirate +share/icons/chameleon-darkskyblue-regular/cursors/pirate.in +share/icons/chameleon-darkskyblue-regular/cursors/pirate.png +share/icons/chameleon-darkskyblue-regular/cursors/plus +share/icons/chameleon-darkskyblue-regular/cursors/pointer +share/icons/chameleon-darkskyblue-regular/cursors/pointer.in +share/icons/chameleon-darkskyblue-regular/cursors/pointer.png +share/icons/chameleon-darkskyblue-regular/cursors/progress +share/icons/chameleon-darkskyblue-regular/cursors/progress.in +share/icons/chameleon-darkskyblue-regular/cursors/progress.png +share/icons/chameleon-darkskyblue-regular/cursors/progress1.png +share/icons/chameleon-darkskyblue-regular/cursors/progress10.png +share/icons/chameleon-darkskyblue-regular/cursors/progress11.png +share/icons/chameleon-darkskyblue-regular/cursors/progress12.png +share/icons/chameleon-darkskyblue-regular/cursors/progress13.png +share/icons/chameleon-darkskyblue-regular/cursors/progress2.png +share/icons/chameleon-darkskyblue-regular/cursors/progress3.png +share/icons/chameleon-darkskyblue-regular/cursors/progress4.png +share/icons/chameleon-darkskyblue-regular/cursors/progress5.png +share/icons/chameleon-darkskyblue-regular/cursors/progress6.png +share/icons/chameleon-darkskyblue-regular/cursors/progress7.png +share/icons/chameleon-darkskyblue-regular/cursors/progress8.png +share/icons/chameleon-darkskyblue-regular/cursors/progress9.png +share/icons/chameleon-darkskyblue-regular/cursors/question_arrow +share/icons/chameleon-darkskyblue-regular/cursors/right-arrow +share/icons/chameleon-darkskyblue-regular/cursors/right-arrow.in +share/icons/chameleon-darkskyblue-regular/cursors/right-arrow.png +share/icons/chameleon-darkskyblue-regular/cursors/right_ptr +share/icons/chameleon-darkskyblue-regular/cursors/right_side +share/icons/chameleon-darkskyblue-regular/cursors/row-resize +share/icons/chameleon-darkskyblue-regular/cursors/row-resize.in +share/icons/chameleon-darkskyblue-regular/cursors/row-resize.png +share/icons/chameleon-darkskyblue-regular/cursors/s-resize +share/icons/chameleon-darkskyblue-regular/cursors/s-resize.in +share/icons/chameleon-darkskyblue-regular/cursors/s-resize.png +share/icons/chameleon-darkskyblue-regular/cursors/sb_h_double_arrow +share/icons/chameleon-darkskyblue-regular/cursors/sb_v_double_arrow +share/icons/chameleon-darkskyblue-regular/cursors/se-resize +share/icons/chameleon-darkskyblue-regular/cursors/se-resize.in +share/icons/chameleon-darkskyblue-regular/cursors/se-resize.png +share/icons/chameleon-darkskyblue-regular/cursors/sw-resize +share/icons/chameleon-darkskyblue-regular/cursors/sw-resize.in +share/icons/chameleon-darkskyblue-regular/cursors/sw-resize.png +share/icons/chameleon-darkskyblue-regular/cursors/text +share/icons/chameleon-darkskyblue-regular/cursors/text.in +share/icons/chameleon-darkskyblue-regular/cursors/text.png +share/icons/chameleon-darkskyblue-regular/cursors/text1.png +share/icons/chameleon-darkskyblue-regular/cursors/text2.png +share/icons/chameleon-darkskyblue-regular/cursors/text3.png +share/icons/chameleon-darkskyblue-regular/cursors/text4.png +share/icons/chameleon-darkskyblue-regular/cursors/text5.png +share/icons/chameleon-darkskyblue-regular/cursors/top_left_corner +share/icons/chameleon-darkskyblue-regular/cursors/top_right_corner +share/icons/chameleon-darkskyblue-regular/cursors/top_side +share/icons/chameleon-darkskyblue-regular/cursors/up-arrow +share/icons/chameleon-darkskyblue-regular/cursors/up-arrow.in +share/icons/chameleon-darkskyblue-regular/cursors/up-arrow.png +share/icons/chameleon-darkskyblue-regular/cursors/vertical-text +share/icons/chameleon-darkskyblue-regular/cursors/vertical-text.in +share/icons/chameleon-darkskyblue-regular/cursors/vertical-text.png +share/icons/chameleon-darkskyblue-regular/cursors/vertical-text1.png +share/icons/chameleon-darkskyblue-regular/cursors/vertical-text2.png +share/icons/chameleon-darkskyblue-regular/cursors/vertical-text3.png +share/icons/chameleon-darkskyblue-regular/cursors/vertical-text4.png +share/icons/chameleon-darkskyblue-regular/cursors/vertical-text5.png +share/icons/chameleon-darkskyblue-regular/cursors/w-resize +share/icons/chameleon-darkskyblue-regular/cursors/w-resize.in +share/icons/chameleon-darkskyblue-regular/cursors/w-resize.png +share/icons/chameleon-darkskyblue-regular/cursors/wait +share/icons/chameleon-darkskyblue-regular/cursors/wait.in +share/icons/chameleon-darkskyblue-regular/cursors/wait.png +share/icons/chameleon-darkskyblue-regular/cursors/wait1.png +share/icons/chameleon-darkskyblue-regular/cursors/wait10.png +share/icons/chameleon-darkskyblue-regular/cursors/wait11.png +share/icons/chameleon-darkskyblue-regular/cursors/wait12.png +share/icons/chameleon-darkskyblue-regular/cursors/wait13.png +share/icons/chameleon-darkskyblue-regular/cursors/wait2.png +share/icons/chameleon-darkskyblue-regular/cursors/wait3.png +share/icons/chameleon-darkskyblue-regular/cursors/wait4.png +share/icons/chameleon-darkskyblue-regular/cursors/wait5.png +share/icons/chameleon-darkskyblue-regular/cursors/wait6.png +share/icons/chameleon-darkskyblue-regular/cursors/wait7.png +share/icons/chameleon-darkskyblue-regular/cursors/wait8.png +share/icons/chameleon-darkskyblue-regular/cursors/wait9.png +share/icons/chameleon-darkskyblue-regular/cursors/watch +share/icons/chameleon-darkskyblue-regular/cursors/xterm +share/icons/chameleon-darkskyblue-regular/cursors/zoom-in +share/icons/chameleon-darkskyblue-regular/cursors/zoom-in.in +share/icons/chameleon-darkskyblue-regular/cursors/zoom-in.png +share/icons/chameleon-darkskyblue-regular/cursors/zoom-out +share/icons/chameleon-darkskyblue-regular/cursors/zoom-out.in +share/icons/chameleon-darkskyblue-regular/cursors/zoom-out.png +share/icons/chameleon-darkskyblue-regular/index.theme +share/icons/chameleon-darkskyblue-regular/preview.jpg +share/icons/chameleon-darkskyblue-small/cursors/00008160000006810000408080010102 +share/icons/chameleon-darkskyblue-small/cursors/028006030e0e7ebffc7f7070c0600140 +share/icons/chameleon-darkskyblue-small/cursors/03b6e0fcb3499374a867c041f52298f0 +share/icons/chameleon-darkskyblue-small/cursors/0426c94ea35c87780ff01dc239897213 +share/icons/chameleon-darkskyblue-small/cursors/0876e1c15ff2fc01f906f1c363074c0f +share/icons/chameleon-darkskyblue-small/cursors/08e8e1c95fe2fc01f976f1e063a24ccd +share/icons/chameleon-darkskyblue-small/cursors/08ffe1cb5fe6fc01f906f1c063814ccf +share/icons/chameleon-darkskyblue-small/cursors/08ffe1e65f80fcfdf9fff11263e74c48 +share/icons/chameleon-darkskyblue-small/cursors/1081e37283d90000800003c07f3ef6bf +share/icons/chameleon-darkskyblue-small/cursors/14fef782d02440884392942c11205230 +share/icons/chameleon-darkskyblue-small/cursors/208530c400c041818281048008011002 +share/icons/chameleon-darkskyblue-small/cursors/2870a09082c103050810ffdffffe0204 +share/icons/chameleon-darkskyblue-small/cursors/3085a0e285430894940527032f8b26df +share/icons/chameleon-darkskyblue-small/cursors/3ecb610c1bf2410f44200f48c40d3599 +share/icons/chameleon-darkskyblue-small/cursors/4498f0e0c1937ffe01fd06f973665830 +share/icons/chameleon-darkskyblue-small/cursors/5aca4d189052212118709018842178c0 +share/icons/chameleon-darkskyblue-small/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 +share/icons/chameleon-darkskyblue-small/cursors/6407b0e94181790501fd1e167b474872 +share/icons/chameleon-darkskyblue-small/cursors/640fb0e74195791501fd1ed57b41487f +share/icons/chameleon-darkskyblue-small/cursors/9081237383d90e509aa00f00170e968f +share/icons/chameleon-darkskyblue-small/cursors/9116a3ea924ed2162ecab71ba103b17f +share/icons/chameleon-darkskyblue-small/cursors/9d800788f1b08800ae810202380a0822 +share/icons/chameleon-darkskyblue-small/cursors/X-cursor +share/icons/chameleon-darkskyblue-small/cursors/X-cursor.in +share/icons/chameleon-darkskyblue-small/cursors/X-cursor.png +share/icons/chameleon-darkskyblue-small/cursors/alias +share/icons/chameleon-darkskyblue-small/cursors/alias.in +share/icons/chameleon-darkskyblue-small/cursors/alias.png +share/icons/chameleon-darkskyblue-small/cursors/all-scroll +share/icons/chameleon-darkskyblue-small/cursors/all-scroll.in +share/icons/chameleon-darkskyblue-small/cursors/all-scroll.png +share/icons/chameleon-darkskyblue-small/cursors/arrow +share/icons/chameleon-darkskyblue-small/cursors/bottom_left_corner +share/icons/chameleon-darkskyblue-small/cursors/bottom_right_corner +share/icons/chameleon-darkskyblue-small/cursors/bottom_side +share/icons/chameleon-darkskyblue-small/cursors/c7088f0f3e6c8088236ef8e1e3e70000 +share/icons/chameleon-darkskyblue-small/cursors/cell +share/icons/chameleon-darkskyblue-small/cursors/cell.in +share/icons/chameleon-darkskyblue-small/cursors/cell.png +share/icons/chameleon-darkskyblue-small/cursors/center_ptr +share/icons/chameleon-darkskyblue-small/cursors/col-resize +share/icons/chameleon-darkskyblue-small/cursors/col-resize.in +share/icons/chameleon-darkskyblue-small/cursors/col-resize.png +share/icons/chameleon-darkskyblue-small/cursors/context-menu +share/icons/chameleon-darkskyblue-small/cursors/context-menu.in +share/icons/chameleon-darkskyblue-small/cursors/context-menu.png +share/icons/chameleon-darkskyblue-small/cursors/copy +share/icons/chameleon-darkskyblue-small/cursors/copy.in +share/icons/chameleon-darkskyblue-small/cursors/copy.png +share/icons/chameleon-darkskyblue-small/cursors/cross +share/icons/chameleon-darkskyblue-small/cursors/crosshair +share/icons/chameleon-darkskyblue-small/cursors/crosshair.in +share/icons/chameleon-darkskyblue-small/cursors/crosshair.png +share/icons/chameleon-darkskyblue-small/cursors/d9ce0ab605698f320427677b458ad60b +share/icons/chameleon-darkskyblue-small/cursors/default +share/icons/chameleon-darkskyblue-small/cursors/default.in +share/icons/chameleon-darkskyblue-small/cursors/default.png +share/icons/chameleon-darkskyblue-small/cursors/dnd-ask +share/icons/chameleon-darkskyblue-small/cursors/dnd-copy +share/icons/chameleon-darkskyblue-small/cursors/dnd-link +share/icons/chameleon-darkskyblue-small/cursors/dnd-move +share/icons/chameleon-darkskyblue-small/cursors/dnd-none +share/icons/chameleon-darkskyblue-small/cursors/e-resize +share/icons/chameleon-darkskyblue-small/cursors/e-resize.in +share/icons/chameleon-darkskyblue-small/cursors/e-resize.png +share/icons/chameleon-darkskyblue-small/cursors/e29285e634086352946a0e7090d73106 +share/icons/chameleon-darkskyblue-small/cursors/ew-resize +share/icons/chameleon-darkskyblue-small/cursors/ew-resize.in +share/icons/chameleon-darkskyblue-small/cursors/ew-resize.png +share/icons/chameleon-darkskyblue-small/cursors/f41c0e382c94c0958e07017e42b00462 +share/icons/chameleon-darkskyblue-small/cursors/f41c0e382c97c0938e07017e42800402 +share/icons/chameleon-darkskyblue-small/cursors/fcf1c3c7cd4491d801f1e1c78f100000 +share/icons/chameleon-darkskyblue-small/cursors/fleur +share/icons/chameleon-darkskyblue-small/cursors/grabbing +share/icons/chameleon-darkskyblue-small/cursors/grabbing.in +share/icons/chameleon-darkskyblue-small/cursors/grabbing.png +share/icons/chameleon-darkskyblue-small/cursors/hand2 +share/icons/chameleon-darkskyblue-small/cursors/help +share/icons/chameleon-darkskyblue-small/cursors/help.in +share/icons/chameleon-darkskyblue-small/cursors/help.png +share/icons/chameleon-darkskyblue-small/cursors/left_ptr +share/icons/chameleon-darkskyblue-small/cursors/left_ptr_watch +share/icons/chameleon-darkskyblue-small/cursors/left_side +share/icons/chameleon-darkskyblue-small/cursors/move +share/icons/chameleon-darkskyblue-small/cursors/move.in +share/icons/chameleon-darkskyblue-small/cursors/move.png +share/icons/chameleon-darkskyblue-small/cursors/n-resize +share/icons/chameleon-darkskyblue-small/cursors/n-resize.in +share/icons/chameleon-darkskyblue-small/cursors/n-resize.png +share/icons/chameleon-darkskyblue-small/cursors/ne-resize +share/icons/chameleon-darkskyblue-small/cursors/ne-resize.in +share/icons/chameleon-darkskyblue-small/cursors/ne-resize.png +share/icons/chameleon-darkskyblue-small/cursors/nesw-resize +share/icons/chameleon-darkskyblue-small/cursors/nesw-resize.in +share/icons/chameleon-darkskyblue-small/cursors/nesw-resize.png +share/icons/chameleon-darkskyblue-small/cursors/no-drop +share/icons/chameleon-darkskyblue-small/cursors/no-drop.in +share/icons/chameleon-darkskyblue-small/cursors/no-drop.png +share/icons/chameleon-darkskyblue-small/cursors/not-allowed +share/icons/chameleon-darkskyblue-small/cursors/not-allowed.in +share/icons/chameleon-darkskyblue-small/cursors/not-allowed.png +share/icons/chameleon-darkskyblue-small/cursors/ns-resize +share/icons/chameleon-darkskyblue-small/cursors/ns-resize.in +share/icons/chameleon-darkskyblue-small/cursors/ns-resize.png +share/icons/chameleon-darkskyblue-small/cursors/nw-resize +share/icons/chameleon-darkskyblue-small/cursors/nw-resize.in +share/icons/chameleon-darkskyblue-small/cursors/nw-resize.png +share/icons/chameleon-darkskyblue-small/cursors/nwse-resize +share/icons/chameleon-darkskyblue-small/cursors/nwse-resize.in +share/icons/chameleon-darkskyblue-small/cursors/nwse-resize.png +share/icons/chameleon-darkskyblue-small/cursors/pencil +share/icons/chameleon-darkskyblue-small/cursors/pencil.in +share/icons/chameleon-darkskyblue-small/cursors/pencil.png +share/icons/chameleon-darkskyblue-small/cursors/pirate +share/icons/chameleon-darkskyblue-small/cursors/pirate.in +share/icons/chameleon-darkskyblue-small/cursors/pirate.png +share/icons/chameleon-darkskyblue-small/cursors/plus +share/icons/chameleon-darkskyblue-small/cursors/pointer +share/icons/chameleon-darkskyblue-small/cursors/pointer.in +share/icons/chameleon-darkskyblue-small/cursors/pointer.png +share/icons/chameleon-darkskyblue-small/cursors/progress +share/icons/chameleon-darkskyblue-small/cursors/progress.in +share/icons/chameleon-darkskyblue-small/cursors/progress.png +share/icons/chameleon-darkskyblue-small/cursors/progress1.png +share/icons/chameleon-darkskyblue-small/cursors/progress10.png +share/icons/chameleon-darkskyblue-small/cursors/progress11.png +share/icons/chameleon-darkskyblue-small/cursors/progress12.png +share/icons/chameleon-darkskyblue-small/cursors/progress13.png +share/icons/chameleon-darkskyblue-small/cursors/progress2.png +share/icons/chameleon-darkskyblue-small/cursors/progress3.png +share/icons/chameleon-darkskyblue-small/cursors/progress4.png +share/icons/chameleon-darkskyblue-small/cursors/progress5.png +share/icons/chameleon-darkskyblue-small/cursors/progress6.png +share/icons/chameleon-darkskyblue-small/cursors/progress7.png +share/icons/chameleon-darkskyblue-small/cursors/progress8.png +share/icons/chameleon-darkskyblue-small/cursors/progress9.png +share/icons/chameleon-darkskyblue-small/cursors/question_arrow +share/icons/chameleon-darkskyblue-small/cursors/right-arrow +share/icons/chameleon-darkskyblue-small/cursors/right-arrow.in +share/icons/chameleon-darkskyblue-small/cursors/right-arrow.png +share/icons/chameleon-darkskyblue-small/cursors/right_ptr +share/icons/chameleon-darkskyblue-small/cursors/right_side +share/icons/chameleon-darkskyblue-small/cursors/row-resize +share/icons/chameleon-darkskyblue-small/cursors/row-resize.in +share/icons/chameleon-darkskyblue-small/cursors/row-resize.png +share/icons/chameleon-darkskyblue-small/cursors/s-resize +share/icons/chameleon-darkskyblue-small/cursors/s-resize.in +share/icons/chameleon-darkskyblue-small/cursors/s-resize.png +share/icons/chameleon-darkskyblue-small/cursors/sb_h_double_arrow +share/icons/chameleon-darkskyblue-small/cursors/sb_v_double_arrow +share/icons/chameleon-darkskyblue-small/cursors/se-resize +share/icons/chameleon-darkskyblue-small/cursors/se-resize.in +share/icons/chameleon-darkskyblue-small/cursors/se-resize.png +share/icons/chameleon-darkskyblue-small/cursors/sw-resize +share/icons/chameleon-darkskyblue-small/cursors/sw-resize.in +share/icons/chameleon-darkskyblue-small/cursors/sw-resize.png +share/icons/chameleon-darkskyblue-small/cursors/text +share/icons/chameleon-darkskyblue-small/cursors/text.in +share/icons/chameleon-darkskyblue-small/cursors/text.png +share/icons/chameleon-darkskyblue-small/cursors/text1.png +share/icons/chameleon-darkskyblue-small/cursors/text2.png +share/icons/chameleon-darkskyblue-small/cursors/text3.png +share/icons/chameleon-darkskyblue-small/cursors/text4.png +share/icons/chameleon-darkskyblue-small/cursors/text5.png +share/icons/chameleon-darkskyblue-small/cursors/top_left_corner +share/icons/chameleon-darkskyblue-small/cursors/top_right_corner +share/icons/chameleon-darkskyblue-small/cursors/top_side +share/icons/chameleon-darkskyblue-small/cursors/up-arrow +share/icons/chameleon-darkskyblue-small/cursors/up-arrow.in +share/icons/chameleon-darkskyblue-small/cursors/up-arrow.png +share/icons/chameleon-darkskyblue-small/cursors/vertical-text +share/icons/chameleon-darkskyblue-small/cursors/vertical-text.in +share/icons/chameleon-darkskyblue-small/cursors/vertical-text.png +share/icons/chameleon-darkskyblue-small/cursors/vertical-text1.png +share/icons/chameleon-darkskyblue-small/cursors/vertical-text2.png +share/icons/chameleon-darkskyblue-small/cursors/vertical-text3.png +share/icons/chameleon-darkskyblue-small/cursors/vertical-text4.png +share/icons/chameleon-darkskyblue-small/cursors/vertical-text5.png +share/icons/chameleon-darkskyblue-small/cursors/w-resize +share/icons/chameleon-darkskyblue-small/cursors/w-resize.in +share/icons/chameleon-darkskyblue-small/cursors/w-resize.png +share/icons/chameleon-darkskyblue-small/cursors/wait +share/icons/chameleon-darkskyblue-small/cursors/wait.in +share/icons/chameleon-darkskyblue-small/cursors/wait.png +share/icons/chameleon-darkskyblue-small/cursors/wait1.png +share/icons/chameleon-darkskyblue-small/cursors/wait10.png +share/icons/chameleon-darkskyblue-small/cursors/wait11.png +share/icons/chameleon-darkskyblue-small/cursors/wait12.png +share/icons/chameleon-darkskyblue-small/cursors/wait13.png +share/icons/chameleon-darkskyblue-small/cursors/wait2.png +share/icons/chameleon-darkskyblue-small/cursors/wait3.png +share/icons/chameleon-darkskyblue-small/cursors/wait4.png +share/icons/chameleon-darkskyblue-small/cursors/wait5.png +share/icons/chameleon-darkskyblue-small/cursors/wait6.png +share/icons/chameleon-darkskyblue-small/cursors/wait7.png +share/icons/chameleon-darkskyblue-small/cursors/wait8.png +share/icons/chameleon-darkskyblue-small/cursors/wait9.png +share/icons/chameleon-darkskyblue-small/cursors/watch +share/icons/chameleon-darkskyblue-small/cursors/xterm +share/icons/chameleon-darkskyblue-small/cursors/zoom-in +share/icons/chameleon-darkskyblue-small/cursors/zoom-in.in +share/icons/chameleon-darkskyblue-small/cursors/zoom-in.png +share/icons/chameleon-darkskyblue-small/cursors/zoom-out +share/icons/chameleon-darkskyblue-small/cursors/zoom-out.in +share/icons/chameleon-darkskyblue-small/cursors/zoom-out.png +share/icons/chameleon-darkskyblue-small/index.theme +share/icons/chameleon-darkskyblue-small/preview.jpg Index: head/x11-themes/cursor-chameleon-pearl/Makefile =================================================================== --- head/x11-themes/cursor-chameleon-pearl/Makefile (revision 448081) +++ head/x11-themes/cursor-chameleon-pearl/Makefile (revision 448082) @@ -1,20 +1,21 @@ # Created by: Veniamin Gvozdikov # $FreeBSD$ PORTNAME= chameleon PORTVERSION= 0.5 +PORTREVISION= 1 CATEGORIES= x11-themes MASTER_SITES= LOCAL/vg PKGNAMEPREFIX= cursor- PKGNAMESUFFIX= -pearl DISTNAME= Chameleon-Pearl-${PORTVERSION} MAINTAINER= vg@FreeBSD.org COMMENT= Chameleon Xcursors theme LICENSE= GPLv2 THEME= Pearl .include "${.CURDIR}/../cursor-chameleon-white/files/Makefile.common" .include Index: head/x11-themes/cursor-chameleon-pearl/pkg-plist =================================================================== --- head/x11-themes/cursor-chameleon-pearl/pkg-plist (revision 448081) +++ head/x11-themes/cursor-chameleon-pearl/pkg-plist (revision 448082) @@ -1,621 +1,621 @@ -lib/X11/icons/chameleon-pearl-large/cursors/00008160000006810000408080010102 -lib/X11/icons/chameleon-pearl-large/cursors/028006030e0e7ebffc7f7070c0600140 -lib/X11/icons/chameleon-pearl-large/cursors/03b6e0fcb3499374a867c041f52298f0 -lib/X11/icons/chameleon-pearl-large/cursors/0426c94ea35c87780ff01dc239897213 -lib/X11/icons/chameleon-pearl-large/cursors/0876e1c15ff2fc01f906f1c363074c0f -lib/X11/icons/chameleon-pearl-large/cursors/08e8e1c95fe2fc01f976f1e063a24ccd -lib/X11/icons/chameleon-pearl-large/cursors/08ffe1cb5fe6fc01f906f1c063814ccf -lib/X11/icons/chameleon-pearl-large/cursors/08ffe1e65f80fcfdf9fff11263e74c48 -lib/X11/icons/chameleon-pearl-large/cursors/1081e37283d90000800003c07f3ef6bf -lib/X11/icons/chameleon-pearl-large/cursors/14fef782d02440884392942c11205230 -lib/X11/icons/chameleon-pearl-large/cursors/208530c400c041818281048008011002 -lib/X11/icons/chameleon-pearl-large/cursors/2870a09082c103050810ffdffffe0204 -lib/X11/icons/chameleon-pearl-large/cursors/3085a0e285430894940527032f8b26df -lib/X11/icons/chameleon-pearl-large/cursors/3ecb610c1bf2410f44200f48c40d3599 -lib/X11/icons/chameleon-pearl-large/cursors/4498f0e0c1937ffe01fd06f973665830 -lib/X11/icons/chameleon-pearl-large/cursors/5aca4d189052212118709018842178c0 -lib/X11/icons/chameleon-pearl-large/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 -lib/X11/icons/chameleon-pearl-large/cursors/6407b0e94181790501fd1e167b474872 -lib/X11/icons/chameleon-pearl-large/cursors/640fb0e74195791501fd1ed57b41487f -lib/X11/icons/chameleon-pearl-large/cursors/9081237383d90e509aa00f00170e968f -lib/X11/icons/chameleon-pearl-large/cursors/9116a3ea924ed2162ecab71ba103b17f -lib/X11/icons/chameleon-pearl-large/cursors/9d800788f1b08800ae810202380a0822 -lib/X11/icons/chameleon-pearl-large/cursors/X-cursor -lib/X11/icons/chameleon-pearl-large/cursors/X-cursor.in -lib/X11/icons/chameleon-pearl-large/cursors/X-cursor.png -lib/X11/icons/chameleon-pearl-large/cursors/alias -lib/X11/icons/chameleon-pearl-large/cursors/alias.in -lib/X11/icons/chameleon-pearl-large/cursors/alias.png -lib/X11/icons/chameleon-pearl-large/cursors/all-scroll -lib/X11/icons/chameleon-pearl-large/cursors/all-scroll.in -lib/X11/icons/chameleon-pearl-large/cursors/all-scroll.png -lib/X11/icons/chameleon-pearl-large/cursors/arrow -lib/X11/icons/chameleon-pearl-large/cursors/bottom_left_corner -lib/X11/icons/chameleon-pearl-large/cursors/bottom_right_corner -lib/X11/icons/chameleon-pearl-large/cursors/bottom_side -lib/X11/icons/chameleon-pearl-large/cursors/c7088f0f3e6c8088236ef8e1e3e70000 -lib/X11/icons/chameleon-pearl-large/cursors/cell -lib/X11/icons/chameleon-pearl-large/cursors/cell.in -lib/X11/icons/chameleon-pearl-large/cursors/cell.png -lib/X11/icons/chameleon-pearl-large/cursors/center_ptr -lib/X11/icons/chameleon-pearl-large/cursors/col-resize -lib/X11/icons/chameleon-pearl-large/cursors/col-resize.in -lib/X11/icons/chameleon-pearl-large/cursors/col-resize.png -lib/X11/icons/chameleon-pearl-large/cursors/context-menu -lib/X11/icons/chameleon-pearl-large/cursors/context-menu.in -lib/X11/icons/chameleon-pearl-large/cursors/context-menu.png -lib/X11/icons/chameleon-pearl-large/cursors/copy -lib/X11/icons/chameleon-pearl-large/cursors/copy.in -lib/X11/icons/chameleon-pearl-large/cursors/copy.png -lib/X11/icons/chameleon-pearl-large/cursors/cross -lib/X11/icons/chameleon-pearl-large/cursors/crosshair -lib/X11/icons/chameleon-pearl-large/cursors/crosshair.in -lib/X11/icons/chameleon-pearl-large/cursors/crosshair.png -lib/X11/icons/chameleon-pearl-large/cursors/d9ce0ab605698f320427677b458ad60b -lib/X11/icons/chameleon-pearl-large/cursors/default -lib/X11/icons/chameleon-pearl-large/cursors/default.in -lib/X11/icons/chameleon-pearl-large/cursors/default.png -lib/X11/icons/chameleon-pearl-large/cursors/dnd-ask -lib/X11/icons/chameleon-pearl-large/cursors/dnd-copy -lib/X11/icons/chameleon-pearl-large/cursors/dnd-link -lib/X11/icons/chameleon-pearl-large/cursors/dnd-move -lib/X11/icons/chameleon-pearl-large/cursors/dnd-none -lib/X11/icons/chameleon-pearl-large/cursors/e-resize -lib/X11/icons/chameleon-pearl-large/cursors/e-resize.in -lib/X11/icons/chameleon-pearl-large/cursors/e-resize.png -lib/X11/icons/chameleon-pearl-large/cursors/e29285e634086352946a0e7090d73106 -lib/X11/icons/chameleon-pearl-large/cursors/ew-resize -lib/X11/icons/chameleon-pearl-large/cursors/ew-resize.in -lib/X11/icons/chameleon-pearl-large/cursors/ew-resize.png -lib/X11/icons/chameleon-pearl-large/cursors/f41c0e382c94c0958e07017e42b00462 -lib/X11/icons/chameleon-pearl-large/cursors/f41c0e382c97c0938e07017e42800402 -lib/X11/icons/chameleon-pearl-large/cursors/fcf1c3c7cd4491d801f1e1c78f100000 -lib/X11/icons/chameleon-pearl-large/cursors/fleur -lib/X11/icons/chameleon-pearl-large/cursors/grabbing -lib/X11/icons/chameleon-pearl-large/cursors/grabbing.in -lib/X11/icons/chameleon-pearl-large/cursors/grabbing.png -lib/X11/icons/chameleon-pearl-large/cursors/hand2 -lib/X11/icons/chameleon-pearl-large/cursors/help -lib/X11/icons/chameleon-pearl-large/cursors/help.in -lib/X11/icons/chameleon-pearl-large/cursors/help.png -lib/X11/icons/chameleon-pearl-large/cursors/left_ptr -lib/X11/icons/chameleon-pearl-large/cursors/left_ptr_watch -lib/X11/icons/chameleon-pearl-large/cursors/left_side -lib/X11/icons/chameleon-pearl-large/cursors/move -lib/X11/icons/chameleon-pearl-large/cursors/move.in -lib/X11/icons/chameleon-pearl-large/cursors/move.png -lib/X11/icons/chameleon-pearl-large/cursors/n-resize -lib/X11/icons/chameleon-pearl-large/cursors/n-resize.in -lib/X11/icons/chameleon-pearl-large/cursors/n-resize.png -lib/X11/icons/chameleon-pearl-large/cursors/ne-resize -lib/X11/icons/chameleon-pearl-large/cursors/ne-resize.in -lib/X11/icons/chameleon-pearl-large/cursors/ne-resize.png -lib/X11/icons/chameleon-pearl-large/cursors/nesw-resize -lib/X11/icons/chameleon-pearl-large/cursors/nesw-resize.in -lib/X11/icons/chameleon-pearl-large/cursors/nesw-resize.png -lib/X11/icons/chameleon-pearl-large/cursors/no-drop -lib/X11/icons/chameleon-pearl-large/cursors/no-drop.in -lib/X11/icons/chameleon-pearl-large/cursors/no-drop.png -lib/X11/icons/chameleon-pearl-large/cursors/not-allowed -lib/X11/icons/chameleon-pearl-large/cursors/not-allowed.in -lib/X11/icons/chameleon-pearl-large/cursors/not-allowed.png -lib/X11/icons/chameleon-pearl-large/cursors/ns-resize -lib/X11/icons/chameleon-pearl-large/cursors/ns-resize.in -lib/X11/icons/chameleon-pearl-large/cursors/ns-resize.png -lib/X11/icons/chameleon-pearl-large/cursors/nw-resize -lib/X11/icons/chameleon-pearl-large/cursors/nw-resize.in -lib/X11/icons/chameleon-pearl-large/cursors/nw-resize.png -lib/X11/icons/chameleon-pearl-large/cursors/nwse-resize -lib/X11/icons/chameleon-pearl-large/cursors/nwse-resize.in -lib/X11/icons/chameleon-pearl-large/cursors/nwse-resize.png -lib/X11/icons/chameleon-pearl-large/cursors/pencil -lib/X11/icons/chameleon-pearl-large/cursors/pencil.in -lib/X11/icons/chameleon-pearl-large/cursors/pencil.png -lib/X11/icons/chameleon-pearl-large/cursors/pirate -lib/X11/icons/chameleon-pearl-large/cursors/pirate.in -lib/X11/icons/chameleon-pearl-large/cursors/pirate.png -lib/X11/icons/chameleon-pearl-large/cursors/plus -lib/X11/icons/chameleon-pearl-large/cursors/pointer -lib/X11/icons/chameleon-pearl-large/cursors/pointer.in -lib/X11/icons/chameleon-pearl-large/cursors/pointer.png -lib/X11/icons/chameleon-pearl-large/cursors/progress -lib/X11/icons/chameleon-pearl-large/cursors/progress.in -lib/X11/icons/chameleon-pearl-large/cursors/progress.png -lib/X11/icons/chameleon-pearl-large/cursors/progress1.png -lib/X11/icons/chameleon-pearl-large/cursors/progress10.png -lib/X11/icons/chameleon-pearl-large/cursors/progress11.png -lib/X11/icons/chameleon-pearl-large/cursors/progress12.png -lib/X11/icons/chameleon-pearl-large/cursors/progress13.png -lib/X11/icons/chameleon-pearl-large/cursors/progress2.png -lib/X11/icons/chameleon-pearl-large/cursors/progress3.png -lib/X11/icons/chameleon-pearl-large/cursors/progress4.png -lib/X11/icons/chameleon-pearl-large/cursors/progress5.png -lib/X11/icons/chameleon-pearl-large/cursors/progress6.png -lib/X11/icons/chameleon-pearl-large/cursors/progress7.png -lib/X11/icons/chameleon-pearl-large/cursors/progress8.png -lib/X11/icons/chameleon-pearl-large/cursors/progress9.png -lib/X11/icons/chameleon-pearl-large/cursors/question_arrow -lib/X11/icons/chameleon-pearl-large/cursors/right-arrow -lib/X11/icons/chameleon-pearl-large/cursors/right-arrow.in -lib/X11/icons/chameleon-pearl-large/cursors/right-arrow.png -lib/X11/icons/chameleon-pearl-large/cursors/right_ptr -lib/X11/icons/chameleon-pearl-large/cursors/right_side -lib/X11/icons/chameleon-pearl-large/cursors/row-resize -lib/X11/icons/chameleon-pearl-large/cursors/row-resize.in -lib/X11/icons/chameleon-pearl-large/cursors/row-resize.png -lib/X11/icons/chameleon-pearl-large/cursors/s-resize -lib/X11/icons/chameleon-pearl-large/cursors/s-resize.in -lib/X11/icons/chameleon-pearl-large/cursors/s-resize.png -lib/X11/icons/chameleon-pearl-large/cursors/sb_h_double_arrow -lib/X11/icons/chameleon-pearl-large/cursors/sb_v_double_arrow -lib/X11/icons/chameleon-pearl-large/cursors/se-resize -lib/X11/icons/chameleon-pearl-large/cursors/se-resize.in -lib/X11/icons/chameleon-pearl-large/cursors/se-resize.png -lib/X11/icons/chameleon-pearl-large/cursors/sw-resize -lib/X11/icons/chameleon-pearl-large/cursors/sw-resize.in -lib/X11/icons/chameleon-pearl-large/cursors/sw-resize.png -lib/X11/icons/chameleon-pearl-large/cursors/text -lib/X11/icons/chameleon-pearl-large/cursors/text.in -lib/X11/icons/chameleon-pearl-large/cursors/text.png -lib/X11/icons/chameleon-pearl-large/cursors/text1.png -lib/X11/icons/chameleon-pearl-large/cursors/text2.png -lib/X11/icons/chameleon-pearl-large/cursors/text3.png -lib/X11/icons/chameleon-pearl-large/cursors/text4.png -lib/X11/icons/chameleon-pearl-large/cursors/text5.png -lib/X11/icons/chameleon-pearl-large/cursors/top_left_corner -lib/X11/icons/chameleon-pearl-large/cursors/top_right_corner -lib/X11/icons/chameleon-pearl-large/cursors/top_side -lib/X11/icons/chameleon-pearl-large/cursors/up-arrow -lib/X11/icons/chameleon-pearl-large/cursors/up-arrow.in -lib/X11/icons/chameleon-pearl-large/cursors/up-arrow.png -lib/X11/icons/chameleon-pearl-large/cursors/vertical-text -lib/X11/icons/chameleon-pearl-large/cursors/vertical-text.in -lib/X11/icons/chameleon-pearl-large/cursors/vertical-text.png -lib/X11/icons/chameleon-pearl-large/cursors/vertical-text1.png -lib/X11/icons/chameleon-pearl-large/cursors/vertical-text2.png -lib/X11/icons/chameleon-pearl-large/cursors/vertical-text3.png -lib/X11/icons/chameleon-pearl-large/cursors/vertical-text4.png -lib/X11/icons/chameleon-pearl-large/cursors/vertical-text5.png -lib/X11/icons/chameleon-pearl-large/cursors/w-resize -lib/X11/icons/chameleon-pearl-large/cursors/w-resize.in -lib/X11/icons/chameleon-pearl-large/cursors/w-resize.png -lib/X11/icons/chameleon-pearl-large/cursors/wait -lib/X11/icons/chameleon-pearl-large/cursors/wait.in -lib/X11/icons/chameleon-pearl-large/cursors/wait.png -lib/X11/icons/chameleon-pearl-large/cursors/wait1.png -lib/X11/icons/chameleon-pearl-large/cursors/wait10.png -lib/X11/icons/chameleon-pearl-large/cursors/wait11.png -lib/X11/icons/chameleon-pearl-large/cursors/wait12.png -lib/X11/icons/chameleon-pearl-large/cursors/wait13.png -lib/X11/icons/chameleon-pearl-large/cursors/wait2.png -lib/X11/icons/chameleon-pearl-large/cursors/wait3.png -lib/X11/icons/chameleon-pearl-large/cursors/wait4.png -lib/X11/icons/chameleon-pearl-large/cursors/wait5.png -lib/X11/icons/chameleon-pearl-large/cursors/wait6.png -lib/X11/icons/chameleon-pearl-large/cursors/wait7.png -lib/X11/icons/chameleon-pearl-large/cursors/wait8.png -lib/X11/icons/chameleon-pearl-large/cursors/wait9.png -lib/X11/icons/chameleon-pearl-large/cursors/watch -lib/X11/icons/chameleon-pearl-large/cursors/xterm -lib/X11/icons/chameleon-pearl-large/cursors/zoom-in -lib/X11/icons/chameleon-pearl-large/cursors/zoom-in.in -lib/X11/icons/chameleon-pearl-large/cursors/zoom-in.png -lib/X11/icons/chameleon-pearl-large/cursors/zoom-out -lib/X11/icons/chameleon-pearl-large/cursors/zoom-out.in -lib/X11/icons/chameleon-pearl-large/cursors/zoom-out.png -lib/X11/icons/chameleon-pearl-large/index.theme -lib/X11/icons/chameleon-pearl-large/preview.jpg -lib/X11/icons/chameleon-pearl-regular/cursors/00008160000006810000408080010102 -lib/X11/icons/chameleon-pearl-regular/cursors/028006030e0e7ebffc7f7070c0600140 -lib/X11/icons/chameleon-pearl-regular/cursors/03b6e0fcb3499374a867c041f52298f0 -lib/X11/icons/chameleon-pearl-regular/cursors/0426c94ea35c87780ff01dc239897213 -lib/X11/icons/chameleon-pearl-regular/cursors/0876e1c15ff2fc01f906f1c363074c0f -lib/X11/icons/chameleon-pearl-regular/cursors/08e8e1c95fe2fc01f976f1e063a24ccd -lib/X11/icons/chameleon-pearl-regular/cursors/08ffe1cb5fe6fc01f906f1c063814ccf -lib/X11/icons/chameleon-pearl-regular/cursors/08ffe1e65f80fcfdf9fff11263e74c48 -lib/X11/icons/chameleon-pearl-regular/cursors/1081e37283d90000800003c07f3ef6bf -lib/X11/icons/chameleon-pearl-regular/cursors/14fef782d02440884392942c11205230 -lib/X11/icons/chameleon-pearl-regular/cursors/208530c400c041818281048008011002 -lib/X11/icons/chameleon-pearl-regular/cursors/2870a09082c103050810ffdffffe0204 -lib/X11/icons/chameleon-pearl-regular/cursors/3085a0e285430894940527032f8b26df -lib/X11/icons/chameleon-pearl-regular/cursors/3ecb610c1bf2410f44200f48c40d3599 -lib/X11/icons/chameleon-pearl-regular/cursors/4498f0e0c1937ffe01fd06f973665830 -lib/X11/icons/chameleon-pearl-regular/cursors/5aca4d189052212118709018842178c0 -lib/X11/icons/chameleon-pearl-regular/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 -lib/X11/icons/chameleon-pearl-regular/cursors/6407b0e94181790501fd1e167b474872 -lib/X11/icons/chameleon-pearl-regular/cursors/640fb0e74195791501fd1ed57b41487f -lib/X11/icons/chameleon-pearl-regular/cursors/9081237383d90e509aa00f00170e968f -lib/X11/icons/chameleon-pearl-regular/cursors/9116a3ea924ed2162ecab71ba103b17f -lib/X11/icons/chameleon-pearl-regular/cursors/9d800788f1b08800ae810202380a0822 -lib/X11/icons/chameleon-pearl-regular/cursors/X-cursor -lib/X11/icons/chameleon-pearl-regular/cursors/X-cursor.in -lib/X11/icons/chameleon-pearl-regular/cursors/X-cursor.png -lib/X11/icons/chameleon-pearl-regular/cursors/alias -lib/X11/icons/chameleon-pearl-regular/cursors/alias.in -lib/X11/icons/chameleon-pearl-regular/cursors/alias.png -lib/X11/icons/chameleon-pearl-regular/cursors/all-scroll -lib/X11/icons/chameleon-pearl-regular/cursors/all-scroll.in -lib/X11/icons/chameleon-pearl-regular/cursors/all-scroll.png -lib/X11/icons/chameleon-pearl-regular/cursors/arrow -lib/X11/icons/chameleon-pearl-regular/cursors/bottom_left_corner -lib/X11/icons/chameleon-pearl-regular/cursors/bottom_right_corner -lib/X11/icons/chameleon-pearl-regular/cursors/bottom_side -lib/X11/icons/chameleon-pearl-regular/cursors/c7088f0f3e6c8088236ef8e1e3e70000 -lib/X11/icons/chameleon-pearl-regular/cursors/cell -lib/X11/icons/chameleon-pearl-regular/cursors/cell.in -lib/X11/icons/chameleon-pearl-regular/cursors/cell.png -lib/X11/icons/chameleon-pearl-regular/cursors/center_ptr -lib/X11/icons/chameleon-pearl-regular/cursors/col-resize -lib/X11/icons/chameleon-pearl-regular/cursors/col-resize.in -lib/X11/icons/chameleon-pearl-regular/cursors/col-resize.png -lib/X11/icons/chameleon-pearl-regular/cursors/context-menu -lib/X11/icons/chameleon-pearl-regular/cursors/context-menu.in -lib/X11/icons/chameleon-pearl-regular/cursors/context-menu.png -lib/X11/icons/chameleon-pearl-regular/cursors/copy -lib/X11/icons/chameleon-pearl-regular/cursors/copy.in -lib/X11/icons/chameleon-pearl-regular/cursors/copy.png -lib/X11/icons/chameleon-pearl-regular/cursors/cross -lib/X11/icons/chameleon-pearl-regular/cursors/crosshair -lib/X11/icons/chameleon-pearl-regular/cursors/crosshair.in -lib/X11/icons/chameleon-pearl-regular/cursors/crosshair.png -lib/X11/icons/chameleon-pearl-regular/cursors/d9ce0ab605698f320427677b458ad60b -lib/X11/icons/chameleon-pearl-regular/cursors/default -lib/X11/icons/chameleon-pearl-regular/cursors/default.in -lib/X11/icons/chameleon-pearl-regular/cursors/default.png -lib/X11/icons/chameleon-pearl-regular/cursors/dnd-ask -lib/X11/icons/chameleon-pearl-regular/cursors/dnd-copy -lib/X11/icons/chameleon-pearl-regular/cursors/dnd-link -lib/X11/icons/chameleon-pearl-regular/cursors/dnd-move -lib/X11/icons/chameleon-pearl-regular/cursors/dnd-none -lib/X11/icons/chameleon-pearl-regular/cursors/e-resize -lib/X11/icons/chameleon-pearl-regular/cursors/e-resize.in -lib/X11/icons/chameleon-pearl-regular/cursors/e-resize.png -lib/X11/icons/chameleon-pearl-regular/cursors/e29285e634086352946a0e7090d73106 -lib/X11/icons/chameleon-pearl-regular/cursors/ew-resize -lib/X11/icons/chameleon-pearl-regular/cursors/ew-resize.in -lib/X11/icons/chameleon-pearl-regular/cursors/ew-resize.png -lib/X11/icons/chameleon-pearl-regular/cursors/f41c0e382c94c0958e07017e42b00462 -lib/X11/icons/chameleon-pearl-regular/cursors/f41c0e382c97c0938e07017e42800402 -lib/X11/icons/chameleon-pearl-regular/cursors/fcf1c3c7cd4491d801f1e1c78f100000 -lib/X11/icons/chameleon-pearl-regular/cursors/fleur -lib/X11/icons/chameleon-pearl-regular/cursors/grabbing -lib/X11/icons/chameleon-pearl-regular/cursors/grabbing.in -lib/X11/icons/chameleon-pearl-regular/cursors/grabbing.png -lib/X11/icons/chameleon-pearl-regular/cursors/hand2 -lib/X11/icons/chameleon-pearl-regular/cursors/help -lib/X11/icons/chameleon-pearl-regular/cursors/help.in -lib/X11/icons/chameleon-pearl-regular/cursors/help.png -lib/X11/icons/chameleon-pearl-regular/cursors/left_ptr -lib/X11/icons/chameleon-pearl-regular/cursors/left_ptr_watch -lib/X11/icons/chameleon-pearl-regular/cursors/left_side -lib/X11/icons/chameleon-pearl-regular/cursors/move -lib/X11/icons/chameleon-pearl-regular/cursors/move.in -lib/X11/icons/chameleon-pearl-regular/cursors/move.png -lib/X11/icons/chameleon-pearl-regular/cursors/n-resize -lib/X11/icons/chameleon-pearl-regular/cursors/n-resize.in -lib/X11/icons/chameleon-pearl-regular/cursors/n-resize.png -lib/X11/icons/chameleon-pearl-regular/cursors/ne-resize -lib/X11/icons/chameleon-pearl-regular/cursors/ne-resize.in -lib/X11/icons/chameleon-pearl-regular/cursors/ne-resize.png -lib/X11/icons/chameleon-pearl-regular/cursors/nesw-resize -lib/X11/icons/chameleon-pearl-regular/cursors/nesw-resize.in -lib/X11/icons/chameleon-pearl-regular/cursors/nesw-resize.png -lib/X11/icons/chameleon-pearl-regular/cursors/no-drop -lib/X11/icons/chameleon-pearl-regular/cursors/no-drop.in -lib/X11/icons/chameleon-pearl-regular/cursors/no-drop.png -lib/X11/icons/chameleon-pearl-regular/cursors/not-allowed -lib/X11/icons/chameleon-pearl-regular/cursors/not-allowed.in -lib/X11/icons/chameleon-pearl-regular/cursors/not-allowed.png -lib/X11/icons/chameleon-pearl-regular/cursors/ns-resize -lib/X11/icons/chameleon-pearl-regular/cursors/ns-resize.in -lib/X11/icons/chameleon-pearl-regular/cursors/ns-resize.png -lib/X11/icons/chameleon-pearl-regular/cursors/nw-resize -lib/X11/icons/chameleon-pearl-regular/cursors/nw-resize.in -lib/X11/icons/chameleon-pearl-regular/cursors/nw-resize.png -lib/X11/icons/chameleon-pearl-regular/cursors/nwse-resize -lib/X11/icons/chameleon-pearl-regular/cursors/nwse-resize.in -lib/X11/icons/chameleon-pearl-regular/cursors/nwse-resize.png -lib/X11/icons/chameleon-pearl-regular/cursors/pencil -lib/X11/icons/chameleon-pearl-regular/cursors/pencil.in -lib/X11/icons/chameleon-pearl-regular/cursors/pencil.png -lib/X11/icons/chameleon-pearl-regular/cursors/pirate -lib/X11/icons/chameleon-pearl-regular/cursors/pirate.in -lib/X11/icons/chameleon-pearl-regular/cursors/pirate.png -lib/X11/icons/chameleon-pearl-regular/cursors/plus -lib/X11/icons/chameleon-pearl-regular/cursors/pointer -lib/X11/icons/chameleon-pearl-regular/cursors/pointer.in -lib/X11/icons/chameleon-pearl-regular/cursors/pointer.png -lib/X11/icons/chameleon-pearl-regular/cursors/progress -lib/X11/icons/chameleon-pearl-regular/cursors/progress.in -lib/X11/icons/chameleon-pearl-regular/cursors/progress.png -lib/X11/icons/chameleon-pearl-regular/cursors/progress1.png -lib/X11/icons/chameleon-pearl-regular/cursors/progress10.png -lib/X11/icons/chameleon-pearl-regular/cursors/progress11.png -lib/X11/icons/chameleon-pearl-regular/cursors/progress12.png -lib/X11/icons/chameleon-pearl-regular/cursors/progress13.png -lib/X11/icons/chameleon-pearl-regular/cursors/progress2.png -lib/X11/icons/chameleon-pearl-regular/cursors/progress3.png -lib/X11/icons/chameleon-pearl-regular/cursors/progress4.png -lib/X11/icons/chameleon-pearl-regular/cursors/progress5.png -lib/X11/icons/chameleon-pearl-regular/cursors/progress6.png -lib/X11/icons/chameleon-pearl-regular/cursors/progress7.png -lib/X11/icons/chameleon-pearl-regular/cursors/progress8.png -lib/X11/icons/chameleon-pearl-regular/cursors/progress9.png -lib/X11/icons/chameleon-pearl-regular/cursors/question_arrow -lib/X11/icons/chameleon-pearl-regular/cursors/right-arrow -lib/X11/icons/chameleon-pearl-regular/cursors/right-arrow.in -lib/X11/icons/chameleon-pearl-regular/cursors/right-arrow.png -lib/X11/icons/chameleon-pearl-regular/cursors/right_ptr -lib/X11/icons/chameleon-pearl-regular/cursors/right_side -lib/X11/icons/chameleon-pearl-regular/cursors/row-resize -lib/X11/icons/chameleon-pearl-regular/cursors/row-resize.in -lib/X11/icons/chameleon-pearl-regular/cursors/row-resize.png -lib/X11/icons/chameleon-pearl-regular/cursors/s-resize -lib/X11/icons/chameleon-pearl-regular/cursors/s-resize.in -lib/X11/icons/chameleon-pearl-regular/cursors/s-resize.png -lib/X11/icons/chameleon-pearl-regular/cursors/sb_h_double_arrow -lib/X11/icons/chameleon-pearl-regular/cursors/sb_v_double_arrow -lib/X11/icons/chameleon-pearl-regular/cursors/se-resize -lib/X11/icons/chameleon-pearl-regular/cursors/se-resize.in -lib/X11/icons/chameleon-pearl-regular/cursors/se-resize.png -lib/X11/icons/chameleon-pearl-regular/cursors/sw-resize -lib/X11/icons/chameleon-pearl-regular/cursors/sw-resize.in -lib/X11/icons/chameleon-pearl-regular/cursors/sw-resize.png -lib/X11/icons/chameleon-pearl-regular/cursors/text -lib/X11/icons/chameleon-pearl-regular/cursors/text.in -lib/X11/icons/chameleon-pearl-regular/cursors/text.png -lib/X11/icons/chameleon-pearl-regular/cursors/text1.png -lib/X11/icons/chameleon-pearl-regular/cursors/text2.png -lib/X11/icons/chameleon-pearl-regular/cursors/text3.png -lib/X11/icons/chameleon-pearl-regular/cursors/text4.png -lib/X11/icons/chameleon-pearl-regular/cursors/text5.png -lib/X11/icons/chameleon-pearl-regular/cursors/top_left_corner -lib/X11/icons/chameleon-pearl-regular/cursors/top_right_corner -lib/X11/icons/chameleon-pearl-regular/cursors/top_side -lib/X11/icons/chameleon-pearl-regular/cursors/up-arrow -lib/X11/icons/chameleon-pearl-regular/cursors/up-arrow.in -lib/X11/icons/chameleon-pearl-regular/cursors/up-arrow.png -lib/X11/icons/chameleon-pearl-regular/cursors/vertical-text -lib/X11/icons/chameleon-pearl-regular/cursors/vertical-text.in -lib/X11/icons/chameleon-pearl-regular/cursors/vertical-text.png -lib/X11/icons/chameleon-pearl-regular/cursors/vertical-text1.png -lib/X11/icons/chameleon-pearl-regular/cursors/vertical-text2.png -lib/X11/icons/chameleon-pearl-regular/cursors/vertical-text3.png -lib/X11/icons/chameleon-pearl-regular/cursors/vertical-text4.png -lib/X11/icons/chameleon-pearl-regular/cursors/vertical-text5.png -lib/X11/icons/chameleon-pearl-regular/cursors/w-resize -lib/X11/icons/chameleon-pearl-regular/cursors/w-resize.in -lib/X11/icons/chameleon-pearl-regular/cursors/w-resize.png -lib/X11/icons/chameleon-pearl-regular/cursors/wait -lib/X11/icons/chameleon-pearl-regular/cursors/wait.in -lib/X11/icons/chameleon-pearl-regular/cursors/wait.png -lib/X11/icons/chameleon-pearl-regular/cursors/wait1.png -lib/X11/icons/chameleon-pearl-regular/cursors/wait10.png -lib/X11/icons/chameleon-pearl-regular/cursors/wait11.png -lib/X11/icons/chameleon-pearl-regular/cursors/wait12.png -lib/X11/icons/chameleon-pearl-regular/cursors/wait13.png -lib/X11/icons/chameleon-pearl-regular/cursors/wait2.png -lib/X11/icons/chameleon-pearl-regular/cursors/wait3.png -lib/X11/icons/chameleon-pearl-regular/cursors/wait4.png -lib/X11/icons/chameleon-pearl-regular/cursors/wait5.png -lib/X11/icons/chameleon-pearl-regular/cursors/wait6.png -lib/X11/icons/chameleon-pearl-regular/cursors/wait7.png -lib/X11/icons/chameleon-pearl-regular/cursors/wait8.png -lib/X11/icons/chameleon-pearl-regular/cursors/wait9.png -lib/X11/icons/chameleon-pearl-regular/cursors/watch -lib/X11/icons/chameleon-pearl-regular/cursors/xterm -lib/X11/icons/chameleon-pearl-regular/cursors/zoom-in -lib/X11/icons/chameleon-pearl-regular/cursors/zoom-in.in -lib/X11/icons/chameleon-pearl-regular/cursors/zoom-in.png -lib/X11/icons/chameleon-pearl-regular/cursors/zoom-out -lib/X11/icons/chameleon-pearl-regular/cursors/zoom-out.in -lib/X11/icons/chameleon-pearl-regular/cursors/zoom-out.png -lib/X11/icons/chameleon-pearl-regular/index.theme -lib/X11/icons/chameleon-pearl-regular/preview.jpg -lib/X11/icons/chameleon-pearl-small/cursors/00008160000006810000408080010102 -lib/X11/icons/chameleon-pearl-small/cursors/028006030e0e7ebffc7f7070c0600140 -lib/X11/icons/chameleon-pearl-small/cursors/03b6e0fcb3499374a867c041f52298f0 -lib/X11/icons/chameleon-pearl-small/cursors/0426c94ea35c87780ff01dc239897213 -lib/X11/icons/chameleon-pearl-small/cursors/0876e1c15ff2fc01f906f1c363074c0f -lib/X11/icons/chameleon-pearl-small/cursors/08e8e1c95fe2fc01f976f1e063a24ccd -lib/X11/icons/chameleon-pearl-small/cursors/08ffe1cb5fe6fc01f906f1c063814ccf -lib/X11/icons/chameleon-pearl-small/cursors/08ffe1e65f80fcfdf9fff11263e74c48 -lib/X11/icons/chameleon-pearl-small/cursors/1081e37283d90000800003c07f3ef6bf -lib/X11/icons/chameleon-pearl-small/cursors/14fef782d02440884392942c11205230 -lib/X11/icons/chameleon-pearl-small/cursors/208530c400c041818281048008011002 -lib/X11/icons/chameleon-pearl-small/cursors/2870a09082c103050810ffdffffe0204 -lib/X11/icons/chameleon-pearl-small/cursors/3085a0e285430894940527032f8b26df -lib/X11/icons/chameleon-pearl-small/cursors/3ecb610c1bf2410f44200f48c40d3599 -lib/X11/icons/chameleon-pearl-small/cursors/4498f0e0c1937ffe01fd06f973665830 -lib/X11/icons/chameleon-pearl-small/cursors/5aca4d189052212118709018842178c0 -lib/X11/icons/chameleon-pearl-small/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 -lib/X11/icons/chameleon-pearl-small/cursors/6407b0e94181790501fd1e167b474872 -lib/X11/icons/chameleon-pearl-small/cursors/640fb0e74195791501fd1ed57b41487f -lib/X11/icons/chameleon-pearl-small/cursors/9081237383d90e509aa00f00170e968f -lib/X11/icons/chameleon-pearl-small/cursors/9116a3ea924ed2162ecab71ba103b17f -lib/X11/icons/chameleon-pearl-small/cursors/9d800788f1b08800ae810202380a0822 -lib/X11/icons/chameleon-pearl-small/cursors/X-cursor -lib/X11/icons/chameleon-pearl-small/cursors/X-cursor.in -lib/X11/icons/chameleon-pearl-small/cursors/X-cursor.png -lib/X11/icons/chameleon-pearl-small/cursors/alias -lib/X11/icons/chameleon-pearl-small/cursors/alias.in -lib/X11/icons/chameleon-pearl-small/cursors/alias.png -lib/X11/icons/chameleon-pearl-small/cursors/all-scroll -lib/X11/icons/chameleon-pearl-small/cursors/all-scroll.in -lib/X11/icons/chameleon-pearl-small/cursors/all-scroll.png -lib/X11/icons/chameleon-pearl-small/cursors/arrow -lib/X11/icons/chameleon-pearl-small/cursors/bottom_left_corner -lib/X11/icons/chameleon-pearl-small/cursors/bottom_right_corner -lib/X11/icons/chameleon-pearl-small/cursors/bottom_side -lib/X11/icons/chameleon-pearl-small/cursors/c7088f0f3e6c8088236ef8e1e3e70000 -lib/X11/icons/chameleon-pearl-small/cursors/cell -lib/X11/icons/chameleon-pearl-small/cursors/cell.in -lib/X11/icons/chameleon-pearl-small/cursors/cell.png -lib/X11/icons/chameleon-pearl-small/cursors/center_ptr -lib/X11/icons/chameleon-pearl-small/cursors/col-resize -lib/X11/icons/chameleon-pearl-small/cursors/col-resize.in -lib/X11/icons/chameleon-pearl-small/cursors/col-resize.png -lib/X11/icons/chameleon-pearl-small/cursors/context-menu -lib/X11/icons/chameleon-pearl-small/cursors/context-menu.in -lib/X11/icons/chameleon-pearl-small/cursors/context-menu.png -lib/X11/icons/chameleon-pearl-small/cursors/copy -lib/X11/icons/chameleon-pearl-small/cursors/copy.in -lib/X11/icons/chameleon-pearl-small/cursors/copy.png -lib/X11/icons/chameleon-pearl-small/cursors/cross -lib/X11/icons/chameleon-pearl-small/cursors/crosshair -lib/X11/icons/chameleon-pearl-small/cursors/crosshair.in -lib/X11/icons/chameleon-pearl-small/cursors/crosshair.png -lib/X11/icons/chameleon-pearl-small/cursors/d9ce0ab605698f320427677b458ad60b -lib/X11/icons/chameleon-pearl-small/cursors/default -lib/X11/icons/chameleon-pearl-small/cursors/default.in -lib/X11/icons/chameleon-pearl-small/cursors/default.png -lib/X11/icons/chameleon-pearl-small/cursors/dnd-ask -lib/X11/icons/chameleon-pearl-small/cursors/dnd-copy -lib/X11/icons/chameleon-pearl-small/cursors/dnd-link -lib/X11/icons/chameleon-pearl-small/cursors/dnd-move -lib/X11/icons/chameleon-pearl-small/cursors/dnd-none -lib/X11/icons/chameleon-pearl-small/cursors/e-resize -lib/X11/icons/chameleon-pearl-small/cursors/e-resize.in -lib/X11/icons/chameleon-pearl-small/cursors/e-resize.png -lib/X11/icons/chameleon-pearl-small/cursors/e29285e634086352946a0e7090d73106 -lib/X11/icons/chameleon-pearl-small/cursors/ew-resize -lib/X11/icons/chameleon-pearl-small/cursors/ew-resize.in -lib/X11/icons/chameleon-pearl-small/cursors/ew-resize.png -lib/X11/icons/chameleon-pearl-small/cursors/f41c0e382c94c0958e07017e42b00462 -lib/X11/icons/chameleon-pearl-small/cursors/f41c0e382c97c0938e07017e42800402 -lib/X11/icons/chameleon-pearl-small/cursors/fcf1c3c7cd4491d801f1e1c78f100000 -lib/X11/icons/chameleon-pearl-small/cursors/fleur -lib/X11/icons/chameleon-pearl-small/cursors/grabbing -lib/X11/icons/chameleon-pearl-small/cursors/grabbing.in -lib/X11/icons/chameleon-pearl-small/cursors/grabbing.png -lib/X11/icons/chameleon-pearl-small/cursors/hand2 -lib/X11/icons/chameleon-pearl-small/cursors/help -lib/X11/icons/chameleon-pearl-small/cursors/help.in -lib/X11/icons/chameleon-pearl-small/cursors/help.png -lib/X11/icons/chameleon-pearl-small/cursors/left_ptr -lib/X11/icons/chameleon-pearl-small/cursors/left_ptr_watch -lib/X11/icons/chameleon-pearl-small/cursors/left_side -lib/X11/icons/chameleon-pearl-small/cursors/move -lib/X11/icons/chameleon-pearl-small/cursors/move.in -lib/X11/icons/chameleon-pearl-small/cursors/move.png -lib/X11/icons/chameleon-pearl-small/cursors/n-resize -lib/X11/icons/chameleon-pearl-small/cursors/n-resize.in -lib/X11/icons/chameleon-pearl-small/cursors/n-resize.png -lib/X11/icons/chameleon-pearl-small/cursors/ne-resize -lib/X11/icons/chameleon-pearl-small/cursors/ne-resize.in -lib/X11/icons/chameleon-pearl-small/cursors/ne-resize.png -lib/X11/icons/chameleon-pearl-small/cursors/nesw-resize -lib/X11/icons/chameleon-pearl-small/cursors/nesw-resize.in -lib/X11/icons/chameleon-pearl-small/cursors/nesw-resize.png -lib/X11/icons/chameleon-pearl-small/cursors/no-drop -lib/X11/icons/chameleon-pearl-small/cursors/no-drop.in -lib/X11/icons/chameleon-pearl-small/cursors/no-drop.png -lib/X11/icons/chameleon-pearl-small/cursors/not-allowed -lib/X11/icons/chameleon-pearl-small/cursors/not-allowed.in -lib/X11/icons/chameleon-pearl-small/cursors/not-allowed.png -lib/X11/icons/chameleon-pearl-small/cursors/ns-resize -lib/X11/icons/chameleon-pearl-small/cursors/ns-resize.in -lib/X11/icons/chameleon-pearl-small/cursors/ns-resize.png -lib/X11/icons/chameleon-pearl-small/cursors/nw-resize -lib/X11/icons/chameleon-pearl-small/cursors/nw-resize.in -lib/X11/icons/chameleon-pearl-small/cursors/nw-resize.png -lib/X11/icons/chameleon-pearl-small/cursors/nwse-resize -lib/X11/icons/chameleon-pearl-small/cursors/nwse-resize.in -lib/X11/icons/chameleon-pearl-small/cursors/nwse-resize.png -lib/X11/icons/chameleon-pearl-small/cursors/pencil -lib/X11/icons/chameleon-pearl-small/cursors/pencil.in -lib/X11/icons/chameleon-pearl-small/cursors/pencil.png -lib/X11/icons/chameleon-pearl-small/cursors/pirate -lib/X11/icons/chameleon-pearl-small/cursors/pirate.in -lib/X11/icons/chameleon-pearl-small/cursors/pirate.png -lib/X11/icons/chameleon-pearl-small/cursors/plus -lib/X11/icons/chameleon-pearl-small/cursors/pointer -lib/X11/icons/chameleon-pearl-small/cursors/pointer.in -lib/X11/icons/chameleon-pearl-small/cursors/pointer.png -lib/X11/icons/chameleon-pearl-small/cursors/progress -lib/X11/icons/chameleon-pearl-small/cursors/progress.in -lib/X11/icons/chameleon-pearl-small/cursors/progress.png -lib/X11/icons/chameleon-pearl-small/cursors/progress1.png -lib/X11/icons/chameleon-pearl-small/cursors/progress10.png -lib/X11/icons/chameleon-pearl-small/cursors/progress11.png -lib/X11/icons/chameleon-pearl-small/cursors/progress12.png -lib/X11/icons/chameleon-pearl-small/cursors/progress13.png -lib/X11/icons/chameleon-pearl-small/cursors/progress2.png -lib/X11/icons/chameleon-pearl-small/cursors/progress3.png -lib/X11/icons/chameleon-pearl-small/cursors/progress4.png -lib/X11/icons/chameleon-pearl-small/cursors/progress5.png -lib/X11/icons/chameleon-pearl-small/cursors/progress6.png -lib/X11/icons/chameleon-pearl-small/cursors/progress7.png -lib/X11/icons/chameleon-pearl-small/cursors/progress8.png -lib/X11/icons/chameleon-pearl-small/cursors/progress9.png -lib/X11/icons/chameleon-pearl-small/cursors/question_arrow -lib/X11/icons/chameleon-pearl-small/cursors/right-arrow -lib/X11/icons/chameleon-pearl-small/cursors/right-arrow.in -lib/X11/icons/chameleon-pearl-small/cursors/right-arrow.png -lib/X11/icons/chameleon-pearl-small/cursors/right_ptr -lib/X11/icons/chameleon-pearl-small/cursors/right_side -lib/X11/icons/chameleon-pearl-small/cursors/row-resize -lib/X11/icons/chameleon-pearl-small/cursors/row-resize.in -lib/X11/icons/chameleon-pearl-small/cursors/row-resize.png -lib/X11/icons/chameleon-pearl-small/cursors/s-resize -lib/X11/icons/chameleon-pearl-small/cursors/s-resize.in -lib/X11/icons/chameleon-pearl-small/cursors/s-resize.png -lib/X11/icons/chameleon-pearl-small/cursors/sb_h_double_arrow -lib/X11/icons/chameleon-pearl-small/cursors/sb_v_double_arrow -lib/X11/icons/chameleon-pearl-small/cursors/se-resize -lib/X11/icons/chameleon-pearl-small/cursors/se-resize.in -lib/X11/icons/chameleon-pearl-small/cursors/se-resize.png -lib/X11/icons/chameleon-pearl-small/cursors/sw-resize -lib/X11/icons/chameleon-pearl-small/cursors/sw-resize.in -lib/X11/icons/chameleon-pearl-small/cursors/sw-resize.png -lib/X11/icons/chameleon-pearl-small/cursors/text -lib/X11/icons/chameleon-pearl-small/cursors/text.in -lib/X11/icons/chameleon-pearl-small/cursors/text.png -lib/X11/icons/chameleon-pearl-small/cursors/text1.png -lib/X11/icons/chameleon-pearl-small/cursors/text2.png -lib/X11/icons/chameleon-pearl-small/cursors/text3.png -lib/X11/icons/chameleon-pearl-small/cursors/text4.png -lib/X11/icons/chameleon-pearl-small/cursors/text5.png -lib/X11/icons/chameleon-pearl-small/cursors/top_left_corner -lib/X11/icons/chameleon-pearl-small/cursors/top_right_corner -lib/X11/icons/chameleon-pearl-small/cursors/top_side -lib/X11/icons/chameleon-pearl-small/cursors/up-arrow -lib/X11/icons/chameleon-pearl-small/cursors/up-arrow.in -lib/X11/icons/chameleon-pearl-small/cursors/up-arrow.png -lib/X11/icons/chameleon-pearl-small/cursors/vertical-text -lib/X11/icons/chameleon-pearl-small/cursors/vertical-text.in -lib/X11/icons/chameleon-pearl-small/cursors/vertical-text.png -lib/X11/icons/chameleon-pearl-small/cursors/vertical-text1.png -lib/X11/icons/chameleon-pearl-small/cursors/vertical-text2.png -lib/X11/icons/chameleon-pearl-small/cursors/vertical-text3.png -lib/X11/icons/chameleon-pearl-small/cursors/vertical-text4.png -lib/X11/icons/chameleon-pearl-small/cursors/vertical-text5.png -lib/X11/icons/chameleon-pearl-small/cursors/w-resize -lib/X11/icons/chameleon-pearl-small/cursors/w-resize.in -lib/X11/icons/chameleon-pearl-small/cursors/w-resize.png -lib/X11/icons/chameleon-pearl-small/cursors/wait -lib/X11/icons/chameleon-pearl-small/cursors/wait.in -lib/X11/icons/chameleon-pearl-small/cursors/wait.png -lib/X11/icons/chameleon-pearl-small/cursors/wait1.png -lib/X11/icons/chameleon-pearl-small/cursors/wait10.png -lib/X11/icons/chameleon-pearl-small/cursors/wait11.png -lib/X11/icons/chameleon-pearl-small/cursors/wait12.png -lib/X11/icons/chameleon-pearl-small/cursors/wait13.png -lib/X11/icons/chameleon-pearl-small/cursors/wait2.png -lib/X11/icons/chameleon-pearl-small/cursors/wait3.png -lib/X11/icons/chameleon-pearl-small/cursors/wait4.png -lib/X11/icons/chameleon-pearl-small/cursors/wait5.png -lib/X11/icons/chameleon-pearl-small/cursors/wait6.png -lib/X11/icons/chameleon-pearl-small/cursors/wait7.png -lib/X11/icons/chameleon-pearl-small/cursors/wait8.png -lib/X11/icons/chameleon-pearl-small/cursors/wait9.png -lib/X11/icons/chameleon-pearl-small/cursors/watch -lib/X11/icons/chameleon-pearl-small/cursors/xterm -lib/X11/icons/chameleon-pearl-small/cursors/zoom-in -lib/X11/icons/chameleon-pearl-small/cursors/zoom-in.in -lib/X11/icons/chameleon-pearl-small/cursors/zoom-in.png -lib/X11/icons/chameleon-pearl-small/cursors/zoom-out -lib/X11/icons/chameleon-pearl-small/cursors/zoom-out.in -lib/X11/icons/chameleon-pearl-small/cursors/zoom-out.png -lib/X11/icons/chameleon-pearl-small/index.theme -lib/X11/icons/chameleon-pearl-small/preview.jpg +share/icons/chameleon-pearl-large/cursors/00008160000006810000408080010102 +share/icons/chameleon-pearl-large/cursors/028006030e0e7ebffc7f7070c0600140 +share/icons/chameleon-pearl-large/cursors/03b6e0fcb3499374a867c041f52298f0 +share/icons/chameleon-pearl-large/cursors/0426c94ea35c87780ff01dc239897213 +share/icons/chameleon-pearl-large/cursors/0876e1c15ff2fc01f906f1c363074c0f +share/icons/chameleon-pearl-large/cursors/08e8e1c95fe2fc01f976f1e063a24ccd +share/icons/chameleon-pearl-large/cursors/08ffe1cb5fe6fc01f906f1c063814ccf +share/icons/chameleon-pearl-large/cursors/08ffe1e65f80fcfdf9fff11263e74c48 +share/icons/chameleon-pearl-large/cursors/1081e37283d90000800003c07f3ef6bf +share/icons/chameleon-pearl-large/cursors/14fef782d02440884392942c11205230 +share/icons/chameleon-pearl-large/cursors/208530c400c041818281048008011002 +share/icons/chameleon-pearl-large/cursors/2870a09082c103050810ffdffffe0204 +share/icons/chameleon-pearl-large/cursors/3085a0e285430894940527032f8b26df +share/icons/chameleon-pearl-large/cursors/3ecb610c1bf2410f44200f48c40d3599 +share/icons/chameleon-pearl-large/cursors/4498f0e0c1937ffe01fd06f973665830 +share/icons/chameleon-pearl-large/cursors/5aca4d189052212118709018842178c0 +share/icons/chameleon-pearl-large/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 +share/icons/chameleon-pearl-large/cursors/6407b0e94181790501fd1e167b474872 +share/icons/chameleon-pearl-large/cursors/640fb0e74195791501fd1ed57b41487f +share/icons/chameleon-pearl-large/cursors/9081237383d90e509aa00f00170e968f +share/icons/chameleon-pearl-large/cursors/9116a3ea924ed2162ecab71ba103b17f +share/icons/chameleon-pearl-large/cursors/9d800788f1b08800ae810202380a0822 +share/icons/chameleon-pearl-large/cursors/X-cursor +share/icons/chameleon-pearl-large/cursors/X-cursor.in +share/icons/chameleon-pearl-large/cursors/X-cursor.png +share/icons/chameleon-pearl-large/cursors/alias +share/icons/chameleon-pearl-large/cursors/alias.in +share/icons/chameleon-pearl-large/cursors/alias.png +share/icons/chameleon-pearl-large/cursors/all-scroll +share/icons/chameleon-pearl-large/cursors/all-scroll.in +share/icons/chameleon-pearl-large/cursors/all-scroll.png +share/icons/chameleon-pearl-large/cursors/arrow +share/icons/chameleon-pearl-large/cursors/bottom_left_corner +share/icons/chameleon-pearl-large/cursors/bottom_right_corner +share/icons/chameleon-pearl-large/cursors/bottom_side +share/icons/chameleon-pearl-large/cursors/c7088f0f3e6c8088236ef8e1e3e70000 +share/icons/chameleon-pearl-large/cursors/cell +share/icons/chameleon-pearl-large/cursors/cell.in +share/icons/chameleon-pearl-large/cursors/cell.png +share/icons/chameleon-pearl-large/cursors/center_ptr +share/icons/chameleon-pearl-large/cursors/col-resize +share/icons/chameleon-pearl-large/cursors/col-resize.in +share/icons/chameleon-pearl-large/cursors/col-resize.png +share/icons/chameleon-pearl-large/cursors/context-menu +share/icons/chameleon-pearl-large/cursors/context-menu.in +share/icons/chameleon-pearl-large/cursors/context-menu.png +share/icons/chameleon-pearl-large/cursors/copy +share/icons/chameleon-pearl-large/cursors/copy.in +share/icons/chameleon-pearl-large/cursors/copy.png +share/icons/chameleon-pearl-large/cursors/cross +share/icons/chameleon-pearl-large/cursors/crosshair +share/icons/chameleon-pearl-large/cursors/crosshair.in +share/icons/chameleon-pearl-large/cursors/crosshair.png +share/icons/chameleon-pearl-large/cursors/d9ce0ab605698f320427677b458ad60b +share/icons/chameleon-pearl-large/cursors/default +share/icons/chameleon-pearl-large/cursors/default.in +share/icons/chameleon-pearl-large/cursors/default.png +share/icons/chameleon-pearl-large/cursors/dnd-ask +share/icons/chameleon-pearl-large/cursors/dnd-copy +share/icons/chameleon-pearl-large/cursors/dnd-link +share/icons/chameleon-pearl-large/cursors/dnd-move +share/icons/chameleon-pearl-large/cursors/dnd-none +share/icons/chameleon-pearl-large/cursors/e-resize +share/icons/chameleon-pearl-large/cursors/e-resize.in +share/icons/chameleon-pearl-large/cursors/e-resize.png +share/icons/chameleon-pearl-large/cursors/e29285e634086352946a0e7090d73106 +share/icons/chameleon-pearl-large/cursors/ew-resize +share/icons/chameleon-pearl-large/cursors/ew-resize.in +share/icons/chameleon-pearl-large/cursors/ew-resize.png +share/icons/chameleon-pearl-large/cursors/f41c0e382c94c0958e07017e42b00462 +share/icons/chameleon-pearl-large/cursors/f41c0e382c97c0938e07017e42800402 +share/icons/chameleon-pearl-large/cursors/fcf1c3c7cd4491d801f1e1c78f100000 +share/icons/chameleon-pearl-large/cursors/fleur +share/icons/chameleon-pearl-large/cursors/grabbing +share/icons/chameleon-pearl-large/cursors/grabbing.in +share/icons/chameleon-pearl-large/cursors/grabbing.png +share/icons/chameleon-pearl-large/cursors/hand2 +share/icons/chameleon-pearl-large/cursors/help +share/icons/chameleon-pearl-large/cursors/help.in +share/icons/chameleon-pearl-large/cursors/help.png +share/icons/chameleon-pearl-large/cursors/left_ptr +share/icons/chameleon-pearl-large/cursors/left_ptr_watch +share/icons/chameleon-pearl-large/cursors/left_side +share/icons/chameleon-pearl-large/cursors/move +share/icons/chameleon-pearl-large/cursors/move.in +share/icons/chameleon-pearl-large/cursors/move.png +share/icons/chameleon-pearl-large/cursors/n-resize +share/icons/chameleon-pearl-large/cursors/n-resize.in +share/icons/chameleon-pearl-large/cursors/n-resize.png +share/icons/chameleon-pearl-large/cursors/ne-resize +share/icons/chameleon-pearl-large/cursors/ne-resize.in +share/icons/chameleon-pearl-large/cursors/ne-resize.png +share/icons/chameleon-pearl-large/cursors/nesw-resize +share/icons/chameleon-pearl-large/cursors/nesw-resize.in +share/icons/chameleon-pearl-large/cursors/nesw-resize.png +share/icons/chameleon-pearl-large/cursors/no-drop +share/icons/chameleon-pearl-large/cursors/no-drop.in +share/icons/chameleon-pearl-large/cursors/no-drop.png +share/icons/chameleon-pearl-large/cursors/not-allowed +share/icons/chameleon-pearl-large/cursors/not-allowed.in +share/icons/chameleon-pearl-large/cursors/not-allowed.png +share/icons/chameleon-pearl-large/cursors/ns-resize +share/icons/chameleon-pearl-large/cursors/ns-resize.in +share/icons/chameleon-pearl-large/cursors/ns-resize.png +share/icons/chameleon-pearl-large/cursors/nw-resize +share/icons/chameleon-pearl-large/cursors/nw-resize.in +share/icons/chameleon-pearl-large/cursors/nw-resize.png +share/icons/chameleon-pearl-large/cursors/nwse-resize +share/icons/chameleon-pearl-large/cursors/nwse-resize.in +share/icons/chameleon-pearl-large/cursors/nwse-resize.png +share/icons/chameleon-pearl-large/cursors/pencil +share/icons/chameleon-pearl-large/cursors/pencil.in +share/icons/chameleon-pearl-large/cursors/pencil.png +share/icons/chameleon-pearl-large/cursors/pirate +share/icons/chameleon-pearl-large/cursors/pirate.in +share/icons/chameleon-pearl-large/cursors/pirate.png +share/icons/chameleon-pearl-large/cursors/plus +share/icons/chameleon-pearl-large/cursors/pointer +share/icons/chameleon-pearl-large/cursors/pointer.in +share/icons/chameleon-pearl-large/cursors/pointer.png +share/icons/chameleon-pearl-large/cursors/progress +share/icons/chameleon-pearl-large/cursors/progress.in +share/icons/chameleon-pearl-large/cursors/progress.png +share/icons/chameleon-pearl-large/cursors/progress1.png +share/icons/chameleon-pearl-large/cursors/progress10.png +share/icons/chameleon-pearl-large/cursors/progress11.png +share/icons/chameleon-pearl-large/cursors/progress12.png +share/icons/chameleon-pearl-large/cursors/progress13.png +share/icons/chameleon-pearl-large/cursors/progress2.png +share/icons/chameleon-pearl-large/cursors/progress3.png +share/icons/chameleon-pearl-large/cursors/progress4.png +share/icons/chameleon-pearl-large/cursors/progress5.png +share/icons/chameleon-pearl-large/cursors/progress6.png +share/icons/chameleon-pearl-large/cursors/progress7.png +share/icons/chameleon-pearl-large/cursors/progress8.png +share/icons/chameleon-pearl-large/cursors/progress9.png +share/icons/chameleon-pearl-large/cursors/question_arrow +share/icons/chameleon-pearl-large/cursors/right-arrow +share/icons/chameleon-pearl-large/cursors/right-arrow.in +share/icons/chameleon-pearl-large/cursors/right-arrow.png +share/icons/chameleon-pearl-large/cursors/right_ptr +share/icons/chameleon-pearl-large/cursors/right_side +share/icons/chameleon-pearl-large/cursors/row-resize +share/icons/chameleon-pearl-large/cursors/row-resize.in +share/icons/chameleon-pearl-large/cursors/row-resize.png +share/icons/chameleon-pearl-large/cursors/s-resize +share/icons/chameleon-pearl-large/cursors/s-resize.in +share/icons/chameleon-pearl-large/cursors/s-resize.png +share/icons/chameleon-pearl-large/cursors/sb_h_double_arrow +share/icons/chameleon-pearl-large/cursors/sb_v_double_arrow +share/icons/chameleon-pearl-large/cursors/se-resize +share/icons/chameleon-pearl-large/cursors/se-resize.in +share/icons/chameleon-pearl-large/cursors/se-resize.png +share/icons/chameleon-pearl-large/cursors/sw-resize +share/icons/chameleon-pearl-large/cursors/sw-resize.in +share/icons/chameleon-pearl-large/cursors/sw-resize.png +share/icons/chameleon-pearl-large/cursors/text +share/icons/chameleon-pearl-large/cursors/text.in +share/icons/chameleon-pearl-large/cursors/text.png +share/icons/chameleon-pearl-large/cursors/text1.png +share/icons/chameleon-pearl-large/cursors/text2.png +share/icons/chameleon-pearl-large/cursors/text3.png +share/icons/chameleon-pearl-large/cursors/text4.png +share/icons/chameleon-pearl-large/cursors/text5.png +share/icons/chameleon-pearl-large/cursors/top_left_corner +share/icons/chameleon-pearl-large/cursors/top_right_corner +share/icons/chameleon-pearl-large/cursors/top_side +share/icons/chameleon-pearl-large/cursors/up-arrow +share/icons/chameleon-pearl-large/cursors/up-arrow.in +share/icons/chameleon-pearl-large/cursors/up-arrow.png +share/icons/chameleon-pearl-large/cursors/vertical-text +share/icons/chameleon-pearl-large/cursors/vertical-text.in +share/icons/chameleon-pearl-large/cursors/vertical-text.png +share/icons/chameleon-pearl-large/cursors/vertical-text1.png +share/icons/chameleon-pearl-large/cursors/vertical-text2.png +share/icons/chameleon-pearl-large/cursors/vertical-text3.png +share/icons/chameleon-pearl-large/cursors/vertical-text4.png +share/icons/chameleon-pearl-large/cursors/vertical-text5.png +share/icons/chameleon-pearl-large/cursors/w-resize +share/icons/chameleon-pearl-large/cursors/w-resize.in +share/icons/chameleon-pearl-large/cursors/w-resize.png +share/icons/chameleon-pearl-large/cursors/wait +share/icons/chameleon-pearl-large/cursors/wait.in +share/icons/chameleon-pearl-large/cursors/wait.png +share/icons/chameleon-pearl-large/cursors/wait1.png +share/icons/chameleon-pearl-large/cursors/wait10.png +share/icons/chameleon-pearl-large/cursors/wait11.png +share/icons/chameleon-pearl-large/cursors/wait12.png +share/icons/chameleon-pearl-large/cursors/wait13.png +share/icons/chameleon-pearl-large/cursors/wait2.png +share/icons/chameleon-pearl-large/cursors/wait3.png +share/icons/chameleon-pearl-large/cursors/wait4.png +share/icons/chameleon-pearl-large/cursors/wait5.png +share/icons/chameleon-pearl-large/cursors/wait6.png +share/icons/chameleon-pearl-large/cursors/wait7.png +share/icons/chameleon-pearl-large/cursors/wait8.png +share/icons/chameleon-pearl-large/cursors/wait9.png +share/icons/chameleon-pearl-large/cursors/watch +share/icons/chameleon-pearl-large/cursors/xterm +share/icons/chameleon-pearl-large/cursors/zoom-in +share/icons/chameleon-pearl-large/cursors/zoom-in.in +share/icons/chameleon-pearl-large/cursors/zoom-in.png +share/icons/chameleon-pearl-large/cursors/zoom-out +share/icons/chameleon-pearl-large/cursors/zoom-out.in +share/icons/chameleon-pearl-large/cursors/zoom-out.png +share/icons/chameleon-pearl-large/index.theme +share/icons/chameleon-pearl-large/preview.jpg +share/icons/chameleon-pearl-regular/cursors/00008160000006810000408080010102 +share/icons/chameleon-pearl-regular/cursors/028006030e0e7ebffc7f7070c0600140 +share/icons/chameleon-pearl-regular/cursors/03b6e0fcb3499374a867c041f52298f0 +share/icons/chameleon-pearl-regular/cursors/0426c94ea35c87780ff01dc239897213 +share/icons/chameleon-pearl-regular/cursors/0876e1c15ff2fc01f906f1c363074c0f +share/icons/chameleon-pearl-regular/cursors/08e8e1c95fe2fc01f976f1e063a24ccd +share/icons/chameleon-pearl-regular/cursors/08ffe1cb5fe6fc01f906f1c063814ccf +share/icons/chameleon-pearl-regular/cursors/08ffe1e65f80fcfdf9fff11263e74c48 +share/icons/chameleon-pearl-regular/cursors/1081e37283d90000800003c07f3ef6bf +share/icons/chameleon-pearl-regular/cursors/14fef782d02440884392942c11205230 +share/icons/chameleon-pearl-regular/cursors/208530c400c041818281048008011002 +share/icons/chameleon-pearl-regular/cursors/2870a09082c103050810ffdffffe0204 +share/icons/chameleon-pearl-regular/cursors/3085a0e285430894940527032f8b26df +share/icons/chameleon-pearl-regular/cursors/3ecb610c1bf2410f44200f48c40d3599 +share/icons/chameleon-pearl-regular/cursors/4498f0e0c1937ffe01fd06f973665830 +share/icons/chameleon-pearl-regular/cursors/5aca4d189052212118709018842178c0 +share/icons/chameleon-pearl-regular/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 +share/icons/chameleon-pearl-regular/cursors/6407b0e94181790501fd1e167b474872 +share/icons/chameleon-pearl-regular/cursors/640fb0e74195791501fd1ed57b41487f +share/icons/chameleon-pearl-regular/cursors/9081237383d90e509aa00f00170e968f +share/icons/chameleon-pearl-regular/cursors/9116a3ea924ed2162ecab71ba103b17f +share/icons/chameleon-pearl-regular/cursors/9d800788f1b08800ae810202380a0822 +share/icons/chameleon-pearl-regular/cursors/X-cursor +share/icons/chameleon-pearl-regular/cursors/X-cursor.in +share/icons/chameleon-pearl-regular/cursors/X-cursor.png +share/icons/chameleon-pearl-regular/cursors/alias +share/icons/chameleon-pearl-regular/cursors/alias.in +share/icons/chameleon-pearl-regular/cursors/alias.png +share/icons/chameleon-pearl-regular/cursors/all-scroll +share/icons/chameleon-pearl-regular/cursors/all-scroll.in +share/icons/chameleon-pearl-regular/cursors/all-scroll.png +share/icons/chameleon-pearl-regular/cursors/arrow +share/icons/chameleon-pearl-regular/cursors/bottom_left_corner +share/icons/chameleon-pearl-regular/cursors/bottom_right_corner +share/icons/chameleon-pearl-regular/cursors/bottom_side +share/icons/chameleon-pearl-regular/cursors/c7088f0f3e6c8088236ef8e1e3e70000 +share/icons/chameleon-pearl-regular/cursors/cell +share/icons/chameleon-pearl-regular/cursors/cell.in +share/icons/chameleon-pearl-regular/cursors/cell.png +share/icons/chameleon-pearl-regular/cursors/center_ptr +share/icons/chameleon-pearl-regular/cursors/col-resize +share/icons/chameleon-pearl-regular/cursors/col-resize.in +share/icons/chameleon-pearl-regular/cursors/col-resize.png +share/icons/chameleon-pearl-regular/cursors/context-menu +share/icons/chameleon-pearl-regular/cursors/context-menu.in +share/icons/chameleon-pearl-regular/cursors/context-menu.png +share/icons/chameleon-pearl-regular/cursors/copy +share/icons/chameleon-pearl-regular/cursors/copy.in +share/icons/chameleon-pearl-regular/cursors/copy.png +share/icons/chameleon-pearl-regular/cursors/cross +share/icons/chameleon-pearl-regular/cursors/crosshair +share/icons/chameleon-pearl-regular/cursors/crosshair.in +share/icons/chameleon-pearl-regular/cursors/crosshair.png +share/icons/chameleon-pearl-regular/cursors/d9ce0ab605698f320427677b458ad60b +share/icons/chameleon-pearl-regular/cursors/default +share/icons/chameleon-pearl-regular/cursors/default.in +share/icons/chameleon-pearl-regular/cursors/default.png +share/icons/chameleon-pearl-regular/cursors/dnd-ask +share/icons/chameleon-pearl-regular/cursors/dnd-copy +share/icons/chameleon-pearl-regular/cursors/dnd-link +share/icons/chameleon-pearl-regular/cursors/dnd-move +share/icons/chameleon-pearl-regular/cursors/dnd-none +share/icons/chameleon-pearl-regular/cursors/e-resize +share/icons/chameleon-pearl-regular/cursors/e-resize.in +share/icons/chameleon-pearl-regular/cursors/e-resize.png +share/icons/chameleon-pearl-regular/cursors/e29285e634086352946a0e7090d73106 +share/icons/chameleon-pearl-regular/cursors/ew-resize +share/icons/chameleon-pearl-regular/cursors/ew-resize.in +share/icons/chameleon-pearl-regular/cursors/ew-resize.png +share/icons/chameleon-pearl-regular/cursors/f41c0e382c94c0958e07017e42b00462 +share/icons/chameleon-pearl-regular/cursors/f41c0e382c97c0938e07017e42800402 +share/icons/chameleon-pearl-regular/cursors/fcf1c3c7cd4491d801f1e1c78f100000 +share/icons/chameleon-pearl-regular/cursors/fleur +share/icons/chameleon-pearl-regular/cursors/grabbing +share/icons/chameleon-pearl-regular/cursors/grabbing.in +share/icons/chameleon-pearl-regular/cursors/grabbing.png +share/icons/chameleon-pearl-regular/cursors/hand2 +share/icons/chameleon-pearl-regular/cursors/help +share/icons/chameleon-pearl-regular/cursors/help.in +share/icons/chameleon-pearl-regular/cursors/help.png +share/icons/chameleon-pearl-regular/cursors/left_ptr +share/icons/chameleon-pearl-regular/cursors/left_ptr_watch +share/icons/chameleon-pearl-regular/cursors/left_side +share/icons/chameleon-pearl-regular/cursors/move +share/icons/chameleon-pearl-regular/cursors/move.in +share/icons/chameleon-pearl-regular/cursors/move.png +share/icons/chameleon-pearl-regular/cursors/n-resize +share/icons/chameleon-pearl-regular/cursors/n-resize.in +share/icons/chameleon-pearl-regular/cursors/n-resize.png +share/icons/chameleon-pearl-regular/cursors/ne-resize +share/icons/chameleon-pearl-regular/cursors/ne-resize.in +share/icons/chameleon-pearl-regular/cursors/ne-resize.png +share/icons/chameleon-pearl-regular/cursors/nesw-resize +share/icons/chameleon-pearl-regular/cursors/nesw-resize.in +share/icons/chameleon-pearl-regular/cursors/nesw-resize.png +share/icons/chameleon-pearl-regular/cursors/no-drop +share/icons/chameleon-pearl-regular/cursors/no-drop.in +share/icons/chameleon-pearl-regular/cursors/no-drop.png +share/icons/chameleon-pearl-regular/cursors/not-allowed +share/icons/chameleon-pearl-regular/cursors/not-allowed.in +share/icons/chameleon-pearl-regular/cursors/not-allowed.png +share/icons/chameleon-pearl-regular/cursors/ns-resize +share/icons/chameleon-pearl-regular/cursors/ns-resize.in +share/icons/chameleon-pearl-regular/cursors/ns-resize.png +share/icons/chameleon-pearl-regular/cursors/nw-resize +share/icons/chameleon-pearl-regular/cursors/nw-resize.in +share/icons/chameleon-pearl-regular/cursors/nw-resize.png +share/icons/chameleon-pearl-regular/cursors/nwse-resize +share/icons/chameleon-pearl-regular/cursors/nwse-resize.in +share/icons/chameleon-pearl-regular/cursors/nwse-resize.png +share/icons/chameleon-pearl-regular/cursors/pencil +share/icons/chameleon-pearl-regular/cursors/pencil.in +share/icons/chameleon-pearl-regular/cursors/pencil.png +share/icons/chameleon-pearl-regular/cursors/pirate +share/icons/chameleon-pearl-regular/cursors/pirate.in +share/icons/chameleon-pearl-regular/cursors/pirate.png +share/icons/chameleon-pearl-regular/cursors/plus +share/icons/chameleon-pearl-regular/cursors/pointer +share/icons/chameleon-pearl-regular/cursors/pointer.in +share/icons/chameleon-pearl-regular/cursors/pointer.png +share/icons/chameleon-pearl-regular/cursors/progress +share/icons/chameleon-pearl-regular/cursors/progress.in +share/icons/chameleon-pearl-regular/cursors/progress.png +share/icons/chameleon-pearl-regular/cursors/progress1.png +share/icons/chameleon-pearl-regular/cursors/progress10.png +share/icons/chameleon-pearl-regular/cursors/progress11.png +share/icons/chameleon-pearl-regular/cursors/progress12.png +share/icons/chameleon-pearl-regular/cursors/progress13.png +share/icons/chameleon-pearl-regular/cursors/progress2.png +share/icons/chameleon-pearl-regular/cursors/progress3.png +share/icons/chameleon-pearl-regular/cursors/progress4.png +share/icons/chameleon-pearl-regular/cursors/progress5.png +share/icons/chameleon-pearl-regular/cursors/progress6.png +share/icons/chameleon-pearl-regular/cursors/progress7.png +share/icons/chameleon-pearl-regular/cursors/progress8.png +share/icons/chameleon-pearl-regular/cursors/progress9.png +share/icons/chameleon-pearl-regular/cursors/question_arrow +share/icons/chameleon-pearl-regular/cursors/right-arrow +share/icons/chameleon-pearl-regular/cursors/right-arrow.in +share/icons/chameleon-pearl-regular/cursors/right-arrow.png +share/icons/chameleon-pearl-regular/cursors/right_ptr +share/icons/chameleon-pearl-regular/cursors/right_side +share/icons/chameleon-pearl-regular/cursors/row-resize +share/icons/chameleon-pearl-regular/cursors/row-resize.in +share/icons/chameleon-pearl-regular/cursors/row-resize.png +share/icons/chameleon-pearl-regular/cursors/s-resize +share/icons/chameleon-pearl-regular/cursors/s-resize.in +share/icons/chameleon-pearl-regular/cursors/s-resize.png +share/icons/chameleon-pearl-regular/cursors/sb_h_double_arrow +share/icons/chameleon-pearl-regular/cursors/sb_v_double_arrow +share/icons/chameleon-pearl-regular/cursors/se-resize +share/icons/chameleon-pearl-regular/cursors/se-resize.in +share/icons/chameleon-pearl-regular/cursors/se-resize.png +share/icons/chameleon-pearl-regular/cursors/sw-resize +share/icons/chameleon-pearl-regular/cursors/sw-resize.in +share/icons/chameleon-pearl-regular/cursors/sw-resize.png +share/icons/chameleon-pearl-regular/cursors/text +share/icons/chameleon-pearl-regular/cursors/text.in +share/icons/chameleon-pearl-regular/cursors/text.png +share/icons/chameleon-pearl-regular/cursors/text1.png +share/icons/chameleon-pearl-regular/cursors/text2.png +share/icons/chameleon-pearl-regular/cursors/text3.png +share/icons/chameleon-pearl-regular/cursors/text4.png +share/icons/chameleon-pearl-regular/cursors/text5.png +share/icons/chameleon-pearl-regular/cursors/top_left_corner +share/icons/chameleon-pearl-regular/cursors/top_right_corner +share/icons/chameleon-pearl-regular/cursors/top_side +share/icons/chameleon-pearl-regular/cursors/up-arrow +share/icons/chameleon-pearl-regular/cursors/up-arrow.in +share/icons/chameleon-pearl-regular/cursors/up-arrow.png +share/icons/chameleon-pearl-regular/cursors/vertical-text +share/icons/chameleon-pearl-regular/cursors/vertical-text.in +share/icons/chameleon-pearl-regular/cursors/vertical-text.png +share/icons/chameleon-pearl-regular/cursors/vertical-text1.png +share/icons/chameleon-pearl-regular/cursors/vertical-text2.png +share/icons/chameleon-pearl-regular/cursors/vertical-text3.png +share/icons/chameleon-pearl-regular/cursors/vertical-text4.png +share/icons/chameleon-pearl-regular/cursors/vertical-text5.png +share/icons/chameleon-pearl-regular/cursors/w-resize +share/icons/chameleon-pearl-regular/cursors/w-resize.in +share/icons/chameleon-pearl-regular/cursors/w-resize.png +share/icons/chameleon-pearl-regular/cursors/wait +share/icons/chameleon-pearl-regular/cursors/wait.in +share/icons/chameleon-pearl-regular/cursors/wait.png +share/icons/chameleon-pearl-regular/cursors/wait1.png +share/icons/chameleon-pearl-regular/cursors/wait10.png +share/icons/chameleon-pearl-regular/cursors/wait11.png +share/icons/chameleon-pearl-regular/cursors/wait12.png +share/icons/chameleon-pearl-regular/cursors/wait13.png +share/icons/chameleon-pearl-regular/cursors/wait2.png +share/icons/chameleon-pearl-regular/cursors/wait3.png +share/icons/chameleon-pearl-regular/cursors/wait4.png +share/icons/chameleon-pearl-regular/cursors/wait5.png +share/icons/chameleon-pearl-regular/cursors/wait6.png +share/icons/chameleon-pearl-regular/cursors/wait7.png +share/icons/chameleon-pearl-regular/cursors/wait8.png +share/icons/chameleon-pearl-regular/cursors/wait9.png +share/icons/chameleon-pearl-regular/cursors/watch +share/icons/chameleon-pearl-regular/cursors/xterm +share/icons/chameleon-pearl-regular/cursors/zoom-in +share/icons/chameleon-pearl-regular/cursors/zoom-in.in +share/icons/chameleon-pearl-regular/cursors/zoom-in.png +share/icons/chameleon-pearl-regular/cursors/zoom-out +share/icons/chameleon-pearl-regular/cursors/zoom-out.in +share/icons/chameleon-pearl-regular/cursors/zoom-out.png +share/icons/chameleon-pearl-regular/index.theme +share/icons/chameleon-pearl-regular/preview.jpg +share/icons/chameleon-pearl-small/cursors/00008160000006810000408080010102 +share/icons/chameleon-pearl-small/cursors/028006030e0e7ebffc7f7070c0600140 +share/icons/chameleon-pearl-small/cursors/03b6e0fcb3499374a867c041f52298f0 +share/icons/chameleon-pearl-small/cursors/0426c94ea35c87780ff01dc239897213 +share/icons/chameleon-pearl-small/cursors/0876e1c15ff2fc01f906f1c363074c0f +share/icons/chameleon-pearl-small/cursors/08e8e1c95fe2fc01f976f1e063a24ccd +share/icons/chameleon-pearl-small/cursors/08ffe1cb5fe6fc01f906f1c063814ccf +share/icons/chameleon-pearl-small/cursors/08ffe1e65f80fcfdf9fff11263e74c48 +share/icons/chameleon-pearl-small/cursors/1081e37283d90000800003c07f3ef6bf +share/icons/chameleon-pearl-small/cursors/14fef782d02440884392942c11205230 +share/icons/chameleon-pearl-small/cursors/208530c400c041818281048008011002 +share/icons/chameleon-pearl-small/cursors/2870a09082c103050810ffdffffe0204 +share/icons/chameleon-pearl-small/cursors/3085a0e285430894940527032f8b26df +share/icons/chameleon-pearl-small/cursors/3ecb610c1bf2410f44200f48c40d3599 +share/icons/chameleon-pearl-small/cursors/4498f0e0c1937ffe01fd06f973665830 +share/icons/chameleon-pearl-small/cursors/5aca4d189052212118709018842178c0 +share/icons/chameleon-pearl-small/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 +share/icons/chameleon-pearl-small/cursors/6407b0e94181790501fd1e167b474872 +share/icons/chameleon-pearl-small/cursors/640fb0e74195791501fd1ed57b41487f +share/icons/chameleon-pearl-small/cursors/9081237383d90e509aa00f00170e968f +share/icons/chameleon-pearl-small/cursors/9116a3ea924ed2162ecab71ba103b17f +share/icons/chameleon-pearl-small/cursors/9d800788f1b08800ae810202380a0822 +share/icons/chameleon-pearl-small/cursors/X-cursor +share/icons/chameleon-pearl-small/cursors/X-cursor.in +share/icons/chameleon-pearl-small/cursors/X-cursor.png +share/icons/chameleon-pearl-small/cursors/alias +share/icons/chameleon-pearl-small/cursors/alias.in +share/icons/chameleon-pearl-small/cursors/alias.png +share/icons/chameleon-pearl-small/cursors/all-scroll +share/icons/chameleon-pearl-small/cursors/all-scroll.in +share/icons/chameleon-pearl-small/cursors/all-scroll.png +share/icons/chameleon-pearl-small/cursors/arrow +share/icons/chameleon-pearl-small/cursors/bottom_left_corner +share/icons/chameleon-pearl-small/cursors/bottom_right_corner +share/icons/chameleon-pearl-small/cursors/bottom_side +share/icons/chameleon-pearl-small/cursors/c7088f0f3e6c8088236ef8e1e3e70000 +share/icons/chameleon-pearl-small/cursors/cell +share/icons/chameleon-pearl-small/cursors/cell.in +share/icons/chameleon-pearl-small/cursors/cell.png +share/icons/chameleon-pearl-small/cursors/center_ptr +share/icons/chameleon-pearl-small/cursors/col-resize +share/icons/chameleon-pearl-small/cursors/col-resize.in +share/icons/chameleon-pearl-small/cursors/col-resize.png +share/icons/chameleon-pearl-small/cursors/context-menu +share/icons/chameleon-pearl-small/cursors/context-menu.in +share/icons/chameleon-pearl-small/cursors/context-menu.png +share/icons/chameleon-pearl-small/cursors/copy +share/icons/chameleon-pearl-small/cursors/copy.in +share/icons/chameleon-pearl-small/cursors/copy.png +share/icons/chameleon-pearl-small/cursors/cross +share/icons/chameleon-pearl-small/cursors/crosshair +share/icons/chameleon-pearl-small/cursors/crosshair.in +share/icons/chameleon-pearl-small/cursors/crosshair.png +share/icons/chameleon-pearl-small/cursors/d9ce0ab605698f320427677b458ad60b +share/icons/chameleon-pearl-small/cursors/default +share/icons/chameleon-pearl-small/cursors/default.in +share/icons/chameleon-pearl-small/cursors/default.png +share/icons/chameleon-pearl-small/cursors/dnd-ask +share/icons/chameleon-pearl-small/cursors/dnd-copy +share/icons/chameleon-pearl-small/cursors/dnd-link +share/icons/chameleon-pearl-small/cursors/dnd-move +share/icons/chameleon-pearl-small/cursors/dnd-none +share/icons/chameleon-pearl-small/cursors/e-resize +share/icons/chameleon-pearl-small/cursors/e-resize.in +share/icons/chameleon-pearl-small/cursors/e-resize.png +share/icons/chameleon-pearl-small/cursors/e29285e634086352946a0e7090d73106 +share/icons/chameleon-pearl-small/cursors/ew-resize +share/icons/chameleon-pearl-small/cursors/ew-resize.in +share/icons/chameleon-pearl-small/cursors/ew-resize.png +share/icons/chameleon-pearl-small/cursors/f41c0e382c94c0958e07017e42b00462 +share/icons/chameleon-pearl-small/cursors/f41c0e382c97c0938e07017e42800402 +share/icons/chameleon-pearl-small/cursors/fcf1c3c7cd4491d801f1e1c78f100000 +share/icons/chameleon-pearl-small/cursors/fleur +share/icons/chameleon-pearl-small/cursors/grabbing +share/icons/chameleon-pearl-small/cursors/grabbing.in +share/icons/chameleon-pearl-small/cursors/grabbing.png +share/icons/chameleon-pearl-small/cursors/hand2 +share/icons/chameleon-pearl-small/cursors/help +share/icons/chameleon-pearl-small/cursors/help.in +share/icons/chameleon-pearl-small/cursors/help.png +share/icons/chameleon-pearl-small/cursors/left_ptr +share/icons/chameleon-pearl-small/cursors/left_ptr_watch +share/icons/chameleon-pearl-small/cursors/left_side +share/icons/chameleon-pearl-small/cursors/move +share/icons/chameleon-pearl-small/cursors/move.in +share/icons/chameleon-pearl-small/cursors/move.png +share/icons/chameleon-pearl-small/cursors/n-resize +share/icons/chameleon-pearl-small/cursors/n-resize.in +share/icons/chameleon-pearl-small/cursors/n-resize.png +share/icons/chameleon-pearl-small/cursors/ne-resize +share/icons/chameleon-pearl-small/cursors/ne-resize.in +share/icons/chameleon-pearl-small/cursors/ne-resize.png +share/icons/chameleon-pearl-small/cursors/nesw-resize +share/icons/chameleon-pearl-small/cursors/nesw-resize.in +share/icons/chameleon-pearl-small/cursors/nesw-resize.png +share/icons/chameleon-pearl-small/cursors/no-drop +share/icons/chameleon-pearl-small/cursors/no-drop.in +share/icons/chameleon-pearl-small/cursors/no-drop.png +share/icons/chameleon-pearl-small/cursors/not-allowed +share/icons/chameleon-pearl-small/cursors/not-allowed.in +share/icons/chameleon-pearl-small/cursors/not-allowed.png +share/icons/chameleon-pearl-small/cursors/ns-resize +share/icons/chameleon-pearl-small/cursors/ns-resize.in +share/icons/chameleon-pearl-small/cursors/ns-resize.png +share/icons/chameleon-pearl-small/cursors/nw-resize +share/icons/chameleon-pearl-small/cursors/nw-resize.in +share/icons/chameleon-pearl-small/cursors/nw-resize.png +share/icons/chameleon-pearl-small/cursors/nwse-resize +share/icons/chameleon-pearl-small/cursors/nwse-resize.in +share/icons/chameleon-pearl-small/cursors/nwse-resize.png +share/icons/chameleon-pearl-small/cursors/pencil +share/icons/chameleon-pearl-small/cursors/pencil.in +share/icons/chameleon-pearl-small/cursors/pencil.png +share/icons/chameleon-pearl-small/cursors/pirate +share/icons/chameleon-pearl-small/cursors/pirate.in +share/icons/chameleon-pearl-small/cursors/pirate.png +share/icons/chameleon-pearl-small/cursors/plus +share/icons/chameleon-pearl-small/cursors/pointer +share/icons/chameleon-pearl-small/cursors/pointer.in +share/icons/chameleon-pearl-small/cursors/pointer.png +share/icons/chameleon-pearl-small/cursors/progress +share/icons/chameleon-pearl-small/cursors/progress.in +share/icons/chameleon-pearl-small/cursors/progress.png +share/icons/chameleon-pearl-small/cursors/progress1.png +share/icons/chameleon-pearl-small/cursors/progress10.png +share/icons/chameleon-pearl-small/cursors/progress11.png +share/icons/chameleon-pearl-small/cursors/progress12.png +share/icons/chameleon-pearl-small/cursors/progress13.png +share/icons/chameleon-pearl-small/cursors/progress2.png +share/icons/chameleon-pearl-small/cursors/progress3.png +share/icons/chameleon-pearl-small/cursors/progress4.png +share/icons/chameleon-pearl-small/cursors/progress5.png +share/icons/chameleon-pearl-small/cursors/progress6.png +share/icons/chameleon-pearl-small/cursors/progress7.png +share/icons/chameleon-pearl-small/cursors/progress8.png +share/icons/chameleon-pearl-small/cursors/progress9.png +share/icons/chameleon-pearl-small/cursors/question_arrow +share/icons/chameleon-pearl-small/cursors/right-arrow +share/icons/chameleon-pearl-small/cursors/right-arrow.in +share/icons/chameleon-pearl-small/cursors/right-arrow.png +share/icons/chameleon-pearl-small/cursors/right_ptr +share/icons/chameleon-pearl-small/cursors/right_side +share/icons/chameleon-pearl-small/cursors/row-resize +share/icons/chameleon-pearl-small/cursors/row-resize.in +share/icons/chameleon-pearl-small/cursors/row-resize.png +share/icons/chameleon-pearl-small/cursors/s-resize +share/icons/chameleon-pearl-small/cursors/s-resize.in +share/icons/chameleon-pearl-small/cursors/s-resize.png +share/icons/chameleon-pearl-small/cursors/sb_h_double_arrow +share/icons/chameleon-pearl-small/cursors/sb_v_double_arrow +share/icons/chameleon-pearl-small/cursors/se-resize +share/icons/chameleon-pearl-small/cursors/se-resize.in +share/icons/chameleon-pearl-small/cursors/se-resize.png +share/icons/chameleon-pearl-small/cursors/sw-resize +share/icons/chameleon-pearl-small/cursors/sw-resize.in +share/icons/chameleon-pearl-small/cursors/sw-resize.png +share/icons/chameleon-pearl-small/cursors/text +share/icons/chameleon-pearl-small/cursors/text.in +share/icons/chameleon-pearl-small/cursors/text.png +share/icons/chameleon-pearl-small/cursors/text1.png +share/icons/chameleon-pearl-small/cursors/text2.png +share/icons/chameleon-pearl-small/cursors/text3.png +share/icons/chameleon-pearl-small/cursors/text4.png +share/icons/chameleon-pearl-small/cursors/text5.png +share/icons/chameleon-pearl-small/cursors/top_left_corner +share/icons/chameleon-pearl-small/cursors/top_right_corner +share/icons/chameleon-pearl-small/cursors/top_side +share/icons/chameleon-pearl-small/cursors/up-arrow +share/icons/chameleon-pearl-small/cursors/up-arrow.in +share/icons/chameleon-pearl-small/cursors/up-arrow.png +share/icons/chameleon-pearl-small/cursors/vertical-text +share/icons/chameleon-pearl-small/cursors/vertical-text.in +share/icons/chameleon-pearl-small/cursors/vertical-text.png +share/icons/chameleon-pearl-small/cursors/vertical-text1.png +share/icons/chameleon-pearl-small/cursors/vertical-text2.png +share/icons/chameleon-pearl-small/cursors/vertical-text3.png +share/icons/chameleon-pearl-small/cursors/vertical-text4.png +share/icons/chameleon-pearl-small/cursors/vertical-text5.png +share/icons/chameleon-pearl-small/cursors/w-resize +share/icons/chameleon-pearl-small/cursors/w-resize.in +share/icons/chameleon-pearl-small/cursors/w-resize.png +share/icons/chameleon-pearl-small/cursors/wait +share/icons/chameleon-pearl-small/cursors/wait.in +share/icons/chameleon-pearl-small/cursors/wait.png +share/icons/chameleon-pearl-small/cursors/wait1.png +share/icons/chameleon-pearl-small/cursors/wait10.png +share/icons/chameleon-pearl-small/cursors/wait11.png +share/icons/chameleon-pearl-small/cursors/wait12.png +share/icons/chameleon-pearl-small/cursors/wait13.png +share/icons/chameleon-pearl-small/cursors/wait2.png +share/icons/chameleon-pearl-small/cursors/wait3.png +share/icons/chameleon-pearl-small/cursors/wait4.png +share/icons/chameleon-pearl-small/cursors/wait5.png +share/icons/chameleon-pearl-small/cursors/wait6.png +share/icons/chameleon-pearl-small/cursors/wait7.png +share/icons/chameleon-pearl-small/cursors/wait8.png +share/icons/chameleon-pearl-small/cursors/wait9.png +share/icons/chameleon-pearl-small/cursors/watch +share/icons/chameleon-pearl-small/cursors/xterm +share/icons/chameleon-pearl-small/cursors/zoom-in +share/icons/chameleon-pearl-small/cursors/zoom-in.in +share/icons/chameleon-pearl-small/cursors/zoom-in.png +share/icons/chameleon-pearl-small/cursors/zoom-out +share/icons/chameleon-pearl-small/cursors/zoom-out.in +share/icons/chameleon-pearl-small/cursors/zoom-out.png +share/icons/chameleon-pearl-small/index.theme +share/icons/chameleon-pearl-small/preview.jpg Index: head/x11-themes/cursor-chameleon-skyblue/Makefile =================================================================== --- head/x11-themes/cursor-chameleon-skyblue/Makefile (revision 448081) +++ head/x11-themes/cursor-chameleon-skyblue/Makefile (revision 448082) @@ -1,20 +1,21 @@ # Created by: Veniamin Gvozdikov # $FreeBSD$ PORTNAME= chameleon PORTVERSION= 0.5 +PORTREVISION= 1 CATEGORIES= x11-themes MASTER_SITES= LOCAL/vg PKGNAMEPREFIX= cursor- PKGNAMESUFFIX= -skyblue DISTNAME= Chameleon-SkyBlue-${PORTVERSION} MAINTAINER= vg@FreeBSD.org COMMENT= Chameleon Xcursors theme LICENSE= GPLv2 THEME= SkyBlue .include "${.CURDIR}/../cursor-chameleon-white/files/Makefile.common" .include Index: head/x11-themes/cursor-chameleon-skyblue/pkg-plist =================================================================== --- head/x11-themes/cursor-chameleon-skyblue/pkg-plist (revision 448081) +++ head/x11-themes/cursor-chameleon-skyblue/pkg-plist (revision 448082) @@ -1,621 +1,621 @@ -lib/X11/icons/chameleon-skyblue-large/cursors/00008160000006810000408080010102 -lib/X11/icons/chameleon-skyblue-large/cursors/028006030e0e7ebffc7f7070c0600140 -lib/X11/icons/chameleon-skyblue-large/cursors/03b6e0fcb3499374a867c041f52298f0 -lib/X11/icons/chameleon-skyblue-large/cursors/0426c94ea35c87780ff01dc239897213 -lib/X11/icons/chameleon-skyblue-large/cursors/0876e1c15ff2fc01f906f1c363074c0f -lib/X11/icons/chameleon-skyblue-large/cursors/08e8e1c95fe2fc01f976f1e063a24ccd -lib/X11/icons/chameleon-skyblue-large/cursors/08ffe1cb5fe6fc01f906f1c063814ccf -lib/X11/icons/chameleon-skyblue-large/cursors/08ffe1e65f80fcfdf9fff11263e74c48 -lib/X11/icons/chameleon-skyblue-large/cursors/1081e37283d90000800003c07f3ef6bf -lib/X11/icons/chameleon-skyblue-large/cursors/14fef782d02440884392942c11205230 -lib/X11/icons/chameleon-skyblue-large/cursors/208530c400c041818281048008011002 -lib/X11/icons/chameleon-skyblue-large/cursors/2870a09082c103050810ffdffffe0204 -lib/X11/icons/chameleon-skyblue-large/cursors/3085a0e285430894940527032f8b26df -lib/X11/icons/chameleon-skyblue-large/cursors/3ecb610c1bf2410f44200f48c40d3599 -lib/X11/icons/chameleon-skyblue-large/cursors/4498f0e0c1937ffe01fd06f973665830 -lib/X11/icons/chameleon-skyblue-large/cursors/5aca4d189052212118709018842178c0 -lib/X11/icons/chameleon-skyblue-large/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 -lib/X11/icons/chameleon-skyblue-large/cursors/6407b0e94181790501fd1e167b474872 -lib/X11/icons/chameleon-skyblue-large/cursors/640fb0e74195791501fd1ed57b41487f -lib/X11/icons/chameleon-skyblue-large/cursors/9081237383d90e509aa00f00170e968f -lib/X11/icons/chameleon-skyblue-large/cursors/9116a3ea924ed2162ecab71ba103b17f -lib/X11/icons/chameleon-skyblue-large/cursors/9d800788f1b08800ae810202380a0822 -lib/X11/icons/chameleon-skyblue-large/cursors/X-cursor -lib/X11/icons/chameleon-skyblue-large/cursors/X-cursor.in -lib/X11/icons/chameleon-skyblue-large/cursors/X-cursor.png -lib/X11/icons/chameleon-skyblue-large/cursors/alias -lib/X11/icons/chameleon-skyblue-large/cursors/alias.in -lib/X11/icons/chameleon-skyblue-large/cursors/alias.png -lib/X11/icons/chameleon-skyblue-large/cursors/all-scroll -lib/X11/icons/chameleon-skyblue-large/cursors/all-scroll.in -lib/X11/icons/chameleon-skyblue-large/cursors/all-scroll.png -lib/X11/icons/chameleon-skyblue-large/cursors/arrow -lib/X11/icons/chameleon-skyblue-large/cursors/bottom_left_corner -lib/X11/icons/chameleon-skyblue-large/cursors/bottom_right_corner -lib/X11/icons/chameleon-skyblue-large/cursors/bottom_side -lib/X11/icons/chameleon-skyblue-large/cursors/c7088f0f3e6c8088236ef8e1e3e70000 -lib/X11/icons/chameleon-skyblue-large/cursors/cell -lib/X11/icons/chameleon-skyblue-large/cursors/cell.in -lib/X11/icons/chameleon-skyblue-large/cursors/cell.png -lib/X11/icons/chameleon-skyblue-large/cursors/center_ptr -lib/X11/icons/chameleon-skyblue-large/cursors/col-resize -lib/X11/icons/chameleon-skyblue-large/cursors/col-resize.in -lib/X11/icons/chameleon-skyblue-large/cursors/col-resize.png -lib/X11/icons/chameleon-skyblue-large/cursors/context-menu -lib/X11/icons/chameleon-skyblue-large/cursors/context-menu.in -lib/X11/icons/chameleon-skyblue-large/cursors/context-menu.png -lib/X11/icons/chameleon-skyblue-large/cursors/copy -lib/X11/icons/chameleon-skyblue-large/cursors/copy.in -lib/X11/icons/chameleon-skyblue-large/cursors/copy.png -lib/X11/icons/chameleon-skyblue-large/cursors/cross -lib/X11/icons/chameleon-skyblue-large/cursors/crosshair -lib/X11/icons/chameleon-skyblue-large/cursors/crosshair.in -lib/X11/icons/chameleon-skyblue-large/cursors/crosshair.png -lib/X11/icons/chameleon-skyblue-large/cursors/d9ce0ab605698f320427677b458ad60b -lib/X11/icons/chameleon-skyblue-large/cursors/default -lib/X11/icons/chameleon-skyblue-large/cursors/default.in -lib/X11/icons/chameleon-skyblue-large/cursors/default.png -lib/X11/icons/chameleon-skyblue-large/cursors/dnd-ask -lib/X11/icons/chameleon-skyblue-large/cursors/dnd-copy -lib/X11/icons/chameleon-skyblue-large/cursors/dnd-link -lib/X11/icons/chameleon-skyblue-large/cursors/dnd-move -lib/X11/icons/chameleon-skyblue-large/cursors/dnd-none -lib/X11/icons/chameleon-skyblue-large/cursors/e-resize -lib/X11/icons/chameleon-skyblue-large/cursors/e-resize.in -lib/X11/icons/chameleon-skyblue-large/cursors/e-resize.png -lib/X11/icons/chameleon-skyblue-large/cursors/e29285e634086352946a0e7090d73106 -lib/X11/icons/chameleon-skyblue-large/cursors/ew-resize -lib/X11/icons/chameleon-skyblue-large/cursors/ew-resize.in -lib/X11/icons/chameleon-skyblue-large/cursors/ew-resize.png -lib/X11/icons/chameleon-skyblue-large/cursors/f41c0e382c94c0958e07017e42b00462 -lib/X11/icons/chameleon-skyblue-large/cursors/f41c0e382c97c0938e07017e42800402 -lib/X11/icons/chameleon-skyblue-large/cursors/fcf1c3c7cd4491d801f1e1c78f100000 -lib/X11/icons/chameleon-skyblue-large/cursors/fleur -lib/X11/icons/chameleon-skyblue-large/cursors/grabbing -lib/X11/icons/chameleon-skyblue-large/cursors/grabbing.in -lib/X11/icons/chameleon-skyblue-large/cursors/grabbing.png -lib/X11/icons/chameleon-skyblue-large/cursors/hand2 -lib/X11/icons/chameleon-skyblue-large/cursors/help -lib/X11/icons/chameleon-skyblue-large/cursors/help.in -lib/X11/icons/chameleon-skyblue-large/cursors/help.png -lib/X11/icons/chameleon-skyblue-large/cursors/left_ptr -lib/X11/icons/chameleon-skyblue-large/cursors/left_ptr_watch -lib/X11/icons/chameleon-skyblue-large/cursors/left_side -lib/X11/icons/chameleon-skyblue-large/cursors/move -lib/X11/icons/chameleon-skyblue-large/cursors/move.in -lib/X11/icons/chameleon-skyblue-large/cursors/move.png -lib/X11/icons/chameleon-skyblue-large/cursors/n-resize -lib/X11/icons/chameleon-skyblue-large/cursors/n-resize.in -lib/X11/icons/chameleon-skyblue-large/cursors/n-resize.png -lib/X11/icons/chameleon-skyblue-large/cursors/ne-resize -lib/X11/icons/chameleon-skyblue-large/cursors/ne-resize.in -lib/X11/icons/chameleon-skyblue-large/cursors/ne-resize.png -lib/X11/icons/chameleon-skyblue-large/cursors/nesw-resize -lib/X11/icons/chameleon-skyblue-large/cursors/nesw-resize.in -lib/X11/icons/chameleon-skyblue-large/cursors/nesw-resize.png -lib/X11/icons/chameleon-skyblue-large/cursors/no-drop -lib/X11/icons/chameleon-skyblue-large/cursors/no-drop.in -lib/X11/icons/chameleon-skyblue-large/cursors/no-drop.png -lib/X11/icons/chameleon-skyblue-large/cursors/not-allowed -lib/X11/icons/chameleon-skyblue-large/cursors/not-allowed.in -lib/X11/icons/chameleon-skyblue-large/cursors/not-allowed.png -lib/X11/icons/chameleon-skyblue-large/cursors/ns-resize -lib/X11/icons/chameleon-skyblue-large/cursors/ns-resize.in -lib/X11/icons/chameleon-skyblue-large/cursors/ns-resize.png -lib/X11/icons/chameleon-skyblue-large/cursors/nw-resize -lib/X11/icons/chameleon-skyblue-large/cursors/nw-resize.in -lib/X11/icons/chameleon-skyblue-large/cursors/nw-resize.png -lib/X11/icons/chameleon-skyblue-large/cursors/nwse-resize -lib/X11/icons/chameleon-skyblue-large/cursors/nwse-resize.in -lib/X11/icons/chameleon-skyblue-large/cursors/nwse-resize.png -lib/X11/icons/chameleon-skyblue-large/cursors/pencil -lib/X11/icons/chameleon-skyblue-large/cursors/pencil.in -lib/X11/icons/chameleon-skyblue-large/cursors/pencil.png -lib/X11/icons/chameleon-skyblue-large/cursors/pirate -lib/X11/icons/chameleon-skyblue-large/cursors/pirate.in -lib/X11/icons/chameleon-skyblue-large/cursors/pirate.png -lib/X11/icons/chameleon-skyblue-large/cursors/plus -lib/X11/icons/chameleon-skyblue-large/cursors/pointer -lib/X11/icons/chameleon-skyblue-large/cursors/pointer.in -lib/X11/icons/chameleon-skyblue-large/cursors/pointer.png -lib/X11/icons/chameleon-skyblue-large/cursors/progress -lib/X11/icons/chameleon-skyblue-large/cursors/progress.in -lib/X11/icons/chameleon-skyblue-large/cursors/progress.png -lib/X11/icons/chameleon-skyblue-large/cursors/progress1.png -lib/X11/icons/chameleon-skyblue-large/cursors/progress10.png -lib/X11/icons/chameleon-skyblue-large/cursors/progress11.png -lib/X11/icons/chameleon-skyblue-large/cursors/progress12.png -lib/X11/icons/chameleon-skyblue-large/cursors/progress13.png -lib/X11/icons/chameleon-skyblue-large/cursors/progress2.png -lib/X11/icons/chameleon-skyblue-large/cursors/progress3.png -lib/X11/icons/chameleon-skyblue-large/cursors/progress4.png -lib/X11/icons/chameleon-skyblue-large/cursors/progress5.png -lib/X11/icons/chameleon-skyblue-large/cursors/progress6.png -lib/X11/icons/chameleon-skyblue-large/cursors/progress7.png -lib/X11/icons/chameleon-skyblue-large/cursors/progress8.png -lib/X11/icons/chameleon-skyblue-large/cursors/progress9.png -lib/X11/icons/chameleon-skyblue-large/cursors/question_arrow -lib/X11/icons/chameleon-skyblue-large/cursors/right-arrow -lib/X11/icons/chameleon-skyblue-large/cursors/right-arrow.in -lib/X11/icons/chameleon-skyblue-large/cursors/right-arrow.png -lib/X11/icons/chameleon-skyblue-large/cursors/right_ptr -lib/X11/icons/chameleon-skyblue-large/cursors/right_side -lib/X11/icons/chameleon-skyblue-large/cursors/row-resize -lib/X11/icons/chameleon-skyblue-large/cursors/row-resize.in -lib/X11/icons/chameleon-skyblue-large/cursors/row-resize.png -lib/X11/icons/chameleon-skyblue-large/cursors/s-resize -lib/X11/icons/chameleon-skyblue-large/cursors/s-resize.in -lib/X11/icons/chameleon-skyblue-large/cursors/s-resize.png -lib/X11/icons/chameleon-skyblue-large/cursors/sb_h_double_arrow -lib/X11/icons/chameleon-skyblue-large/cursors/sb_v_double_arrow -lib/X11/icons/chameleon-skyblue-large/cursors/se-resize -lib/X11/icons/chameleon-skyblue-large/cursors/se-resize.in -lib/X11/icons/chameleon-skyblue-large/cursors/se-resize.png -lib/X11/icons/chameleon-skyblue-large/cursors/sw-resize -lib/X11/icons/chameleon-skyblue-large/cursors/sw-resize.in -lib/X11/icons/chameleon-skyblue-large/cursors/sw-resize.png -lib/X11/icons/chameleon-skyblue-large/cursors/text -lib/X11/icons/chameleon-skyblue-large/cursors/text.in -lib/X11/icons/chameleon-skyblue-large/cursors/text.png -lib/X11/icons/chameleon-skyblue-large/cursors/text1.png -lib/X11/icons/chameleon-skyblue-large/cursors/text2.png -lib/X11/icons/chameleon-skyblue-large/cursors/text3.png -lib/X11/icons/chameleon-skyblue-large/cursors/text4.png -lib/X11/icons/chameleon-skyblue-large/cursors/text5.png -lib/X11/icons/chameleon-skyblue-large/cursors/top_left_corner -lib/X11/icons/chameleon-skyblue-large/cursors/top_right_corner -lib/X11/icons/chameleon-skyblue-large/cursors/top_side -lib/X11/icons/chameleon-skyblue-large/cursors/up-arrow -lib/X11/icons/chameleon-skyblue-large/cursors/up-arrow.in -lib/X11/icons/chameleon-skyblue-large/cursors/up-arrow.png -lib/X11/icons/chameleon-skyblue-large/cursors/vertical-text -lib/X11/icons/chameleon-skyblue-large/cursors/vertical-text.in -lib/X11/icons/chameleon-skyblue-large/cursors/vertical-text.png -lib/X11/icons/chameleon-skyblue-large/cursors/vertical-text1.png -lib/X11/icons/chameleon-skyblue-large/cursors/vertical-text2.png -lib/X11/icons/chameleon-skyblue-large/cursors/vertical-text3.png -lib/X11/icons/chameleon-skyblue-large/cursors/vertical-text4.png -lib/X11/icons/chameleon-skyblue-large/cursors/vertical-text5.png -lib/X11/icons/chameleon-skyblue-large/cursors/w-resize -lib/X11/icons/chameleon-skyblue-large/cursors/w-resize.in -lib/X11/icons/chameleon-skyblue-large/cursors/w-resize.png -lib/X11/icons/chameleon-skyblue-large/cursors/wait -lib/X11/icons/chameleon-skyblue-large/cursors/wait.in -lib/X11/icons/chameleon-skyblue-large/cursors/wait.png -lib/X11/icons/chameleon-skyblue-large/cursors/wait1.png -lib/X11/icons/chameleon-skyblue-large/cursors/wait10.png -lib/X11/icons/chameleon-skyblue-large/cursors/wait11.png -lib/X11/icons/chameleon-skyblue-large/cursors/wait12.png -lib/X11/icons/chameleon-skyblue-large/cursors/wait13.png -lib/X11/icons/chameleon-skyblue-large/cursors/wait2.png -lib/X11/icons/chameleon-skyblue-large/cursors/wait3.png -lib/X11/icons/chameleon-skyblue-large/cursors/wait4.png -lib/X11/icons/chameleon-skyblue-large/cursors/wait5.png -lib/X11/icons/chameleon-skyblue-large/cursors/wait6.png -lib/X11/icons/chameleon-skyblue-large/cursors/wait7.png -lib/X11/icons/chameleon-skyblue-large/cursors/wait8.png -lib/X11/icons/chameleon-skyblue-large/cursors/wait9.png -lib/X11/icons/chameleon-skyblue-large/cursors/watch -lib/X11/icons/chameleon-skyblue-large/cursors/xterm -lib/X11/icons/chameleon-skyblue-large/cursors/zoom-in -lib/X11/icons/chameleon-skyblue-large/cursors/zoom-in.in -lib/X11/icons/chameleon-skyblue-large/cursors/zoom-in.png -lib/X11/icons/chameleon-skyblue-large/cursors/zoom-out -lib/X11/icons/chameleon-skyblue-large/cursors/zoom-out.in -lib/X11/icons/chameleon-skyblue-large/cursors/zoom-out.png -lib/X11/icons/chameleon-skyblue-large/index.theme -lib/X11/icons/chameleon-skyblue-large/preview.jpg -lib/X11/icons/chameleon-skyblue-regular/cursors/00008160000006810000408080010102 -lib/X11/icons/chameleon-skyblue-regular/cursors/028006030e0e7ebffc7f7070c0600140 -lib/X11/icons/chameleon-skyblue-regular/cursors/03b6e0fcb3499374a867c041f52298f0 -lib/X11/icons/chameleon-skyblue-regular/cursors/0426c94ea35c87780ff01dc239897213 -lib/X11/icons/chameleon-skyblue-regular/cursors/0876e1c15ff2fc01f906f1c363074c0f -lib/X11/icons/chameleon-skyblue-regular/cursors/08e8e1c95fe2fc01f976f1e063a24ccd -lib/X11/icons/chameleon-skyblue-regular/cursors/08ffe1cb5fe6fc01f906f1c063814ccf -lib/X11/icons/chameleon-skyblue-regular/cursors/08ffe1e65f80fcfdf9fff11263e74c48 -lib/X11/icons/chameleon-skyblue-regular/cursors/1081e37283d90000800003c07f3ef6bf -lib/X11/icons/chameleon-skyblue-regular/cursors/14fef782d02440884392942c11205230 -lib/X11/icons/chameleon-skyblue-regular/cursors/208530c400c041818281048008011002 -lib/X11/icons/chameleon-skyblue-regular/cursors/2870a09082c103050810ffdffffe0204 -lib/X11/icons/chameleon-skyblue-regular/cursors/3085a0e285430894940527032f8b26df -lib/X11/icons/chameleon-skyblue-regular/cursors/3ecb610c1bf2410f44200f48c40d3599 -lib/X11/icons/chameleon-skyblue-regular/cursors/4498f0e0c1937ffe01fd06f973665830 -lib/X11/icons/chameleon-skyblue-regular/cursors/5aca4d189052212118709018842178c0 -lib/X11/icons/chameleon-skyblue-regular/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 -lib/X11/icons/chameleon-skyblue-regular/cursors/6407b0e94181790501fd1e167b474872 -lib/X11/icons/chameleon-skyblue-regular/cursors/640fb0e74195791501fd1ed57b41487f -lib/X11/icons/chameleon-skyblue-regular/cursors/9081237383d90e509aa00f00170e968f -lib/X11/icons/chameleon-skyblue-regular/cursors/9116a3ea924ed2162ecab71ba103b17f -lib/X11/icons/chameleon-skyblue-regular/cursors/9d800788f1b08800ae810202380a0822 -lib/X11/icons/chameleon-skyblue-regular/cursors/X-cursor -lib/X11/icons/chameleon-skyblue-regular/cursors/X-cursor.in -lib/X11/icons/chameleon-skyblue-regular/cursors/X-cursor.png -lib/X11/icons/chameleon-skyblue-regular/cursors/alias -lib/X11/icons/chameleon-skyblue-regular/cursors/alias.in -lib/X11/icons/chameleon-skyblue-regular/cursors/alias.png -lib/X11/icons/chameleon-skyblue-regular/cursors/all-scroll -lib/X11/icons/chameleon-skyblue-regular/cursors/all-scroll.in -lib/X11/icons/chameleon-skyblue-regular/cursors/all-scroll.png -lib/X11/icons/chameleon-skyblue-regular/cursors/arrow -lib/X11/icons/chameleon-skyblue-regular/cursors/bottom_left_corner -lib/X11/icons/chameleon-skyblue-regular/cursors/bottom_right_corner -lib/X11/icons/chameleon-skyblue-regular/cursors/bottom_side -lib/X11/icons/chameleon-skyblue-regular/cursors/c7088f0f3e6c8088236ef8e1e3e70000 -lib/X11/icons/chameleon-skyblue-regular/cursors/cell -lib/X11/icons/chameleon-skyblue-regular/cursors/cell.in -lib/X11/icons/chameleon-skyblue-regular/cursors/cell.png -lib/X11/icons/chameleon-skyblue-regular/cursors/center_ptr -lib/X11/icons/chameleon-skyblue-regular/cursors/col-resize -lib/X11/icons/chameleon-skyblue-regular/cursors/col-resize.in -lib/X11/icons/chameleon-skyblue-regular/cursors/col-resize.png -lib/X11/icons/chameleon-skyblue-regular/cursors/context-menu -lib/X11/icons/chameleon-skyblue-regular/cursors/context-menu.in -lib/X11/icons/chameleon-skyblue-regular/cursors/context-menu.png -lib/X11/icons/chameleon-skyblue-regular/cursors/copy -lib/X11/icons/chameleon-skyblue-regular/cursors/copy.in -lib/X11/icons/chameleon-skyblue-regular/cursors/copy.png -lib/X11/icons/chameleon-skyblue-regular/cursors/cross -lib/X11/icons/chameleon-skyblue-regular/cursors/crosshair -lib/X11/icons/chameleon-skyblue-regular/cursors/crosshair.in -lib/X11/icons/chameleon-skyblue-regular/cursors/crosshair.png -lib/X11/icons/chameleon-skyblue-regular/cursors/d9ce0ab605698f320427677b458ad60b -lib/X11/icons/chameleon-skyblue-regular/cursors/default -lib/X11/icons/chameleon-skyblue-regular/cursors/default.in -lib/X11/icons/chameleon-skyblue-regular/cursors/default.png -lib/X11/icons/chameleon-skyblue-regular/cursors/dnd-ask -lib/X11/icons/chameleon-skyblue-regular/cursors/dnd-copy -lib/X11/icons/chameleon-skyblue-regular/cursors/dnd-link -lib/X11/icons/chameleon-skyblue-regular/cursors/dnd-move -lib/X11/icons/chameleon-skyblue-regular/cursors/dnd-none -lib/X11/icons/chameleon-skyblue-regular/cursors/e-resize -lib/X11/icons/chameleon-skyblue-regular/cursors/e-resize.in -lib/X11/icons/chameleon-skyblue-regular/cursors/e-resize.png -lib/X11/icons/chameleon-skyblue-regular/cursors/e29285e634086352946a0e7090d73106 -lib/X11/icons/chameleon-skyblue-regular/cursors/ew-resize -lib/X11/icons/chameleon-skyblue-regular/cursors/ew-resize.in -lib/X11/icons/chameleon-skyblue-regular/cursors/ew-resize.png -lib/X11/icons/chameleon-skyblue-regular/cursors/f41c0e382c94c0958e07017e42b00462 -lib/X11/icons/chameleon-skyblue-regular/cursors/f41c0e382c97c0938e07017e42800402 -lib/X11/icons/chameleon-skyblue-regular/cursors/fcf1c3c7cd4491d801f1e1c78f100000 -lib/X11/icons/chameleon-skyblue-regular/cursors/fleur -lib/X11/icons/chameleon-skyblue-regular/cursors/grabbing -lib/X11/icons/chameleon-skyblue-regular/cursors/grabbing.in -lib/X11/icons/chameleon-skyblue-regular/cursors/grabbing.png -lib/X11/icons/chameleon-skyblue-regular/cursors/hand2 -lib/X11/icons/chameleon-skyblue-regular/cursors/help -lib/X11/icons/chameleon-skyblue-regular/cursors/help.in -lib/X11/icons/chameleon-skyblue-regular/cursors/help.png -lib/X11/icons/chameleon-skyblue-regular/cursors/left_ptr -lib/X11/icons/chameleon-skyblue-regular/cursors/left_ptr_watch -lib/X11/icons/chameleon-skyblue-regular/cursors/left_side -lib/X11/icons/chameleon-skyblue-regular/cursors/move -lib/X11/icons/chameleon-skyblue-regular/cursors/move.in -lib/X11/icons/chameleon-skyblue-regular/cursors/move.png -lib/X11/icons/chameleon-skyblue-regular/cursors/n-resize -lib/X11/icons/chameleon-skyblue-regular/cursors/n-resize.in -lib/X11/icons/chameleon-skyblue-regular/cursors/n-resize.png -lib/X11/icons/chameleon-skyblue-regular/cursors/ne-resize -lib/X11/icons/chameleon-skyblue-regular/cursors/ne-resize.in -lib/X11/icons/chameleon-skyblue-regular/cursors/ne-resize.png -lib/X11/icons/chameleon-skyblue-regular/cursors/nesw-resize -lib/X11/icons/chameleon-skyblue-regular/cursors/nesw-resize.in -lib/X11/icons/chameleon-skyblue-regular/cursors/nesw-resize.png -lib/X11/icons/chameleon-skyblue-regular/cursors/no-drop -lib/X11/icons/chameleon-skyblue-regular/cursors/no-drop.in -lib/X11/icons/chameleon-skyblue-regular/cursors/no-drop.png -lib/X11/icons/chameleon-skyblue-regular/cursors/not-allowed -lib/X11/icons/chameleon-skyblue-regular/cursors/not-allowed.in -lib/X11/icons/chameleon-skyblue-regular/cursors/not-allowed.png -lib/X11/icons/chameleon-skyblue-regular/cursors/ns-resize -lib/X11/icons/chameleon-skyblue-regular/cursors/ns-resize.in -lib/X11/icons/chameleon-skyblue-regular/cursors/ns-resize.png -lib/X11/icons/chameleon-skyblue-regular/cursors/nw-resize -lib/X11/icons/chameleon-skyblue-regular/cursors/nw-resize.in -lib/X11/icons/chameleon-skyblue-regular/cursors/nw-resize.png -lib/X11/icons/chameleon-skyblue-regular/cursors/nwse-resize -lib/X11/icons/chameleon-skyblue-regular/cursors/nwse-resize.in -lib/X11/icons/chameleon-skyblue-regular/cursors/nwse-resize.png -lib/X11/icons/chameleon-skyblue-regular/cursors/pencil -lib/X11/icons/chameleon-skyblue-regular/cursors/pencil.in -lib/X11/icons/chameleon-skyblue-regular/cursors/pencil.png -lib/X11/icons/chameleon-skyblue-regular/cursors/pirate -lib/X11/icons/chameleon-skyblue-regular/cursors/pirate.in -lib/X11/icons/chameleon-skyblue-regular/cursors/pirate.png -lib/X11/icons/chameleon-skyblue-regular/cursors/plus -lib/X11/icons/chameleon-skyblue-regular/cursors/pointer -lib/X11/icons/chameleon-skyblue-regular/cursors/pointer.in -lib/X11/icons/chameleon-skyblue-regular/cursors/pointer.png -lib/X11/icons/chameleon-skyblue-regular/cursors/progress -lib/X11/icons/chameleon-skyblue-regular/cursors/progress.in -lib/X11/icons/chameleon-skyblue-regular/cursors/progress.png -lib/X11/icons/chameleon-skyblue-regular/cursors/progress1.png -lib/X11/icons/chameleon-skyblue-regular/cursors/progress10.png -lib/X11/icons/chameleon-skyblue-regular/cursors/progress11.png -lib/X11/icons/chameleon-skyblue-regular/cursors/progress12.png -lib/X11/icons/chameleon-skyblue-regular/cursors/progress13.png -lib/X11/icons/chameleon-skyblue-regular/cursors/progress2.png -lib/X11/icons/chameleon-skyblue-regular/cursors/progress3.png -lib/X11/icons/chameleon-skyblue-regular/cursors/progress4.png -lib/X11/icons/chameleon-skyblue-regular/cursors/progress5.png -lib/X11/icons/chameleon-skyblue-regular/cursors/progress6.png -lib/X11/icons/chameleon-skyblue-regular/cursors/progress7.png -lib/X11/icons/chameleon-skyblue-regular/cursors/progress8.png -lib/X11/icons/chameleon-skyblue-regular/cursors/progress9.png -lib/X11/icons/chameleon-skyblue-regular/cursors/question_arrow -lib/X11/icons/chameleon-skyblue-regular/cursors/right-arrow -lib/X11/icons/chameleon-skyblue-regular/cursors/right-arrow.in -lib/X11/icons/chameleon-skyblue-regular/cursors/right-arrow.png -lib/X11/icons/chameleon-skyblue-regular/cursors/right_ptr -lib/X11/icons/chameleon-skyblue-regular/cursors/right_side -lib/X11/icons/chameleon-skyblue-regular/cursors/row-resize -lib/X11/icons/chameleon-skyblue-regular/cursors/row-resize.in -lib/X11/icons/chameleon-skyblue-regular/cursors/row-resize.png -lib/X11/icons/chameleon-skyblue-regular/cursors/s-resize -lib/X11/icons/chameleon-skyblue-regular/cursors/s-resize.in -lib/X11/icons/chameleon-skyblue-regular/cursors/s-resize.png -lib/X11/icons/chameleon-skyblue-regular/cursors/sb_h_double_arrow -lib/X11/icons/chameleon-skyblue-regular/cursors/sb_v_double_arrow -lib/X11/icons/chameleon-skyblue-regular/cursors/se-resize -lib/X11/icons/chameleon-skyblue-regular/cursors/se-resize.in -lib/X11/icons/chameleon-skyblue-regular/cursors/se-resize.png -lib/X11/icons/chameleon-skyblue-regular/cursors/sw-resize -lib/X11/icons/chameleon-skyblue-regular/cursors/sw-resize.in -lib/X11/icons/chameleon-skyblue-regular/cursors/sw-resize.png -lib/X11/icons/chameleon-skyblue-regular/cursors/text -lib/X11/icons/chameleon-skyblue-regular/cursors/text.in -lib/X11/icons/chameleon-skyblue-regular/cursors/text.png -lib/X11/icons/chameleon-skyblue-regular/cursors/text1.png -lib/X11/icons/chameleon-skyblue-regular/cursors/text2.png -lib/X11/icons/chameleon-skyblue-regular/cursors/text3.png -lib/X11/icons/chameleon-skyblue-regular/cursors/text4.png -lib/X11/icons/chameleon-skyblue-regular/cursors/text5.png -lib/X11/icons/chameleon-skyblue-regular/cursors/top_left_corner -lib/X11/icons/chameleon-skyblue-regular/cursors/top_right_corner -lib/X11/icons/chameleon-skyblue-regular/cursors/top_side -lib/X11/icons/chameleon-skyblue-regular/cursors/up-arrow -lib/X11/icons/chameleon-skyblue-regular/cursors/up-arrow.in -lib/X11/icons/chameleon-skyblue-regular/cursors/up-arrow.png -lib/X11/icons/chameleon-skyblue-regular/cursors/vertical-text -lib/X11/icons/chameleon-skyblue-regular/cursors/vertical-text.in -lib/X11/icons/chameleon-skyblue-regular/cursors/vertical-text.png -lib/X11/icons/chameleon-skyblue-regular/cursors/vertical-text1.png -lib/X11/icons/chameleon-skyblue-regular/cursors/vertical-text2.png -lib/X11/icons/chameleon-skyblue-regular/cursors/vertical-text3.png -lib/X11/icons/chameleon-skyblue-regular/cursors/vertical-text4.png -lib/X11/icons/chameleon-skyblue-regular/cursors/vertical-text5.png -lib/X11/icons/chameleon-skyblue-regular/cursors/w-resize -lib/X11/icons/chameleon-skyblue-regular/cursors/w-resize.in -lib/X11/icons/chameleon-skyblue-regular/cursors/w-resize.png -lib/X11/icons/chameleon-skyblue-regular/cursors/wait -lib/X11/icons/chameleon-skyblue-regular/cursors/wait.in -lib/X11/icons/chameleon-skyblue-regular/cursors/wait.png -lib/X11/icons/chameleon-skyblue-regular/cursors/wait1.png -lib/X11/icons/chameleon-skyblue-regular/cursors/wait10.png -lib/X11/icons/chameleon-skyblue-regular/cursors/wait11.png -lib/X11/icons/chameleon-skyblue-regular/cursors/wait12.png -lib/X11/icons/chameleon-skyblue-regular/cursors/wait13.png -lib/X11/icons/chameleon-skyblue-regular/cursors/wait2.png -lib/X11/icons/chameleon-skyblue-regular/cursors/wait3.png -lib/X11/icons/chameleon-skyblue-regular/cursors/wait4.png -lib/X11/icons/chameleon-skyblue-regular/cursors/wait5.png -lib/X11/icons/chameleon-skyblue-regular/cursors/wait6.png -lib/X11/icons/chameleon-skyblue-regular/cursors/wait7.png -lib/X11/icons/chameleon-skyblue-regular/cursors/wait8.png -lib/X11/icons/chameleon-skyblue-regular/cursors/wait9.png -lib/X11/icons/chameleon-skyblue-regular/cursors/watch -lib/X11/icons/chameleon-skyblue-regular/cursors/xterm -lib/X11/icons/chameleon-skyblue-regular/cursors/zoom-in -lib/X11/icons/chameleon-skyblue-regular/cursors/zoom-in.in -lib/X11/icons/chameleon-skyblue-regular/cursors/zoom-in.png -lib/X11/icons/chameleon-skyblue-regular/cursors/zoom-out -lib/X11/icons/chameleon-skyblue-regular/cursors/zoom-out.in -lib/X11/icons/chameleon-skyblue-regular/cursors/zoom-out.png -lib/X11/icons/chameleon-skyblue-regular/index.theme -lib/X11/icons/chameleon-skyblue-regular/preview.jpg -lib/X11/icons/chameleon-skyblue-small/cursors/00008160000006810000408080010102 -lib/X11/icons/chameleon-skyblue-small/cursors/028006030e0e7ebffc7f7070c0600140 -lib/X11/icons/chameleon-skyblue-small/cursors/03b6e0fcb3499374a867c041f52298f0 -lib/X11/icons/chameleon-skyblue-small/cursors/0426c94ea35c87780ff01dc239897213 -lib/X11/icons/chameleon-skyblue-small/cursors/0876e1c15ff2fc01f906f1c363074c0f -lib/X11/icons/chameleon-skyblue-small/cursors/08e8e1c95fe2fc01f976f1e063a24ccd -lib/X11/icons/chameleon-skyblue-small/cursors/08ffe1cb5fe6fc01f906f1c063814ccf -lib/X11/icons/chameleon-skyblue-small/cursors/08ffe1e65f80fcfdf9fff11263e74c48 -lib/X11/icons/chameleon-skyblue-small/cursors/1081e37283d90000800003c07f3ef6bf -lib/X11/icons/chameleon-skyblue-small/cursors/14fef782d02440884392942c11205230 -lib/X11/icons/chameleon-skyblue-small/cursors/208530c400c041818281048008011002 -lib/X11/icons/chameleon-skyblue-small/cursors/2870a09082c103050810ffdffffe0204 -lib/X11/icons/chameleon-skyblue-small/cursors/3085a0e285430894940527032f8b26df -lib/X11/icons/chameleon-skyblue-small/cursors/3ecb610c1bf2410f44200f48c40d3599 -lib/X11/icons/chameleon-skyblue-small/cursors/4498f0e0c1937ffe01fd06f973665830 -lib/X11/icons/chameleon-skyblue-small/cursors/5aca4d189052212118709018842178c0 -lib/X11/icons/chameleon-skyblue-small/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 -lib/X11/icons/chameleon-skyblue-small/cursors/6407b0e94181790501fd1e167b474872 -lib/X11/icons/chameleon-skyblue-small/cursors/640fb0e74195791501fd1ed57b41487f -lib/X11/icons/chameleon-skyblue-small/cursors/9081237383d90e509aa00f00170e968f -lib/X11/icons/chameleon-skyblue-small/cursors/9116a3ea924ed2162ecab71ba103b17f -lib/X11/icons/chameleon-skyblue-small/cursors/9d800788f1b08800ae810202380a0822 -lib/X11/icons/chameleon-skyblue-small/cursors/X-cursor -lib/X11/icons/chameleon-skyblue-small/cursors/X-cursor.in -lib/X11/icons/chameleon-skyblue-small/cursors/X-cursor.png -lib/X11/icons/chameleon-skyblue-small/cursors/alias -lib/X11/icons/chameleon-skyblue-small/cursors/alias.in -lib/X11/icons/chameleon-skyblue-small/cursors/alias.png -lib/X11/icons/chameleon-skyblue-small/cursors/all-scroll -lib/X11/icons/chameleon-skyblue-small/cursors/all-scroll.in -lib/X11/icons/chameleon-skyblue-small/cursors/all-scroll.png -lib/X11/icons/chameleon-skyblue-small/cursors/arrow -lib/X11/icons/chameleon-skyblue-small/cursors/bottom_left_corner -lib/X11/icons/chameleon-skyblue-small/cursors/bottom_right_corner -lib/X11/icons/chameleon-skyblue-small/cursors/bottom_side -lib/X11/icons/chameleon-skyblue-small/cursors/c7088f0f3e6c8088236ef8e1e3e70000 -lib/X11/icons/chameleon-skyblue-small/cursors/cell -lib/X11/icons/chameleon-skyblue-small/cursors/cell.in -lib/X11/icons/chameleon-skyblue-small/cursors/cell.png -lib/X11/icons/chameleon-skyblue-small/cursors/center_ptr -lib/X11/icons/chameleon-skyblue-small/cursors/col-resize -lib/X11/icons/chameleon-skyblue-small/cursors/col-resize.in -lib/X11/icons/chameleon-skyblue-small/cursors/col-resize.png -lib/X11/icons/chameleon-skyblue-small/cursors/context-menu -lib/X11/icons/chameleon-skyblue-small/cursors/context-menu.in -lib/X11/icons/chameleon-skyblue-small/cursors/context-menu.png -lib/X11/icons/chameleon-skyblue-small/cursors/copy -lib/X11/icons/chameleon-skyblue-small/cursors/copy.in -lib/X11/icons/chameleon-skyblue-small/cursors/copy.png -lib/X11/icons/chameleon-skyblue-small/cursors/cross -lib/X11/icons/chameleon-skyblue-small/cursors/crosshair -lib/X11/icons/chameleon-skyblue-small/cursors/crosshair.in -lib/X11/icons/chameleon-skyblue-small/cursors/crosshair.png -lib/X11/icons/chameleon-skyblue-small/cursors/d9ce0ab605698f320427677b458ad60b -lib/X11/icons/chameleon-skyblue-small/cursors/default -lib/X11/icons/chameleon-skyblue-small/cursors/default.in -lib/X11/icons/chameleon-skyblue-small/cursors/default.png -lib/X11/icons/chameleon-skyblue-small/cursors/dnd-ask -lib/X11/icons/chameleon-skyblue-small/cursors/dnd-copy -lib/X11/icons/chameleon-skyblue-small/cursors/dnd-link -lib/X11/icons/chameleon-skyblue-small/cursors/dnd-move -lib/X11/icons/chameleon-skyblue-small/cursors/dnd-none -lib/X11/icons/chameleon-skyblue-small/cursors/e-resize -lib/X11/icons/chameleon-skyblue-small/cursors/e-resize.in -lib/X11/icons/chameleon-skyblue-small/cursors/e-resize.png -lib/X11/icons/chameleon-skyblue-small/cursors/e29285e634086352946a0e7090d73106 -lib/X11/icons/chameleon-skyblue-small/cursors/ew-resize -lib/X11/icons/chameleon-skyblue-small/cursors/ew-resize.in -lib/X11/icons/chameleon-skyblue-small/cursors/ew-resize.png -lib/X11/icons/chameleon-skyblue-small/cursors/f41c0e382c94c0958e07017e42b00462 -lib/X11/icons/chameleon-skyblue-small/cursors/f41c0e382c97c0938e07017e42800402 -lib/X11/icons/chameleon-skyblue-small/cursors/fcf1c3c7cd4491d801f1e1c78f100000 -lib/X11/icons/chameleon-skyblue-small/cursors/fleur -lib/X11/icons/chameleon-skyblue-small/cursors/grabbing -lib/X11/icons/chameleon-skyblue-small/cursors/grabbing.in -lib/X11/icons/chameleon-skyblue-small/cursors/grabbing.png -lib/X11/icons/chameleon-skyblue-small/cursors/hand2 -lib/X11/icons/chameleon-skyblue-small/cursors/help -lib/X11/icons/chameleon-skyblue-small/cursors/help.in -lib/X11/icons/chameleon-skyblue-small/cursors/help.png -lib/X11/icons/chameleon-skyblue-small/cursors/left_ptr -lib/X11/icons/chameleon-skyblue-small/cursors/left_ptr_watch -lib/X11/icons/chameleon-skyblue-small/cursors/left_side -lib/X11/icons/chameleon-skyblue-small/cursors/move -lib/X11/icons/chameleon-skyblue-small/cursors/move.in -lib/X11/icons/chameleon-skyblue-small/cursors/move.png -lib/X11/icons/chameleon-skyblue-small/cursors/n-resize -lib/X11/icons/chameleon-skyblue-small/cursors/n-resize.in -lib/X11/icons/chameleon-skyblue-small/cursors/n-resize.png -lib/X11/icons/chameleon-skyblue-small/cursors/ne-resize -lib/X11/icons/chameleon-skyblue-small/cursors/ne-resize.in -lib/X11/icons/chameleon-skyblue-small/cursors/ne-resize.png -lib/X11/icons/chameleon-skyblue-small/cursors/nesw-resize -lib/X11/icons/chameleon-skyblue-small/cursors/nesw-resize.in -lib/X11/icons/chameleon-skyblue-small/cursors/nesw-resize.png -lib/X11/icons/chameleon-skyblue-small/cursors/no-drop -lib/X11/icons/chameleon-skyblue-small/cursors/no-drop.in -lib/X11/icons/chameleon-skyblue-small/cursors/no-drop.png -lib/X11/icons/chameleon-skyblue-small/cursors/not-allowed -lib/X11/icons/chameleon-skyblue-small/cursors/not-allowed.in -lib/X11/icons/chameleon-skyblue-small/cursors/not-allowed.png -lib/X11/icons/chameleon-skyblue-small/cursors/ns-resize -lib/X11/icons/chameleon-skyblue-small/cursors/ns-resize.in -lib/X11/icons/chameleon-skyblue-small/cursors/ns-resize.png -lib/X11/icons/chameleon-skyblue-small/cursors/nw-resize -lib/X11/icons/chameleon-skyblue-small/cursors/nw-resize.in -lib/X11/icons/chameleon-skyblue-small/cursors/nw-resize.png -lib/X11/icons/chameleon-skyblue-small/cursors/nwse-resize -lib/X11/icons/chameleon-skyblue-small/cursors/nwse-resize.in -lib/X11/icons/chameleon-skyblue-small/cursors/nwse-resize.png -lib/X11/icons/chameleon-skyblue-small/cursors/pencil -lib/X11/icons/chameleon-skyblue-small/cursors/pencil.in -lib/X11/icons/chameleon-skyblue-small/cursors/pencil.png -lib/X11/icons/chameleon-skyblue-small/cursors/pirate -lib/X11/icons/chameleon-skyblue-small/cursors/pirate.in -lib/X11/icons/chameleon-skyblue-small/cursors/pirate.png -lib/X11/icons/chameleon-skyblue-small/cursors/plus -lib/X11/icons/chameleon-skyblue-small/cursors/pointer -lib/X11/icons/chameleon-skyblue-small/cursors/pointer.in -lib/X11/icons/chameleon-skyblue-small/cursors/pointer.png -lib/X11/icons/chameleon-skyblue-small/cursors/progress -lib/X11/icons/chameleon-skyblue-small/cursors/progress.in -lib/X11/icons/chameleon-skyblue-small/cursors/progress.png -lib/X11/icons/chameleon-skyblue-small/cursors/progress1.png -lib/X11/icons/chameleon-skyblue-small/cursors/progress10.png -lib/X11/icons/chameleon-skyblue-small/cursors/progress11.png -lib/X11/icons/chameleon-skyblue-small/cursors/progress12.png -lib/X11/icons/chameleon-skyblue-small/cursors/progress13.png -lib/X11/icons/chameleon-skyblue-small/cursors/progress2.png -lib/X11/icons/chameleon-skyblue-small/cursors/progress3.png -lib/X11/icons/chameleon-skyblue-small/cursors/progress4.png -lib/X11/icons/chameleon-skyblue-small/cursors/progress5.png -lib/X11/icons/chameleon-skyblue-small/cursors/progress6.png -lib/X11/icons/chameleon-skyblue-small/cursors/progress7.png -lib/X11/icons/chameleon-skyblue-small/cursors/progress8.png -lib/X11/icons/chameleon-skyblue-small/cursors/progress9.png -lib/X11/icons/chameleon-skyblue-small/cursors/question_arrow -lib/X11/icons/chameleon-skyblue-small/cursors/right-arrow -lib/X11/icons/chameleon-skyblue-small/cursors/right-arrow.in -lib/X11/icons/chameleon-skyblue-small/cursors/right-arrow.png -lib/X11/icons/chameleon-skyblue-small/cursors/right_ptr -lib/X11/icons/chameleon-skyblue-small/cursors/right_side -lib/X11/icons/chameleon-skyblue-small/cursors/row-resize -lib/X11/icons/chameleon-skyblue-small/cursors/row-resize.in -lib/X11/icons/chameleon-skyblue-small/cursors/row-resize.png -lib/X11/icons/chameleon-skyblue-small/cursors/s-resize -lib/X11/icons/chameleon-skyblue-small/cursors/s-resize.in -lib/X11/icons/chameleon-skyblue-small/cursors/s-resize.png -lib/X11/icons/chameleon-skyblue-small/cursors/sb_h_double_arrow -lib/X11/icons/chameleon-skyblue-small/cursors/sb_v_double_arrow -lib/X11/icons/chameleon-skyblue-small/cursors/se-resize -lib/X11/icons/chameleon-skyblue-small/cursors/se-resize.in -lib/X11/icons/chameleon-skyblue-small/cursors/se-resize.png -lib/X11/icons/chameleon-skyblue-small/cursors/sw-resize -lib/X11/icons/chameleon-skyblue-small/cursors/sw-resize.in -lib/X11/icons/chameleon-skyblue-small/cursors/sw-resize.png -lib/X11/icons/chameleon-skyblue-small/cursors/text -lib/X11/icons/chameleon-skyblue-small/cursors/text.in -lib/X11/icons/chameleon-skyblue-small/cursors/text.png -lib/X11/icons/chameleon-skyblue-small/cursors/text1.png -lib/X11/icons/chameleon-skyblue-small/cursors/text2.png -lib/X11/icons/chameleon-skyblue-small/cursors/text3.png -lib/X11/icons/chameleon-skyblue-small/cursors/text4.png -lib/X11/icons/chameleon-skyblue-small/cursors/text5.png -lib/X11/icons/chameleon-skyblue-small/cursors/top_left_corner -lib/X11/icons/chameleon-skyblue-small/cursors/top_right_corner -lib/X11/icons/chameleon-skyblue-small/cursors/top_side -lib/X11/icons/chameleon-skyblue-small/cursors/up-arrow -lib/X11/icons/chameleon-skyblue-small/cursors/up-arrow.in -lib/X11/icons/chameleon-skyblue-small/cursors/up-arrow.png -lib/X11/icons/chameleon-skyblue-small/cursors/vertical-text -lib/X11/icons/chameleon-skyblue-small/cursors/vertical-text.in -lib/X11/icons/chameleon-skyblue-small/cursors/vertical-text.png -lib/X11/icons/chameleon-skyblue-small/cursors/vertical-text1.png -lib/X11/icons/chameleon-skyblue-small/cursors/vertical-text2.png -lib/X11/icons/chameleon-skyblue-small/cursors/vertical-text3.png -lib/X11/icons/chameleon-skyblue-small/cursors/vertical-text4.png -lib/X11/icons/chameleon-skyblue-small/cursors/vertical-text5.png -lib/X11/icons/chameleon-skyblue-small/cursors/w-resize -lib/X11/icons/chameleon-skyblue-small/cursors/w-resize.in -lib/X11/icons/chameleon-skyblue-small/cursors/w-resize.png -lib/X11/icons/chameleon-skyblue-small/cursors/wait -lib/X11/icons/chameleon-skyblue-small/cursors/wait.in -lib/X11/icons/chameleon-skyblue-small/cursors/wait.png -lib/X11/icons/chameleon-skyblue-small/cursors/wait1.png -lib/X11/icons/chameleon-skyblue-small/cursors/wait10.png -lib/X11/icons/chameleon-skyblue-small/cursors/wait11.png -lib/X11/icons/chameleon-skyblue-small/cursors/wait12.png -lib/X11/icons/chameleon-skyblue-small/cursors/wait13.png -lib/X11/icons/chameleon-skyblue-small/cursors/wait2.png -lib/X11/icons/chameleon-skyblue-small/cursors/wait3.png -lib/X11/icons/chameleon-skyblue-small/cursors/wait4.png -lib/X11/icons/chameleon-skyblue-small/cursors/wait5.png -lib/X11/icons/chameleon-skyblue-small/cursors/wait6.png -lib/X11/icons/chameleon-skyblue-small/cursors/wait7.png -lib/X11/icons/chameleon-skyblue-small/cursors/wait8.png -lib/X11/icons/chameleon-skyblue-small/cursors/wait9.png -lib/X11/icons/chameleon-skyblue-small/cursors/watch -lib/X11/icons/chameleon-skyblue-small/cursors/xterm -lib/X11/icons/chameleon-skyblue-small/cursors/zoom-in -lib/X11/icons/chameleon-skyblue-small/cursors/zoom-in.in -lib/X11/icons/chameleon-skyblue-small/cursors/zoom-in.png -lib/X11/icons/chameleon-skyblue-small/cursors/zoom-out -lib/X11/icons/chameleon-skyblue-small/cursors/zoom-out.in -lib/X11/icons/chameleon-skyblue-small/cursors/zoom-out.png -lib/X11/icons/chameleon-skyblue-small/index.theme -lib/X11/icons/chameleon-skyblue-small/preview.jpg +share/icons/chameleon-skyblue-large/cursors/00008160000006810000408080010102 +share/icons/chameleon-skyblue-large/cursors/028006030e0e7ebffc7f7070c0600140 +share/icons/chameleon-skyblue-large/cursors/03b6e0fcb3499374a867c041f52298f0 +share/icons/chameleon-skyblue-large/cursors/0426c94ea35c87780ff01dc239897213 +share/icons/chameleon-skyblue-large/cursors/0876e1c15ff2fc01f906f1c363074c0f +share/icons/chameleon-skyblue-large/cursors/08e8e1c95fe2fc01f976f1e063a24ccd +share/icons/chameleon-skyblue-large/cursors/08ffe1cb5fe6fc01f906f1c063814ccf +share/icons/chameleon-skyblue-large/cursors/08ffe1e65f80fcfdf9fff11263e74c48 +share/icons/chameleon-skyblue-large/cursors/1081e37283d90000800003c07f3ef6bf +share/icons/chameleon-skyblue-large/cursors/14fef782d02440884392942c11205230 +share/icons/chameleon-skyblue-large/cursors/208530c400c041818281048008011002 +share/icons/chameleon-skyblue-large/cursors/2870a09082c103050810ffdffffe0204 +share/icons/chameleon-skyblue-large/cursors/3085a0e285430894940527032f8b26df +share/icons/chameleon-skyblue-large/cursors/3ecb610c1bf2410f44200f48c40d3599 +share/icons/chameleon-skyblue-large/cursors/4498f0e0c1937ffe01fd06f973665830 +share/icons/chameleon-skyblue-large/cursors/5aca4d189052212118709018842178c0 +share/icons/chameleon-skyblue-large/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 +share/icons/chameleon-skyblue-large/cursors/6407b0e94181790501fd1e167b474872 +share/icons/chameleon-skyblue-large/cursors/640fb0e74195791501fd1ed57b41487f +share/icons/chameleon-skyblue-large/cursors/9081237383d90e509aa00f00170e968f +share/icons/chameleon-skyblue-large/cursors/9116a3ea924ed2162ecab71ba103b17f +share/icons/chameleon-skyblue-large/cursors/9d800788f1b08800ae810202380a0822 +share/icons/chameleon-skyblue-large/cursors/X-cursor +share/icons/chameleon-skyblue-large/cursors/X-cursor.in +share/icons/chameleon-skyblue-large/cursors/X-cursor.png +share/icons/chameleon-skyblue-large/cursors/alias +share/icons/chameleon-skyblue-large/cursors/alias.in +share/icons/chameleon-skyblue-large/cursors/alias.png +share/icons/chameleon-skyblue-large/cursors/all-scroll +share/icons/chameleon-skyblue-large/cursors/all-scroll.in +share/icons/chameleon-skyblue-large/cursors/all-scroll.png +share/icons/chameleon-skyblue-large/cursors/arrow +share/icons/chameleon-skyblue-large/cursors/bottom_left_corner +share/icons/chameleon-skyblue-large/cursors/bottom_right_corner +share/icons/chameleon-skyblue-large/cursors/bottom_side +share/icons/chameleon-skyblue-large/cursors/c7088f0f3e6c8088236ef8e1e3e70000 +share/icons/chameleon-skyblue-large/cursors/cell +share/icons/chameleon-skyblue-large/cursors/cell.in +share/icons/chameleon-skyblue-large/cursors/cell.png +share/icons/chameleon-skyblue-large/cursors/center_ptr +share/icons/chameleon-skyblue-large/cursors/col-resize +share/icons/chameleon-skyblue-large/cursors/col-resize.in +share/icons/chameleon-skyblue-large/cursors/col-resize.png +share/icons/chameleon-skyblue-large/cursors/context-menu +share/icons/chameleon-skyblue-large/cursors/context-menu.in +share/icons/chameleon-skyblue-large/cursors/context-menu.png +share/icons/chameleon-skyblue-large/cursors/copy +share/icons/chameleon-skyblue-large/cursors/copy.in +share/icons/chameleon-skyblue-large/cursors/copy.png +share/icons/chameleon-skyblue-large/cursors/cross +share/icons/chameleon-skyblue-large/cursors/crosshair +share/icons/chameleon-skyblue-large/cursors/crosshair.in +share/icons/chameleon-skyblue-large/cursors/crosshair.png +share/icons/chameleon-skyblue-large/cursors/d9ce0ab605698f320427677b458ad60b +share/icons/chameleon-skyblue-large/cursors/default +share/icons/chameleon-skyblue-large/cursors/default.in +share/icons/chameleon-skyblue-large/cursors/default.png +share/icons/chameleon-skyblue-large/cursors/dnd-ask +share/icons/chameleon-skyblue-large/cursors/dnd-copy +share/icons/chameleon-skyblue-large/cursors/dnd-link +share/icons/chameleon-skyblue-large/cursors/dnd-move +share/icons/chameleon-skyblue-large/cursors/dnd-none +share/icons/chameleon-skyblue-large/cursors/e-resize +share/icons/chameleon-skyblue-large/cursors/e-resize.in +share/icons/chameleon-skyblue-large/cursors/e-resize.png +share/icons/chameleon-skyblue-large/cursors/e29285e634086352946a0e7090d73106 +share/icons/chameleon-skyblue-large/cursors/ew-resize +share/icons/chameleon-skyblue-large/cursors/ew-resize.in +share/icons/chameleon-skyblue-large/cursors/ew-resize.png +share/icons/chameleon-skyblue-large/cursors/f41c0e382c94c0958e07017e42b00462 +share/icons/chameleon-skyblue-large/cursors/f41c0e382c97c0938e07017e42800402 +share/icons/chameleon-skyblue-large/cursors/fcf1c3c7cd4491d801f1e1c78f100000 +share/icons/chameleon-skyblue-large/cursors/fleur +share/icons/chameleon-skyblue-large/cursors/grabbing +share/icons/chameleon-skyblue-large/cursors/grabbing.in +share/icons/chameleon-skyblue-large/cursors/grabbing.png +share/icons/chameleon-skyblue-large/cursors/hand2 +share/icons/chameleon-skyblue-large/cursors/help +share/icons/chameleon-skyblue-large/cursors/help.in +share/icons/chameleon-skyblue-large/cursors/help.png +share/icons/chameleon-skyblue-large/cursors/left_ptr +share/icons/chameleon-skyblue-large/cursors/left_ptr_watch +share/icons/chameleon-skyblue-large/cursors/left_side +share/icons/chameleon-skyblue-large/cursors/move +share/icons/chameleon-skyblue-large/cursors/move.in +share/icons/chameleon-skyblue-large/cursors/move.png +share/icons/chameleon-skyblue-large/cursors/n-resize +share/icons/chameleon-skyblue-large/cursors/n-resize.in +share/icons/chameleon-skyblue-large/cursors/n-resize.png +share/icons/chameleon-skyblue-large/cursors/ne-resize +share/icons/chameleon-skyblue-large/cursors/ne-resize.in +share/icons/chameleon-skyblue-large/cursors/ne-resize.png +share/icons/chameleon-skyblue-large/cursors/nesw-resize +share/icons/chameleon-skyblue-large/cursors/nesw-resize.in +share/icons/chameleon-skyblue-large/cursors/nesw-resize.png +share/icons/chameleon-skyblue-large/cursors/no-drop +share/icons/chameleon-skyblue-large/cursors/no-drop.in +share/icons/chameleon-skyblue-large/cursors/no-drop.png +share/icons/chameleon-skyblue-large/cursors/not-allowed +share/icons/chameleon-skyblue-large/cursors/not-allowed.in +share/icons/chameleon-skyblue-large/cursors/not-allowed.png +share/icons/chameleon-skyblue-large/cursors/ns-resize +share/icons/chameleon-skyblue-large/cursors/ns-resize.in +share/icons/chameleon-skyblue-large/cursors/ns-resize.png +share/icons/chameleon-skyblue-large/cursors/nw-resize +share/icons/chameleon-skyblue-large/cursors/nw-resize.in +share/icons/chameleon-skyblue-large/cursors/nw-resize.png +share/icons/chameleon-skyblue-large/cursors/nwse-resize +share/icons/chameleon-skyblue-large/cursors/nwse-resize.in +share/icons/chameleon-skyblue-large/cursors/nwse-resize.png +share/icons/chameleon-skyblue-large/cursors/pencil +share/icons/chameleon-skyblue-large/cursors/pencil.in +share/icons/chameleon-skyblue-large/cursors/pencil.png +share/icons/chameleon-skyblue-large/cursors/pirate +share/icons/chameleon-skyblue-large/cursors/pirate.in +share/icons/chameleon-skyblue-large/cursors/pirate.png +share/icons/chameleon-skyblue-large/cursors/plus +share/icons/chameleon-skyblue-large/cursors/pointer +share/icons/chameleon-skyblue-large/cursors/pointer.in +share/icons/chameleon-skyblue-large/cursors/pointer.png +share/icons/chameleon-skyblue-large/cursors/progress +share/icons/chameleon-skyblue-large/cursors/progress.in +share/icons/chameleon-skyblue-large/cursors/progress.png +share/icons/chameleon-skyblue-large/cursors/progress1.png +share/icons/chameleon-skyblue-large/cursors/progress10.png +share/icons/chameleon-skyblue-large/cursors/progress11.png +share/icons/chameleon-skyblue-large/cursors/progress12.png +share/icons/chameleon-skyblue-large/cursors/progress13.png +share/icons/chameleon-skyblue-large/cursors/progress2.png +share/icons/chameleon-skyblue-large/cursors/progress3.png +share/icons/chameleon-skyblue-large/cursors/progress4.png +share/icons/chameleon-skyblue-large/cursors/progress5.png +share/icons/chameleon-skyblue-large/cursors/progress6.png +share/icons/chameleon-skyblue-large/cursors/progress7.png +share/icons/chameleon-skyblue-large/cursors/progress8.png +share/icons/chameleon-skyblue-large/cursors/progress9.png +share/icons/chameleon-skyblue-large/cursors/question_arrow +share/icons/chameleon-skyblue-large/cursors/right-arrow +share/icons/chameleon-skyblue-large/cursors/right-arrow.in +share/icons/chameleon-skyblue-large/cursors/right-arrow.png +share/icons/chameleon-skyblue-large/cursors/right_ptr +share/icons/chameleon-skyblue-large/cursors/right_side +share/icons/chameleon-skyblue-large/cursors/row-resize +share/icons/chameleon-skyblue-large/cursors/row-resize.in +share/icons/chameleon-skyblue-large/cursors/row-resize.png +share/icons/chameleon-skyblue-large/cursors/s-resize +share/icons/chameleon-skyblue-large/cursors/s-resize.in +share/icons/chameleon-skyblue-large/cursors/s-resize.png +share/icons/chameleon-skyblue-large/cursors/sb_h_double_arrow +share/icons/chameleon-skyblue-large/cursors/sb_v_double_arrow +share/icons/chameleon-skyblue-large/cursors/se-resize +share/icons/chameleon-skyblue-large/cursors/se-resize.in +share/icons/chameleon-skyblue-large/cursors/se-resize.png +share/icons/chameleon-skyblue-large/cursors/sw-resize +share/icons/chameleon-skyblue-large/cursors/sw-resize.in +share/icons/chameleon-skyblue-large/cursors/sw-resize.png +share/icons/chameleon-skyblue-large/cursors/text +share/icons/chameleon-skyblue-large/cursors/text.in +share/icons/chameleon-skyblue-large/cursors/text.png +share/icons/chameleon-skyblue-large/cursors/text1.png +share/icons/chameleon-skyblue-large/cursors/text2.png +share/icons/chameleon-skyblue-large/cursors/text3.png +share/icons/chameleon-skyblue-large/cursors/text4.png +share/icons/chameleon-skyblue-large/cursors/text5.png +share/icons/chameleon-skyblue-large/cursors/top_left_corner +share/icons/chameleon-skyblue-large/cursors/top_right_corner +share/icons/chameleon-skyblue-large/cursors/top_side +share/icons/chameleon-skyblue-large/cursors/up-arrow +share/icons/chameleon-skyblue-large/cursors/up-arrow.in +share/icons/chameleon-skyblue-large/cursors/up-arrow.png +share/icons/chameleon-skyblue-large/cursors/vertical-text +share/icons/chameleon-skyblue-large/cursors/vertical-text.in +share/icons/chameleon-skyblue-large/cursors/vertical-text.png +share/icons/chameleon-skyblue-large/cursors/vertical-text1.png +share/icons/chameleon-skyblue-large/cursors/vertical-text2.png +share/icons/chameleon-skyblue-large/cursors/vertical-text3.png +share/icons/chameleon-skyblue-large/cursors/vertical-text4.png +share/icons/chameleon-skyblue-large/cursors/vertical-text5.png +share/icons/chameleon-skyblue-large/cursors/w-resize +share/icons/chameleon-skyblue-large/cursors/w-resize.in +share/icons/chameleon-skyblue-large/cursors/w-resize.png +share/icons/chameleon-skyblue-large/cursors/wait +share/icons/chameleon-skyblue-large/cursors/wait.in +share/icons/chameleon-skyblue-large/cursors/wait.png +share/icons/chameleon-skyblue-large/cursors/wait1.png +share/icons/chameleon-skyblue-large/cursors/wait10.png +share/icons/chameleon-skyblue-large/cursors/wait11.png +share/icons/chameleon-skyblue-large/cursors/wait12.png +share/icons/chameleon-skyblue-large/cursors/wait13.png +share/icons/chameleon-skyblue-large/cursors/wait2.png +share/icons/chameleon-skyblue-large/cursors/wait3.png +share/icons/chameleon-skyblue-large/cursors/wait4.png +share/icons/chameleon-skyblue-large/cursors/wait5.png +share/icons/chameleon-skyblue-large/cursors/wait6.png +share/icons/chameleon-skyblue-large/cursors/wait7.png +share/icons/chameleon-skyblue-large/cursors/wait8.png +share/icons/chameleon-skyblue-large/cursors/wait9.png +share/icons/chameleon-skyblue-large/cursors/watch +share/icons/chameleon-skyblue-large/cursors/xterm +share/icons/chameleon-skyblue-large/cursors/zoom-in +share/icons/chameleon-skyblue-large/cursors/zoom-in.in +share/icons/chameleon-skyblue-large/cursors/zoom-in.png +share/icons/chameleon-skyblue-large/cursors/zoom-out +share/icons/chameleon-skyblue-large/cursors/zoom-out.in +share/icons/chameleon-skyblue-large/cursors/zoom-out.png +share/icons/chameleon-skyblue-large/index.theme +share/icons/chameleon-skyblue-large/preview.jpg +share/icons/chameleon-skyblue-regular/cursors/00008160000006810000408080010102 +share/icons/chameleon-skyblue-regular/cursors/028006030e0e7ebffc7f7070c0600140 +share/icons/chameleon-skyblue-regular/cursors/03b6e0fcb3499374a867c041f52298f0 +share/icons/chameleon-skyblue-regular/cursors/0426c94ea35c87780ff01dc239897213 +share/icons/chameleon-skyblue-regular/cursors/0876e1c15ff2fc01f906f1c363074c0f +share/icons/chameleon-skyblue-regular/cursors/08e8e1c95fe2fc01f976f1e063a24ccd +share/icons/chameleon-skyblue-regular/cursors/08ffe1cb5fe6fc01f906f1c063814ccf +share/icons/chameleon-skyblue-regular/cursors/08ffe1e65f80fcfdf9fff11263e74c48 +share/icons/chameleon-skyblue-regular/cursors/1081e37283d90000800003c07f3ef6bf +share/icons/chameleon-skyblue-regular/cursors/14fef782d02440884392942c11205230 +share/icons/chameleon-skyblue-regular/cursors/208530c400c041818281048008011002 +share/icons/chameleon-skyblue-regular/cursors/2870a09082c103050810ffdffffe0204 +share/icons/chameleon-skyblue-regular/cursors/3085a0e285430894940527032f8b26df +share/icons/chameleon-skyblue-regular/cursors/3ecb610c1bf2410f44200f48c40d3599 +share/icons/chameleon-skyblue-regular/cursors/4498f0e0c1937ffe01fd06f973665830 +share/icons/chameleon-skyblue-regular/cursors/5aca4d189052212118709018842178c0 +share/icons/chameleon-skyblue-regular/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 +share/icons/chameleon-skyblue-regular/cursors/6407b0e94181790501fd1e167b474872 +share/icons/chameleon-skyblue-regular/cursors/640fb0e74195791501fd1ed57b41487f +share/icons/chameleon-skyblue-regular/cursors/9081237383d90e509aa00f00170e968f +share/icons/chameleon-skyblue-regular/cursors/9116a3ea924ed2162ecab71ba103b17f +share/icons/chameleon-skyblue-regular/cursors/9d800788f1b08800ae810202380a0822 +share/icons/chameleon-skyblue-regular/cursors/X-cursor +share/icons/chameleon-skyblue-regular/cursors/X-cursor.in +share/icons/chameleon-skyblue-regular/cursors/X-cursor.png +share/icons/chameleon-skyblue-regular/cursors/alias +share/icons/chameleon-skyblue-regular/cursors/alias.in +share/icons/chameleon-skyblue-regular/cursors/alias.png +share/icons/chameleon-skyblue-regular/cursors/all-scroll +share/icons/chameleon-skyblue-regular/cursors/all-scroll.in +share/icons/chameleon-skyblue-regular/cursors/all-scroll.png +share/icons/chameleon-skyblue-regular/cursors/arrow +share/icons/chameleon-skyblue-regular/cursors/bottom_left_corner +share/icons/chameleon-skyblue-regular/cursors/bottom_right_corner +share/icons/chameleon-skyblue-regular/cursors/bottom_side +share/icons/chameleon-skyblue-regular/cursors/c7088f0f3e6c8088236ef8e1e3e70000 +share/icons/chameleon-skyblue-regular/cursors/cell +share/icons/chameleon-skyblue-regular/cursors/cell.in +share/icons/chameleon-skyblue-regular/cursors/cell.png +share/icons/chameleon-skyblue-regular/cursors/center_ptr +share/icons/chameleon-skyblue-regular/cursors/col-resize +share/icons/chameleon-skyblue-regular/cursors/col-resize.in +share/icons/chameleon-skyblue-regular/cursors/col-resize.png +share/icons/chameleon-skyblue-regular/cursors/context-menu +share/icons/chameleon-skyblue-regular/cursors/context-menu.in +share/icons/chameleon-skyblue-regular/cursors/context-menu.png +share/icons/chameleon-skyblue-regular/cursors/copy +share/icons/chameleon-skyblue-regular/cursors/copy.in +share/icons/chameleon-skyblue-regular/cursors/copy.png +share/icons/chameleon-skyblue-regular/cursors/cross +share/icons/chameleon-skyblue-regular/cursors/crosshair +share/icons/chameleon-skyblue-regular/cursors/crosshair.in +share/icons/chameleon-skyblue-regular/cursors/crosshair.png +share/icons/chameleon-skyblue-regular/cursors/d9ce0ab605698f320427677b458ad60b +share/icons/chameleon-skyblue-regular/cursors/default +share/icons/chameleon-skyblue-regular/cursors/default.in +share/icons/chameleon-skyblue-regular/cursors/default.png +share/icons/chameleon-skyblue-regular/cursors/dnd-ask +share/icons/chameleon-skyblue-regular/cursors/dnd-copy +share/icons/chameleon-skyblue-regular/cursors/dnd-link +share/icons/chameleon-skyblue-regular/cursors/dnd-move +share/icons/chameleon-skyblue-regular/cursors/dnd-none +share/icons/chameleon-skyblue-regular/cursors/e-resize +share/icons/chameleon-skyblue-regular/cursors/e-resize.in +share/icons/chameleon-skyblue-regular/cursors/e-resize.png +share/icons/chameleon-skyblue-regular/cursors/e29285e634086352946a0e7090d73106 +share/icons/chameleon-skyblue-regular/cursors/ew-resize +share/icons/chameleon-skyblue-regular/cursors/ew-resize.in +share/icons/chameleon-skyblue-regular/cursors/ew-resize.png +share/icons/chameleon-skyblue-regular/cursors/f41c0e382c94c0958e07017e42b00462 +share/icons/chameleon-skyblue-regular/cursors/f41c0e382c97c0938e07017e42800402 +share/icons/chameleon-skyblue-regular/cursors/fcf1c3c7cd4491d801f1e1c78f100000 +share/icons/chameleon-skyblue-regular/cursors/fleur +share/icons/chameleon-skyblue-regular/cursors/grabbing +share/icons/chameleon-skyblue-regular/cursors/grabbing.in +share/icons/chameleon-skyblue-regular/cursors/grabbing.png +share/icons/chameleon-skyblue-regular/cursors/hand2 +share/icons/chameleon-skyblue-regular/cursors/help +share/icons/chameleon-skyblue-regular/cursors/help.in +share/icons/chameleon-skyblue-regular/cursors/help.png +share/icons/chameleon-skyblue-regular/cursors/left_ptr +share/icons/chameleon-skyblue-regular/cursors/left_ptr_watch +share/icons/chameleon-skyblue-regular/cursors/left_side +share/icons/chameleon-skyblue-regular/cursors/move +share/icons/chameleon-skyblue-regular/cursors/move.in +share/icons/chameleon-skyblue-regular/cursors/move.png +share/icons/chameleon-skyblue-regular/cursors/n-resize +share/icons/chameleon-skyblue-regular/cursors/n-resize.in +share/icons/chameleon-skyblue-regular/cursors/n-resize.png +share/icons/chameleon-skyblue-regular/cursors/ne-resize +share/icons/chameleon-skyblue-regular/cursors/ne-resize.in +share/icons/chameleon-skyblue-regular/cursors/ne-resize.png +share/icons/chameleon-skyblue-regular/cursors/nesw-resize +share/icons/chameleon-skyblue-regular/cursors/nesw-resize.in +share/icons/chameleon-skyblue-regular/cursors/nesw-resize.png +share/icons/chameleon-skyblue-regular/cursors/no-drop +share/icons/chameleon-skyblue-regular/cursors/no-drop.in +share/icons/chameleon-skyblue-regular/cursors/no-drop.png +share/icons/chameleon-skyblue-regular/cursors/not-allowed +share/icons/chameleon-skyblue-regular/cursors/not-allowed.in +share/icons/chameleon-skyblue-regular/cursors/not-allowed.png +share/icons/chameleon-skyblue-regular/cursors/ns-resize +share/icons/chameleon-skyblue-regular/cursors/ns-resize.in +share/icons/chameleon-skyblue-regular/cursors/ns-resize.png +share/icons/chameleon-skyblue-regular/cursors/nw-resize +share/icons/chameleon-skyblue-regular/cursors/nw-resize.in +share/icons/chameleon-skyblue-regular/cursors/nw-resize.png +share/icons/chameleon-skyblue-regular/cursors/nwse-resize +share/icons/chameleon-skyblue-regular/cursors/nwse-resize.in +share/icons/chameleon-skyblue-regular/cursors/nwse-resize.png +share/icons/chameleon-skyblue-regular/cursors/pencil +share/icons/chameleon-skyblue-regular/cursors/pencil.in +share/icons/chameleon-skyblue-regular/cursors/pencil.png +share/icons/chameleon-skyblue-regular/cursors/pirate +share/icons/chameleon-skyblue-regular/cursors/pirate.in +share/icons/chameleon-skyblue-regular/cursors/pirate.png +share/icons/chameleon-skyblue-regular/cursors/plus +share/icons/chameleon-skyblue-regular/cursors/pointer +share/icons/chameleon-skyblue-regular/cursors/pointer.in +share/icons/chameleon-skyblue-regular/cursors/pointer.png +share/icons/chameleon-skyblue-regular/cursors/progress +share/icons/chameleon-skyblue-regular/cursors/progress.in +share/icons/chameleon-skyblue-regular/cursors/progress.png +share/icons/chameleon-skyblue-regular/cursors/progress1.png +share/icons/chameleon-skyblue-regular/cursors/progress10.png +share/icons/chameleon-skyblue-regular/cursors/progress11.png +share/icons/chameleon-skyblue-regular/cursors/progress12.png +share/icons/chameleon-skyblue-regular/cursors/progress13.png +share/icons/chameleon-skyblue-regular/cursors/progress2.png +share/icons/chameleon-skyblue-regular/cursors/progress3.png +share/icons/chameleon-skyblue-regular/cursors/progress4.png +share/icons/chameleon-skyblue-regular/cursors/progress5.png +share/icons/chameleon-skyblue-regular/cursors/progress6.png +share/icons/chameleon-skyblue-regular/cursors/progress7.png +share/icons/chameleon-skyblue-regular/cursors/progress8.png +share/icons/chameleon-skyblue-regular/cursors/progress9.png +share/icons/chameleon-skyblue-regular/cursors/question_arrow +share/icons/chameleon-skyblue-regular/cursors/right-arrow +share/icons/chameleon-skyblue-regular/cursors/right-arrow.in +share/icons/chameleon-skyblue-regular/cursors/right-arrow.png +share/icons/chameleon-skyblue-regular/cursors/right_ptr +share/icons/chameleon-skyblue-regular/cursors/right_side +share/icons/chameleon-skyblue-regular/cursors/row-resize +share/icons/chameleon-skyblue-regular/cursors/row-resize.in +share/icons/chameleon-skyblue-regular/cursors/row-resize.png +share/icons/chameleon-skyblue-regular/cursors/s-resize +share/icons/chameleon-skyblue-regular/cursors/s-resize.in +share/icons/chameleon-skyblue-regular/cursors/s-resize.png +share/icons/chameleon-skyblue-regular/cursors/sb_h_double_arrow +share/icons/chameleon-skyblue-regular/cursors/sb_v_double_arrow +share/icons/chameleon-skyblue-regular/cursors/se-resize +share/icons/chameleon-skyblue-regular/cursors/se-resize.in +share/icons/chameleon-skyblue-regular/cursors/se-resize.png +share/icons/chameleon-skyblue-regular/cursors/sw-resize +share/icons/chameleon-skyblue-regular/cursors/sw-resize.in +share/icons/chameleon-skyblue-regular/cursors/sw-resize.png +share/icons/chameleon-skyblue-regular/cursors/text +share/icons/chameleon-skyblue-regular/cursors/text.in +share/icons/chameleon-skyblue-regular/cursors/text.png +share/icons/chameleon-skyblue-regular/cursors/text1.png +share/icons/chameleon-skyblue-regular/cursors/text2.png +share/icons/chameleon-skyblue-regular/cursors/text3.png +share/icons/chameleon-skyblue-regular/cursors/text4.png +share/icons/chameleon-skyblue-regular/cursors/text5.png +share/icons/chameleon-skyblue-regular/cursors/top_left_corner +share/icons/chameleon-skyblue-regular/cursors/top_right_corner +share/icons/chameleon-skyblue-regular/cursors/top_side +share/icons/chameleon-skyblue-regular/cursors/up-arrow +share/icons/chameleon-skyblue-regular/cursors/up-arrow.in +share/icons/chameleon-skyblue-regular/cursors/up-arrow.png +share/icons/chameleon-skyblue-regular/cursors/vertical-text +share/icons/chameleon-skyblue-regular/cursors/vertical-text.in +share/icons/chameleon-skyblue-regular/cursors/vertical-text.png +share/icons/chameleon-skyblue-regular/cursors/vertical-text1.png +share/icons/chameleon-skyblue-regular/cursors/vertical-text2.png +share/icons/chameleon-skyblue-regular/cursors/vertical-text3.png +share/icons/chameleon-skyblue-regular/cursors/vertical-text4.png +share/icons/chameleon-skyblue-regular/cursors/vertical-text5.png +share/icons/chameleon-skyblue-regular/cursors/w-resize +share/icons/chameleon-skyblue-regular/cursors/w-resize.in +share/icons/chameleon-skyblue-regular/cursors/w-resize.png +share/icons/chameleon-skyblue-regular/cursors/wait +share/icons/chameleon-skyblue-regular/cursors/wait.in +share/icons/chameleon-skyblue-regular/cursors/wait.png +share/icons/chameleon-skyblue-regular/cursors/wait1.png +share/icons/chameleon-skyblue-regular/cursors/wait10.png +share/icons/chameleon-skyblue-regular/cursors/wait11.png +share/icons/chameleon-skyblue-regular/cursors/wait12.png +share/icons/chameleon-skyblue-regular/cursors/wait13.png +share/icons/chameleon-skyblue-regular/cursors/wait2.png +share/icons/chameleon-skyblue-regular/cursors/wait3.png +share/icons/chameleon-skyblue-regular/cursors/wait4.png +share/icons/chameleon-skyblue-regular/cursors/wait5.png +share/icons/chameleon-skyblue-regular/cursors/wait6.png +share/icons/chameleon-skyblue-regular/cursors/wait7.png +share/icons/chameleon-skyblue-regular/cursors/wait8.png +share/icons/chameleon-skyblue-regular/cursors/wait9.png +share/icons/chameleon-skyblue-regular/cursors/watch +share/icons/chameleon-skyblue-regular/cursors/xterm +share/icons/chameleon-skyblue-regular/cursors/zoom-in +share/icons/chameleon-skyblue-regular/cursors/zoom-in.in +share/icons/chameleon-skyblue-regular/cursors/zoom-in.png +share/icons/chameleon-skyblue-regular/cursors/zoom-out +share/icons/chameleon-skyblue-regular/cursors/zoom-out.in +share/icons/chameleon-skyblue-regular/cursors/zoom-out.png +share/icons/chameleon-skyblue-regular/index.theme +share/icons/chameleon-skyblue-regular/preview.jpg +share/icons/chameleon-skyblue-small/cursors/00008160000006810000408080010102 +share/icons/chameleon-skyblue-small/cursors/028006030e0e7ebffc7f7070c0600140 +share/icons/chameleon-skyblue-small/cursors/03b6e0fcb3499374a867c041f52298f0 +share/icons/chameleon-skyblue-small/cursors/0426c94ea35c87780ff01dc239897213 +share/icons/chameleon-skyblue-small/cursors/0876e1c15ff2fc01f906f1c363074c0f +share/icons/chameleon-skyblue-small/cursors/08e8e1c95fe2fc01f976f1e063a24ccd +share/icons/chameleon-skyblue-small/cursors/08ffe1cb5fe6fc01f906f1c063814ccf +share/icons/chameleon-skyblue-small/cursors/08ffe1e65f80fcfdf9fff11263e74c48 +share/icons/chameleon-skyblue-small/cursors/1081e37283d90000800003c07f3ef6bf +share/icons/chameleon-skyblue-small/cursors/14fef782d02440884392942c11205230 +share/icons/chameleon-skyblue-small/cursors/208530c400c041818281048008011002 +share/icons/chameleon-skyblue-small/cursors/2870a09082c103050810ffdffffe0204 +share/icons/chameleon-skyblue-small/cursors/3085a0e285430894940527032f8b26df +share/icons/chameleon-skyblue-small/cursors/3ecb610c1bf2410f44200f48c40d3599 +share/icons/chameleon-skyblue-small/cursors/4498f0e0c1937ffe01fd06f973665830 +share/icons/chameleon-skyblue-small/cursors/5aca4d189052212118709018842178c0 +share/icons/chameleon-skyblue-small/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 +share/icons/chameleon-skyblue-small/cursors/6407b0e94181790501fd1e167b474872 +share/icons/chameleon-skyblue-small/cursors/640fb0e74195791501fd1ed57b41487f +share/icons/chameleon-skyblue-small/cursors/9081237383d90e509aa00f00170e968f +share/icons/chameleon-skyblue-small/cursors/9116a3ea924ed2162ecab71ba103b17f +share/icons/chameleon-skyblue-small/cursors/9d800788f1b08800ae810202380a0822 +share/icons/chameleon-skyblue-small/cursors/X-cursor +share/icons/chameleon-skyblue-small/cursors/X-cursor.in +share/icons/chameleon-skyblue-small/cursors/X-cursor.png +share/icons/chameleon-skyblue-small/cursors/alias +share/icons/chameleon-skyblue-small/cursors/alias.in +share/icons/chameleon-skyblue-small/cursors/alias.png +share/icons/chameleon-skyblue-small/cursors/all-scroll +share/icons/chameleon-skyblue-small/cursors/all-scroll.in +share/icons/chameleon-skyblue-small/cursors/all-scroll.png +share/icons/chameleon-skyblue-small/cursors/arrow +share/icons/chameleon-skyblue-small/cursors/bottom_left_corner +share/icons/chameleon-skyblue-small/cursors/bottom_right_corner +share/icons/chameleon-skyblue-small/cursors/bottom_side +share/icons/chameleon-skyblue-small/cursors/c7088f0f3e6c8088236ef8e1e3e70000 +share/icons/chameleon-skyblue-small/cursors/cell +share/icons/chameleon-skyblue-small/cursors/cell.in +share/icons/chameleon-skyblue-small/cursors/cell.png +share/icons/chameleon-skyblue-small/cursors/center_ptr +share/icons/chameleon-skyblue-small/cursors/col-resize +share/icons/chameleon-skyblue-small/cursors/col-resize.in +share/icons/chameleon-skyblue-small/cursors/col-resize.png +share/icons/chameleon-skyblue-small/cursors/context-menu +share/icons/chameleon-skyblue-small/cursors/context-menu.in +share/icons/chameleon-skyblue-small/cursors/context-menu.png +share/icons/chameleon-skyblue-small/cursors/copy +share/icons/chameleon-skyblue-small/cursors/copy.in +share/icons/chameleon-skyblue-small/cursors/copy.png +share/icons/chameleon-skyblue-small/cursors/cross +share/icons/chameleon-skyblue-small/cursors/crosshair +share/icons/chameleon-skyblue-small/cursors/crosshair.in +share/icons/chameleon-skyblue-small/cursors/crosshair.png +share/icons/chameleon-skyblue-small/cursors/d9ce0ab605698f320427677b458ad60b +share/icons/chameleon-skyblue-small/cursors/default +share/icons/chameleon-skyblue-small/cursors/default.in +share/icons/chameleon-skyblue-small/cursors/default.png +share/icons/chameleon-skyblue-small/cursors/dnd-ask +share/icons/chameleon-skyblue-small/cursors/dnd-copy +share/icons/chameleon-skyblue-small/cursors/dnd-link +share/icons/chameleon-skyblue-small/cursors/dnd-move +share/icons/chameleon-skyblue-small/cursors/dnd-none +share/icons/chameleon-skyblue-small/cursors/e-resize +share/icons/chameleon-skyblue-small/cursors/e-resize.in +share/icons/chameleon-skyblue-small/cursors/e-resize.png +share/icons/chameleon-skyblue-small/cursors/e29285e634086352946a0e7090d73106 +share/icons/chameleon-skyblue-small/cursors/ew-resize +share/icons/chameleon-skyblue-small/cursors/ew-resize.in +share/icons/chameleon-skyblue-small/cursors/ew-resize.png +share/icons/chameleon-skyblue-small/cursors/f41c0e382c94c0958e07017e42b00462 +share/icons/chameleon-skyblue-small/cursors/f41c0e382c97c0938e07017e42800402 +share/icons/chameleon-skyblue-small/cursors/fcf1c3c7cd4491d801f1e1c78f100000 +share/icons/chameleon-skyblue-small/cursors/fleur +share/icons/chameleon-skyblue-small/cursors/grabbing +share/icons/chameleon-skyblue-small/cursors/grabbing.in +share/icons/chameleon-skyblue-small/cursors/grabbing.png +share/icons/chameleon-skyblue-small/cursors/hand2 +share/icons/chameleon-skyblue-small/cursors/help +share/icons/chameleon-skyblue-small/cursors/help.in +share/icons/chameleon-skyblue-small/cursors/help.png +share/icons/chameleon-skyblue-small/cursors/left_ptr +share/icons/chameleon-skyblue-small/cursors/left_ptr_watch +share/icons/chameleon-skyblue-small/cursors/left_side +share/icons/chameleon-skyblue-small/cursors/move +share/icons/chameleon-skyblue-small/cursors/move.in +share/icons/chameleon-skyblue-small/cursors/move.png +share/icons/chameleon-skyblue-small/cursors/n-resize +share/icons/chameleon-skyblue-small/cursors/n-resize.in +share/icons/chameleon-skyblue-small/cursors/n-resize.png +share/icons/chameleon-skyblue-small/cursors/ne-resize +share/icons/chameleon-skyblue-small/cursors/ne-resize.in +share/icons/chameleon-skyblue-small/cursors/ne-resize.png +share/icons/chameleon-skyblue-small/cursors/nesw-resize +share/icons/chameleon-skyblue-small/cursors/nesw-resize.in +share/icons/chameleon-skyblue-small/cursors/nesw-resize.png +share/icons/chameleon-skyblue-small/cursors/no-drop +share/icons/chameleon-skyblue-small/cursors/no-drop.in +share/icons/chameleon-skyblue-small/cursors/no-drop.png +share/icons/chameleon-skyblue-small/cursors/not-allowed +share/icons/chameleon-skyblue-small/cursors/not-allowed.in +share/icons/chameleon-skyblue-small/cursors/not-allowed.png +share/icons/chameleon-skyblue-small/cursors/ns-resize +share/icons/chameleon-skyblue-small/cursors/ns-resize.in +share/icons/chameleon-skyblue-small/cursors/ns-resize.png +share/icons/chameleon-skyblue-small/cursors/nw-resize +share/icons/chameleon-skyblue-small/cursors/nw-resize.in +share/icons/chameleon-skyblue-small/cursors/nw-resize.png +share/icons/chameleon-skyblue-small/cursors/nwse-resize +share/icons/chameleon-skyblue-small/cursors/nwse-resize.in +share/icons/chameleon-skyblue-small/cursors/nwse-resize.png +share/icons/chameleon-skyblue-small/cursors/pencil +share/icons/chameleon-skyblue-small/cursors/pencil.in +share/icons/chameleon-skyblue-small/cursors/pencil.png +share/icons/chameleon-skyblue-small/cursors/pirate +share/icons/chameleon-skyblue-small/cursors/pirate.in +share/icons/chameleon-skyblue-small/cursors/pirate.png +share/icons/chameleon-skyblue-small/cursors/plus +share/icons/chameleon-skyblue-small/cursors/pointer +share/icons/chameleon-skyblue-small/cursors/pointer.in +share/icons/chameleon-skyblue-small/cursors/pointer.png +share/icons/chameleon-skyblue-small/cursors/progress +share/icons/chameleon-skyblue-small/cursors/progress.in +share/icons/chameleon-skyblue-small/cursors/progress.png +share/icons/chameleon-skyblue-small/cursors/progress1.png +share/icons/chameleon-skyblue-small/cursors/progress10.png +share/icons/chameleon-skyblue-small/cursors/progress11.png +share/icons/chameleon-skyblue-small/cursors/progress12.png +share/icons/chameleon-skyblue-small/cursors/progress13.png +share/icons/chameleon-skyblue-small/cursors/progress2.png +share/icons/chameleon-skyblue-small/cursors/progress3.png +share/icons/chameleon-skyblue-small/cursors/progress4.png +share/icons/chameleon-skyblue-small/cursors/progress5.png +share/icons/chameleon-skyblue-small/cursors/progress6.png +share/icons/chameleon-skyblue-small/cursors/progress7.png +share/icons/chameleon-skyblue-small/cursors/progress8.png +share/icons/chameleon-skyblue-small/cursors/progress9.png +share/icons/chameleon-skyblue-small/cursors/question_arrow +share/icons/chameleon-skyblue-small/cursors/right-arrow +share/icons/chameleon-skyblue-small/cursors/right-arrow.in +share/icons/chameleon-skyblue-small/cursors/right-arrow.png +share/icons/chameleon-skyblue-small/cursors/right_ptr +share/icons/chameleon-skyblue-small/cursors/right_side +share/icons/chameleon-skyblue-small/cursors/row-resize +share/icons/chameleon-skyblue-small/cursors/row-resize.in +share/icons/chameleon-skyblue-small/cursors/row-resize.png +share/icons/chameleon-skyblue-small/cursors/s-resize +share/icons/chameleon-skyblue-small/cursors/s-resize.in +share/icons/chameleon-skyblue-small/cursors/s-resize.png +share/icons/chameleon-skyblue-small/cursors/sb_h_double_arrow +share/icons/chameleon-skyblue-small/cursors/sb_v_double_arrow +share/icons/chameleon-skyblue-small/cursors/se-resize +share/icons/chameleon-skyblue-small/cursors/se-resize.in +share/icons/chameleon-skyblue-small/cursors/se-resize.png +share/icons/chameleon-skyblue-small/cursors/sw-resize +share/icons/chameleon-skyblue-small/cursors/sw-resize.in +share/icons/chameleon-skyblue-small/cursors/sw-resize.png +share/icons/chameleon-skyblue-small/cursors/text +share/icons/chameleon-skyblue-small/cursors/text.in +share/icons/chameleon-skyblue-small/cursors/text.png +share/icons/chameleon-skyblue-small/cursors/text1.png +share/icons/chameleon-skyblue-small/cursors/text2.png +share/icons/chameleon-skyblue-small/cursors/text3.png +share/icons/chameleon-skyblue-small/cursors/text4.png +share/icons/chameleon-skyblue-small/cursors/text5.png +share/icons/chameleon-skyblue-small/cursors/top_left_corner +share/icons/chameleon-skyblue-small/cursors/top_right_corner +share/icons/chameleon-skyblue-small/cursors/top_side +share/icons/chameleon-skyblue-small/cursors/up-arrow +share/icons/chameleon-skyblue-small/cursors/up-arrow.in +share/icons/chameleon-skyblue-small/cursors/up-arrow.png +share/icons/chameleon-skyblue-small/cursors/vertical-text +share/icons/chameleon-skyblue-small/cursors/vertical-text.in +share/icons/chameleon-skyblue-small/cursors/vertical-text.png +share/icons/chameleon-skyblue-small/cursors/vertical-text1.png +share/icons/chameleon-skyblue-small/cursors/vertical-text2.png +share/icons/chameleon-skyblue-small/cursors/vertical-text3.png +share/icons/chameleon-skyblue-small/cursors/vertical-text4.png +share/icons/chameleon-skyblue-small/cursors/vertical-text5.png +share/icons/chameleon-skyblue-small/cursors/w-resize +share/icons/chameleon-skyblue-small/cursors/w-resize.in +share/icons/chameleon-skyblue-small/cursors/w-resize.png +share/icons/chameleon-skyblue-small/cursors/wait +share/icons/chameleon-skyblue-small/cursors/wait.in +share/icons/chameleon-skyblue-small/cursors/wait.png +share/icons/chameleon-skyblue-small/cursors/wait1.png +share/icons/chameleon-skyblue-small/cursors/wait10.png +share/icons/chameleon-skyblue-small/cursors/wait11.png +share/icons/chameleon-skyblue-small/cursors/wait12.png +share/icons/chameleon-skyblue-small/cursors/wait13.png +share/icons/chameleon-skyblue-small/cursors/wait2.png +share/icons/chameleon-skyblue-small/cursors/wait3.png +share/icons/chameleon-skyblue-small/cursors/wait4.png +share/icons/chameleon-skyblue-small/cursors/wait5.png +share/icons/chameleon-skyblue-small/cursors/wait6.png +share/icons/chameleon-skyblue-small/cursors/wait7.png +share/icons/chameleon-skyblue-small/cursors/wait8.png +share/icons/chameleon-skyblue-small/cursors/wait9.png +share/icons/chameleon-skyblue-small/cursors/watch +share/icons/chameleon-skyblue-small/cursors/xterm +share/icons/chameleon-skyblue-small/cursors/zoom-in +share/icons/chameleon-skyblue-small/cursors/zoom-in.in +share/icons/chameleon-skyblue-small/cursors/zoom-in.png +share/icons/chameleon-skyblue-small/cursors/zoom-out +share/icons/chameleon-skyblue-small/cursors/zoom-out.in +share/icons/chameleon-skyblue-small/cursors/zoom-out.png +share/icons/chameleon-skyblue-small/index.theme +share/icons/chameleon-skyblue-small/preview.jpg Index: head/x11-themes/cursor-chameleon-white/Makefile =================================================================== --- head/x11-themes/cursor-chameleon-white/Makefile (revision 448081) +++ head/x11-themes/cursor-chameleon-white/Makefile (revision 448082) @@ -1,20 +1,21 @@ # Created by: Veniamin Gvozdikov # $FreeBSD$ PORTNAME= chameleon PORTVERSION= 0.5 +PORTREVISION= 1 CATEGORIES= x11-themes MASTER_SITES= LOCAL/vg PKGNAMEPREFIX= cursor- PKGNAMESUFFIX= -white DISTNAME= Chameleon-White-${PORTVERSION} MAINTAINER= vg@FreeBSD.org COMMENT= Chameleon Xcursors theme LICENSE= GPLv2 THEME= White .include "${.CURDIR}/../cursor-chameleon-white/files/Makefile.common" .include Index: head/x11-themes/cursor-chameleon-white/files/Makefile.common =================================================================== --- head/x11-themes/cursor-chameleon-white/files/Makefile.common (revision 448081) +++ head/x11-themes/cursor-chameleon-white/files/Makefile.common (revision 448082) @@ -1,12 +1,12 @@ USES= tar:bzip2 NO_BUILD= yes PKGMESSAGE?= ${.CURDIR}/../../x11-themes/cursor-chameleon-white/pkg-message do-install: .for i in Large Regular Small - ${MKDIR} ${STAGEDIR}${PREFIX}/lib/X11/icons/${PORTNAME}${PKGNAMESUFFIX}-${i:tl} + ${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/${PORTNAME}${PKGNAMESUFFIX}-${i:tl} cd ${WRKDIR}/Chameleon-${THEME}-${i}-${PORTVERSION} && \ ${RM} -f build.info COPYRIGHT LICENSE && \ ${COPYTREE_SHARE} \* \ - ${STAGEDIR}${PREFIX}/lib/X11/icons/${PORTNAME}${PKGNAMESUFFIX}-${i:tl} + ${STAGEDIR}${PREFIX}/share/icons/${PORTNAME}${PKGNAMESUFFIX}-${i:tl} .endfor Index: head/x11-themes/cursor-chameleon-white/pkg-plist =================================================================== --- head/x11-themes/cursor-chameleon-white/pkg-plist (revision 448081) +++ head/x11-themes/cursor-chameleon-white/pkg-plist (revision 448082) @@ -1,621 +1,621 @@ -lib/X11/icons/chameleon-white-large/cursors/00008160000006810000408080010102 -lib/X11/icons/chameleon-white-large/cursors/028006030e0e7ebffc7f7070c0600140 -lib/X11/icons/chameleon-white-large/cursors/03b6e0fcb3499374a867c041f52298f0 -lib/X11/icons/chameleon-white-large/cursors/0426c94ea35c87780ff01dc239897213 -lib/X11/icons/chameleon-white-large/cursors/0876e1c15ff2fc01f906f1c363074c0f -lib/X11/icons/chameleon-white-large/cursors/08e8e1c95fe2fc01f976f1e063a24ccd -lib/X11/icons/chameleon-white-large/cursors/08ffe1cb5fe6fc01f906f1c063814ccf -lib/X11/icons/chameleon-white-large/cursors/08ffe1e65f80fcfdf9fff11263e74c48 -lib/X11/icons/chameleon-white-large/cursors/1081e37283d90000800003c07f3ef6bf -lib/X11/icons/chameleon-white-large/cursors/14fef782d02440884392942c11205230 -lib/X11/icons/chameleon-white-large/cursors/208530c400c041818281048008011002 -lib/X11/icons/chameleon-white-large/cursors/2870a09082c103050810ffdffffe0204 -lib/X11/icons/chameleon-white-large/cursors/3085a0e285430894940527032f8b26df -lib/X11/icons/chameleon-white-large/cursors/3ecb610c1bf2410f44200f48c40d3599 -lib/X11/icons/chameleon-white-large/cursors/4498f0e0c1937ffe01fd06f973665830 -lib/X11/icons/chameleon-white-large/cursors/5aca4d189052212118709018842178c0 -lib/X11/icons/chameleon-white-large/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 -lib/X11/icons/chameleon-white-large/cursors/6407b0e94181790501fd1e167b474872 -lib/X11/icons/chameleon-white-large/cursors/640fb0e74195791501fd1ed57b41487f -lib/X11/icons/chameleon-white-large/cursors/9081237383d90e509aa00f00170e968f -lib/X11/icons/chameleon-white-large/cursors/9116a3ea924ed2162ecab71ba103b17f -lib/X11/icons/chameleon-white-large/cursors/9d800788f1b08800ae810202380a0822 -lib/X11/icons/chameleon-white-large/cursors/X-cursor -lib/X11/icons/chameleon-white-large/cursors/X-cursor.in -lib/X11/icons/chameleon-white-large/cursors/X-cursor.png -lib/X11/icons/chameleon-white-large/cursors/alias -lib/X11/icons/chameleon-white-large/cursors/alias.in -lib/X11/icons/chameleon-white-large/cursors/alias.png -lib/X11/icons/chameleon-white-large/cursors/all-scroll -lib/X11/icons/chameleon-white-large/cursors/all-scroll.in -lib/X11/icons/chameleon-white-large/cursors/all-scroll.png -lib/X11/icons/chameleon-white-large/cursors/arrow -lib/X11/icons/chameleon-white-large/cursors/bottom_left_corner -lib/X11/icons/chameleon-white-large/cursors/bottom_right_corner -lib/X11/icons/chameleon-white-large/cursors/bottom_side -lib/X11/icons/chameleon-white-large/cursors/c7088f0f3e6c8088236ef8e1e3e70000 -lib/X11/icons/chameleon-white-large/cursors/cell -lib/X11/icons/chameleon-white-large/cursors/cell.in -lib/X11/icons/chameleon-white-large/cursors/cell.png -lib/X11/icons/chameleon-white-large/cursors/center_ptr -lib/X11/icons/chameleon-white-large/cursors/col-resize -lib/X11/icons/chameleon-white-large/cursors/col-resize.in -lib/X11/icons/chameleon-white-large/cursors/col-resize.png -lib/X11/icons/chameleon-white-large/cursors/context-menu -lib/X11/icons/chameleon-white-large/cursors/context-menu.in -lib/X11/icons/chameleon-white-large/cursors/context-menu.png -lib/X11/icons/chameleon-white-large/cursors/copy -lib/X11/icons/chameleon-white-large/cursors/copy.in -lib/X11/icons/chameleon-white-large/cursors/copy.png -lib/X11/icons/chameleon-white-large/cursors/cross -lib/X11/icons/chameleon-white-large/cursors/crosshair -lib/X11/icons/chameleon-white-large/cursors/crosshair.in -lib/X11/icons/chameleon-white-large/cursors/crosshair.png -lib/X11/icons/chameleon-white-large/cursors/d9ce0ab605698f320427677b458ad60b -lib/X11/icons/chameleon-white-large/cursors/default -lib/X11/icons/chameleon-white-large/cursors/default.in -lib/X11/icons/chameleon-white-large/cursors/default.png -lib/X11/icons/chameleon-white-large/cursors/dnd-ask -lib/X11/icons/chameleon-white-large/cursors/dnd-copy -lib/X11/icons/chameleon-white-large/cursors/dnd-link -lib/X11/icons/chameleon-white-large/cursors/dnd-move -lib/X11/icons/chameleon-white-large/cursors/dnd-none -lib/X11/icons/chameleon-white-large/cursors/e-resize -lib/X11/icons/chameleon-white-large/cursors/e-resize.in -lib/X11/icons/chameleon-white-large/cursors/e-resize.png -lib/X11/icons/chameleon-white-large/cursors/e29285e634086352946a0e7090d73106 -lib/X11/icons/chameleon-white-large/cursors/ew-resize -lib/X11/icons/chameleon-white-large/cursors/ew-resize.in -lib/X11/icons/chameleon-white-large/cursors/ew-resize.png -lib/X11/icons/chameleon-white-large/cursors/f41c0e382c94c0958e07017e42b00462 -lib/X11/icons/chameleon-white-large/cursors/f41c0e382c97c0938e07017e42800402 -lib/X11/icons/chameleon-white-large/cursors/fcf1c3c7cd4491d801f1e1c78f100000 -lib/X11/icons/chameleon-white-large/cursors/fleur -lib/X11/icons/chameleon-white-large/cursors/grabbing -lib/X11/icons/chameleon-white-large/cursors/grabbing.in -lib/X11/icons/chameleon-white-large/cursors/grabbing.png -lib/X11/icons/chameleon-white-large/cursors/hand2 -lib/X11/icons/chameleon-white-large/cursors/help -lib/X11/icons/chameleon-white-large/cursors/help.in -lib/X11/icons/chameleon-white-large/cursors/help.png -lib/X11/icons/chameleon-white-large/cursors/left_ptr -lib/X11/icons/chameleon-white-large/cursors/left_ptr_watch -lib/X11/icons/chameleon-white-large/cursors/left_side -lib/X11/icons/chameleon-white-large/cursors/move -lib/X11/icons/chameleon-white-large/cursors/move.in -lib/X11/icons/chameleon-white-large/cursors/move.png -lib/X11/icons/chameleon-white-large/cursors/n-resize -lib/X11/icons/chameleon-white-large/cursors/n-resize.in -lib/X11/icons/chameleon-white-large/cursors/n-resize.png -lib/X11/icons/chameleon-white-large/cursors/ne-resize -lib/X11/icons/chameleon-white-large/cursors/ne-resize.in -lib/X11/icons/chameleon-white-large/cursors/ne-resize.png -lib/X11/icons/chameleon-white-large/cursors/nesw-resize -lib/X11/icons/chameleon-white-large/cursors/nesw-resize.in -lib/X11/icons/chameleon-white-large/cursors/nesw-resize.png -lib/X11/icons/chameleon-white-large/cursors/no-drop -lib/X11/icons/chameleon-white-large/cursors/no-drop.in -lib/X11/icons/chameleon-white-large/cursors/no-drop.png -lib/X11/icons/chameleon-white-large/cursors/not-allowed -lib/X11/icons/chameleon-white-large/cursors/not-allowed.in -lib/X11/icons/chameleon-white-large/cursors/not-allowed.png -lib/X11/icons/chameleon-white-large/cursors/ns-resize -lib/X11/icons/chameleon-white-large/cursors/ns-resize.in -lib/X11/icons/chameleon-white-large/cursors/ns-resize.png -lib/X11/icons/chameleon-white-large/cursors/nw-resize -lib/X11/icons/chameleon-white-large/cursors/nw-resize.in -lib/X11/icons/chameleon-white-large/cursors/nw-resize.png -lib/X11/icons/chameleon-white-large/cursors/nwse-resize -lib/X11/icons/chameleon-white-large/cursors/nwse-resize.in -lib/X11/icons/chameleon-white-large/cursors/nwse-resize.png -lib/X11/icons/chameleon-white-large/cursors/pencil -lib/X11/icons/chameleon-white-large/cursors/pencil.in -lib/X11/icons/chameleon-white-large/cursors/pencil.png -lib/X11/icons/chameleon-white-large/cursors/pirate -lib/X11/icons/chameleon-white-large/cursors/pirate.in -lib/X11/icons/chameleon-white-large/cursors/pirate.png -lib/X11/icons/chameleon-white-large/cursors/plus -lib/X11/icons/chameleon-white-large/cursors/pointer -lib/X11/icons/chameleon-white-large/cursors/pointer.in -lib/X11/icons/chameleon-white-large/cursors/pointer.png -lib/X11/icons/chameleon-white-large/cursors/progress -lib/X11/icons/chameleon-white-large/cursors/progress.in -lib/X11/icons/chameleon-white-large/cursors/progress.png -lib/X11/icons/chameleon-white-large/cursors/progress1.png -lib/X11/icons/chameleon-white-large/cursors/progress10.png -lib/X11/icons/chameleon-white-large/cursors/progress11.png -lib/X11/icons/chameleon-white-large/cursors/progress12.png -lib/X11/icons/chameleon-white-large/cursors/progress13.png -lib/X11/icons/chameleon-white-large/cursors/progress2.png -lib/X11/icons/chameleon-white-large/cursors/progress3.png -lib/X11/icons/chameleon-white-large/cursors/progress4.png -lib/X11/icons/chameleon-white-large/cursors/progress5.png -lib/X11/icons/chameleon-white-large/cursors/progress6.png -lib/X11/icons/chameleon-white-large/cursors/progress7.png -lib/X11/icons/chameleon-white-large/cursors/progress8.png -lib/X11/icons/chameleon-white-large/cursors/progress9.png -lib/X11/icons/chameleon-white-large/cursors/question_arrow -lib/X11/icons/chameleon-white-large/cursors/right-arrow -lib/X11/icons/chameleon-white-large/cursors/right-arrow.in -lib/X11/icons/chameleon-white-large/cursors/right-arrow.png -lib/X11/icons/chameleon-white-large/cursors/right_ptr -lib/X11/icons/chameleon-white-large/cursors/right_side -lib/X11/icons/chameleon-white-large/cursors/row-resize -lib/X11/icons/chameleon-white-large/cursors/row-resize.in -lib/X11/icons/chameleon-white-large/cursors/row-resize.png -lib/X11/icons/chameleon-white-large/cursors/s-resize -lib/X11/icons/chameleon-white-large/cursors/s-resize.in -lib/X11/icons/chameleon-white-large/cursors/s-resize.png -lib/X11/icons/chameleon-white-large/cursors/sb_h_double_arrow -lib/X11/icons/chameleon-white-large/cursors/sb_v_double_arrow -lib/X11/icons/chameleon-white-large/cursors/se-resize -lib/X11/icons/chameleon-white-large/cursors/se-resize.in -lib/X11/icons/chameleon-white-large/cursors/se-resize.png -lib/X11/icons/chameleon-white-large/cursors/sw-resize -lib/X11/icons/chameleon-white-large/cursors/sw-resize.in -lib/X11/icons/chameleon-white-large/cursors/sw-resize.png -lib/X11/icons/chameleon-white-large/cursors/text -lib/X11/icons/chameleon-white-large/cursors/text.in -lib/X11/icons/chameleon-white-large/cursors/text.png -lib/X11/icons/chameleon-white-large/cursors/text1.png -lib/X11/icons/chameleon-white-large/cursors/text2.png -lib/X11/icons/chameleon-white-large/cursors/text3.png -lib/X11/icons/chameleon-white-large/cursors/text4.png -lib/X11/icons/chameleon-white-large/cursors/text5.png -lib/X11/icons/chameleon-white-large/cursors/top_left_corner -lib/X11/icons/chameleon-white-large/cursors/top_right_corner -lib/X11/icons/chameleon-white-large/cursors/top_side -lib/X11/icons/chameleon-white-large/cursors/up-arrow -lib/X11/icons/chameleon-white-large/cursors/up-arrow.in -lib/X11/icons/chameleon-white-large/cursors/up-arrow.png -lib/X11/icons/chameleon-white-large/cursors/vertical-text -lib/X11/icons/chameleon-white-large/cursors/vertical-text.in -lib/X11/icons/chameleon-white-large/cursors/vertical-text.png -lib/X11/icons/chameleon-white-large/cursors/vertical-text1.png -lib/X11/icons/chameleon-white-large/cursors/vertical-text2.png -lib/X11/icons/chameleon-white-large/cursors/vertical-text3.png -lib/X11/icons/chameleon-white-large/cursors/vertical-text4.png -lib/X11/icons/chameleon-white-large/cursors/vertical-text5.png -lib/X11/icons/chameleon-white-large/cursors/w-resize -lib/X11/icons/chameleon-white-large/cursors/w-resize.in -lib/X11/icons/chameleon-white-large/cursors/w-resize.png -lib/X11/icons/chameleon-white-large/cursors/wait -lib/X11/icons/chameleon-white-large/cursors/wait.in -lib/X11/icons/chameleon-white-large/cursors/wait.png -lib/X11/icons/chameleon-white-large/cursors/wait1.png -lib/X11/icons/chameleon-white-large/cursors/wait10.png -lib/X11/icons/chameleon-white-large/cursors/wait11.png -lib/X11/icons/chameleon-white-large/cursors/wait12.png -lib/X11/icons/chameleon-white-large/cursors/wait13.png -lib/X11/icons/chameleon-white-large/cursors/wait2.png -lib/X11/icons/chameleon-white-large/cursors/wait3.png -lib/X11/icons/chameleon-white-large/cursors/wait4.png -lib/X11/icons/chameleon-white-large/cursors/wait5.png -lib/X11/icons/chameleon-white-large/cursors/wait6.png -lib/X11/icons/chameleon-white-large/cursors/wait7.png -lib/X11/icons/chameleon-white-large/cursors/wait8.png -lib/X11/icons/chameleon-white-large/cursors/wait9.png -lib/X11/icons/chameleon-white-large/cursors/watch -lib/X11/icons/chameleon-white-large/cursors/xterm -lib/X11/icons/chameleon-white-large/cursors/zoom-in -lib/X11/icons/chameleon-white-large/cursors/zoom-in.in -lib/X11/icons/chameleon-white-large/cursors/zoom-in.png -lib/X11/icons/chameleon-white-large/cursors/zoom-out -lib/X11/icons/chameleon-white-large/cursors/zoom-out.in -lib/X11/icons/chameleon-white-large/cursors/zoom-out.png -lib/X11/icons/chameleon-white-large/index.theme -lib/X11/icons/chameleon-white-large/preview.jpg -lib/X11/icons/chameleon-white-regular/cursors/00008160000006810000408080010102 -lib/X11/icons/chameleon-white-regular/cursors/028006030e0e7ebffc7f7070c0600140 -lib/X11/icons/chameleon-white-regular/cursors/03b6e0fcb3499374a867c041f52298f0 -lib/X11/icons/chameleon-white-regular/cursors/0426c94ea35c87780ff01dc239897213 -lib/X11/icons/chameleon-white-regular/cursors/0876e1c15ff2fc01f906f1c363074c0f -lib/X11/icons/chameleon-white-regular/cursors/08e8e1c95fe2fc01f976f1e063a24ccd -lib/X11/icons/chameleon-white-regular/cursors/08ffe1cb5fe6fc01f906f1c063814ccf -lib/X11/icons/chameleon-white-regular/cursors/08ffe1e65f80fcfdf9fff11263e74c48 -lib/X11/icons/chameleon-white-regular/cursors/1081e37283d90000800003c07f3ef6bf -lib/X11/icons/chameleon-white-regular/cursors/14fef782d02440884392942c11205230 -lib/X11/icons/chameleon-white-regular/cursors/208530c400c041818281048008011002 -lib/X11/icons/chameleon-white-regular/cursors/2870a09082c103050810ffdffffe0204 -lib/X11/icons/chameleon-white-regular/cursors/3085a0e285430894940527032f8b26df -lib/X11/icons/chameleon-white-regular/cursors/3ecb610c1bf2410f44200f48c40d3599 -lib/X11/icons/chameleon-white-regular/cursors/4498f0e0c1937ffe01fd06f973665830 -lib/X11/icons/chameleon-white-regular/cursors/5aca4d189052212118709018842178c0 -lib/X11/icons/chameleon-white-regular/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 -lib/X11/icons/chameleon-white-regular/cursors/6407b0e94181790501fd1e167b474872 -lib/X11/icons/chameleon-white-regular/cursors/640fb0e74195791501fd1ed57b41487f -lib/X11/icons/chameleon-white-regular/cursors/9081237383d90e509aa00f00170e968f -lib/X11/icons/chameleon-white-regular/cursors/9116a3ea924ed2162ecab71ba103b17f -lib/X11/icons/chameleon-white-regular/cursors/9d800788f1b08800ae810202380a0822 -lib/X11/icons/chameleon-white-regular/cursors/X-cursor -lib/X11/icons/chameleon-white-regular/cursors/X-cursor.in -lib/X11/icons/chameleon-white-regular/cursors/X-cursor.png -lib/X11/icons/chameleon-white-regular/cursors/alias -lib/X11/icons/chameleon-white-regular/cursors/alias.in -lib/X11/icons/chameleon-white-regular/cursors/alias.png -lib/X11/icons/chameleon-white-regular/cursors/all-scroll -lib/X11/icons/chameleon-white-regular/cursors/all-scroll.in -lib/X11/icons/chameleon-white-regular/cursors/all-scroll.png -lib/X11/icons/chameleon-white-regular/cursors/arrow -lib/X11/icons/chameleon-white-regular/cursors/bottom_left_corner -lib/X11/icons/chameleon-white-regular/cursors/bottom_right_corner -lib/X11/icons/chameleon-white-regular/cursors/bottom_side -lib/X11/icons/chameleon-white-regular/cursors/c7088f0f3e6c8088236ef8e1e3e70000 -lib/X11/icons/chameleon-white-regular/cursors/cell -lib/X11/icons/chameleon-white-regular/cursors/cell.in -lib/X11/icons/chameleon-white-regular/cursors/cell.png -lib/X11/icons/chameleon-white-regular/cursors/center_ptr -lib/X11/icons/chameleon-white-regular/cursors/col-resize -lib/X11/icons/chameleon-white-regular/cursors/col-resize.in -lib/X11/icons/chameleon-white-regular/cursors/col-resize.png -lib/X11/icons/chameleon-white-regular/cursors/context-menu -lib/X11/icons/chameleon-white-regular/cursors/context-menu.in -lib/X11/icons/chameleon-white-regular/cursors/context-menu.png -lib/X11/icons/chameleon-white-regular/cursors/copy -lib/X11/icons/chameleon-white-regular/cursors/copy.in -lib/X11/icons/chameleon-white-regular/cursors/copy.png -lib/X11/icons/chameleon-white-regular/cursors/cross -lib/X11/icons/chameleon-white-regular/cursors/crosshair -lib/X11/icons/chameleon-white-regular/cursors/crosshair.in -lib/X11/icons/chameleon-white-regular/cursors/crosshair.png -lib/X11/icons/chameleon-white-regular/cursors/d9ce0ab605698f320427677b458ad60b -lib/X11/icons/chameleon-white-regular/cursors/default -lib/X11/icons/chameleon-white-regular/cursors/default.in -lib/X11/icons/chameleon-white-regular/cursors/default.png -lib/X11/icons/chameleon-white-regular/cursors/dnd-ask -lib/X11/icons/chameleon-white-regular/cursors/dnd-copy -lib/X11/icons/chameleon-white-regular/cursors/dnd-link -lib/X11/icons/chameleon-white-regular/cursors/dnd-move -lib/X11/icons/chameleon-white-regular/cursors/dnd-none -lib/X11/icons/chameleon-white-regular/cursors/e-resize -lib/X11/icons/chameleon-white-regular/cursors/e-resize.in -lib/X11/icons/chameleon-white-regular/cursors/e-resize.png -lib/X11/icons/chameleon-white-regular/cursors/e29285e634086352946a0e7090d73106 -lib/X11/icons/chameleon-white-regular/cursors/ew-resize -lib/X11/icons/chameleon-white-regular/cursors/ew-resize.in -lib/X11/icons/chameleon-white-regular/cursors/ew-resize.png -lib/X11/icons/chameleon-white-regular/cursors/f41c0e382c94c0958e07017e42b00462 -lib/X11/icons/chameleon-white-regular/cursors/f41c0e382c97c0938e07017e42800402 -lib/X11/icons/chameleon-white-regular/cursors/fcf1c3c7cd4491d801f1e1c78f100000 -lib/X11/icons/chameleon-white-regular/cursors/fleur -lib/X11/icons/chameleon-white-regular/cursors/grabbing -lib/X11/icons/chameleon-white-regular/cursors/grabbing.in -lib/X11/icons/chameleon-white-regular/cursors/grabbing.png -lib/X11/icons/chameleon-white-regular/cursors/hand2 -lib/X11/icons/chameleon-white-regular/cursors/help -lib/X11/icons/chameleon-white-regular/cursors/help.in -lib/X11/icons/chameleon-white-regular/cursors/help.png -lib/X11/icons/chameleon-white-regular/cursors/left_ptr -lib/X11/icons/chameleon-white-regular/cursors/left_ptr_watch -lib/X11/icons/chameleon-white-regular/cursors/left_side -lib/X11/icons/chameleon-white-regular/cursors/move -lib/X11/icons/chameleon-white-regular/cursors/move.in -lib/X11/icons/chameleon-white-regular/cursors/move.png -lib/X11/icons/chameleon-white-regular/cursors/n-resize -lib/X11/icons/chameleon-white-regular/cursors/n-resize.in -lib/X11/icons/chameleon-white-regular/cursors/n-resize.png -lib/X11/icons/chameleon-white-regular/cursors/ne-resize -lib/X11/icons/chameleon-white-regular/cursors/ne-resize.in -lib/X11/icons/chameleon-white-regular/cursors/ne-resize.png -lib/X11/icons/chameleon-white-regular/cursors/nesw-resize -lib/X11/icons/chameleon-white-regular/cursors/nesw-resize.in -lib/X11/icons/chameleon-white-regular/cursors/nesw-resize.png -lib/X11/icons/chameleon-white-regular/cursors/no-drop -lib/X11/icons/chameleon-white-regular/cursors/no-drop.in -lib/X11/icons/chameleon-white-regular/cursors/no-drop.png -lib/X11/icons/chameleon-white-regular/cursors/not-allowed -lib/X11/icons/chameleon-white-regular/cursors/not-allowed.in -lib/X11/icons/chameleon-white-regular/cursors/not-allowed.png -lib/X11/icons/chameleon-white-regular/cursors/ns-resize -lib/X11/icons/chameleon-white-regular/cursors/ns-resize.in -lib/X11/icons/chameleon-white-regular/cursors/ns-resize.png -lib/X11/icons/chameleon-white-regular/cursors/nw-resize -lib/X11/icons/chameleon-white-regular/cursors/nw-resize.in -lib/X11/icons/chameleon-white-regular/cursors/nw-resize.png -lib/X11/icons/chameleon-white-regular/cursors/nwse-resize -lib/X11/icons/chameleon-white-regular/cursors/nwse-resize.in -lib/X11/icons/chameleon-white-regular/cursors/nwse-resize.png -lib/X11/icons/chameleon-white-regular/cursors/pencil -lib/X11/icons/chameleon-white-regular/cursors/pencil.in -lib/X11/icons/chameleon-white-regular/cursors/pencil.png -lib/X11/icons/chameleon-white-regular/cursors/pirate -lib/X11/icons/chameleon-white-regular/cursors/pirate.in -lib/X11/icons/chameleon-white-regular/cursors/pirate.png -lib/X11/icons/chameleon-white-regular/cursors/plus -lib/X11/icons/chameleon-white-regular/cursors/pointer -lib/X11/icons/chameleon-white-regular/cursors/pointer.in -lib/X11/icons/chameleon-white-regular/cursors/pointer.png -lib/X11/icons/chameleon-white-regular/cursors/progress -lib/X11/icons/chameleon-white-regular/cursors/progress.in -lib/X11/icons/chameleon-white-regular/cursors/progress.png -lib/X11/icons/chameleon-white-regular/cursors/progress1.png -lib/X11/icons/chameleon-white-regular/cursors/progress10.png -lib/X11/icons/chameleon-white-regular/cursors/progress11.png -lib/X11/icons/chameleon-white-regular/cursors/progress12.png -lib/X11/icons/chameleon-white-regular/cursors/progress13.png -lib/X11/icons/chameleon-white-regular/cursors/progress2.png -lib/X11/icons/chameleon-white-regular/cursors/progress3.png -lib/X11/icons/chameleon-white-regular/cursors/progress4.png -lib/X11/icons/chameleon-white-regular/cursors/progress5.png -lib/X11/icons/chameleon-white-regular/cursors/progress6.png -lib/X11/icons/chameleon-white-regular/cursors/progress7.png -lib/X11/icons/chameleon-white-regular/cursors/progress8.png -lib/X11/icons/chameleon-white-regular/cursors/progress9.png -lib/X11/icons/chameleon-white-regular/cursors/question_arrow -lib/X11/icons/chameleon-white-regular/cursors/right-arrow -lib/X11/icons/chameleon-white-regular/cursors/right-arrow.in -lib/X11/icons/chameleon-white-regular/cursors/right-arrow.png -lib/X11/icons/chameleon-white-regular/cursors/right_ptr -lib/X11/icons/chameleon-white-regular/cursors/right_side -lib/X11/icons/chameleon-white-regular/cursors/row-resize -lib/X11/icons/chameleon-white-regular/cursors/row-resize.in -lib/X11/icons/chameleon-white-regular/cursors/row-resize.png -lib/X11/icons/chameleon-white-regular/cursors/s-resize -lib/X11/icons/chameleon-white-regular/cursors/s-resize.in -lib/X11/icons/chameleon-white-regular/cursors/s-resize.png -lib/X11/icons/chameleon-white-regular/cursors/sb_h_double_arrow -lib/X11/icons/chameleon-white-regular/cursors/sb_v_double_arrow -lib/X11/icons/chameleon-white-regular/cursors/se-resize -lib/X11/icons/chameleon-white-regular/cursors/se-resize.in -lib/X11/icons/chameleon-white-regular/cursors/se-resize.png -lib/X11/icons/chameleon-white-regular/cursors/sw-resize -lib/X11/icons/chameleon-white-regular/cursors/sw-resize.in -lib/X11/icons/chameleon-white-regular/cursors/sw-resize.png -lib/X11/icons/chameleon-white-regular/cursors/text -lib/X11/icons/chameleon-white-regular/cursors/text.in -lib/X11/icons/chameleon-white-regular/cursors/text.png -lib/X11/icons/chameleon-white-regular/cursors/text1.png -lib/X11/icons/chameleon-white-regular/cursors/text2.png -lib/X11/icons/chameleon-white-regular/cursors/text3.png -lib/X11/icons/chameleon-white-regular/cursors/text4.png -lib/X11/icons/chameleon-white-regular/cursors/text5.png -lib/X11/icons/chameleon-white-regular/cursors/top_left_corner -lib/X11/icons/chameleon-white-regular/cursors/top_right_corner -lib/X11/icons/chameleon-white-regular/cursors/top_side -lib/X11/icons/chameleon-white-regular/cursors/up-arrow -lib/X11/icons/chameleon-white-regular/cursors/up-arrow.in -lib/X11/icons/chameleon-white-regular/cursors/up-arrow.png -lib/X11/icons/chameleon-white-regular/cursors/vertical-text -lib/X11/icons/chameleon-white-regular/cursors/vertical-text.in -lib/X11/icons/chameleon-white-regular/cursors/vertical-text.png -lib/X11/icons/chameleon-white-regular/cursors/vertical-text1.png -lib/X11/icons/chameleon-white-regular/cursors/vertical-text2.png -lib/X11/icons/chameleon-white-regular/cursors/vertical-text3.png -lib/X11/icons/chameleon-white-regular/cursors/vertical-text4.png -lib/X11/icons/chameleon-white-regular/cursors/vertical-text5.png -lib/X11/icons/chameleon-white-regular/cursors/w-resize -lib/X11/icons/chameleon-white-regular/cursors/w-resize.in -lib/X11/icons/chameleon-white-regular/cursors/w-resize.png -lib/X11/icons/chameleon-white-regular/cursors/wait -lib/X11/icons/chameleon-white-regular/cursors/wait.in -lib/X11/icons/chameleon-white-regular/cursors/wait.png -lib/X11/icons/chameleon-white-regular/cursors/wait1.png -lib/X11/icons/chameleon-white-regular/cursors/wait10.png -lib/X11/icons/chameleon-white-regular/cursors/wait11.png -lib/X11/icons/chameleon-white-regular/cursors/wait12.png -lib/X11/icons/chameleon-white-regular/cursors/wait13.png -lib/X11/icons/chameleon-white-regular/cursors/wait2.png -lib/X11/icons/chameleon-white-regular/cursors/wait3.png -lib/X11/icons/chameleon-white-regular/cursors/wait4.png -lib/X11/icons/chameleon-white-regular/cursors/wait5.png -lib/X11/icons/chameleon-white-regular/cursors/wait6.png -lib/X11/icons/chameleon-white-regular/cursors/wait7.png -lib/X11/icons/chameleon-white-regular/cursors/wait8.png -lib/X11/icons/chameleon-white-regular/cursors/wait9.png -lib/X11/icons/chameleon-white-regular/cursors/watch -lib/X11/icons/chameleon-white-regular/cursors/xterm -lib/X11/icons/chameleon-white-regular/cursors/zoom-in -lib/X11/icons/chameleon-white-regular/cursors/zoom-in.in -lib/X11/icons/chameleon-white-regular/cursors/zoom-in.png -lib/X11/icons/chameleon-white-regular/cursors/zoom-out -lib/X11/icons/chameleon-white-regular/cursors/zoom-out.in -lib/X11/icons/chameleon-white-regular/cursors/zoom-out.png -lib/X11/icons/chameleon-white-regular/index.theme -lib/X11/icons/chameleon-white-regular/preview.jpg -lib/X11/icons/chameleon-white-small/cursors/00008160000006810000408080010102 -lib/X11/icons/chameleon-white-small/cursors/028006030e0e7ebffc7f7070c0600140 -lib/X11/icons/chameleon-white-small/cursors/03b6e0fcb3499374a867c041f52298f0 -lib/X11/icons/chameleon-white-small/cursors/0426c94ea35c87780ff01dc239897213 -lib/X11/icons/chameleon-white-small/cursors/0876e1c15ff2fc01f906f1c363074c0f -lib/X11/icons/chameleon-white-small/cursors/08e8e1c95fe2fc01f976f1e063a24ccd -lib/X11/icons/chameleon-white-small/cursors/08ffe1cb5fe6fc01f906f1c063814ccf -lib/X11/icons/chameleon-white-small/cursors/08ffe1e65f80fcfdf9fff11263e74c48 -lib/X11/icons/chameleon-white-small/cursors/1081e37283d90000800003c07f3ef6bf -lib/X11/icons/chameleon-white-small/cursors/14fef782d02440884392942c11205230 -lib/X11/icons/chameleon-white-small/cursors/208530c400c041818281048008011002 -lib/X11/icons/chameleon-white-small/cursors/2870a09082c103050810ffdffffe0204 -lib/X11/icons/chameleon-white-small/cursors/3085a0e285430894940527032f8b26df -lib/X11/icons/chameleon-white-small/cursors/3ecb610c1bf2410f44200f48c40d3599 -lib/X11/icons/chameleon-white-small/cursors/4498f0e0c1937ffe01fd06f973665830 -lib/X11/icons/chameleon-white-small/cursors/5aca4d189052212118709018842178c0 -lib/X11/icons/chameleon-white-small/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 -lib/X11/icons/chameleon-white-small/cursors/6407b0e94181790501fd1e167b474872 -lib/X11/icons/chameleon-white-small/cursors/640fb0e74195791501fd1ed57b41487f -lib/X11/icons/chameleon-white-small/cursors/9081237383d90e509aa00f00170e968f -lib/X11/icons/chameleon-white-small/cursors/9116a3ea924ed2162ecab71ba103b17f -lib/X11/icons/chameleon-white-small/cursors/9d800788f1b08800ae810202380a0822 -lib/X11/icons/chameleon-white-small/cursors/X-cursor -lib/X11/icons/chameleon-white-small/cursors/X-cursor.in -lib/X11/icons/chameleon-white-small/cursors/X-cursor.png -lib/X11/icons/chameleon-white-small/cursors/alias -lib/X11/icons/chameleon-white-small/cursors/alias.in -lib/X11/icons/chameleon-white-small/cursors/alias.png -lib/X11/icons/chameleon-white-small/cursors/all-scroll -lib/X11/icons/chameleon-white-small/cursors/all-scroll.in -lib/X11/icons/chameleon-white-small/cursors/all-scroll.png -lib/X11/icons/chameleon-white-small/cursors/arrow -lib/X11/icons/chameleon-white-small/cursors/bottom_left_corner -lib/X11/icons/chameleon-white-small/cursors/bottom_right_corner -lib/X11/icons/chameleon-white-small/cursors/bottom_side -lib/X11/icons/chameleon-white-small/cursors/c7088f0f3e6c8088236ef8e1e3e70000 -lib/X11/icons/chameleon-white-small/cursors/cell -lib/X11/icons/chameleon-white-small/cursors/cell.in -lib/X11/icons/chameleon-white-small/cursors/cell.png -lib/X11/icons/chameleon-white-small/cursors/center_ptr -lib/X11/icons/chameleon-white-small/cursors/col-resize -lib/X11/icons/chameleon-white-small/cursors/col-resize.in -lib/X11/icons/chameleon-white-small/cursors/col-resize.png -lib/X11/icons/chameleon-white-small/cursors/context-menu -lib/X11/icons/chameleon-white-small/cursors/context-menu.in -lib/X11/icons/chameleon-white-small/cursors/context-menu.png -lib/X11/icons/chameleon-white-small/cursors/copy -lib/X11/icons/chameleon-white-small/cursors/copy.in -lib/X11/icons/chameleon-white-small/cursors/copy.png -lib/X11/icons/chameleon-white-small/cursors/cross -lib/X11/icons/chameleon-white-small/cursors/crosshair -lib/X11/icons/chameleon-white-small/cursors/crosshair.in -lib/X11/icons/chameleon-white-small/cursors/crosshair.png -lib/X11/icons/chameleon-white-small/cursors/d9ce0ab605698f320427677b458ad60b -lib/X11/icons/chameleon-white-small/cursors/default -lib/X11/icons/chameleon-white-small/cursors/default.in -lib/X11/icons/chameleon-white-small/cursors/default.png -lib/X11/icons/chameleon-white-small/cursors/dnd-ask -lib/X11/icons/chameleon-white-small/cursors/dnd-copy -lib/X11/icons/chameleon-white-small/cursors/dnd-link -lib/X11/icons/chameleon-white-small/cursors/dnd-move -lib/X11/icons/chameleon-white-small/cursors/dnd-none -lib/X11/icons/chameleon-white-small/cursors/e-resize -lib/X11/icons/chameleon-white-small/cursors/e-resize.in -lib/X11/icons/chameleon-white-small/cursors/e-resize.png -lib/X11/icons/chameleon-white-small/cursors/e29285e634086352946a0e7090d73106 -lib/X11/icons/chameleon-white-small/cursors/ew-resize -lib/X11/icons/chameleon-white-small/cursors/ew-resize.in -lib/X11/icons/chameleon-white-small/cursors/ew-resize.png -lib/X11/icons/chameleon-white-small/cursors/f41c0e382c94c0958e07017e42b00462 -lib/X11/icons/chameleon-white-small/cursors/f41c0e382c97c0938e07017e42800402 -lib/X11/icons/chameleon-white-small/cursors/fcf1c3c7cd4491d801f1e1c78f100000 -lib/X11/icons/chameleon-white-small/cursors/fleur -lib/X11/icons/chameleon-white-small/cursors/grabbing -lib/X11/icons/chameleon-white-small/cursors/grabbing.in -lib/X11/icons/chameleon-white-small/cursors/grabbing.png -lib/X11/icons/chameleon-white-small/cursors/hand2 -lib/X11/icons/chameleon-white-small/cursors/help -lib/X11/icons/chameleon-white-small/cursors/help.in -lib/X11/icons/chameleon-white-small/cursors/help.png -lib/X11/icons/chameleon-white-small/cursors/left_ptr -lib/X11/icons/chameleon-white-small/cursors/left_ptr_watch -lib/X11/icons/chameleon-white-small/cursors/left_side -lib/X11/icons/chameleon-white-small/cursors/move -lib/X11/icons/chameleon-white-small/cursors/move.in -lib/X11/icons/chameleon-white-small/cursors/move.png -lib/X11/icons/chameleon-white-small/cursors/n-resize -lib/X11/icons/chameleon-white-small/cursors/n-resize.in -lib/X11/icons/chameleon-white-small/cursors/n-resize.png -lib/X11/icons/chameleon-white-small/cursors/ne-resize -lib/X11/icons/chameleon-white-small/cursors/ne-resize.in -lib/X11/icons/chameleon-white-small/cursors/ne-resize.png -lib/X11/icons/chameleon-white-small/cursors/nesw-resize -lib/X11/icons/chameleon-white-small/cursors/nesw-resize.in -lib/X11/icons/chameleon-white-small/cursors/nesw-resize.png -lib/X11/icons/chameleon-white-small/cursors/no-drop -lib/X11/icons/chameleon-white-small/cursors/no-drop.in -lib/X11/icons/chameleon-white-small/cursors/no-drop.png -lib/X11/icons/chameleon-white-small/cursors/not-allowed -lib/X11/icons/chameleon-white-small/cursors/not-allowed.in -lib/X11/icons/chameleon-white-small/cursors/not-allowed.png -lib/X11/icons/chameleon-white-small/cursors/ns-resize -lib/X11/icons/chameleon-white-small/cursors/ns-resize.in -lib/X11/icons/chameleon-white-small/cursors/ns-resize.png -lib/X11/icons/chameleon-white-small/cursors/nw-resize -lib/X11/icons/chameleon-white-small/cursors/nw-resize.in -lib/X11/icons/chameleon-white-small/cursors/nw-resize.png -lib/X11/icons/chameleon-white-small/cursors/nwse-resize -lib/X11/icons/chameleon-white-small/cursors/nwse-resize.in -lib/X11/icons/chameleon-white-small/cursors/nwse-resize.png -lib/X11/icons/chameleon-white-small/cursors/pencil -lib/X11/icons/chameleon-white-small/cursors/pencil.in -lib/X11/icons/chameleon-white-small/cursors/pencil.png -lib/X11/icons/chameleon-white-small/cursors/pirate -lib/X11/icons/chameleon-white-small/cursors/pirate.in -lib/X11/icons/chameleon-white-small/cursors/pirate.png -lib/X11/icons/chameleon-white-small/cursors/plus -lib/X11/icons/chameleon-white-small/cursors/pointer -lib/X11/icons/chameleon-white-small/cursors/pointer.in -lib/X11/icons/chameleon-white-small/cursors/pointer.png -lib/X11/icons/chameleon-white-small/cursors/progress -lib/X11/icons/chameleon-white-small/cursors/progress.in -lib/X11/icons/chameleon-white-small/cursors/progress.png -lib/X11/icons/chameleon-white-small/cursors/progress1.png -lib/X11/icons/chameleon-white-small/cursors/progress10.png -lib/X11/icons/chameleon-white-small/cursors/progress11.png -lib/X11/icons/chameleon-white-small/cursors/progress12.png -lib/X11/icons/chameleon-white-small/cursors/progress13.png -lib/X11/icons/chameleon-white-small/cursors/progress2.png -lib/X11/icons/chameleon-white-small/cursors/progress3.png -lib/X11/icons/chameleon-white-small/cursors/progress4.png -lib/X11/icons/chameleon-white-small/cursors/progress5.png -lib/X11/icons/chameleon-white-small/cursors/progress6.png -lib/X11/icons/chameleon-white-small/cursors/progress7.png -lib/X11/icons/chameleon-white-small/cursors/progress8.png -lib/X11/icons/chameleon-white-small/cursors/progress9.png -lib/X11/icons/chameleon-white-small/cursors/question_arrow -lib/X11/icons/chameleon-white-small/cursors/right-arrow -lib/X11/icons/chameleon-white-small/cursors/right-arrow.in -lib/X11/icons/chameleon-white-small/cursors/right-arrow.png -lib/X11/icons/chameleon-white-small/cursors/right_ptr -lib/X11/icons/chameleon-white-small/cursors/right_side -lib/X11/icons/chameleon-white-small/cursors/row-resize -lib/X11/icons/chameleon-white-small/cursors/row-resize.in -lib/X11/icons/chameleon-white-small/cursors/row-resize.png -lib/X11/icons/chameleon-white-small/cursors/s-resize -lib/X11/icons/chameleon-white-small/cursors/s-resize.in -lib/X11/icons/chameleon-white-small/cursors/s-resize.png -lib/X11/icons/chameleon-white-small/cursors/sb_h_double_arrow -lib/X11/icons/chameleon-white-small/cursors/sb_v_double_arrow -lib/X11/icons/chameleon-white-small/cursors/se-resize -lib/X11/icons/chameleon-white-small/cursors/se-resize.in -lib/X11/icons/chameleon-white-small/cursors/se-resize.png -lib/X11/icons/chameleon-white-small/cursors/sw-resize -lib/X11/icons/chameleon-white-small/cursors/sw-resize.in -lib/X11/icons/chameleon-white-small/cursors/sw-resize.png -lib/X11/icons/chameleon-white-small/cursors/text -lib/X11/icons/chameleon-white-small/cursors/text.in -lib/X11/icons/chameleon-white-small/cursors/text.png -lib/X11/icons/chameleon-white-small/cursors/text1.png -lib/X11/icons/chameleon-white-small/cursors/text2.png -lib/X11/icons/chameleon-white-small/cursors/text3.png -lib/X11/icons/chameleon-white-small/cursors/text4.png -lib/X11/icons/chameleon-white-small/cursors/text5.png -lib/X11/icons/chameleon-white-small/cursors/top_left_corner -lib/X11/icons/chameleon-white-small/cursors/top_right_corner -lib/X11/icons/chameleon-white-small/cursors/top_side -lib/X11/icons/chameleon-white-small/cursors/up-arrow -lib/X11/icons/chameleon-white-small/cursors/up-arrow.in -lib/X11/icons/chameleon-white-small/cursors/up-arrow.png -lib/X11/icons/chameleon-white-small/cursors/vertical-text -lib/X11/icons/chameleon-white-small/cursors/vertical-text.in -lib/X11/icons/chameleon-white-small/cursors/vertical-text.png -lib/X11/icons/chameleon-white-small/cursors/vertical-text1.png -lib/X11/icons/chameleon-white-small/cursors/vertical-text2.png -lib/X11/icons/chameleon-white-small/cursors/vertical-text3.png -lib/X11/icons/chameleon-white-small/cursors/vertical-text4.png -lib/X11/icons/chameleon-white-small/cursors/vertical-text5.png -lib/X11/icons/chameleon-white-small/cursors/w-resize -lib/X11/icons/chameleon-white-small/cursors/w-resize.in -lib/X11/icons/chameleon-white-small/cursors/w-resize.png -lib/X11/icons/chameleon-white-small/cursors/wait -lib/X11/icons/chameleon-white-small/cursors/wait.in -lib/X11/icons/chameleon-white-small/cursors/wait.png -lib/X11/icons/chameleon-white-small/cursors/wait1.png -lib/X11/icons/chameleon-white-small/cursors/wait10.png -lib/X11/icons/chameleon-white-small/cursors/wait11.png -lib/X11/icons/chameleon-white-small/cursors/wait12.png -lib/X11/icons/chameleon-white-small/cursors/wait13.png -lib/X11/icons/chameleon-white-small/cursors/wait2.png -lib/X11/icons/chameleon-white-small/cursors/wait3.png -lib/X11/icons/chameleon-white-small/cursors/wait4.png -lib/X11/icons/chameleon-white-small/cursors/wait5.png -lib/X11/icons/chameleon-white-small/cursors/wait6.png -lib/X11/icons/chameleon-white-small/cursors/wait7.png -lib/X11/icons/chameleon-white-small/cursors/wait8.png -lib/X11/icons/chameleon-white-small/cursors/wait9.png -lib/X11/icons/chameleon-white-small/cursors/watch -lib/X11/icons/chameleon-white-small/cursors/xterm -lib/X11/icons/chameleon-white-small/cursors/zoom-in -lib/X11/icons/chameleon-white-small/cursors/zoom-in.in -lib/X11/icons/chameleon-white-small/cursors/zoom-in.png -lib/X11/icons/chameleon-white-small/cursors/zoom-out -lib/X11/icons/chameleon-white-small/cursors/zoom-out.in -lib/X11/icons/chameleon-white-small/cursors/zoom-out.png -lib/X11/icons/chameleon-white-small/index.theme -lib/X11/icons/chameleon-white-small/preview.jpg +share/icons/chameleon-white-large/cursors/00008160000006810000408080010102 +share/icons/chameleon-white-large/cursors/028006030e0e7ebffc7f7070c0600140 +share/icons/chameleon-white-large/cursors/03b6e0fcb3499374a867c041f52298f0 +share/icons/chameleon-white-large/cursors/0426c94ea35c87780ff01dc239897213 +share/icons/chameleon-white-large/cursors/0876e1c15ff2fc01f906f1c363074c0f +share/icons/chameleon-white-large/cursors/08e8e1c95fe2fc01f976f1e063a24ccd +share/icons/chameleon-white-large/cursors/08ffe1cb5fe6fc01f906f1c063814ccf +share/icons/chameleon-white-large/cursors/08ffe1e65f80fcfdf9fff11263e74c48 +share/icons/chameleon-white-large/cursors/1081e37283d90000800003c07f3ef6bf +share/icons/chameleon-white-large/cursors/14fef782d02440884392942c11205230 +share/icons/chameleon-white-large/cursors/208530c400c041818281048008011002 +share/icons/chameleon-white-large/cursors/2870a09082c103050810ffdffffe0204 +share/icons/chameleon-white-large/cursors/3085a0e285430894940527032f8b26df +share/icons/chameleon-white-large/cursors/3ecb610c1bf2410f44200f48c40d3599 +share/icons/chameleon-white-large/cursors/4498f0e0c1937ffe01fd06f973665830 +share/icons/chameleon-white-large/cursors/5aca4d189052212118709018842178c0 +share/icons/chameleon-white-large/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 +share/icons/chameleon-white-large/cursors/6407b0e94181790501fd1e167b474872 +share/icons/chameleon-white-large/cursors/640fb0e74195791501fd1ed57b41487f +share/icons/chameleon-white-large/cursors/9081237383d90e509aa00f00170e968f +share/icons/chameleon-white-large/cursors/9116a3ea924ed2162ecab71ba103b17f +share/icons/chameleon-white-large/cursors/9d800788f1b08800ae810202380a0822 +share/icons/chameleon-white-large/cursors/X-cursor +share/icons/chameleon-white-large/cursors/X-cursor.in +share/icons/chameleon-white-large/cursors/X-cursor.png +share/icons/chameleon-white-large/cursors/alias +share/icons/chameleon-white-large/cursors/alias.in +share/icons/chameleon-white-large/cursors/alias.png +share/icons/chameleon-white-large/cursors/all-scroll +share/icons/chameleon-white-large/cursors/all-scroll.in +share/icons/chameleon-white-large/cursors/all-scroll.png +share/icons/chameleon-white-large/cursors/arrow +share/icons/chameleon-white-large/cursors/bottom_left_corner +share/icons/chameleon-white-large/cursors/bottom_right_corner +share/icons/chameleon-white-large/cursors/bottom_side +share/icons/chameleon-white-large/cursors/c7088f0f3e6c8088236ef8e1e3e70000 +share/icons/chameleon-white-large/cursors/cell +share/icons/chameleon-white-large/cursors/cell.in +share/icons/chameleon-white-large/cursors/cell.png +share/icons/chameleon-white-large/cursors/center_ptr +share/icons/chameleon-white-large/cursors/col-resize +share/icons/chameleon-white-large/cursors/col-resize.in +share/icons/chameleon-white-large/cursors/col-resize.png +share/icons/chameleon-white-large/cursors/context-menu +share/icons/chameleon-white-large/cursors/context-menu.in +share/icons/chameleon-white-large/cursors/context-menu.png +share/icons/chameleon-white-large/cursors/copy +share/icons/chameleon-white-large/cursors/copy.in +share/icons/chameleon-white-large/cursors/copy.png +share/icons/chameleon-white-large/cursors/cross +share/icons/chameleon-white-large/cursors/crosshair +share/icons/chameleon-white-large/cursors/crosshair.in +share/icons/chameleon-white-large/cursors/crosshair.png +share/icons/chameleon-white-large/cursors/d9ce0ab605698f320427677b458ad60b +share/icons/chameleon-white-large/cursors/default +share/icons/chameleon-white-large/cursors/default.in +share/icons/chameleon-white-large/cursors/default.png +share/icons/chameleon-white-large/cursors/dnd-ask +share/icons/chameleon-white-large/cursors/dnd-copy +share/icons/chameleon-white-large/cursors/dnd-link +share/icons/chameleon-white-large/cursors/dnd-move +share/icons/chameleon-white-large/cursors/dnd-none +share/icons/chameleon-white-large/cursors/e-resize +share/icons/chameleon-white-large/cursors/e-resize.in +share/icons/chameleon-white-large/cursors/e-resize.png +share/icons/chameleon-white-large/cursors/e29285e634086352946a0e7090d73106 +share/icons/chameleon-white-large/cursors/ew-resize +share/icons/chameleon-white-large/cursors/ew-resize.in +share/icons/chameleon-white-large/cursors/ew-resize.png +share/icons/chameleon-white-large/cursors/f41c0e382c94c0958e07017e42b00462 +share/icons/chameleon-white-large/cursors/f41c0e382c97c0938e07017e42800402 +share/icons/chameleon-white-large/cursors/fcf1c3c7cd4491d801f1e1c78f100000 +share/icons/chameleon-white-large/cursors/fleur +share/icons/chameleon-white-large/cursors/grabbing +share/icons/chameleon-white-large/cursors/grabbing.in +share/icons/chameleon-white-large/cursors/grabbing.png +share/icons/chameleon-white-large/cursors/hand2 +share/icons/chameleon-white-large/cursors/help +share/icons/chameleon-white-large/cursors/help.in +share/icons/chameleon-white-large/cursors/help.png +share/icons/chameleon-white-large/cursors/left_ptr +share/icons/chameleon-white-large/cursors/left_ptr_watch +share/icons/chameleon-white-large/cursors/left_side +share/icons/chameleon-white-large/cursors/move +share/icons/chameleon-white-large/cursors/move.in +share/icons/chameleon-white-large/cursors/move.png +share/icons/chameleon-white-large/cursors/n-resize +share/icons/chameleon-white-large/cursors/n-resize.in +share/icons/chameleon-white-large/cursors/n-resize.png +share/icons/chameleon-white-large/cursors/ne-resize +share/icons/chameleon-white-large/cursors/ne-resize.in +share/icons/chameleon-white-large/cursors/ne-resize.png +share/icons/chameleon-white-large/cursors/nesw-resize +share/icons/chameleon-white-large/cursors/nesw-resize.in +share/icons/chameleon-white-large/cursors/nesw-resize.png +share/icons/chameleon-white-large/cursors/no-drop +share/icons/chameleon-white-large/cursors/no-drop.in +share/icons/chameleon-white-large/cursors/no-drop.png +share/icons/chameleon-white-large/cursors/not-allowed +share/icons/chameleon-white-large/cursors/not-allowed.in +share/icons/chameleon-white-large/cursors/not-allowed.png +share/icons/chameleon-white-large/cursors/ns-resize +share/icons/chameleon-white-large/cursors/ns-resize.in +share/icons/chameleon-white-large/cursors/ns-resize.png +share/icons/chameleon-white-large/cursors/nw-resize +share/icons/chameleon-white-large/cursors/nw-resize.in +share/icons/chameleon-white-large/cursors/nw-resize.png +share/icons/chameleon-white-large/cursors/nwse-resize +share/icons/chameleon-white-large/cursors/nwse-resize.in +share/icons/chameleon-white-large/cursors/nwse-resize.png +share/icons/chameleon-white-large/cursors/pencil +share/icons/chameleon-white-large/cursors/pencil.in +share/icons/chameleon-white-large/cursors/pencil.png +share/icons/chameleon-white-large/cursors/pirate +share/icons/chameleon-white-large/cursors/pirate.in +share/icons/chameleon-white-large/cursors/pirate.png +share/icons/chameleon-white-large/cursors/plus +share/icons/chameleon-white-large/cursors/pointer +share/icons/chameleon-white-large/cursors/pointer.in +share/icons/chameleon-white-large/cursors/pointer.png +share/icons/chameleon-white-large/cursors/progress +share/icons/chameleon-white-large/cursors/progress.in +share/icons/chameleon-white-large/cursors/progress.png +share/icons/chameleon-white-large/cursors/progress1.png +share/icons/chameleon-white-large/cursors/progress10.png +share/icons/chameleon-white-large/cursors/progress11.png +share/icons/chameleon-white-large/cursors/progress12.png +share/icons/chameleon-white-large/cursors/progress13.png +share/icons/chameleon-white-large/cursors/progress2.png +share/icons/chameleon-white-large/cursors/progress3.png +share/icons/chameleon-white-large/cursors/progress4.png +share/icons/chameleon-white-large/cursors/progress5.png +share/icons/chameleon-white-large/cursors/progress6.png +share/icons/chameleon-white-large/cursors/progress7.png +share/icons/chameleon-white-large/cursors/progress8.png +share/icons/chameleon-white-large/cursors/progress9.png +share/icons/chameleon-white-large/cursors/question_arrow +share/icons/chameleon-white-large/cursors/right-arrow +share/icons/chameleon-white-large/cursors/right-arrow.in +share/icons/chameleon-white-large/cursors/right-arrow.png +share/icons/chameleon-white-large/cursors/right_ptr +share/icons/chameleon-white-large/cursors/right_side +share/icons/chameleon-white-large/cursors/row-resize +share/icons/chameleon-white-large/cursors/row-resize.in +share/icons/chameleon-white-large/cursors/row-resize.png +share/icons/chameleon-white-large/cursors/s-resize +share/icons/chameleon-white-large/cursors/s-resize.in +share/icons/chameleon-white-large/cursors/s-resize.png +share/icons/chameleon-white-large/cursors/sb_h_double_arrow +share/icons/chameleon-white-large/cursors/sb_v_double_arrow +share/icons/chameleon-white-large/cursors/se-resize +share/icons/chameleon-white-large/cursors/se-resize.in +share/icons/chameleon-white-large/cursors/se-resize.png +share/icons/chameleon-white-large/cursors/sw-resize +share/icons/chameleon-white-large/cursors/sw-resize.in +share/icons/chameleon-white-large/cursors/sw-resize.png +share/icons/chameleon-white-large/cursors/text +share/icons/chameleon-white-large/cursors/text.in +share/icons/chameleon-white-large/cursors/text.png +share/icons/chameleon-white-large/cursors/text1.png +share/icons/chameleon-white-large/cursors/text2.png +share/icons/chameleon-white-large/cursors/text3.png +share/icons/chameleon-white-large/cursors/text4.png +share/icons/chameleon-white-large/cursors/text5.png +share/icons/chameleon-white-large/cursors/top_left_corner +share/icons/chameleon-white-large/cursors/top_right_corner +share/icons/chameleon-white-large/cursors/top_side +share/icons/chameleon-white-large/cursors/up-arrow +share/icons/chameleon-white-large/cursors/up-arrow.in +share/icons/chameleon-white-large/cursors/up-arrow.png +share/icons/chameleon-white-large/cursors/vertical-text +share/icons/chameleon-white-large/cursors/vertical-text.in +share/icons/chameleon-white-large/cursors/vertical-text.png +share/icons/chameleon-white-large/cursors/vertical-text1.png +share/icons/chameleon-white-large/cursors/vertical-text2.png +share/icons/chameleon-white-large/cursors/vertical-text3.png +share/icons/chameleon-white-large/cursors/vertical-text4.png +share/icons/chameleon-white-large/cursors/vertical-text5.png +share/icons/chameleon-white-large/cursors/w-resize +share/icons/chameleon-white-large/cursors/w-resize.in +share/icons/chameleon-white-large/cursors/w-resize.png +share/icons/chameleon-white-large/cursors/wait +share/icons/chameleon-white-large/cursors/wait.in +share/icons/chameleon-white-large/cursors/wait.png +share/icons/chameleon-white-large/cursors/wait1.png +share/icons/chameleon-white-large/cursors/wait10.png +share/icons/chameleon-white-large/cursors/wait11.png +share/icons/chameleon-white-large/cursors/wait12.png +share/icons/chameleon-white-large/cursors/wait13.png +share/icons/chameleon-white-large/cursors/wait2.png +share/icons/chameleon-white-large/cursors/wait3.png +share/icons/chameleon-white-large/cursors/wait4.png +share/icons/chameleon-white-large/cursors/wait5.png +share/icons/chameleon-white-large/cursors/wait6.png +share/icons/chameleon-white-large/cursors/wait7.png +share/icons/chameleon-white-large/cursors/wait8.png +share/icons/chameleon-white-large/cursors/wait9.png +share/icons/chameleon-white-large/cursors/watch +share/icons/chameleon-white-large/cursors/xterm +share/icons/chameleon-white-large/cursors/zoom-in +share/icons/chameleon-white-large/cursors/zoom-in.in +share/icons/chameleon-white-large/cursors/zoom-in.png +share/icons/chameleon-white-large/cursors/zoom-out +share/icons/chameleon-white-large/cursors/zoom-out.in +share/icons/chameleon-white-large/cursors/zoom-out.png +share/icons/chameleon-white-large/index.theme +share/icons/chameleon-white-large/preview.jpg +share/icons/chameleon-white-regular/cursors/00008160000006810000408080010102 +share/icons/chameleon-white-regular/cursors/028006030e0e7ebffc7f7070c0600140 +share/icons/chameleon-white-regular/cursors/03b6e0fcb3499374a867c041f52298f0 +share/icons/chameleon-white-regular/cursors/0426c94ea35c87780ff01dc239897213 +share/icons/chameleon-white-regular/cursors/0876e1c15ff2fc01f906f1c363074c0f +share/icons/chameleon-white-regular/cursors/08e8e1c95fe2fc01f976f1e063a24ccd +share/icons/chameleon-white-regular/cursors/08ffe1cb5fe6fc01f906f1c063814ccf +share/icons/chameleon-white-regular/cursors/08ffe1e65f80fcfdf9fff11263e74c48 +share/icons/chameleon-white-regular/cursors/1081e37283d90000800003c07f3ef6bf +share/icons/chameleon-white-regular/cursors/14fef782d02440884392942c11205230 +share/icons/chameleon-white-regular/cursors/208530c400c041818281048008011002 +share/icons/chameleon-white-regular/cursors/2870a09082c103050810ffdffffe0204 +share/icons/chameleon-white-regular/cursors/3085a0e285430894940527032f8b26df +share/icons/chameleon-white-regular/cursors/3ecb610c1bf2410f44200f48c40d3599 +share/icons/chameleon-white-regular/cursors/4498f0e0c1937ffe01fd06f973665830 +share/icons/chameleon-white-regular/cursors/5aca4d189052212118709018842178c0 +share/icons/chameleon-white-regular/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 +share/icons/chameleon-white-regular/cursors/6407b0e94181790501fd1e167b474872 +share/icons/chameleon-white-regular/cursors/640fb0e74195791501fd1ed57b41487f +share/icons/chameleon-white-regular/cursors/9081237383d90e509aa00f00170e968f +share/icons/chameleon-white-regular/cursors/9116a3ea924ed2162ecab71ba103b17f +share/icons/chameleon-white-regular/cursors/9d800788f1b08800ae810202380a0822 +share/icons/chameleon-white-regular/cursors/X-cursor +share/icons/chameleon-white-regular/cursors/X-cursor.in +share/icons/chameleon-white-regular/cursors/X-cursor.png +share/icons/chameleon-white-regular/cursors/alias +share/icons/chameleon-white-regular/cursors/alias.in +share/icons/chameleon-white-regular/cursors/alias.png +share/icons/chameleon-white-regular/cursors/all-scroll +share/icons/chameleon-white-regular/cursors/all-scroll.in +share/icons/chameleon-white-regular/cursors/all-scroll.png +share/icons/chameleon-white-regular/cursors/arrow +share/icons/chameleon-white-regular/cursors/bottom_left_corner +share/icons/chameleon-white-regular/cursors/bottom_right_corner +share/icons/chameleon-white-regular/cursors/bottom_side +share/icons/chameleon-white-regular/cursors/c7088f0f3e6c8088236ef8e1e3e70000 +share/icons/chameleon-white-regular/cursors/cell +share/icons/chameleon-white-regular/cursors/cell.in +share/icons/chameleon-white-regular/cursors/cell.png +share/icons/chameleon-white-regular/cursors/center_ptr +share/icons/chameleon-white-regular/cursors/col-resize +share/icons/chameleon-white-regular/cursors/col-resize.in +share/icons/chameleon-white-regular/cursors/col-resize.png +share/icons/chameleon-white-regular/cursors/context-menu +share/icons/chameleon-white-regular/cursors/context-menu.in +share/icons/chameleon-white-regular/cursors/context-menu.png +share/icons/chameleon-white-regular/cursors/copy +share/icons/chameleon-white-regular/cursors/copy.in +share/icons/chameleon-white-regular/cursors/copy.png +share/icons/chameleon-white-regular/cursors/cross +share/icons/chameleon-white-regular/cursors/crosshair +share/icons/chameleon-white-regular/cursors/crosshair.in +share/icons/chameleon-white-regular/cursors/crosshair.png +share/icons/chameleon-white-regular/cursors/d9ce0ab605698f320427677b458ad60b +share/icons/chameleon-white-regular/cursors/default +share/icons/chameleon-white-regular/cursors/default.in +share/icons/chameleon-white-regular/cursors/default.png +share/icons/chameleon-white-regular/cursors/dnd-ask +share/icons/chameleon-white-regular/cursors/dnd-copy +share/icons/chameleon-white-regular/cursors/dnd-link +share/icons/chameleon-white-regular/cursors/dnd-move +share/icons/chameleon-white-regular/cursors/dnd-none +share/icons/chameleon-white-regular/cursors/e-resize +share/icons/chameleon-white-regular/cursors/e-resize.in +share/icons/chameleon-white-regular/cursors/e-resize.png +share/icons/chameleon-white-regular/cursors/e29285e634086352946a0e7090d73106 +share/icons/chameleon-white-regular/cursors/ew-resize +share/icons/chameleon-white-regular/cursors/ew-resize.in +share/icons/chameleon-white-regular/cursors/ew-resize.png +share/icons/chameleon-white-regular/cursors/f41c0e382c94c0958e07017e42b00462 +share/icons/chameleon-white-regular/cursors/f41c0e382c97c0938e07017e42800402 +share/icons/chameleon-white-regular/cursors/fcf1c3c7cd4491d801f1e1c78f100000 +share/icons/chameleon-white-regular/cursors/fleur +share/icons/chameleon-white-regular/cursors/grabbing +share/icons/chameleon-white-regular/cursors/grabbing.in +share/icons/chameleon-white-regular/cursors/grabbing.png +share/icons/chameleon-white-regular/cursors/hand2 +share/icons/chameleon-white-regular/cursors/help +share/icons/chameleon-white-regular/cursors/help.in +share/icons/chameleon-white-regular/cursors/help.png +share/icons/chameleon-white-regular/cursors/left_ptr +share/icons/chameleon-white-regular/cursors/left_ptr_watch +share/icons/chameleon-white-regular/cursors/left_side +share/icons/chameleon-white-regular/cursors/move +share/icons/chameleon-white-regular/cursors/move.in +share/icons/chameleon-white-regular/cursors/move.png +share/icons/chameleon-white-regular/cursors/n-resize +share/icons/chameleon-white-regular/cursors/n-resize.in +share/icons/chameleon-white-regular/cursors/n-resize.png +share/icons/chameleon-white-regular/cursors/ne-resize +share/icons/chameleon-white-regular/cursors/ne-resize.in +share/icons/chameleon-white-regular/cursors/ne-resize.png +share/icons/chameleon-white-regular/cursors/nesw-resize +share/icons/chameleon-white-regular/cursors/nesw-resize.in +share/icons/chameleon-white-regular/cursors/nesw-resize.png +share/icons/chameleon-white-regular/cursors/no-drop +share/icons/chameleon-white-regular/cursors/no-drop.in +share/icons/chameleon-white-regular/cursors/no-drop.png +share/icons/chameleon-white-regular/cursors/not-allowed +share/icons/chameleon-white-regular/cursors/not-allowed.in +share/icons/chameleon-white-regular/cursors/not-allowed.png +share/icons/chameleon-white-regular/cursors/ns-resize +share/icons/chameleon-white-regular/cursors/ns-resize.in +share/icons/chameleon-white-regular/cursors/ns-resize.png +share/icons/chameleon-white-regular/cursors/nw-resize +share/icons/chameleon-white-regular/cursors/nw-resize.in +share/icons/chameleon-white-regular/cursors/nw-resize.png +share/icons/chameleon-white-regular/cursors/nwse-resize +share/icons/chameleon-white-regular/cursors/nwse-resize.in +share/icons/chameleon-white-regular/cursors/nwse-resize.png +share/icons/chameleon-white-regular/cursors/pencil +share/icons/chameleon-white-regular/cursors/pencil.in +share/icons/chameleon-white-regular/cursors/pencil.png +share/icons/chameleon-white-regular/cursors/pirate +share/icons/chameleon-white-regular/cursors/pirate.in +share/icons/chameleon-white-regular/cursors/pirate.png +share/icons/chameleon-white-regular/cursors/plus +share/icons/chameleon-white-regular/cursors/pointer +share/icons/chameleon-white-regular/cursors/pointer.in +share/icons/chameleon-white-regular/cursors/pointer.png +share/icons/chameleon-white-regular/cursors/progress +share/icons/chameleon-white-regular/cursors/progress.in +share/icons/chameleon-white-regular/cursors/progress.png +share/icons/chameleon-white-regular/cursors/progress1.png +share/icons/chameleon-white-regular/cursors/progress10.png +share/icons/chameleon-white-regular/cursors/progress11.png +share/icons/chameleon-white-regular/cursors/progress12.png +share/icons/chameleon-white-regular/cursors/progress13.png +share/icons/chameleon-white-regular/cursors/progress2.png +share/icons/chameleon-white-regular/cursors/progress3.png +share/icons/chameleon-white-regular/cursors/progress4.png +share/icons/chameleon-white-regular/cursors/progress5.png +share/icons/chameleon-white-regular/cursors/progress6.png +share/icons/chameleon-white-regular/cursors/progress7.png +share/icons/chameleon-white-regular/cursors/progress8.png +share/icons/chameleon-white-regular/cursors/progress9.png +share/icons/chameleon-white-regular/cursors/question_arrow +share/icons/chameleon-white-regular/cursors/right-arrow +share/icons/chameleon-white-regular/cursors/right-arrow.in +share/icons/chameleon-white-regular/cursors/right-arrow.png +share/icons/chameleon-white-regular/cursors/right_ptr +share/icons/chameleon-white-regular/cursors/right_side +share/icons/chameleon-white-regular/cursors/row-resize +share/icons/chameleon-white-regular/cursors/row-resize.in +share/icons/chameleon-white-regular/cursors/row-resize.png +share/icons/chameleon-white-regular/cursors/s-resize +share/icons/chameleon-white-regular/cursors/s-resize.in +share/icons/chameleon-white-regular/cursors/s-resize.png +share/icons/chameleon-white-regular/cursors/sb_h_double_arrow +share/icons/chameleon-white-regular/cursors/sb_v_double_arrow +share/icons/chameleon-white-regular/cursors/se-resize +share/icons/chameleon-white-regular/cursors/se-resize.in +share/icons/chameleon-white-regular/cursors/se-resize.png +share/icons/chameleon-white-regular/cursors/sw-resize +share/icons/chameleon-white-regular/cursors/sw-resize.in +share/icons/chameleon-white-regular/cursors/sw-resize.png +share/icons/chameleon-white-regular/cursors/text +share/icons/chameleon-white-regular/cursors/text.in +share/icons/chameleon-white-regular/cursors/text.png +share/icons/chameleon-white-regular/cursors/text1.png +share/icons/chameleon-white-regular/cursors/text2.png +share/icons/chameleon-white-regular/cursors/text3.png +share/icons/chameleon-white-regular/cursors/text4.png +share/icons/chameleon-white-regular/cursors/text5.png +share/icons/chameleon-white-regular/cursors/top_left_corner +share/icons/chameleon-white-regular/cursors/top_right_corner +share/icons/chameleon-white-regular/cursors/top_side +share/icons/chameleon-white-regular/cursors/up-arrow +share/icons/chameleon-white-regular/cursors/up-arrow.in +share/icons/chameleon-white-regular/cursors/up-arrow.png +share/icons/chameleon-white-regular/cursors/vertical-text +share/icons/chameleon-white-regular/cursors/vertical-text.in +share/icons/chameleon-white-regular/cursors/vertical-text.png +share/icons/chameleon-white-regular/cursors/vertical-text1.png +share/icons/chameleon-white-regular/cursors/vertical-text2.png +share/icons/chameleon-white-regular/cursors/vertical-text3.png +share/icons/chameleon-white-regular/cursors/vertical-text4.png +share/icons/chameleon-white-regular/cursors/vertical-text5.png +share/icons/chameleon-white-regular/cursors/w-resize +share/icons/chameleon-white-regular/cursors/w-resize.in +share/icons/chameleon-white-regular/cursors/w-resize.png +share/icons/chameleon-white-regular/cursors/wait +share/icons/chameleon-white-regular/cursors/wait.in +share/icons/chameleon-white-regular/cursors/wait.png +share/icons/chameleon-white-regular/cursors/wait1.png +share/icons/chameleon-white-regular/cursors/wait10.png +share/icons/chameleon-white-regular/cursors/wait11.png +share/icons/chameleon-white-regular/cursors/wait12.png +share/icons/chameleon-white-regular/cursors/wait13.png +share/icons/chameleon-white-regular/cursors/wait2.png +share/icons/chameleon-white-regular/cursors/wait3.png +share/icons/chameleon-white-regular/cursors/wait4.png +share/icons/chameleon-white-regular/cursors/wait5.png +share/icons/chameleon-white-regular/cursors/wait6.png +share/icons/chameleon-white-regular/cursors/wait7.png +share/icons/chameleon-white-regular/cursors/wait8.png +share/icons/chameleon-white-regular/cursors/wait9.png +share/icons/chameleon-white-regular/cursors/watch +share/icons/chameleon-white-regular/cursors/xterm +share/icons/chameleon-white-regular/cursors/zoom-in +share/icons/chameleon-white-regular/cursors/zoom-in.in +share/icons/chameleon-white-regular/cursors/zoom-in.png +share/icons/chameleon-white-regular/cursors/zoom-out +share/icons/chameleon-white-regular/cursors/zoom-out.in +share/icons/chameleon-white-regular/cursors/zoom-out.png +share/icons/chameleon-white-regular/index.theme +share/icons/chameleon-white-regular/preview.jpg +share/icons/chameleon-white-small/cursors/00008160000006810000408080010102 +share/icons/chameleon-white-small/cursors/028006030e0e7ebffc7f7070c0600140 +share/icons/chameleon-white-small/cursors/03b6e0fcb3499374a867c041f52298f0 +share/icons/chameleon-white-small/cursors/0426c94ea35c87780ff01dc239897213 +share/icons/chameleon-white-small/cursors/0876e1c15ff2fc01f906f1c363074c0f +share/icons/chameleon-white-small/cursors/08e8e1c95fe2fc01f976f1e063a24ccd +share/icons/chameleon-white-small/cursors/08ffe1cb5fe6fc01f906f1c063814ccf +share/icons/chameleon-white-small/cursors/08ffe1e65f80fcfdf9fff11263e74c48 +share/icons/chameleon-white-small/cursors/1081e37283d90000800003c07f3ef6bf +share/icons/chameleon-white-small/cursors/14fef782d02440884392942c11205230 +share/icons/chameleon-white-small/cursors/208530c400c041818281048008011002 +share/icons/chameleon-white-small/cursors/2870a09082c103050810ffdffffe0204 +share/icons/chameleon-white-small/cursors/3085a0e285430894940527032f8b26df +share/icons/chameleon-white-small/cursors/3ecb610c1bf2410f44200f48c40d3599 +share/icons/chameleon-white-small/cursors/4498f0e0c1937ffe01fd06f973665830 +share/icons/chameleon-white-small/cursors/5aca4d189052212118709018842178c0 +share/icons/chameleon-white-small/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 +share/icons/chameleon-white-small/cursors/6407b0e94181790501fd1e167b474872 +share/icons/chameleon-white-small/cursors/640fb0e74195791501fd1ed57b41487f +share/icons/chameleon-white-small/cursors/9081237383d90e509aa00f00170e968f +share/icons/chameleon-white-small/cursors/9116a3ea924ed2162ecab71ba103b17f +share/icons/chameleon-white-small/cursors/9d800788f1b08800ae810202380a0822 +share/icons/chameleon-white-small/cursors/X-cursor +share/icons/chameleon-white-small/cursors/X-cursor.in +share/icons/chameleon-white-small/cursors/X-cursor.png +share/icons/chameleon-white-small/cursors/alias +share/icons/chameleon-white-small/cursors/alias.in +share/icons/chameleon-white-small/cursors/alias.png +share/icons/chameleon-white-small/cursors/all-scroll +share/icons/chameleon-white-small/cursors/all-scroll.in +share/icons/chameleon-white-small/cursors/all-scroll.png +share/icons/chameleon-white-small/cursors/arrow +share/icons/chameleon-white-small/cursors/bottom_left_corner +share/icons/chameleon-white-small/cursors/bottom_right_corner +share/icons/chameleon-white-small/cursors/bottom_side +share/icons/chameleon-white-small/cursors/c7088f0f3e6c8088236ef8e1e3e70000 +share/icons/chameleon-white-small/cursors/cell +share/icons/chameleon-white-small/cursors/cell.in +share/icons/chameleon-white-small/cursors/cell.png +share/icons/chameleon-white-small/cursors/center_ptr +share/icons/chameleon-white-small/cursors/col-resize +share/icons/chameleon-white-small/cursors/col-resize.in +share/icons/chameleon-white-small/cursors/col-resize.png +share/icons/chameleon-white-small/cursors/context-menu +share/icons/chameleon-white-small/cursors/context-menu.in +share/icons/chameleon-white-small/cursors/context-menu.png +share/icons/chameleon-white-small/cursors/copy +share/icons/chameleon-white-small/cursors/copy.in +share/icons/chameleon-white-small/cursors/copy.png +share/icons/chameleon-white-small/cursors/cross +share/icons/chameleon-white-small/cursors/crosshair +share/icons/chameleon-white-small/cursors/crosshair.in +share/icons/chameleon-white-small/cursors/crosshair.png +share/icons/chameleon-white-small/cursors/d9ce0ab605698f320427677b458ad60b +share/icons/chameleon-white-small/cursors/default +share/icons/chameleon-white-small/cursors/default.in +share/icons/chameleon-white-small/cursors/default.png +share/icons/chameleon-white-small/cursors/dnd-ask +share/icons/chameleon-white-small/cursors/dnd-copy +share/icons/chameleon-white-small/cursors/dnd-link +share/icons/chameleon-white-small/cursors/dnd-move +share/icons/chameleon-white-small/cursors/dnd-none +share/icons/chameleon-white-small/cursors/e-resize +share/icons/chameleon-white-small/cursors/e-resize.in +share/icons/chameleon-white-small/cursors/e-resize.png +share/icons/chameleon-white-small/cursors/e29285e634086352946a0e7090d73106 +share/icons/chameleon-white-small/cursors/ew-resize +share/icons/chameleon-white-small/cursors/ew-resize.in +share/icons/chameleon-white-small/cursors/ew-resize.png +share/icons/chameleon-white-small/cursors/f41c0e382c94c0958e07017e42b00462 +share/icons/chameleon-white-small/cursors/f41c0e382c97c0938e07017e42800402 +share/icons/chameleon-white-small/cursors/fcf1c3c7cd4491d801f1e1c78f100000 +share/icons/chameleon-white-small/cursors/fleur +share/icons/chameleon-white-small/cursors/grabbing +share/icons/chameleon-white-small/cursors/grabbing.in +share/icons/chameleon-white-small/cursors/grabbing.png +share/icons/chameleon-white-small/cursors/hand2 +share/icons/chameleon-white-small/cursors/help +share/icons/chameleon-white-small/cursors/help.in +share/icons/chameleon-white-small/cursors/help.png +share/icons/chameleon-white-small/cursors/left_ptr +share/icons/chameleon-white-small/cursors/left_ptr_watch +share/icons/chameleon-white-small/cursors/left_side +share/icons/chameleon-white-small/cursors/move +share/icons/chameleon-white-small/cursors/move.in +share/icons/chameleon-white-small/cursors/move.png +share/icons/chameleon-white-small/cursors/n-resize +share/icons/chameleon-white-small/cursors/n-resize.in +share/icons/chameleon-white-small/cursors/n-resize.png +share/icons/chameleon-white-small/cursors/ne-resize +share/icons/chameleon-white-small/cursors/ne-resize.in +share/icons/chameleon-white-small/cursors/ne-resize.png +share/icons/chameleon-white-small/cursors/nesw-resize +share/icons/chameleon-white-small/cursors/nesw-resize.in +share/icons/chameleon-white-small/cursors/nesw-resize.png +share/icons/chameleon-white-small/cursors/no-drop +share/icons/chameleon-white-small/cursors/no-drop.in +share/icons/chameleon-white-small/cursors/no-drop.png +share/icons/chameleon-white-small/cursors/not-allowed +share/icons/chameleon-white-small/cursors/not-allowed.in +share/icons/chameleon-white-small/cursors/not-allowed.png +share/icons/chameleon-white-small/cursors/ns-resize +share/icons/chameleon-white-small/cursors/ns-resize.in +share/icons/chameleon-white-small/cursors/ns-resize.png +share/icons/chameleon-white-small/cursors/nw-resize +share/icons/chameleon-white-small/cursors/nw-resize.in +share/icons/chameleon-white-small/cursors/nw-resize.png +share/icons/chameleon-white-small/cursors/nwse-resize +share/icons/chameleon-white-small/cursors/nwse-resize.in +share/icons/chameleon-white-small/cursors/nwse-resize.png +share/icons/chameleon-white-small/cursors/pencil +share/icons/chameleon-white-small/cursors/pencil.in +share/icons/chameleon-white-small/cursors/pencil.png +share/icons/chameleon-white-small/cursors/pirate +share/icons/chameleon-white-small/cursors/pirate.in +share/icons/chameleon-white-small/cursors/pirate.png +share/icons/chameleon-white-small/cursors/plus +share/icons/chameleon-white-small/cursors/pointer +share/icons/chameleon-white-small/cursors/pointer.in +share/icons/chameleon-white-small/cursors/pointer.png +share/icons/chameleon-white-small/cursors/progress +share/icons/chameleon-white-small/cursors/progress.in +share/icons/chameleon-white-small/cursors/progress.png +share/icons/chameleon-white-small/cursors/progress1.png +share/icons/chameleon-white-small/cursors/progress10.png +share/icons/chameleon-white-small/cursors/progress11.png +share/icons/chameleon-white-small/cursors/progress12.png +share/icons/chameleon-white-small/cursors/progress13.png +share/icons/chameleon-white-small/cursors/progress2.png +share/icons/chameleon-white-small/cursors/progress3.png +share/icons/chameleon-white-small/cursors/progress4.png +share/icons/chameleon-white-small/cursors/progress5.png +share/icons/chameleon-white-small/cursors/progress6.png +share/icons/chameleon-white-small/cursors/progress7.png +share/icons/chameleon-white-small/cursors/progress8.png +share/icons/chameleon-white-small/cursors/progress9.png +share/icons/chameleon-white-small/cursors/question_arrow +share/icons/chameleon-white-small/cursors/right-arrow +share/icons/chameleon-white-small/cursors/right-arrow.in +share/icons/chameleon-white-small/cursors/right-arrow.png +share/icons/chameleon-white-small/cursors/right_ptr +share/icons/chameleon-white-small/cursors/right_side +share/icons/chameleon-white-small/cursors/row-resize +share/icons/chameleon-white-small/cursors/row-resize.in +share/icons/chameleon-white-small/cursors/row-resize.png +share/icons/chameleon-white-small/cursors/s-resize +share/icons/chameleon-white-small/cursors/s-resize.in +share/icons/chameleon-white-small/cursors/s-resize.png +share/icons/chameleon-white-small/cursors/sb_h_double_arrow +share/icons/chameleon-white-small/cursors/sb_v_double_arrow +share/icons/chameleon-white-small/cursors/se-resize +share/icons/chameleon-white-small/cursors/se-resize.in +share/icons/chameleon-white-small/cursors/se-resize.png +share/icons/chameleon-white-small/cursors/sw-resize +share/icons/chameleon-white-small/cursors/sw-resize.in +share/icons/chameleon-white-small/cursors/sw-resize.png +share/icons/chameleon-white-small/cursors/text +share/icons/chameleon-white-small/cursors/text.in +share/icons/chameleon-white-small/cursors/text.png +share/icons/chameleon-white-small/cursors/text1.png +share/icons/chameleon-white-small/cursors/text2.png +share/icons/chameleon-white-small/cursors/text3.png +share/icons/chameleon-white-small/cursors/text4.png +share/icons/chameleon-white-small/cursors/text5.png +share/icons/chameleon-white-small/cursors/top_left_corner +share/icons/chameleon-white-small/cursors/top_right_corner +share/icons/chameleon-white-small/cursors/top_side +share/icons/chameleon-white-small/cursors/up-arrow +share/icons/chameleon-white-small/cursors/up-arrow.in +share/icons/chameleon-white-small/cursors/up-arrow.png +share/icons/chameleon-white-small/cursors/vertical-text +share/icons/chameleon-white-small/cursors/vertical-text.in +share/icons/chameleon-white-small/cursors/vertical-text.png +share/icons/chameleon-white-small/cursors/vertical-text1.png +share/icons/chameleon-white-small/cursors/vertical-text2.png +share/icons/chameleon-white-small/cursors/vertical-text3.png +share/icons/chameleon-white-small/cursors/vertical-text4.png +share/icons/chameleon-white-small/cursors/vertical-text5.png +share/icons/chameleon-white-small/cursors/w-resize +share/icons/chameleon-white-small/cursors/w-resize.in +share/icons/chameleon-white-small/cursors/w-resize.png +share/icons/chameleon-white-small/cursors/wait +share/icons/chameleon-white-small/cursors/wait.in +share/icons/chameleon-white-small/cursors/wait.png +share/icons/chameleon-white-small/cursors/wait1.png +share/icons/chameleon-white-small/cursors/wait10.png +share/icons/chameleon-white-small/cursors/wait11.png +share/icons/chameleon-white-small/cursors/wait12.png +share/icons/chameleon-white-small/cursors/wait13.png +share/icons/chameleon-white-small/cursors/wait2.png +share/icons/chameleon-white-small/cursors/wait3.png +share/icons/chameleon-white-small/cursors/wait4.png +share/icons/chameleon-white-small/cursors/wait5.png +share/icons/chameleon-white-small/cursors/wait6.png +share/icons/chameleon-white-small/cursors/wait7.png +share/icons/chameleon-white-small/cursors/wait8.png +share/icons/chameleon-white-small/cursors/wait9.png +share/icons/chameleon-white-small/cursors/watch +share/icons/chameleon-white-small/cursors/xterm +share/icons/chameleon-white-small/cursors/zoom-in +share/icons/chameleon-white-small/cursors/zoom-in.in +share/icons/chameleon-white-small/cursors/zoom-in.png +share/icons/chameleon-white-small/cursors/zoom-out +share/icons/chameleon-white-small/cursors/zoom-out.in +share/icons/chameleon-white-small/cursors/zoom-out.png +share/icons/chameleon-white-small/index.theme +share/icons/chameleon-white-small/preview.jpg Index: head/x11-themes/cursor-crystal-theme/Makefile =================================================================== --- head/x11-themes/cursor-crystal-theme/Makefile (revision 448081) +++ head/x11-themes/cursor-crystal-theme/Makefile (revision 448082) @@ -1,44 +1,44 @@ # Created by: David Naylor # $FreeBSD$ PORTNAME= cursor-crystal-theme DISTVERSION= 1.1.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= x11-themes MASTER_SITES= http://www.notmart.org/files/ \ http://pinguin.stttelkom.ac.id/gentoo/distfiles/ DISTNAME= Crystalcursors MAINTAINER= dbn@FreeBSD.org COMMENT= KDE Crystal style X cursor theme LICENSE= LGPL21 BUILD_DEPENDS= convert:graphics/ImageMagick \ xcursorgen:x11/xcursorgen USES= gmake tar:bzip2 post-patch: @${REINPLACE_CMD} -e 's|function ||' \ ${WRKSRC}/colorize.sh \ ${WRKSRC}/left-handed_templates/flopalltheme.sh \ ${WRKSRC}/left-handed_templates/floptheme.sh @${REINPLACE_CMD} -e 's|make|$${MAKE}|g' \ ${WRKSRC}/blue_src/Makefile \ ${WRKSRC}/gray_src/Makefile \ ${WRKSRC}/green_src/Makefile \ ${WRKSRC}/left-handed_templates/Makefile \ ${WRKSRC}/white_src/Makefile pre-build: @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE_CMD} clean ${MAKE_ARGS}) pre-install: @${REINPLACE_CMD} \ - -e 's|$$(HOME)/.icons/|${STAGEDIR}${PREFIX}/lib/X11/icons|' \ - -e 's|$$(MAKE) .*install|$$(MAKE) PREFIX=${STAGEDIR}${PREFIX}/lib/X11/icons install|g' \ - -e 's|theme.default .*/default/index.theme|theme.default ${STAGEDIR}${PREFIX}/lib/X11/icons/default/index.theme|' \ + -e 's|$$(HOME)/.icons/|${STAGEDIR}${PREFIX}/share/icons|' \ + -e 's|$$(MAKE) .*install|$$(MAKE) PREFIX=${STAGEDIR}${PREFIX}/share/icons install|g' \ + -e 's|theme.default .*/default/index.theme|theme.default ${STAGEDIR}${PREFIX}/share/icons/default/index.theme|' \ ${WRKSRC}/Makefile .include Index: head/x11-themes/cursor-crystal-theme/pkg-plist =================================================================== --- head/x11-themes/cursor-crystal-theme/pkg-plist (revision 448081) +++ head/x11-themes/cursor-crystal-theme/pkg-plist (revision 448082) @@ -1,481 +1,481 @@ -lib/X11/icons/default/index.theme -lib/X11/icons/crystalblue/cursors/00008160000006810000408080010102 -lib/X11/icons/crystalblue/cursors/028006030e0e7ebffc7f7070c0600140 -lib/X11/icons/crystalblue/cursors/03b6e0fcb3499374a867c041f52298f0 -lib/X11/icons/crystalblue/cursors/08e8e1c95fe2fc01f976f1e063a24ccd -lib/X11/icons/crystalblue/cursors/1081e37283d90000800003c07f3ef6bf -lib/X11/icons/crystalblue/cursors/14fef782d02440884392942c11205230 -lib/X11/icons/crystalblue/cursors/2870a09082c103050810ffdffffe0204 -lib/X11/icons/crystalblue/cursors/3085a0e285430894940527032f8b26df -lib/X11/icons/crystalblue/cursors/3ecb610c1bf2410f44200f48c40d3599 -lib/X11/icons/crystalblue/cursors/4498f0e0c1937ffe01fd06f973665830 -lib/X11/icons/crystalblue/cursors/6407b0e94181790501fd1e167b474872 -lib/X11/icons/crystalblue/cursors/640fb0e74195791501fd1ed57b41487f -lib/X11/icons/crystalblue/cursors/9081237383d90e509aa00f00170e968f -lib/X11/icons/crystalblue/cursors/9d800788f1b08800ae810202380a0822 -lib/X11/icons/crystalblue/cursors/X_cursor -lib/X11/icons/crystalblue/cursors/arrow -lib/X11/icons/crystalblue/cursors/base_arrow_down -lib/X11/icons/crystalblue/cursors/base_arrow_up -lib/X11/icons/crystalblue/cursors/based_arrow_down -lib/X11/icons/crystalblue/cursors/based_arrow_up -lib/X11/icons/crystalblue/cursors/bd_double_arrow -lib/X11/icons/crystalblue/cursors/bottom_left_corner -lib/X11/icons/crystalblue/cursors/bottom_right_corner -lib/X11/icons/crystalblue/cursors/bottom_side -lib/X11/icons/crystalblue/cursors/c7088f0f3e6c8088236ef8e1e3e70000 -lib/X11/icons/crystalblue/cursors/center_ptr -lib/X11/icons/crystalblue/cursors/circle -lib/X11/icons/crystalblue/cursors/copy -lib/X11/icons/crystalblue/cursors/cross -lib/X11/icons/crystalblue/cursors/cross_reverse -lib/X11/icons/crystalblue/cursors/crossed_circle -lib/X11/icons/crystalblue/cursors/crosshair -lib/X11/icons/crystalblue/cursors/d9ce0ab605698f320427677b458ad60b -lib/X11/icons/crystalblue/cursors/dot -lib/X11/icons/crystalblue/cursors/dotbox -lib/X11/icons/crystalblue/cursors/double_arrow -lib/X11/icons/crystalblue/cursors/draft_large -lib/X11/icons/crystalblue/cursors/draft_small -lib/X11/icons/crystalblue/cursors/draped_box -lib/X11/icons/crystalblue/cursors/e29285e634086352946a0e7090d73106 -lib/X11/icons/crystalblue/cursors/fcf1c3c7cd4491d801f1e1c78f100000 -lib/X11/icons/crystalblue/cursors/fd_double_arrow -lib/X11/icons/crystalblue/cursors/fleur -lib/X11/icons/crystalblue/cursors/h_double_arrow -lib/X11/icons/crystalblue/cursors/hand -lib/X11/icons/crystalblue/cursors/hand1 -lib/X11/icons/crystalblue/cursors/hand2 -lib/X11/icons/crystalblue/cursors/left_ptr -lib/X11/icons/crystalblue/cursors/left_ptr_watch -lib/X11/icons/crystalblue/cursors/left_side -lib/X11/icons/crystalblue/cursors/link -lib/X11/icons/crystalblue/cursors/ll_angle -lib/X11/icons/crystalblue/cursors/lr_angle -lib/X11/icons/crystalblue/cursors/move -lib/X11/icons/crystalblue/cursors/pencil -lib/X11/icons/crystalblue/cursors/pirate -lib/X11/icons/crystalblue/cursors/plus -lib/X11/icons/crystalblue/cursors/question_arrow -lib/X11/icons/crystalblue/cursors/right_ptr -lib/X11/icons/crystalblue/cursors/right_side -lib/X11/icons/crystalblue/cursors/sb_h_double_arrow -lib/X11/icons/crystalblue/cursors/sb_right_arrow -lib/X11/icons/crystalblue/cursors/sb_up_arrow -lib/X11/icons/crystalblue/cursors/sb_v_double_arrow -lib/X11/icons/crystalblue/cursors/tcross -lib/X11/icons/crystalblue/cursors/top_left_arrow -lib/X11/icons/crystalblue/cursors/top_left_corner -lib/X11/icons/crystalblue/cursors/top_right_corner -lib/X11/icons/crystalblue/cursors/top_side -lib/X11/icons/crystalblue/cursors/v_double_arrow -lib/X11/icons/crystalblue/cursors/watch -lib/X11/icons/crystalblue/cursors/xterm -lib/X11/icons/crystalblue/index.theme -lib/X11/icons/crystalblue_classic/cursors/9d800788f1b08800ae810202380a0822 -lib/X11/icons/crystalblue_classic/cursors/e29285e634086352946a0e7090d73106 -lib/X11/icons/crystalblue_classic/cursors/hand -lib/X11/icons/crystalblue_classic/cursors/hand1 -lib/X11/icons/crystalblue_classic/cursors/hand2 -lib/X11/icons/crystalblue_classic/cursors/pencil -lib/X11/icons/crystalblue_classic/cursors/pirate -lib/X11/icons/crystalblue_classic/index.theme -lib/X11/icons/crystalblue_nonanim/cursors/08e8e1c95fe2fc01f976f1e063a24ccd -lib/X11/icons/crystalblue_nonanim/cursors/3ecb610c1bf2410f44200f48c40d3599 -lib/X11/icons/crystalblue_nonanim/cursors/left_ptr_watch -lib/X11/icons/crystalblue_nonanim/cursors/watch -lib/X11/icons/crystalblue_nonanim/index.theme -lib/X11/icons/crystalblueleft/cursors/08e8e1c95fe2fc01f976f1e063a24ccd -lib/X11/icons/crystalblueleft/cursors/1081e37283d90000800003c07f3ef6bf -lib/X11/icons/crystalblueleft/cursors/3085a0e285430894940527032f8b26df -lib/X11/icons/crystalblueleft/cursors/3ecb610c1bf2410f44200f48c40d3599 -lib/X11/icons/crystalblueleft/cursors/4498f0e0c1937ffe01fd06f973665830 -lib/X11/icons/crystalblueleft/cursors/6407b0e94181790501fd1e167b474872 -lib/X11/icons/crystalblueleft/cursors/640fb0e74195791501fd1ed57b41487f -lib/X11/icons/crystalblueleft/cursors/9081237383d90e509aa00f00170e968f -lib/X11/icons/crystalblueleft/cursors/9d800788f1b08800ae810202380a0822 -lib/X11/icons/crystalblueleft/cursors/arrow -lib/X11/icons/crystalblueleft/cursors/copy -lib/X11/icons/crystalblueleft/cursors/d9ce0ab605698f320427677b458ad60b -lib/X11/icons/crystalblueleft/cursors/draft_large -lib/X11/icons/crystalblueleft/cursors/draft_small -lib/X11/icons/crystalblueleft/cursors/e29285e634086352946a0e7090d73106 -lib/X11/icons/crystalblueleft/cursors/hand -lib/X11/icons/crystalblueleft/cursors/hand1 -lib/X11/icons/crystalblueleft/cursors/hand2 -lib/X11/icons/crystalblueleft/cursors/left_ptr -lib/X11/icons/crystalblueleft/cursors/left_ptr_watch -lib/X11/icons/crystalblueleft/cursors/link -lib/X11/icons/crystalblueleft/cursors/move -lib/X11/icons/crystalblueleft/cursors/pencil -lib/X11/icons/crystalblueleft/cursors/plus -lib/X11/icons/crystalblueleft/cursors/question_arrow -lib/X11/icons/crystalblueleft/cursors/right_ptr -lib/X11/icons/crystalblueleft/cursors/sb_right_arrow -lib/X11/icons/crystalblueleft/cursors/top_left_arrow -lib/X11/icons/crystalblueleft/index.theme -lib/X11/icons/crystalblueleft_classic/cursors/9d800788f1b08800ae810202380a0822 -lib/X11/icons/crystalblueleft_classic/cursors/e29285e634086352946a0e7090d73106 -lib/X11/icons/crystalblueleft_classic/cursors/hand -lib/X11/icons/crystalblueleft_classic/cursors/hand1 -lib/X11/icons/crystalblueleft_classic/cursors/hand2 -lib/X11/icons/crystalblueleft_classic/cursors/pencil -lib/X11/icons/crystalblueleft_classic/cursors/pirate -lib/X11/icons/crystalblueleft_classic/index.theme -lib/X11/icons/crystalblueleft_nonanim/cursors/08e8e1c95fe2fc01f976f1e063a24ccd -lib/X11/icons/crystalblueleft_nonanim/cursors/3ecb610c1bf2410f44200f48c40d3599 -lib/X11/icons/crystalblueleft_nonanim/cursors/left_ptr_watch -lib/X11/icons/crystalblueleft_nonanim/cursors/watch -lib/X11/icons/crystalblueleft_nonanim/index.theme -lib/X11/icons/crystalgray/cursors/00008160000006810000408080010102 -lib/X11/icons/crystalgray/cursors/028006030e0e7ebffc7f7070c0600140 -lib/X11/icons/crystalgray/cursors/03b6e0fcb3499374a867c041f52298f0 -lib/X11/icons/crystalgray/cursors/08e8e1c95fe2fc01f976f1e063a24ccd -lib/X11/icons/crystalgray/cursors/1081e37283d90000800003c07f3ef6bf -lib/X11/icons/crystalgray/cursors/14fef782d02440884392942c11205230 -lib/X11/icons/crystalgray/cursors/2870a09082c103050810ffdffffe0204 -lib/X11/icons/crystalgray/cursors/3085a0e285430894940527032f8b26df -lib/X11/icons/crystalgray/cursors/3ecb610c1bf2410f44200f48c40d3599 -lib/X11/icons/crystalgray/cursors/4498f0e0c1937ffe01fd06f973665830 -lib/X11/icons/crystalgray/cursors/6407b0e94181790501fd1e167b474872 -lib/X11/icons/crystalgray/cursors/640fb0e74195791501fd1ed57b41487f -lib/X11/icons/crystalgray/cursors/9081237383d90e509aa00f00170e968f -lib/X11/icons/crystalgray/cursors/9d800788f1b08800ae810202380a0822 -lib/X11/icons/crystalgray/cursors/X_cursor -lib/X11/icons/crystalgray/cursors/arrow -lib/X11/icons/crystalgray/cursors/base_arrow_down -lib/X11/icons/crystalgray/cursors/base_arrow_up -lib/X11/icons/crystalgray/cursors/based_arrow_down -lib/X11/icons/crystalgray/cursors/based_arrow_up -lib/X11/icons/crystalgray/cursors/bd_double_arrow -lib/X11/icons/crystalgray/cursors/bottom_left_corner -lib/X11/icons/crystalgray/cursors/bottom_right_corner -lib/X11/icons/crystalgray/cursors/bottom_side -lib/X11/icons/crystalgray/cursors/c7088f0f3e6c8088236ef8e1e3e70000 -lib/X11/icons/crystalgray/cursors/center_ptr -lib/X11/icons/crystalgray/cursors/circle -lib/X11/icons/crystalgray/cursors/copy -lib/X11/icons/crystalgray/cursors/cross -lib/X11/icons/crystalgray/cursors/cross_reverse -lib/X11/icons/crystalgray/cursors/crossed_circle -lib/X11/icons/crystalgray/cursors/crosshair -lib/X11/icons/crystalgray/cursors/d9ce0ab605698f320427677b458ad60b -lib/X11/icons/crystalgray/cursors/dot -lib/X11/icons/crystalgray/cursors/dotbox -lib/X11/icons/crystalgray/cursors/double_arrow -lib/X11/icons/crystalgray/cursors/draft_large -lib/X11/icons/crystalgray/cursors/draft_small -lib/X11/icons/crystalgray/cursors/draped_box -lib/X11/icons/crystalgray/cursors/e29285e634086352946a0e7090d73106 -lib/X11/icons/crystalgray/cursors/fcf1c3c7cd4491d801f1e1c78f100000 -lib/X11/icons/crystalgray/cursors/fd_double_arrow -lib/X11/icons/crystalgray/cursors/fleur -lib/X11/icons/crystalgray/cursors/h_double_arrow -lib/X11/icons/crystalgray/cursors/hand -lib/X11/icons/crystalgray/cursors/hand1 -lib/X11/icons/crystalgray/cursors/hand2 -lib/X11/icons/crystalgray/cursors/left_ptr -lib/X11/icons/crystalgray/cursors/left_ptr_watch -lib/X11/icons/crystalgray/cursors/left_side -lib/X11/icons/crystalgray/cursors/link -lib/X11/icons/crystalgray/cursors/ll_angle -lib/X11/icons/crystalgray/cursors/lr_angle -lib/X11/icons/crystalgray/cursors/move -lib/X11/icons/crystalgray/cursors/pencil -lib/X11/icons/crystalgray/cursors/pirate -lib/X11/icons/crystalgray/cursors/plus -lib/X11/icons/crystalgray/cursors/question_arrow -lib/X11/icons/crystalgray/cursors/right_ptr -lib/X11/icons/crystalgray/cursors/right_side -lib/X11/icons/crystalgray/cursors/sb_h_double_arrow -lib/X11/icons/crystalgray/cursors/sb_right_arrow -lib/X11/icons/crystalgray/cursors/sb_up_arrow -lib/X11/icons/crystalgray/cursors/sb_v_double_arrow -lib/X11/icons/crystalgray/cursors/tcross -lib/X11/icons/crystalgray/cursors/top_left_arrow -lib/X11/icons/crystalgray/cursors/top_left_corner -lib/X11/icons/crystalgray/cursors/top_right_corner -lib/X11/icons/crystalgray/cursors/top_side -lib/X11/icons/crystalgray/cursors/v_double_arrow -lib/X11/icons/crystalgray/cursors/watch -lib/X11/icons/crystalgray/cursors/xterm -lib/X11/icons/crystalgray/index.theme -lib/X11/icons/crystalgray_nonanim/cursors/08e8e1c95fe2fc01f976f1e063a24ccd -lib/X11/icons/crystalgray_nonanim/cursors/3ecb610c1bf2410f44200f48c40d3599 -lib/X11/icons/crystalgray_nonanim/cursors/left_ptr_watch -lib/X11/icons/crystalgray_nonanim/cursors/watch -lib/X11/icons/crystalgray_nonanim/index.theme -lib/X11/icons/crystalgrayleft/cursors/08e8e1c95fe2fc01f976f1e063a24ccd -lib/X11/icons/crystalgrayleft/cursors/1081e37283d90000800003c07f3ef6bf -lib/X11/icons/crystalgrayleft/cursors/3085a0e285430894940527032f8b26df -lib/X11/icons/crystalgrayleft/cursors/3ecb610c1bf2410f44200f48c40d3599 -lib/X11/icons/crystalgrayleft/cursors/4498f0e0c1937ffe01fd06f973665830 -lib/X11/icons/crystalgrayleft/cursors/6407b0e94181790501fd1e167b474872 -lib/X11/icons/crystalgrayleft/cursors/640fb0e74195791501fd1ed57b41487f -lib/X11/icons/crystalgrayleft/cursors/9081237383d90e509aa00f00170e968f -lib/X11/icons/crystalgrayleft/cursors/9d800788f1b08800ae810202380a0822 -lib/X11/icons/crystalgrayleft/cursors/arrow -lib/X11/icons/crystalgrayleft/cursors/copy -lib/X11/icons/crystalgrayleft/cursors/d9ce0ab605698f320427677b458ad60b -lib/X11/icons/crystalgrayleft/cursors/draft_large -lib/X11/icons/crystalgrayleft/cursors/draft_small -lib/X11/icons/crystalgrayleft/cursors/e29285e634086352946a0e7090d73106 -lib/X11/icons/crystalgrayleft/cursors/hand -lib/X11/icons/crystalgrayleft/cursors/hand1 -lib/X11/icons/crystalgrayleft/cursors/hand2 -lib/X11/icons/crystalgrayleft/cursors/left_ptr -lib/X11/icons/crystalgrayleft/cursors/left_ptr_watch -lib/X11/icons/crystalgrayleft/cursors/link -lib/X11/icons/crystalgrayleft/cursors/move -lib/X11/icons/crystalgrayleft/cursors/pencil -lib/X11/icons/crystalgrayleft/cursors/plus -lib/X11/icons/crystalgrayleft/cursors/question_arrow -lib/X11/icons/crystalgrayleft/cursors/right_ptr -lib/X11/icons/crystalgrayleft/cursors/sb_right_arrow -lib/X11/icons/crystalgrayleft/cursors/top_left_arrow -lib/X11/icons/crystalgrayleft/index.theme -lib/X11/icons/crystalgrayleft_nonanim/cursors/08e8e1c95fe2fc01f976f1e063a24ccd -lib/X11/icons/crystalgrayleft_nonanim/cursors/3ecb610c1bf2410f44200f48c40d3599 -lib/X11/icons/crystalgrayleft_nonanim/cursors/left_ptr_watch -lib/X11/icons/crystalgrayleft_nonanim/cursors/watch -lib/X11/icons/crystalgrayleft_nonanim/index.theme -lib/X11/icons/crystalgreen/cursors/00008160000006810000408080010102 -lib/X11/icons/crystalgreen/cursors/028006030e0e7ebffc7f7070c0600140 -lib/X11/icons/crystalgreen/cursors/03b6e0fcb3499374a867c041f52298f0 -lib/X11/icons/crystalgreen/cursors/08e8e1c95fe2fc01f976f1e063a24ccd -lib/X11/icons/crystalgreen/cursors/1081e37283d90000800003c07f3ef6bf -lib/X11/icons/crystalgreen/cursors/14fef782d02440884392942c11205230 -lib/X11/icons/crystalgreen/cursors/2870a09082c103050810ffdffffe0204 -lib/X11/icons/crystalgreen/cursors/3085a0e285430894940527032f8b26df -lib/X11/icons/crystalgreen/cursors/3ecb610c1bf2410f44200f48c40d3599 -lib/X11/icons/crystalgreen/cursors/4498f0e0c1937ffe01fd06f973665830 -lib/X11/icons/crystalgreen/cursors/6407b0e94181790501fd1e167b474872 -lib/X11/icons/crystalgreen/cursors/640fb0e74195791501fd1ed57b41487f -lib/X11/icons/crystalgreen/cursors/9081237383d90e509aa00f00170e968f -lib/X11/icons/crystalgreen/cursors/9d800788f1b08800ae810202380a0822 -lib/X11/icons/crystalgreen/cursors/X_cursor -lib/X11/icons/crystalgreen/cursors/arrow -lib/X11/icons/crystalgreen/cursors/base_arrow_down -lib/X11/icons/crystalgreen/cursors/base_arrow_up -lib/X11/icons/crystalgreen/cursors/based_arrow_down -lib/X11/icons/crystalgreen/cursors/based_arrow_up -lib/X11/icons/crystalgreen/cursors/bd_double_arrow -lib/X11/icons/crystalgreen/cursors/bottom_left_corner -lib/X11/icons/crystalgreen/cursors/bottom_right_corner -lib/X11/icons/crystalgreen/cursors/bottom_side -lib/X11/icons/crystalgreen/cursors/c7088f0f3e6c8088236ef8e1e3e70000 -lib/X11/icons/crystalgreen/cursors/center_ptr -lib/X11/icons/crystalgreen/cursors/circle -lib/X11/icons/crystalgreen/cursors/copy -lib/X11/icons/crystalgreen/cursors/cross -lib/X11/icons/crystalgreen/cursors/cross_reverse -lib/X11/icons/crystalgreen/cursors/crossed_circle -lib/X11/icons/crystalgreen/cursors/crosshair -lib/X11/icons/crystalgreen/cursors/d9ce0ab605698f320427677b458ad60b -lib/X11/icons/crystalgreen/cursors/dot -lib/X11/icons/crystalgreen/cursors/dotbox -lib/X11/icons/crystalgreen/cursors/double_arrow -lib/X11/icons/crystalgreen/cursors/draft_large -lib/X11/icons/crystalgreen/cursors/draft_small -lib/X11/icons/crystalgreen/cursors/draped_box -lib/X11/icons/crystalgreen/cursors/e29285e634086352946a0e7090d73106 -lib/X11/icons/crystalgreen/cursors/fcf1c3c7cd4491d801f1e1c78f100000 -lib/X11/icons/crystalgreen/cursors/fd_double_arrow -lib/X11/icons/crystalgreen/cursors/fleur -lib/X11/icons/crystalgreen/cursors/h_double_arrow -lib/X11/icons/crystalgreen/cursors/hand -lib/X11/icons/crystalgreen/cursors/hand1 -lib/X11/icons/crystalgreen/cursors/hand2 -lib/X11/icons/crystalgreen/cursors/left_ptr -lib/X11/icons/crystalgreen/cursors/left_ptr_watch -lib/X11/icons/crystalgreen/cursors/left_side -lib/X11/icons/crystalgreen/cursors/link -lib/X11/icons/crystalgreen/cursors/ll_angle -lib/X11/icons/crystalgreen/cursors/lr_angle -lib/X11/icons/crystalgreen/cursors/move -lib/X11/icons/crystalgreen/cursors/pencil -lib/X11/icons/crystalgreen/cursors/pirate -lib/X11/icons/crystalgreen/cursors/plus -lib/X11/icons/crystalgreen/cursors/question_arrow -lib/X11/icons/crystalgreen/cursors/right_ptr -lib/X11/icons/crystalgreen/cursors/right_side -lib/X11/icons/crystalgreen/cursors/sb_h_double_arrow -lib/X11/icons/crystalgreen/cursors/sb_right_arrow -lib/X11/icons/crystalgreen/cursors/sb_up_arrow -lib/X11/icons/crystalgreen/cursors/sb_v_double_arrow -lib/X11/icons/crystalgreen/cursors/tcross -lib/X11/icons/crystalgreen/cursors/top_left_arrow -lib/X11/icons/crystalgreen/cursors/top_left_corner -lib/X11/icons/crystalgreen/cursors/top_right_corner -lib/X11/icons/crystalgreen/cursors/top_side -lib/X11/icons/crystalgreen/cursors/v_double_arrow -lib/X11/icons/crystalgreen/cursors/watch -lib/X11/icons/crystalgreen/cursors/xterm -lib/X11/icons/crystalgreen/index.theme -lib/X11/icons/crystalgreen_classic/cursors/9d800788f1b08800ae810202380a0822 -lib/X11/icons/crystalgreen_classic/cursors/e29285e634086352946a0e7090d73106 -lib/X11/icons/crystalgreen_classic/cursors/hand -lib/X11/icons/crystalgreen_classic/cursors/hand1 -lib/X11/icons/crystalgreen_classic/cursors/hand2 -lib/X11/icons/crystalgreen_classic/cursors/pencil -lib/X11/icons/crystalgreen_classic/cursors/pirate -lib/X11/icons/crystalgreen_classic/index.theme -lib/X11/icons/crystalgreen_nonanim/cursors/08e8e1c95fe2fc01f976f1e063a24ccd -lib/X11/icons/crystalgreen_nonanim/cursors/3ecb610c1bf2410f44200f48c40d3599 -lib/X11/icons/crystalgreen_nonanim/cursors/left_ptr_watch -lib/X11/icons/crystalgreen_nonanim/cursors/watch -lib/X11/icons/crystalgreen_nonanim/index.theme -lib/X11/icons/crystalgreenleft/cursors/08e8e1c95fe2fc01f976f1e063a24ccd -lib/X11/icons/crystalgreenleft/cursors/1081e37283d90000800003c07f3ef6bf -lib/X11/icons/crystalgreenleft/cursors/3085a0e285430894940527032f8b26df -lib/X11/icons/crystalgreenleft/cursors/3ecb610c1bf2410f44200f48c40d3599 -lib/X11/icons/crystalgreenleft/cursors/4498f0e0c1937ffe01fd06f973665830 -lib/X11/icons/crystalgreenleft/cursors/6407b0e94181790501fd1e167b474872 -lib/X11/icons/crystalgreenleft/cursors/640fb0e74195791501fd1ed57b41487f -lib/X11/icons/crystalgreenleft/cursors/9081237383d90e509aa00f00170e968f -lib/X11/icons/crystalgreenleft/cursors/9d800788f1b08800ae810202380a0822 -lib/X11/icons/crystalgreenleft/cursors/arrow -lib/X11/icons/crystalgreenleft/cursors/copy -lib/X11/icons/crystalgreenleft/cursors/d9ce0ab605698f320427677b458ad60b -lib/X11/icons/crystalgreenleft/cursors/draft_large -lib/X11/icons/crystalgreenleft/cursors/draft_small -lib/X11/icons/crystalgreenleft/cursors/e29285e634086352946a0e7090d73106 -lib/X11/icons/crystalgreenleft/cursors/hand -lib/X11/icons/crystalgreenleft/cursors/hand1 -lib/X11/icons/crystalgreenleft/cursors/hand2 -lib/X11/icons/crystalgreenleft/cursors/left_ptr -lib/X11/icons/crystalgreenleft/cursors/left_ptr_watch -lib/X11/icons/crystalgreenleft/cursors/link -lib/X11/icons/crystalgreenleft/cursors/move -lib/X11/icons/crystalgreenleft/cursors/pencil -lib/X11/icons/crystalgreenleft/cursors/plus -lib/X11/icons/crystalgreenleft/cursors/question_arrow -lib/X11/icons/crystalgreenleft/cursors/right_ptr -lib/X11/icons/crystalgreenleft/cursors/sb_right_arrow -lib/X11/icons/crystalgreenleft/cursors/top_left_arrow -lib/X11/icons/crystalgreenleft/index.theme -lib/X11/icons/crystalgreenleft_classic/cursors/9d800788f1b08800ae810202380a0822 -lib/X11/icons/crystalgreenleft_classic/cursors/e29285e634086352946a0e7090d73106 -lib/X11/icons/crystalgreenleft_classic/cursors/hand -lib/X11/icons/crystalgreenleft_classic/cursors/hand1 -lib/X11/icons/crystalgreenleft_classic/cursors/hand2 -lib/X11/icons/crystalgreenleft_classic/cursors/pencil -lib/X11/icons/crystalgreenleft_classic/cursors/pirate -lib/X11/icons/crystalgreenleft_classic/index.theme -lib/X11/icons/crystalgreenleft_nonanim/cursors/08e8e1c95fe2fc01f976f1e063a24ccd -lib/X11/icons/crystalgreenleft_nonanim/cursors/3ecb610c1bf2410f44200f48c40d3599 -lib/X11/icons/crystalgreenleft_nonanim/cursors/left_ptr_watch -lib/X11/icons/crystalgreenleft_nonanim/cursors/watch -lib/X11/icons/crystalgreenleft_nonanim/index.theme -lib/X11/icons/crystalwhite/cursors/00008160000006810000408080010102 -lib/X11/icons/crystalwhite/cursors/028006030e0e7ebffc7f7070c0600140 -lib/X11/icons/crystalwhite/cursors/03b6e0fcb3499374a867c041f52298f0 -lib/X11/icons/crystalwhite/cursors/08e8e1c95fe2fc01f976f1e063a24ccd -lib/X11/icons/crystalwhite/cursors/1081e37283d90000800003c07f3ef6bf -lib/X11/icons/crystalwhite/cursors/14fef782d02440884392942c11205230 -lib/X11/icons/crystalwhite/cursors/2870a09082c103050810ffdffffe0204 -lib/X11/icons/crystalwhite/cursors/3085a0e285430894940527032f8b26df -lib/X11/icons/crystalwhite/cursors/3ecb610c1bf2410f44200f48c40d3599 -lib/X11/icons/crystalwhite/cursors/4498f0e0c1937ffe01fd06f973665830 -lib/X11/icons/crystalwhite/cursors/6407b0e94181790501fd1e167b474872 -lib/X11/icons/crystalwhite/cursors/640fb0e74195791501fd1ed57b41487f -lib/X11/icons/crystalwhite/cursors/9081237383d90e509aa00f00170e968f -lib/X11/icons/crystalwhite/cursors/9d800788f1b08800ae810202380a0822 -lib/X11/icons/crystalwhite/cursors/X_cursor -lib/X11/icons/crystalwhite/cursors/arrow -lib/X11/icons/crystalwhite/cursors/base_arrow_down -lib/X11/icons/crystalwhite/cursors/base_arrow_up -lib/X11/icons/crystalwhite/cursors/based_arrow_down -lib/X11/icons/crystalwhite/cursors/based_arrow_up -lib/X11/icons/crystalwhite/cursors/bd_double_arrow -lib/X11/icons/crystalwhite/cursors/bottom_left_corner -lib/X11/icons/crystalwhite/cursors/bottom_right_corner -lib/X11/icons/crystalwhite/cursors/bottom_side -lib/X11/icons/crystalwhite/cursors/c7088f0f3e6c8088236ef8e1e3e70000 -lib/X11/icons/crystalwhite/cursors/center_ptr -lib/X11/icons/crystalwhite/cursors/circle -lib/X11/icons/crystalwhite/cursors/copy -lib/X11/icons/crystalwhite/cursors/cross -lib/X11/icons/crystalwhite/cursors/cross_reverse -lib/X11/icons/crystalwhite/cursors/crossed_circle -lib/X11/icons/crystalwhite/cursors/crosshair -lib/X11/icons/crystalwhite/cursors/d9ce0ab605698f320427677b458ad60b -lib/X11/icons/crystalwhite/cursors/dot -lib/X11/icons/crystalwhite/cursors/dotbox -lib/X11/icons/crystalwhite/cursors/double_arrow -lib/X11/icons/crystalwhite/cursors/draft_large -lib/X11/icons/crystalwhite/cursors/draft_small -lib/X11/icons/crystalwhite/cursors/draped_box -lib/X11/icons/crystalwhite/cursors/e29285e634086352946a0e7090d73106 -lib/X11/icons/crystalwhite/cursors/fcf1c3c7cd4491d801f1e1c78f100000 -lib/X11/icons/crystalwhite/cursors/fd_double_arrow -lib/X11/icons/crystalwhite/cursors/fleur -lib/X11/icons/crystalwhite/cursors/h_double_arrow -lib/X11/icons/crystalwhite/cursors/hand -lib/X11/icons/crystalwhite/cursors/hand1 -lib/X11/icons/crystalwhite/cursors/hand2 -lib/X11/icons/crystalwhite/cursors/left_ptr -lib/X11/icons/crystalwhite/cursors/left_ptr_watch -lib/X11/icons/crystalwhite/cursors/left_side -lib/X11/icons/crystalwhite/cursors/link -lib/X11/icons/crystalwhite/cursors/ll_angle -lib/X11/icons/crystalwhite/cursors/lr_angle -lib/X11/icons/crystalwhite/cursors/move -lib/X11/icons/crystalwhite/cursors/pencil -lib/X11/icons/crystalwhite/cursors/pirate -lib/X11/icons/crystalwhite/cursors/plus -lib/X11/icons/crystalwhite/cursors/question_arrow -lib/X11/icons/crystalwhite/cursors/right_ptr -lib/X11/icons/crystalwhite/cursors/right_side -lib/X11/icons/crystalwhite/cursors/sb_h_double_arrow -lib/X11/icons/crystalwhite/cursors/sb_right_arrow -lib/X11/icons/crystalwhite/cursors/sb_up_arrow -lib/X11/icons/crystalwhite/cursors/sb_v_double_arrow -lib/X11/icons/crystalwhite/cursors/tcross -lib/X11/icons/crystalwhite/cursors/top_left_arrow -lib/X11/icons/crystalwhite/cursors/top_left_corner -lib/X11/icons/crystalwhite/cursors/top_right_corner -lib/X11/icons/crystalwhite/cursors/top_side -lib/X11/icons/crystalwhite/cursors/v_double_arrow -lib/X11/icons/crystalwhite/cursors/watch -lib/X11/icons/crystalwhite/cursors/xterm -lib/X11/icons/crystalwhite/index.theme -lib/X11/icons/crystalwhite_nonanim/cursors/08e8e1c95fe2fc01f976f1e063a24ccd -lib/X11/icons/crystalwhite_nonanim/cursors/3ecb610c1bf2410f44200f48c40d3599 -lib/X11/icons/crystalwhite_nonanim/cursors/left_ptr_watch -lib/X11/icons/crystalwhite_nonanim/cursors/watch -lib/X11/icons/crystalwhite_nonanim/index.theme -lib/X11/icons/crystalwhiteleft/cursors/08e8e1c95fe2fc01f976f1e063a24ccd -lib/X11/icons/crystalwhiteleft/cursors/1081e37283d90000800003c07f3ef6bf -lib/X11/icons/crystalwhiteleft/cursors/3085a0e285430894940527032f8b26df -lib/X11/icons/crystalwhiteleft/cursors/3ecb610c1bf2410f44200f48c40d3599 -lib/X11/icons/crystalwhiteleft/cursors/4498f0e0c1937ffe01fd06f973665830 -lib/X11/icons/crystalwhiteleft/cursors/6407b0e94181790501fd1e167b474872 -lib/X11/icons/crystalwhiteleft/cursors/640fb0e74195791501fd1ed57b41487f -lib/X11/icons/crystalwhiteleft/cursors/9081237383d90e509aa00f00170e968f -lib/X11/icons/crystalwhiteleft/cursors/9d800788f1b08800ae810202380a0822 -lib/X11/icons/crystalwhiteleft/cursors/arrow -lib/X11/icons/crystalwhiteleft/cursors/copy -lib/X11/icons/crystalwhiteleft/cursors/d9ce0ab605698f320427677b458ad60b -lib/X11/icons/crystalwhiteleft/cursors/draft_large -lib/X11/icons/crystalwhiteleft/cursors/draft_small -lib/X11/icons/crystalwhiteleft/cursors/e29285e634086352946a0e7090d73106 -lib/X11/icons/crystalwhiteleft/cursors/hand -lib/X11/icons/crystalwhiteleft/cursors/hand1 -lib/X11/icons/crystalwhiteleft/cursors/hand2 -lib/X11/icons/crystalwhiteleft/cursors/left_ptr -lib/X11/icons/crystalwhiteleft/cursors/left_ptr_watch -lib/X11/icons/crystalwhiteleft/cursors/link -lib/X11/icons/crystalwhiteleft/cursors/move -lib/X11/icons/crystalwhiteleft/cursors/pencil -lib/X11/icons/crystalwhiteleft/cursors/plus -lib/X11/icons/crystalwhiteleft/cursors/question_arrow -lib/X11/icons/crystalwhiteleft/cursors/right_ptr -lib/X11/icons/crystalwhiteleft/cursors/sb_right_arrow -lib/X11/icons/crystalwhiteleft/cursors/top_left_arrow -lib/X11/icons/crystalwhiteleft/index.theme -lib/X11/icons/crystalwhiteleft_nonanim/cursors/08e8e1c95fe2fc01f976f1e063a24ccd -lib/X11/icons/crystalwhiteleft_nonanim/cursors/3ecb610c1bf2410f44200f48c40d3599 -lib/X11/icons/crystalwhiteleft_nonanim/cursors/left_ptr_watch -lib/X11/icons/crystalwhiteleft_nonanim/cursors/watch -lib/X11/icons/crystalwhiteleft_nonanim/index.theme +share/icons/default/index.theme +share/icons/crystalblue/cursors/00008160000006810000408080010102 +share/icons/crystalblue/cursors/028006030e0e7ebffc7f7070c0600140 +share/icons/crystalblue/cursors/03b6e0fcb3499374a867c041f52298f0 +share/icons/crystalblue/cursors/08e8e1c95fe2fc01f976f1e063a24ccd +share/icons/crystalblue/cursors/1081e37283d90000800003c07f3ef6bf +share/icons/crystalblue/cursors/14fef782d02440884392942c11205230 +share/icons/crystalblue/cursors/2870a09082c103050810ffdffffe0204 +share/icons/crystalblue/cursors/3085a0e285430894940527032f8b26df +share/icons/crystalblue/cursors/3ecb610c1bf2410f44200f48c40d3599 +share/icons/crystalblue/cursors/4498f0e0c1937ffe01fd06f973665830 +share/icons/crystalblue/cursors/6407b0e94181790501fd1e167b474872 +share/icons/crystalblue/cursors/640fb0e74195791501fd1ed57b41487f +share/icons/crystalblue/cursors/9081237383d90e509aa00f00170e968f +share/icons/crystalblue/cursors/9d800788f1b08800ae810202380a0822 +share/icons/crystalblue/cursors/X_cursor +share/icons/crystalblue/cursors/arrow +share/icons/crystalblue/cursors/base_arrow_down +share/icons/crystalblue/cursors/base_arrow_up +share/icons/crystalblue/cursors/based_arrow_down +share/icons/crystalblue/cursors/based_arrow_up +share/icons/crystalblue/cursors/bd_double_arrow +share/icons/crystalblue/cursors/bottom_left_corner +share/icons/crystalblue/cursors/bottom_right_corner +share/icons/crystalblue/cursors/bottom_side +share/icons/crystalblue/cursors/c7088f0f3e6c8088236ef8e1e3e70000 +share/icons/crystalblue/cursors/center_ptr +share/icons/crystalblue/cursors/circle +share/icons/crystalblue/cursors/copy +share/icons/crystalblue/cursors/cross +share/icons/crystalblue/cursors/cross_reverse +share/icons/crystalblue/cursors/crossed_circle +share/icons/crystalblue/cursors/crosshair +share/icons/crystalblue/cursors/d9ce0ab605698f320427677b458ad60b +share/icons/crystalblue/cursors/dot +share/icons/crystalblue/cursors/dotbox +share/icons/crystalblue/cursors/double_arrow +share/icons/crystalblue/cursors/draft_large +share/icons/crystalblue/cursors/draft_small +share/icons/crystalblue/cursors/draped_box +share/icons/crystalblue/cursors/e29285e634086352946a0e7090d73106 +share/icons/crystalblue/cursors/fcf1c3c7cd4491d801f1e1c78f100000 +share/icons/crystalblue/cursors/fd_double_arrow +share/icons/crystalblue/cursors/fleur +share/icons/crystalblue/cursors/h_double_arrow +share/icons/crystalblue/cursors/hand +share/icons/crystalblue/cursors/hand1 +share/icons/crystalblue/cursors/hand2 +share/icons/crystalblue/cursors/left_ptr +share/icons/crystalblue/cursors/left_ptr_watch +share/icons/crystalblue/cursors/left_side +share/icons/crystalblue/cursors/link +share/icons/crystalblue/cursors/ll_angle +share/icons/crystalblue/cursors/lr_angle +share/icons/crystalblue/cursors/move +share/icons/crystalblue/cursors/pencil +share/icons/crystalblue/cursors/pirate +share/icons/crystalblue/cursors/plus +share/icons/crystalblue/cursors/question_arrow +share/icons/crystalblue/cursors/right_ptr +share/icons/crystalblue/cursors/right_side +share/icons/crystalblue/cursors/sb_h_double_arrow +share/icons/crystalblue/cursors/sb_right_arrow +share/icons/crystalblue/cursors/sb_up_arrow +share/icons/crystalblue/cursors/sb_v_double_arrow +share/icons/crystalblue/cursors/tcross +share/icons/crystalblue/cursors/top_left_arrow +share/icons/crystalblue/cursors/top_left_corner +share/icons/crystalblue/cursors/top_right_corner +share/icons/crystalblue/cursors/top_side +share/icons/crystalblue/cursors/v_double_arrow +share/icons/crystalblue/cursors/watch +share/icons/crystalblue/cursors/xterm +share/icons/crystalblue/index.theme +share/icons/crystalblue_classic/cursors/9d800788f1b08800ae810202380a0822 +share/icons/crystalblue_classic/cursors/e29285e634086352946a0e7090d73106 +share/icons/crystalblue_classic/cursors/hand +share/icons/crystalblue_classic/cursors/hand1 +share/icons/crystalblue_classic/cursors/hand2 +share/icons/crystalblue_classic/cursors/pencil +share/icons/crystalblue_classic/cursors/pirate +share/icons/crystalblue_classic/index.theme +share/icons/crystalblue_nonanim/cursors/08e8e1c95fe2fc01f976f1e063a24ccd +share/icons/crystalblue_nonanim/cursors/3ecb610c1bf2410f44200f48c40d3599 +share/icons/crystalblue_nonanim/cursors/left_ptr_watch +share/icons/crystalblue_nonanim/cursors/watch +share/icons/crystalblue_nonanim/index.theme +share/icons/crystalblueleft/cursors/08e8e1c95fe2fc01f976f1e063a24ccd +share/icons/crystalblueleft/cursors/1081e37283d90000800003c07f3ef6bf +share/icons/crystalblueleft/cursors/3085a0e285430894940527032f8b26df +share/icons/crystalblueleft/cursors/3ecb610c1bf2410f44200f48c40d3599 +share/icons/crystalblueleft/cursors/4498f0e0c1937ffe01fd06f973665830 +share/icons/crystalblueleft/cursors/6407b0e94181790501fd1e167b474872 +share/icons/crystalblueleft/cursors/640fb0e74195791501fd1ed57b41487f +share/icons/crystalblueleft/cursors/9081237383d90e509aa00f00170e968f +share/icons/crystalblueleft/cursors/9d800788f1b08800ae810202380a0822 +share/icons/crystalblueleft/cursors/arrow +share/icons/crystalblueleft/cursors/copy +share/icons/crystalblueleft/cursors/d9ce0ab605698f320427677b458ad60b +share/icons/crystalblueleft/cursors/draft_large +share/icons/crystalblueleft/cursors/draft_small +share/icons/crystalblueleft/cursors/e29285e634086352946a0e7090d73106 +share/icons/crystalblueleft/cursors/hand +share/icons/crystalblueleft/cursors/hand1 +share/icons/crystalblueleft/cursors/hand2 +share/icons/crystalblueleft/cursors/left_ptr +share/icons/crystalblueleft/cursors/left_ptr_watch +share/icons/crystalblueleft/cursors/link +share/icons/crystalblueleft/cursors/move +share/icons/crystalblueleft/cursors/pencil +share/icons/crystalblueleft/cursors/plus +share/icons/crystalblueleft/cursors/question_arrow +share/icons/crystalblueleft/cursors/right_ptr +share/icons/crystalblueleft/cursors/sb_right_arrow +share/icons/crystalblueleft/cursors/top_left_arrow +share/icons/crystalblueleft/index.theme +share/icons/crystalblueleft_classic/cursors/9d800788f1b08800ae810202380a0822 +share/icons/crystalblueleft_classic/cursors/e29285e634086352946a0e7090d73106 +share/icons/crystalblueleft_classic/cursors/hand +share/icons/crystalblueleft_classic/cursors/hand1 +share/icons/crystalblueleft_classic/cursors/hand2 +share/icons/crystalblueleft_classic/cursors/pencil +share/icons/crystalblueleft_classic/cursors/pirate +share/icons/crystalblueleft_classic/index.theme +share/icons/crystalblueleft_nonanim/cursors/08e8e1c95fe2fc01f976f1e063a24ccd +share/icons/crystalblueleft_nonanim/cursors/3ecb610c1bf2410f44200f48c40d3599 +share/icons/crystalblueleft_nonanim/cursors/left_ptr_watch +share/icons/crystalblueleft_nonanim/cursors/watch +share/icons/crystalblueleft_nonanim/index.theme +share/icons/crystalgray/cursors/00008160000006810000408080010102 +share/icons/crystalgray/cursors/028006030e0e7ebffc7f7070c0600140 +share/icons/crystalgray/cursors/03b6e0fcb3499374a867c041f52298f0 +share/icons/crystalgray/cursors/08e8e1c95fe2fc01f976f1e063a24ccd +share/icons/crystalgray/cursors/1081e37283d90000800003c07f3ef6bf +share/icons/crystalgray/cursors/14fef782d02440884392942c11205230 +share/icons/crystalgray/cursors/2870a09082c103050810ffdffffe0204 +share/icons/crystalgray/cursors/3085a0e285430894940527032f8b26df +share/icons/crystalgray/cursors/3ecb610c1bf2410f44200f48c40d3599 +share/icons/crystalgray/cursors/4498f0e0c1937ffe01fd06f973665830 +share/icons/crystalgray/cursors/6407b0e94181790501fd1e167b474872 +share/icons/crystalgray/cursors/640fb0e74195791501fd1ed57b41487f +share/icons/crystalgray/cursors/9081237383d90e509aa00f00170e968f +share/icons/crystalgray/cursors/9d800788f1b08800ae810202380a0822 +share/icons/crystalgray/cursors/X_cursor +share/icons/crystalgray/cursors/arrow +share/icons/crystalgray/cursors/base_arrow_down +share/icons/crystalgray/cursors/base_arrow_up +share/icons/crystalgray/cursors/based_arrow_down +share/icons/crystalgray/cursors/based_arrow_up +share/icons/crystalgray/cursors/bd_double_arrow +share/icons/crystalgray/cursors/bottom_left_corner +share/icons/crystalgray/cursors/bottom_right_corner +share/icons/crystalgray/cursors/bottom_side +share/icons/crystalgray/cursors/c7088f0f3e6c8088236ef8e1e3e70000 +share/icons/crystalgray/cursors/center_ptr +share/icons/crystalgray/cursors/circle +share/icons/crystalgray/cursors/copy +share/icons/crystalgray/cursors/cross +share/icons/crystalgray/cursors/cross_reverse +share/icons/crystalgray/cursors/crossed_circle +share/icons/crystalgray/cursors/crosshair +share/icons/crystalgray/cursors/d9ce0ab605698f320427677b458ad60b +share/icons/crystalgray/cursors/dot +share/icons/crystalgray/cursors/dotbox +share/icons/crystalgray/cursors/double_arrow +share/icons/crystalgray/cursors/draft_large +share/icons/crystalgray/cursors/draft_small +share/icons/crystalgray/cursors/draped_box +share/icons/crystalgray/cursors/e29285e634086352946a0e7090d73106 +share/icons/crystalgray/cursors/fcf1c3c7cd4491d801f1e1c78f100000 +share/icons/crystalgray/cursors/fd_double_arrow +share/icons/crystalgray/cursors/fleur +share/icons/crystalgray/cursors/h_double_arrow +share/icons/crystalgray/cursors/hand +share/icons/crystalgray/cursors/hand1 +share/icons/crystalgray/cursors/hand2 +share/icons/crystalgray/cursors/left_ptr +share/icons/crystalgray/cursors/left_ptr_watch +share/icons/crystalgray/cursors/left_side +share/icons/crystalgray/cursors/link +share/icons/crystalgray/cursors/ll_angle +share/icons/crystalgray/cursors/lr_angle +share/icons/crystalgray/cursors/move +share/icons/crystalgray/cursors/pencil +share/icons/crystalgray/cursors/pirate +share/icons/crystalgray/cursors/plus +share/icons/crystalgray/cursors/question_arrow +share/icons/crystalgray/cursors/right_ptr +share/icons/crystalgray/cursors/right_side +share/icons/crystalgray/cursors/sb_h_double_arrow +share/icons/crystalgray/cursors/sb_right_arrow +share/icons/crystalgray/cursors/sb_up_arrow +share/icons/crystalgray/cursors/sb_v_double_arrow +share/icons/crystalgray/cursors/tcross +share/icons/crystalgray/cursors/top_left_arrow +share/icons/crystalgray/cursors/top_left_corner +share/icons/crystalgray/cursors/top_right_corner +share/icons/crystalgray/cursors/top_side +share/icons/crystalgray/cursors/v_double_arrow +share/icons/crystalgray/cursors/watch +share/icons/crystalgray/cursors/xterm +share/icons/crystalgray/index.theme +share/icons/crystalgray_nonanim/cursors/08e8e1c95fe2fc01f976f1e063a24ccd +share/icons/crystalgray_nonanim/cursors/3ecb610c1bf2410f44200f48c40d3599 +share/icons/crystalgray_nonanim/cursors/left_ptr_watch +share/icons/crystalgray_nonanim/cursors/watch +share/icons/crystalgray_nonanim/index.theme +share/icons/crystalgrayleft/cursors/08e8e1c95fe2fc01f976f1e063a24ccd +share/icons/crystalgrayleft/cursors/1081e37283d90000800003c07f3ef6bf +share/icons/crystalgrayleft/cursors/3085a0e285430894940527032f8b26df +share/icons/crystalgrayleft/cursors/3ecb610c1bf2410f44200f48c40d3599 +share/icons/crystalgrayleft/cursors/4498f0e0c1937ffe01fd06f973665830 +share/icons/crystalgrayleft/cursors/6407b0e94181790501fd1e167b474872 +share/icons/crystalgrayleft/cursors/640fb0e74195791501fd1ed57b41487f +share/icons/crystalgrayleft/cursors/9081237383d90e509aa00f00170e968f +share/icons/crystalgrayleft/cursors/9d800788f1b08800ae810202380a0822 +share/icons/crystalgrayleft/cursors/arrow +share/icons/crystalgrayleft/cursors/copy +share/icons/crystalgrayleft/cursors/d9ce0ab605698f320427677b458ad60b +share/icons/crystalgrayleft/cursors/draft_large +share/icons/crystalgrayleft/cursors/draft_small +share/icons/crystalgrayleft/cursors/e29285e634086352946a0e7090d73106 +share/icons/crystalgrayleft/cursors/hand +share/icons/crystalgrayleft/cursors/hand1 +share/icons/crystalgrayleft/cursors/hand2 +share/icons/crystalgrayleft/cursors/left_ptr +share/icons/crystalgrayleft/cursors/left_ptr_watch +share/icons/crystalgrayleft/cursors/link +share/icons/crystalgrayleft/cursors/move +share/icons/crystalgrayleft/cursors/pencil +share/icons/crystalgrayleft/cursors/plus +share/icons/crystalgrayleft/cursors/question_arrow +share/icons/crystalgrayleft/cursors/right_ptr +share/icons/crystalgrayleft/cursors/sb_right_arrow +share/icons/crystalgrayleft/cursors/top_left_arrow +share/icons/crystalgrayleft/index.theme +share/icons/crystalgrayleft_nonanim/cursors/08e8e1c95fe2fc01f976f1e063a24ccd +share/icons/crystalgrayleft_nonanim/cursors/3ecb610c1bf2410f44200f48c40d3599 +share/icons/crystalgrayleft_nonanim/cursors/left_ptr_watch +share/icons/crystalgrayleft_nonanim/cursors/watch +share/icons/crystalgrayleft_nonanim/index.theme +share/icons/crystalgreen/cursors/00008160000006810000408080010102 +share/icons/crystalgreen/cursors/028006030e0e7ebffc7f7070c0600140 +share/icons/crystalgreen/cursors/03b6e0fcb3499374a867c041f52298f0 +share/icons/crystalgreen/cursors/08e8e1c95fe2fc01f976f1e063a24ccd +share/icons/crystalgreen/cursors/1081e37283d90000800003c07f3ef6bf +share/icons/crystalgreen/cursors/14fef782d02440884392942c11205230 +share/icons/crystalgreen/cursors/2870a09082c103050810ffdffffe0204 +share/icons/crystalgreen/cursors/3085a0e285430894940527032f8b26df +share/icons/crystalgreen/cursors/3ecb610c1bf2410f44200f48c40d3599 +share/icons/crystalgreen/cursors/4498f0e0c1937ffe01fd06f973665830 +share/icons/crystalgreen/cursors/6407b0e94181790501fd1e167b474872 +share/icons/crystalgreen/cursors/640fb0e74195791501fd1ed57b41487f +share/icons/crystalgreen/cursors/9081237383d90e509aa00f00170e968f +share/icons/crystalgreen/cursors/9d800788f1b08800ae810202380a0822 +share/icons/crystalgreen/cursors/X_cursor +share/icons/crystalgreen/cursors/arrow +share/icons/crystalgreen/cursors/base_arrow_down +share/icons/crystalgreen/cursors/base_arrow_up +share/icons/crystalgreen/cursors/based_arrow_down +share/icons/crystalgreen/cursors/based_arrow_up +share/icons/crystalgreen/cursors/bd_double_arrow +share/icons/crystalgreen/cursors/bottom_left_corner +share/icons/crystalgreen/cursors/bottom_right_corner +share/icons/crystalgreen/cursors/bottom_side +share/icons/crystalgreen/cursors/c7088f0f3e6c8088236ef8e1e3e70000 +share/icons/crystalgreen/cursors/center_ptr +share/icons/crystalgreen/cursors/circle +share/icons/crystalgreen/cursors/copy +share/icons/crystalgreen/cursors/cross +share/icons/crystalgreen/cursors/cross_reverse +share/icons/crystalgreen/cursors/crossed_circle +share/icons/crystalgreen/cursors/crosshair +share/icons/crystalgreen/cursors/d9ce0ab605698f320427677b458ad60b +share/icons/crystalgreen/cursors/dot +share/icons/crystalgreen/cursors/dotbox +share/icons/crystalgreen/cursors/double_arrow +share/icons/crystalgreen/cursors/draft_large +share/icons/crystalgreen/cursors/draft_small +share/icons/crystalgreen/cursors/draped_box +share/icons/crystalgreen/cursors/e29285e634086352946a0e7090d73106 +share/icons/crystalgreen/cursors/fcf1c3c7cd4491d801f1e1c78f100000 +share/icons/crystalgreen/cursors/fd_double_arrow +share/icons/crystalgreen/cursors/fleur +share/icons/crystalgreen/cursors/h_double_arrow +share/icons/crystalgreen/cursors/hand +share/icons/crystalgreen/cursors/hand1 +share/icons/crystalgreen/cursors/hand2 +share/icons/crystalgreen/cursors/left_ptr +share/icons/crystalgreen/cursors/left_ptr_watch +share/icons/crystalgreen/cursors/left_side +share/icons/crystalgreen/cursors/link +share/icons/crystalgreen/cursors/ll_angle +share/icons/crystalgreen/cursors/lr_angle +share/icons/crystalgreen/cursors/move +share/icons/crystalgreen/cursors/pencil +share/icons/crystalgreen/cursors/pirate +share/icons/crystalgreen/cursors/plus +share/icons/crystalgreen/cursors/question_arrow +share/icons/crystalgreen/cursors/right_ptr +share/icons/crystalgreen/cursors/right_side +share/icons/crystalgreen/cursors/sb_h_double_arrow +share/icons/crystalgreen/cursors/sb_right_arrow +share/icons/crystalgreen/cursors/sb_up_arrow +share/icons/crystalgreen/cursors/sb_v_double_arrow +share/icons/crystalgreen/cursors/tcross +share/icons/crystalgreen/cursors/top_left_arrow +share/icons/crystalgreen/cursors/top_left_corner +share/icons/crystalgreen/cursors/top_right_corner +share/icons/crystalgreen/cursors/top_side +share/icons/crystalgreen/cursors/v_double_arrow +share/icons/crystalgreen/cursors/watch +share/icons/crystalgreen/cursors/xterm +share/icons/crystalgreen/index.theme +share/icons/crystalgreen_classic/cursors/9d800788f1b08800ae810202380a0822 +share/icons/crystalgreen_classic/cursors/e29285e634086352946a0e7090d73106 +share/icons/crystalgreen_classic/cursors/hand +share/icons/crystalgreen_classic/cursors/hand1 +share/icons/crystalgreen_classic/cursors/hand2 +share/icons/crystalgreen_classic/cursors/pencil +share/icons/crystalgreen_classic/cursors/pirate +share/icons/crystalgreen_classic/index.theme +share/icons/crystalgreen_nonanim/cursors/08e8e1c95fe2fc01f976f1e063a24ccd +share/icons/crystalgreen_nonanim/cursors/3ecb610c1bf2410f44200f48c40d3599 +share/icons/crystalgreen_nonanim/cursors/left_ptr_watch +share/icons/crystalgreen_nonanim/cursors/watch +share/icons/crystalgreen_nonanim/index.theme +share/icons/crystalgreenleft/cursors/08e8e1c95fe2fc01f976f1e063a24ccd +share/icons/crystalgreenleft/cursors/1081e37283d90000800003c07f3ef6bf +share/icons/crystalgreenleft/cursors/3085a0e285430894940527032f8b26df +share/icons/crystalgreenleft/cursors/3ecb610c1bf2410f44200f48c40d3599 +share/icons/crystalgreenleft/cursors/4498f0e0c1937ffe01fd06f973665830 +share/icons/crystalgreenleft/cursors/6407b0e94181790501fd1e167b474872 +share/icons/crystalgreenleft/cursors/640fb0e74195791501fd1ed57b41487f +share/icons/crystalgreenleft/cursors/9081237383d90e509aa00f00170e968f +share/icons/crystalgreenleft/cursors/9d800788f1b08800ae810202380a0822 +share/icons/crystalgreenleft/cursors/arrow +share/icons/crystalgreenleft/cursors/copy +share/icons/crystalgreenleft/cursors/d9ce0ab605698f320427677b458ad60b +share/icons/crystalgreenleft/cursors/draft_large +share/icons/crystalgreenleft/cursors/draft_small +share/icons/crystalgreenleft/cursors/e29285e634086352946a0e7090d73106 +share/icons/crystalgreenleft/cursors/hand +share/icons/crystalgreenleft/cursors/hand1 +share/icons/crystalgreenleft/cursors/hand2 +share/icons/crystalgreenleft/cursors/left_ptr +share/icons/crystalgreenleft/cursors/left_ptr_watch +share/icons/crystalgreenleft/cursors/link +share/icons/crystalgreenleft/cursors/move +share/icons/crystalgreenleft/cursors/pencil +share/icons/crystalgreenleft/cursors/plus +share/icons/crystalgreenleft/cursors/question_arrow +share/icons/crystalgreenleft/cursors/right_ptr +share/icons/crystalgreenleft/cursors/sb_right_arrow +share/icons/crystalgreenleft/cursors/top_left_arrow +share/icons/crystalgreenleft/index.theme +share/icons/crystalgreenleft_classic/cursors/9d800788f1b08800ae810202380a0822 +share/icons/crystalgreenleft_classic/cursors/e29285e634086352946a0e7090d73106 +share/icons/crystalgreenleft_classic/cursors/hand +share/icons/crystalgreenleft_classic/cursors/hand1 +share/icons/crystalgreenleft_classic/cursors/hand2 +share/icons/crystalgreenleft_classic/cursors/pencil +share/icons/crystalgreenleft_classic/cursors/pirate +share/icons/crystalgreenleft_classic/index.theme +share/icons/crystalgreenleft_nonanim/cursors/08e8e1c95fe2fc01f976f1e063a24ccd +share/icons/crystalgreenleft_nonanim/cursors/3ecb610c1bf2410f44200f48c40d3599 +share/icons/crystalgreenleft_nonanim/cursors/left_ptr_watch +share/icons/crystalgreenleft_nonanim/cursors/watch +share/icons/crystalgreenleft_nonanim/index.theme +share/icons/crystalwhite/cursors/00008160000006810000408080010102 +share/icons/crystalwhite/cursors/028006030e0e7ebffc7f7070c0600140 +share/icons/crystalwhite/cursors/03b6e0fcb3499374a867c041f52298f0 +share/icons/crystalwhite/cursors/08e8e1c95fe2fc01f976f1e063a24ccd +share/icons/crystalwhite/cursors/1081e37283d90000800003c07f3ef6bf +share/icons/crystalwhite/cursors/14fef782d02440884392942c11205230 +share/icons/crystalwhite/cursors/2870a09082c103050810ffdffffe0204 +share/icons/crystalwhite/cursors/3085a0e285430894940527032f8b26df +share/icons/crystalwhite/cursors/3ecb610c1bf2410f44200f48c40d3599 +share/icons/crystalwhite/cursors/4498f0e0c1937ffe01fd06f973665830 +share/icons/crystalwhite/cursors/6407b0e94181790501fd1e167b474872 +share/icons/crystalwhite/cursors/640fb0e74195791501fd1ed57b41487f +share/icons/crystalwhite/cursors/9081237383d90e509aa00f00170e968f +share/icons/crystalwhite/cursors/9d800788f1b08800ae810202380a0822 +share/icons/crystalwhite/cursors/X_cursor +share/icons/crystalwhite/cursors/arrow +share/icons/crystalwhite/cursors/base_arrow_down +share/icons/crystalwhite/cursors/base_arrow_up +share/icons/crystalwhite/cursors/based_arrow_down +share/icons/crystalwhite/cursors/based_arrow_up +share/icons/crystalwhite/cursors/bd_double_arrow +share/icons/crystalwhite/cursors/bottom_left_corner +share/icons/crystalwhite/cursors/bottom_right_corner +share/icons/crystalwhite/cursors/bottom_side +share/icons/crystalwhite/cursors/c7088f0f3e6c8088236ef8e1e3e70000 +share/icons/crystalwhite/cursors/center_ptr +share/icons/crystalwhite/cursors/circle +share/icons/crystalwhite/cursors/copy +share/icons/crystalwhite/cursors/cross +share/icons/crystalwhite/cursors/cross_reverse +share/icons/crystalwhite/cursors/crossed_circle +share/icons/crystalwhite/cursors/crosshair +share/icons/crystalwhite/cursors/d9ce0ab605698f320427677b458ad60b +share/icons/crystalwhite/cursors/dot +share/icons/crystalwhite/cursors/dotbox +share/icons/crystalwhite/cursors/double_arrow +share/icons/crystalwhite/cursors/draft_large +share/icons/crystalwhite/cursors/draft_small +share/icons/crystalwhite/cursors/draped_box +share/icons/crystalwhite/cursors/e29285e634086352946a0e7090d73106 +share/icons/crystalwhite/cursors/fcf1c3c7cd4491d801f1e1c78f100000 +share/icons/crystalwhite/cursors/fd_double_arrow +share/icons/crystalwhite/cursors/fleur +share/icons/crystalwhite/cursors/h_double_arrow +share/icons/crystalwhite/cursors/hand +share/icons/crystalwhite/cursors/hand1 +share/icons/crystalwhite/cursors/hand2 +share/icons/crystalwhite/cursors/left_ptr +share/icons/crystalwhite/cursors/left_ptr_watch +share/icons/crystalwhite/cursors/left_side +share/icons/crystalwhite/cursors/link +share/icons/crystalwhite/cursors/ll_angle +share/icons/crystalwhite/cursors/lr_angle +share/icons/crystalwhite/cursors/move +share/icons/crystalwhite/cursors/pencil +share/icons/crystalwhite/cursors/pirate +share/icons/crystalwhite/cursors/plus +share/icons/crystalwhite/cursors/question_arrow +share/icons/crystalwhite/cursors/right_ptr +share/icons/crystalwhite/cursors/right_side +share/icons/crystalwhite/cursors/sb_h_double_arrow +share/icons/crystalwhite/cursors/sb_right_arrow +share/icons/crystalwhite/cursors/sb_up_arrow +share/icons/crystalwhite/cursors/sb_v_double_arrow +share/icons/crystalwhite/cursors/tcross +share/icons/crystalwhite/cursors/top_left_arrow +share/icons/crystalwhite/cursors/top_left_corner +share/icons/crystalwhite/cursors/top_right_corner +share/icons/crystalwhite/cursors/top_side +share/icons/crystalwhite/cursors/v_double_arrow +share/icons/crystalwhite/cursors/watch +share/icons/crystalwhite/cursors/xterm +share/icons/crystalwhite/index.theme +share/icons/crystalwhite_nonanim/cursors/08e8e1c95fe2fc01f976f1e063a24ccd +share/icons/crystalwhite_nonanim/cursors/3ecb610c1bf2410f44200f48c40d3599 +share/icons/crystalwhite_nonanim/cursors/left_ptr_watch +share/icons/crystalwhite_nonanim/cursors/watch +share/icons/crystalwhite_nonanim/index.theme +share/icons/crystalwhiteleft/cursors/08e8e1c95fe2fc01f976f1e063a24ccd +share/icons/crystalwhiteleft/cursors/1081e37283d90000800003c07f3ef6bf +share/icons/crystalwhiteleft/cursors/3085a0e285430894940527032f8b26df +share/icons/crystalwhiteleft/cursors/3ecb610c1bf2410f44200f48c40d3599 +share/icons/crystalwhiteleft/cursors/4498f0e0c1937ffe01fd06f973665830 +share/icons/crystalwhiteleft/cursors/6407b0e94181790501fd1e167b474872 +share/icons/crystalwhiteleft/cursors/640fb0e74195791501fd1ed57b41487f +share/icons/crystalwhiteleft/cursors/9081237383d90e509aa00f00170e968f +share/icons/crystalwhiteleft/cursors/9d800788f1b08800ae810202380a0822 +share/icons/crystalwhiteleft/cursors/arrow +share/icons/crystalwhiteleft/cursors/copy +share/icons/crystalwhiteleft/cursors/d9ce0ab605698f320427677b458ad60b +share/icons/crystalwhiteleft/cursors/draft_large +share/icons/crystalwhiteleft/cursors/draft_small +share/icons/crystalwhiteleft/cursors/e29285e634086352946a0e7090d73106 +share/icons/crystalwhiteleft/cursors/hand +share/icons/crystalwhiteleft/cursors/hand1 +share/icons/crystalwhiteleft/cursors/hand2 +share/icons/crystalwhiteleft/cursors/left_ptr +share/icons/crystalwhiteleft/cursors/left_ptr_watch +share/icons/crystalwhiteleft/cursors/link +share/icons/crystalwhiteleft/cursors/move +share/icons/crystalwhiteleft/cursors/pencil +share/icons/crystalwhiteleft/cursors/plus +share/icons/crystalwhiteleft/cursors/question_arrow +share/icons/crystalwhiteleft/cursors/right_ptr +share/icons/crystalwhiteleft/cursors/sb_right_arrow +share/icons/crystalwhiteleft/cursors/top_left_arrow +share/icons/crystalwhiteleft/index.theme +share/icons/crystalwhiteleft_nonanim/cursors/08e8e1c95fe2fc01f976f1e063a24ccd +share/icons/crystalwhiteleft_nonanim/cursors/3ecb610c1bf2410f44200f48c40d3599 +share/icons/crystalwhiteleft_nonanim/cursors/left_ptr_watch +share/icons/crystalwhiteleft_nonanim/cursors/watch +share/icons/crystalwhiteleft_nonanim/index.theme Index: head/x11-themes/cursor-dmz-aa-theme/Makefile =================================================================== --- head/x11-themes/cursor-dmz-aa-theme/Makefile (revision 448081) +++ head/x11-themes/cursor-dmz-aa-theme/Makefile (revision 448082) @@ -1,31 +1,32 @@ # $FreeBSD$ PORTNAME= cursor-dmz-aa-theme PORTVERSION= 0.4.4 +PORTREVISION= 1 CATEGORIES= x11-themes MASTER_SITES= DEBIAN/pool/main/d/dmz-cursor-theme DISTNAME= dmz-cursor-theme_${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= DMZ AA style neutral scalable cursor theme LICENSE= CC-BY-SA-3.0 BUILD_DEPENDS= xcursorgen:x11/xcursorgen NO_ARCH= yes WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/}/DMZ-Black -DATADIR= ${PREFIX}/lib/X11/icons/Vanilla-DMZ-AA +DATADIR= ${PREFIX}/share/icons/Vanilla-DMZ-AA do-build: (cd ${WRKSRC}/pngs && ${SH} make.sh) do-install: @${MKDIR} ${STAGEDIR}${DATADIR} (cd ${WRKSRC} && ${INSTALL_DATA} index.theme \ ${STAGEDIR}${DATADIR}) @${MKDIR} ${STAGEDIR}${DATADIR}/cursors (cd ${WRKSRC}/xcursors && ${COPYTREE_SHARE} . \ ${STAGEDIR}${DATADIR}/cursors) .include Index: head/x11-themes/cursor-dmz-theme/Makefile =================================================================== --- head/x11-themes/cursor-dmz-theme/Makefile (revision 448081) +++ head/x11-themes/cursor-dmz-theme/Makefile (revision 448082) @@ -1,31 +1,32 @@ # $FreeBSD$ PORTNAME= cursor-dmz-theme PORTVERSION= 0.4.4 +PORTREVISION= 1 CATEGORIES= x11-themes MASTER_SITES= DEBIAN/pool/main/d/dmz-cursor-theme DISTNAME= dmz-cursor-theme_${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= DMZ style neutral scalable cursor theme LICENSE= CC-BY-SA-3.0 BUILD_DEPENDS= xcursorgen:x11/xcursorgen NO_ARCH= yes WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/}/DMZ-White -DATADIR= ${PREFIX}/lib/X11/icons/Vanilla-DMZ +DATADIR= ${PREFIX}/share/icons/Vanilla-DMZ do-build: (cd ${WRKSRC}/pngs && ${SH} make.sh) do-install: @${MKDIR} ${STAGEDIR}${DATADIR} (cd ${WRKSRC} && ${INSTALL_DATA} index.theme \ ${STAGEDIR}${DATADIR}) @${MKDIR} ${STAGEDIR}${DATADIR}/cursors (cd ${WRKSRC}/xcursors && ${COPYTREE_SHARE} . \ ${STAGEDIR}${DATADIR}/cursors) .include Index: head/x11-themes/cursor-ecliz/Makefile =================================================================== --- head/x11-themes/cursor-ecliz/Makefile (revision 448081) +++ head/x11-themes/cursor-ecliz/Makefile (revision 448082) @@ -1,25 +1,26 @@ # Created by: Gvozdikov Veniamin # $FreeBSD$ PORTNAME= ecliz PORTVERSION= 0.1 +PORTREVISION= 1 CATEGORIES= x11-themes MASTER_SITES= http://kde-look.org/CONTENT/content-files/ PKGNAMEPREFIX= cursor- DISTNAME= 76605-Ecliz_Port MAINTAINER= vg@FreeBSD.org COMMENT= Ecliz X cursor theme NO_BUILD= yes WRKSRC= ${WRKDIR}/Ecliz do-install: - ${MKDIR} ${STAGEDIR}${PREFIX}/lib/X11/icons/${PORTNAME} + ${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/${PORTNAME} cd ${WRKSRC} && ${COPYTREE_SHARE} cursors \ - ${STAGEDIR}${PREFIX}/lib/X11/icons/${PORTNAME} + ${STAGEDIR}${PREFIX}/share/icons/${PORTNAME} ${INSTALL_DATA} ${WRKSRC}/index.theme \ - ${STAGEDIR}${PREFIX}/lib/X11/icons/${PORTNAME} + ${STAGEDIR}${PREFIX}/share/icons/${PORTNAME} .include Index: head/x11-themes/cursor-ecliz/pkg-plist =================================================================== --- head/x11-themes/cursor-ecliz/pkg-plist (revision 448081) +++ head/x11-themes/cursor-ecliz/pkg-plist (revision 448082) @@ -1,74 +1,74 @@ -lib/X11/icons/ecliz/index.theme -lib/X11/icons/ecliz/cursors/00008160000006810000408080010102 -lib/X11/icons/ecliz/cursors/028006030e0e7ebffc7f7070c0600140 -lib/X11/icons/ecliz/cursors/03b6e0fcb3499374a867c041f52298f0 -lib/X11/icons/ecliz/cursors/08e8e1c95fe2fc01f976f1e063a24ccd -lib/X11/icons/ecliz/cursors/14fef782d02440884392942c11205230 -lib/X11/icons/ecliz/cursors/2870a09082c103050810ffdffffe0204 -lib/X11/icons/ecliz/cursors/3085a0e285430894940527032f8b26df -lib/X11/icons/ecliz/cursors/3ecb610c1bf2410f44200f48c40d3599 -lib/X11/icons/ecliz/cursors/4498f0e0c1937ffe01fd06f973665830 -lib/X11/icons/ecliz/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 -lib/X11/icons/ecliz/cursors/640fb0e74195791501fd1ed57b41487f -lib/X11/icons/ecliz/cursors/9081237383d90e509aa00f00170e968f -lib/X11/icons/ecliz/cursors/9d800788f1b08800ae810202380a0822 -lib/X11/icons/ecliz/cursors/X_cursor -lib/X11/icons/ecliz/cursors/arrow -lib/X11/icons/ecliz/cursors/based_arrow_down -lib/X11/icons/ecliz/cursors/based_arrow_up -lib/X11/icons/ecliz/cursors/bd_double_arrow -lib/X11/icons/ecliz/cursors/bottom_left_corner -lib/X11/icons/ecliz/cursors/bottom_right_corner -lib/X11/icons/ecliz/cursors/bottom_side -lib/X11/icons/ecliz/cursors/c7088f0f3e6c8088236ef8e1e3e70000 -lib/X11/icons/ecliz/cursors/center_ptr -lib/X11/icons/ecliz/cursors/circle -lib/X11/icons/ecliz/cursors/copy -lib/X11/icons/ecliz/cursors/cross -lib/X11/icons/ecliz/cursors/cross_reverse -lib/X11/icons/ecliz/cursors/crossed_circle -lib/X11/icons/ecliz/cursors/crosshair -lib/X11/icons/ecliz/cursors/d9ce0ab605698f320427677b458ad60b -lib/X11/icons/ecliz/cursors/dot -lib/X11/icons/ecliz/cursors/dotbox -lib/X11/icons/ecliz/cursors/double_arrow -lib/X11/icons/ecliz/cursors/draft_large -lib/X11/icons/ecliz/cursors/draft_small -lib/X11/icons/ecliz/cursors/drapedbox -lib/X11/icons/ecliz/cursors/e29285e634086352946a0e7090d73106 -lib/X11/icons/ecliz/cursors/fcf1c3c7cd4491d801f1e1c78f100000 -lib/X11/icons/ecliz/cursors/fd_double_arrow -lib/X11/icons/ecliz/cursors/fleur -lib/X11/icons/ecliz/cursors/grab -lib/X11/icons/ecliz/cursors/h_double_arrow -lib/X11/icons/ecliz/cursors/hand -lib/X11/icons/ecliz/cursors/hand1 -lib/X11/icons/ecliz/cursors/hand2 -lib/X11/icons/ecliz/cursors/left_ptr -lib/X11/icons/ecliz/cursors/left_ptr_watch -lib/X11/icons/ecliz/cursors/left_side -lib/X11/icons/ecliz/cursors/ll_angle -lib/X11/icons/ecliz/cursors/lr_angle -lib/X11/icons/ecliz/cursors/move -lib/X11/icons/ecliz/cursors/pencil -lib/X11/icons/ecliz/cursors/pirate -lib/X11/icons/ecliz/cursors/plus -lib/X11/icons/ecliz/cursors/question_arrow -lib/X11/icons/ecliz/cursors/right_ptr -lib/X11/icons/ecliz/cursors/right_side -lib/X11/icons/ecliz/cursors/sb_down_arrow -lib/X11/icons/ecliz/cursors/sb_h_double_arrow -lib/X11/icons/ecliz/cursors/sb_left_arrow -lib/X11/icons/ecliz/cursors/sb_right_arrow -lib/X11/icons/ecliz/cursors/sb_up_arrow -lib/X11/icons/ecliz/cursors/sb_v_double_arrow -lib/X11/icons/ecliz/cursors/tcross -lib/X11/icons/ecliz/cursors/top_left_arrow -lib/X11/icons/ecliz/cursors/top_left_corner -lib/X11/icons/ecliz/cursors/top_right_corner -lib/X11/icons/ecliz/cursors/top_side -lib/X11/icons/ecliz/cursors/ul_angle -lib/X11/icons/ecliz/cursors/ur_angle -lib/X11/icons/ecliz/cursors/v_double_arrow -lib/X11/icons/ecliz/cursors/watch -lib/X11/icons/ecliz/cursors/xterm +share/icons/ecliz/index.theme +share/icons/ecliz/cursors/00008160000006810000408080010102 +share/icons/ecliz/cursors/028006030e0e7ebffc7f7070c0600140 +share/icons/ecliz/cursors/03b6e0fcb3499374a867c041f52298f0 +share/icons/ecliz/cursors/08e8e1c95fe2fc01f976f1e063a24ccd +share/icons/ecliz/cursors/14fef782d02440884392942c11205230 +share/icons/ecliz/cursors/2870a09082c103050810ffdffffe0204 +share/icons/ecliz/cursors/3085a0e285430894940527032f8b26df +share/icons/ecliz/cursors/3ecb610c1bf2410f44200f48c40d3599 +share/icons/ecliz/cursors/4498f0e0c1937ffe01fd06f973665830 +share/icons/ecliz/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 +share/icons/ecliz/cursors/640fb0e74195791501fd1ed57b41487f +share/icons/ecliz/cursors/9081237383d90e509aa00f00170e968f +share/icons/ecliz/cursors/9d800788f1b08800ae810202380a0822 +share/icons/ecliz/cursors/X_cursor +share/icons/ecliz/cursors/arrow +share/icons/ecliz/cursors/based_arrow_down +share/icons/ecliz/cursors/based_arrow_up +share/icons/ecliz/cursors/bd_double_arrow +share/icons/ecliz/cursors/bottom_left_corner +share/icons/ecliz/cursors/bottom_right_corner +share/icons/ecliz/cursors/bottom_side +share/icons/ecliz/cursors/c7088f0f3e6c8088236ef8e1e3e70000 +share/icons/ecliz/cursors/center_ptr +share/icons/ecliz/cursors/circle +share/icons/ecliz/cursors/copy +share/icons/ecliz/cursors/cross +share/icons/ecliz/cursors/cross_reverse +share/icons/ecliz/cursors/crossed_circle +share/icons/ecliz/cursors/crosshair +share/icons/ecliz/cursors/d9ce0ab605698f320427677b458ad60b +share/icons/ecliz/cursors/dot +share/icons/ecliz/cursors/dotbox +share/icons/ecliz/cursors/double_arrow +share/icons/ecliz/cursors/draft_large +share/icons/ecliz/cursors/draft_small +share/icons/ecliz/cursors/drapedbox +share/icons/ecliz/cursors/e29285e634086352946a0e7090d73106 +share/icons/ecliz/cursors/fcf1c3c7cd4491d801f1e1c78f100000 +share/icons/ecliz/cursors/fd_double_arrow +share/icons/ecliz/cursors/fleur +share/icons/ecliz/cursors/grab +share/icons/ecliz/cursors/h_double_arrow +share/icons/ecliz/cursors/hand +share/icons/ecliz/cursors/hand1 +share/icons/ecliz/cursors/hand2 +share/icons/ecliz/cursors/left_ptr +share/icons/ecliz/cursors/left_ptr_watch +share/icons/ecliz/cursors/left_side +share/icons/ecliz/cursors/ll_angle +share/icons/ecliz/cursors/lr_angle +share/icons/ecliz/cursors/move +share/icons/ecliz/cursors/pencil +share/icons/ecliz/cursors/pirate +share/icons/ecliz/cursors/plus +share/icons/ecliz/cursors/question_arrow +share/icons/ecliz/cursors/right_ptr +share/icons/ecliz/cursors/right_side +share/icons/ecliz/cursors/sb_down_arrow +share/icons/ecliz/cursors/sb_h_double_arrow +share/icons/ecliz/cursors/sb_left_arrow +share/icons/ecliz/cursors/sb_right_arrow +share/icons/ecliz/cursors/sb_up_arrow +share/icons/ecliz/cursors/sb_v_double_arrow +share/icons/ecliz/cursors/tcross +share/icons/ecliz/cursors/top_left_arrow +share/icons/ecliz/cursors/top_left_corner +share/icons/ecliz/cursors/top_right_corner +share/icons/ecliz/cursors/top_side +share/icons/ecliz/cursors/ul_angle +share/icons/ecliz/cursors/ur_angle +share/icons/ecliz/cursors/v_double_arrow +share/icons/ecliz/cursors/watch +share/icons/ecliz/cursors/xterm Index: head/x11-themes/cursor-grounation-theme/Makefile =================================================================== --- head/x11-themes/cursor-grounation-theme/Makefile (revision 448081) +++ head/x11-themes/cursor-grounation-theme/Makefile (revision 448082) @@ -1,24 +1,24 @@ # Created by: Babak Farrokhi # $FreeBSD$ PORTNAME= cursor-grounation-theme PORTVERSION= 0.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-themes MASTER_SITES= http://www.gnome-look.org/CONTENT/content-files/ DISTNAME= 14484-Grounation-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Moshi's Grounation cursors NO_BUILD= yes USES= tar:bzip2 WRKSRC= ${WRKDIR}/Grounation-${PORTVERSION} do-install: - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/X11/icons/grounation/cursors + @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/grounation/cursors ${INSTALL_DATA} ${WRKSRC}/Grounation/cursors/* \ - ${STAGEDIR}${PREFIX}/lib/X11/icons/grounation/cursors + ${STAGEDIR}${PREFIX}/share/icons/grounation/cursors .include Index: head/x11-themes/cursor-grounation-theme/pkg-plist =================================================================== --- head/x11-themes/cursor-grounation-theme/pkg-plist (revision 448081) +++ head/x11-themes/cursor-grounation-theme/pkg-plist (revision 448082) @@ -1,66 +1,66 @@ -lib/X11/icons/grounation/cursors/00008160000006810000408080010102 -lib/X11/icons/grounation/cursors/028006030e0e7ebffc7f7070c0600140 -lib/X11/icons/grounation/cursors/03b6e0fcb3499374a867c041f52298f0 -lib/X11/icons/grounation/cursors/08e8e1c95fe2fc01f976f1e063a24ccd -lib/X11/icons/grounation/cursors/14fef782d02440884392942c11205230 -lib/X11/icons/grounation/cursors/2870a09082c103050810ffdffffe0204 -lib/X11/icons/grounation/cursors/3085a0e285430894940527032f8b26df -lib/X11/icons/grounation/cursors/3ecb610c1bf2410f44200f48c40d3599 -lib/X11/icons/grounation/cursors/4498f0e0c1937ffe01fd06f973665830 -lib/X11/icons/grounation/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 -lib/X11/icons/grounation/cursors/640fb0e74195791501fd1ed57b41487f -lib/X11/icons/grounation/cursors/9081237383d90e509aa00f00170e968f -lib/X11/icons/grounation/cursors/9d800788f1b08800ae810202380a0822 -lib/X11/icons/grounation/cursors/X_cursor -lib/X11/icons/grounation/cursors/arrow -lib/X11/icons/grounation/cursors/base_arrow_down -lib/X11/icons/grounation/cursors/base_arrow_up -lib/X11/icons/grounation/cursors/based_arrow_down -lib/X11/icons/grounation/cursors/based_arrow_up -lib/X11/icons/grounation/cursors/bd_double_arrow -lib/X11/icons/grounation/cursors/bottom_left_corner -lib/X11/icons/grounation/cursors/bottom_right_corner -lib/X11/icons/grounation/cursors/bottom_side -lib/X11/icons/grounation/cursors/c7088f0f3e6c8088236ef8e1e3e70000 -lib/X11/icons/grounation/cursors/center_ptr -lib/X11/icons/grounation/cursors/cross -lib/X11/icons/grounation/cursors/cross_reverse -lib/X11/icons/grounation/cursors/crossed_circle -lib/X11/icons/grounation/cursors/crosshair -lib/X11/icons/grounation/cursors/d9ce0ab605698f320427677b458ad60b -lib/X11/icons/grounation/cursors/double_arrow -lib/X11/icons/grounation/cursors/draft_large -lib/X11/icons/grounation/cursors/draft_small -lib/X11/icons/grounation/cursors/e29285e634086352946a0e7090d73106 -lib/X11/icons/grounation/cursors/fcf1c3c7cd4491d801f1e1c78f100000 -lib/X11/icons/grounation/cursors/fd_double_arrow -lib/X11/icons/grounation/cursors/fleur -lib/X11/icons/grounation/cursors/h_double_arrow -lib/X11/icons/grounation/cursors/hand -lib/X11/icons/grounation/cursors/hand1 -lib/X11/icons/grounation/cursors/hand2 -lib/X11/icons/grounation/cursors/left_ptr -lib/X11/icons/grounation/cursors/left_ptr_watch -lib/X11/icons/grounation/cursors/left_side -lib/X11/icons/grounation/cursors/link -lib/X11/icons/grounation/cursors/ll_angle -lib/X11/icons/grounation/cursors/lr_angle -lib/X11/icons/grounation/cursors/move -lib/X11/icons/grounation/cursors/plus -lib/X11/icons/grounation/cursors/question_arrow -lib/X11/icons/grounation/cursors/right_ptr -lib/X11/icons/grounation/cursors/right_side -lib/X11/icons/grounation/cursors/sb_down_arrow -lib/X11/icons/grounation/cursors/sb_h_double_arrow -lib/X11/icons/grounation/cursors/sb_left_arrow -lib/X11/icons/grounation/cursors/sb_right_arrow -lib/X11/icons/grounation/cursors/sb_up_arrow -lib/X11/icons/grounation/cursors/sb_v_double_arrow -lib/X11/icons/grounation/cursors/tcross -lib/X11/icons/grounation/cursors/top_left_arrow -lib/X11/icons/grounation/cursors/top_left_corner -lib/X11/icons/grounation/cursors/top_right_corner -lib/X11/icons/grounation/cursors/top_side -lib/X11/icons/grounation/cursors/v_double_arrow -lib/X11/icons/grounation/cursors/watch -lib/X11/icons/grounation/cursors/xterm +share/icons/grounation/cursors/00008160000006810000408080010102 +share/icons/grounation/cursors/028006030e0e7ebffc7f7070c0600140 +share/icons/grounation/cursors/03b6e0fcb3499374a867c041f52298f0 +share/icons/grounation/cursors/08e8e1c95fe2fc01f976f1e063a24ccd +share/icons/grounation/cursors/14fef782d02440884392942c11205230 +share/icons/grounation/cursors/2870a09082c103050810ffdffffe0204 +share/icons/grounation/cursors/3085a0e285430894940527032f8b26df +share/icons/grounation/cursors/3ecb610c1bf2410f44200f48c40d3599 +share/icons/grounation/cursors/4498f0e0c1937ffe01fd06f973665830 +share/icons/grounation/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 +share/icons/grounation/cursors/640fb0e74195791501fd1ed57b41487f +share/icons/grounation/cursors/9081237383d90e509aa00f00170e968f +share/icons/grounation/cursors/9d800788f1b08800ae810202380a0822 +share/icons/grounation/cursors/X_cursor +share/icons/grounation/cursors/arrow +share/icons/grounation/cursors/base_arrow_down +share/icons/grounation/cursors/base_arrow_up +share/icons/grounation/cursors/based_arrow_down +share/icons/grounation/cursors/based_arrow_up +share/icons/grounation/cursors/bd_double_arrow +share/icons/grounation/cursors/bottom_left_corner +share/icons/grounation/cursors/bottom_right_corner +share/icons/grounation/cursors/bottom_side +share/icons/grounation/cursors/c7088f0f3e6c8088236ef8e1e3e70000 +share/icons/grounation/cursors/center_ptr +share/icons/grounation/cursors/cross +share/icons/grounation/cursors/cross_reverse +share/icons/grounation/cursors/crossed_circle +share/icons/grounation/cursors/crosshair +share/icons/grounation/cursors/d9ce0ab605698f320427677b458ad60b +share/icons/grounation/cursors/double_arrow +share/icons/grounation/cursors/draft_large +share/icons/grounation/cursors/draft_small +share/icons/grounation/cursors/e29285e634086352946a0e7090d73106 +share/icons/grounation/cursors/fcf1c3c7cd4491d801f1e1c78f100000 +share/icons/grounation/cursors/fd_double_arrow +share/icons/grounation/cursors/fleur +share/icons/grounation/cursors/h_double_arrow +share/icons/grounation/cursors/hand +share/icons/grounation/cursors/hand1 +share/icons/grounation/cursors/hand2 +share/icons/grounation/cursors/left_ptr +share/icons/grounation/cursors/left_ptr_watch +share/icons/grounation/cursors/left_side +share/icons/grounation/cursors/link +share/icons/grounation/cursors/ll_angle +share/icons/grounation/cursors/lr_angle +share/icons/grounation/cursors/move +share/icons/grounation/cursors/plus +share/icons/grounation/cursors/question_arrow +share/icons/grounation/cursors/right_ptr +share/icons/grounation/cursors/right_side +share/icons/grounation/cursors/sb_down_arrow +share/icons/grounation/cursors/sb_h_double_arrow +share/icons/grounation/cursors/sb_left_arrow +share/icons/grounation/cursors/sb_right_arrow +share/icons/grounation/cursors/sb_up_arrow +share/icons/grounation/cursors/sb_v_double_arrow +share/icons/grounation/cursors/tcross +share/icons/grounation/cursors/top_left_arrow +share/icons/grounation/cursors/top_left_corner +share/icons/grounation/cursors/top_right_corner +share/icons/grounation/cursors/top_side +share/icons/grounation/cursors/v_double_arrow +share/icons/grounation/cursors/watch +share/icons/grounation/cursors/xterm Index: head/x11-themes/cursor-jimmac-theme/Makefile =================================================================== --- head/x11-themes/cursor-jimmac-theme/Makefile (revision 448081) +++ head/x11-themes/cursor-jimmac-theme/Makefile (revision 448082) @@ -1,23 +1,23 @@ # Created by: Piotr Smyrak # $FreeBSD$ PORTNAME= cursor-jimmac-theme PORTVERSION= 0.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-themes MASTER_SITES= http://www.gnome-look.org/CONTENT/content-files/ DISTNAME= 6550-Jimmac MAINTAINER= ps.ports@smyrak.com COMMENT= The beautiful Jimmac X cursor themes NO_BUILD= yes WRKSRC= ${WRKDIR}/Jimmac do-install: - ${MKDIR} ${STAGEDIR}${PREFIX}/lib/X11/icons/Jimmac/cursors + ${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/Jimmac/cursors cd ${WRKSRC}/jimmac/cursors \ - && ${INSTALL_DATA} * ${STAGEDIR}${PREFIX}/lib/X11/icons/Jimmac/cursors + && ${INSTALL_DATA} * ${STAGEDIR}${PREFIX}/share/icons/Jimmac/cursors .include Index: head/x11-themes/cursor-jimmac-theme/pkg-plist =================================================================== --- head/x11-themes/cursor-jimmac-theme/pkg-plist (revision 448081) +++ head/x11-themes/cursor-jimmac-theme/pkg-plist (revision 448082) @@ -1,53 +1,53 @@ -lib/X11/icons/Jimmac/cursors/00008160000006810000408080010102 -lib/X11/icons/Jimmac/cursors/028006030e0e7ebffc7f7070c0600140 -lib/X11/icons/Jimmac/cursors/03b6e0fcb3499374a867c041f52298f0 -lib/X11/icons/Jimmac/cursors/08e8e1c95fe2fc01f976f1e063a24ccd -lib/X11/icons/Jimmac/cursors/14fef782d02440884392942c11205230 -lib/X11/icons/Jimmac/cursors/2870a09082c103050810ffdffffe0204 -lib/X11/icons/Jimmac/cursors/3ecb610c1bf2410f44200f48c40d3599 -lib/X11/icons/Jimmac/cursors/4498f0e0c1937ffe01fd06f973665830 -lib/X11/icons/Jimmac/cursors/6407b0e94181790501fd1e167b474872 -lib/X11/icons/Jimmac/cursors/640fb0e74195791501fd1ed57b41487f -lib/X11/icons/Jimmac/cursors/9d800788f1b08800ae810202380a0822 -lib/X11/icons/Jimmac/cursors/X_cursor -lib/X11/icons/Jimmac/cursors/arrow -lib/X11/icons/Jimmac/cursors/based_arrow_down -lib/X11/icons/Jimmac/cursors/based_arrow_up -lib/X11/icons/Jimmac/cursors/bd_double_arrow -lib/X11/icons/Jimmac/cursors/bottom_left_corner -lib/X11/icons/Jimmac/cursors/bottom_right_corner -lib/X11/icons/Jimmac/cursors/bottom_side -lib/X11/icons/Jimmac/cursors/c7088f0f3e6c8088236ef8e1e3e70000 -lib/X11/icons/Jimmac/cursors/copy -lib/X11/icons/Jimmac/cursors/crossed_circle -lib/X11/icons/Jimmac/cursors/crosshair -lib/X11/icons/Jimmac/cursors/d9ce0ab605698f320427677b458ad60b -lib/X11/icons/Jimmac/cursors/double_arrow -lib/X11/icons/Jimmac/cursors/draft_large -lib/X11/icons/Jimmac/cursors/draft_small -lib/X11/icons/Jimmac/cursors/e29285e634086352946a0e7090d73106 -lib/X11/icons/Jimmac/cursors/fcf1c3c7cd4491d801f1e1c78f100000 -lib/X11/icons/Jimmac/cursors/fd_double_arrow -lib/X11/icons/Jimmac/cursors/fleur -lib/X11/icons/Jimmac/cursors/hand -lib/X11/icons/Jimmac/cursors/hand1 -lib/X11/icons/Jimmac/cursors/hand2 -lib/X11/icons/Jimmac/cursors/left_ptr -lib/X11/icons/Jimmac/cursors/left_ptr_watch -lib/X11/icons/Jimmac/cursors/left_side -lib/X11/icons/Jimmac/cursors/ll_angle -lib/X11/icons/Jimmac/cursors/question_arrow -lib/X11/icons/Jimmac/cursors/right_ptr -lib/X11/icons/Jimmac/cursors/right_side -lib/X11/icons/Jimmac/cursors/sb_h_double_arrow -lib/X11/icons/Jimmac/cursors/sb_right_arrow -lib/X11/icons/Jimmac/cursors/sb_up_arrow -lib/X11/icons/Jimmac/cursors/sb_v_double_arrow -lib/X11/icons/Jimmac/cursors/top_left_arrow -lib/X11/icons/Jimmac/cursors/top_left_corner -lib/X11/icons/Jimmac/cursors/top_right_corner -lib/X11/icons/Jimmac/cursors/top_side -lib/X11/icons/Jimmac/cursors/ul_angle -lib/X11/icons/Jimmac/cursors/ur_angle -lib/X11/icons/Jimmac/cursors/watch -lib/X11/icons/Jimmac/cursors/xterm +share/icons/Jimmac/cursors/00008160000006810000408080010102 +share/icons/Jimmac/cursors/028006030e0e7ebffc7f7070c0600140 +share/icons/Jimmac/cursors/03b6e0fcb3499374a867c041f52298f0 +share/icons/Jimmac/cursors/08e8e1c95fe2fc01f976f1e063a24ccd +share/icons/Jimmac/cursors/14fef782d02440884392942c11205230 +share/icons/Jimmac/cursors/2870a09082c103050810ffdffffe0204 +share/icons/Jimmac/cursors/3ecb610c1bf2410f44200f48c40d3599 +share/icons/Jimmac/cursors/4498f0e0c1937ffe01fd06f973665830 +share/icons/Jimmac/cursors/6407b0e94181790501fd1e167b474872 +share/icons/Jimmac/cursors/640fb0e74195791501fd1ed57b41487f +share/icons/Jimmac/cursors/9d800788f1b08800ae810202380a0822 +share/icons/Jimmac/cursors/X_cursor +share/icons/Jimmac/cursors/arrow +share/icons/Jimmac/cursors/based_arrow_down +share/icons/Jimmac/cursors/based_arrow_up +share/icons/Jimmac/cursors/bd_double_arrow +share/icons/Jimmac/cursors/bottom_left_corner +share/icons/Jimmac/cursors/bottom_right_corner +share/icons/Jimmac/cursors/bottom_side +share/icons/Jimmac/cursors/c7088f0f3e6c8088236ef8e1e3e70000 +share/icons/Jimmac/cursors/copy +share/icons/Jimmac/cursors/crossed_circle +share/icons/Jimmac/cursors/crosshair +share/icons/Jimmac/cursors/d9ce0ab605698f320427677b458ad60b +share/icons/Jimmac/cursors/double_arrow +share/icons/Jimmac/cursors/draft_large +share/icons/Jimmac/cursors/draft_small +share/icons/Jimmac/cursors/e29285e634086352946a0e7090d73106 +share/icons/Jimmac/cursors/fcf1c3c7cd4491d801f1e1c78f100000 +share/icons/Jimmac/cursors/fd_double_arrow +share/icons/Jimmac/cursors/fleur +share/icons/Jimmac/cursors/hand +share/icons/Jimmac/cursors/hand1 +share/icons/Jimmac/cursors/hand2 +share/icons/Jimmac/cursors/left_ptr +share/icons/Jimmac/cursors/left_ptr_watch +share/icons/Jimmac/cursors/left_side +share/icons/Jimmac/cursors/ll_angle +share/icons/Jimmac/cursors/question_arrow +share/icons/Jimmac/cursors/right_ptr +share/icons/Jimmac/cursors/right_side +share/icons/Jimmac/cursors/sb_h_double_arrow +share/icons/Jimmac/cursors/sb_right_arrow +share/icons/Jimmac/cursors/sb_up_arrow +share/icons/Jimmac/cursors/sb_v_double_arrow +share/icons/Jimmac/cursors/top_left_arrow +share/icons/Jimmac/cursors/top_left_corner +share/icons/Jimmac/cursors/top_right_corner +share/icons/Jimmac/cursors/top_side +share/icons/Jimmac/cursors/ul_angle +share/icons/Jimmac/cursors/ur_angle +share/icons/Jimmac/cursors/watch +share/icons/Jimmac/cursors/xterm Index: head/x11-themes/cursor-neutral-theme/Makefile =================================================================== --- head/x11-themes/cursor-neutral-theme/Makefile (revision 448081) +++ head/x11-themes/cursor-neutral-theme/Makefile (revision 448082) @@ -1,23 +1,23 @@ # Created by: Babak Farrokhi # $FreeBSD$ PORTNAME= cursor-neutral-theme DISTVERSION= 1.13a -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-themes MASTER_SITES= http://www.gnome-look.org/CONTENT/content-files/ DISTNAME= 28310-neutral-${DISTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Extended Jaguar X cursor theme NO_BUILD= yes WRKSRC= ${WRKDIR}/neutral do-install: - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/X11/icons/neutral/cursors + @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/neutral/cursors ${INSTALL_DATA} ${WRKSRC}/cursors/* \ - ${STAGEDIR}${PREFIX}/lib/X11/icons/neutral/cursors + ${STAGEDIR}${PREFIX}/share/icons/neutral/cursors .include Index: head/x11-themes/cursor-neutral-theme/pkg-plist =================================================================== --- head/x11-themes/cursor-neutral-theme/pkg-plist (revision 448081) +++ head/x11-themes/cursor-neutral-theme/pkg-plist (revision 448082) @@ -1,92 +1,92 @@ -lib/X11/icons/neutral/cursors/00008160000006810000408080010102 -lib/X11/icons/neutral/cursors/028006030e0e7ebffc7f7070c0600140 -lib/X11/icons/neutral/cursors/03b6e0fcb3499374a867c041f52298f0 -lib/X11/icons/neutral/cursors/08e8e1c95fe2fc01f976f1e063a24ccd -lib/X11/icons/neutral/cursors/1081e37283d90000800003c07f3ef6bf -lib/X11/icons/neutral/cursors/14fef782d02440884392942c11205230 -lib/X11/icons/neutral/cursors/2870a09082c103050810ffdffffe0204 -lib/X11/icons/neutral/cursors/3085a0e285430894940527032f8b26df -lib/X11/icons/neutral/cursors/3ecb610c1bf2410f44200f48c40d3599 -lib/X11/icons/neutral/cursors/4498f0e0c1937ffe01fd06f973665830 -lib/X11/icons/neutral/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 -lib/X11/icons/neutral/cursors/6407b0e94181790501fd1e167b474872 -lib/X11/icons/neutral/cursors/640fb0e74195791501fd1ed57b41487f -lib/X11/icons/neutral/cursors/9081237383d90e509aa00f00170e968f -lib/X11/icons/neutral/cursors/9d800788f1b08800ae810202380a0822 -lib/X11/icons/neutral/cursors/X_cursor -lib/X11/icons/neutral/cursors/arrow -lib/X11/icons/neutral/cursors/base_arrow_down -lib/X11/icons/neutral/cursors/base_arrow_up -lib/X11/icons/neutral/cursors/based_arrow_down -lib/X11/icons/neutral/cursors/based_arrow_up -lib/X11/icons/neutral/cursors/bd_double_arrow -lib/X11/icons/neutral/cursors/bottom_left_corner -lib/X11/icons/neutral/cursors/bottom_right_corner -lib/X11/icons/neutral/cursors/bottom_side -lib/X11/icons/neutral/cursors/bottom_tee -lib/X11/icons/neutral/cursors/c7088f0f3e6c8088236ef8e1e3e70000 -lib/X11/icons/neutral/cursors/center_ptr -lib/X11/icons/neutral/cursors/centre_ptr -lib/X11/icons/neutral/cursors/circle -lib/X11/icons/neutral/cursors/copy -lib/X11/icons/neutral/cursors/cross -lib/X11/icons/neutral/cursors/cross_reverse -lib/X11/icons/neutral/cursors/crossed_circle -lib/X11/icons/neutral/cursors/crosshair -lib/X11/icons/neutral/cursors/d9ce0ab605698f320427677b458ad60b -lib/X11/icons/neutral/cursors/diamond_cross -lib/X11/icons/neutral/cursors/dnd-ask -lib/X11/icons/neutral/cursors/dnd-copy -lib/X11/icons/neutral/cursors/dnd-link -lib/X11/icons/neutral/cursors/dnd-move -lib/X11/icons/neutral/cursors/dnd-none -lib/X11/icons/neutral/cursors/dotbox -lib/X11/icons/neutral/cursors/dot_box_mask -lib/X11/icons/neutral/cursors/double_arrow -lib/X11/icons/neutral/cursors/draft_large -lib/X11/icons/neutral/cursors/draft_small -lib/X11/icons/neutral/cursors/draped_box -lib/X11/icons/neutral/cursors/e29285e634086352946a0e7090d73106 -lib/X11/icons/neutral/cursors/fcf1c3c7cd4491d801f1e1c78f100000 -lib/X11/icons/neutral/cursors/fd_double_arrow -lib/X11/icons/neutral/cursors/fleur -lib/X11/icons/neutral/cursors/h_double_arrow -lib/X11/icons/neutral/cursors/hand -lib/X11/icons/neutral/cursors/hand1 -lib/X11/icons/neutral/cursors/hand2 -lib/X11/icons/neutral/cursors/help -lib/X11/icons/neutral/cursors/icon -lib/X11/icons/neutral/cursors/left_ptr -lib/X11/icons/neutral/cursors/left_ptr_help -lib/X11/icons/neutral/cursors/left_ptr_watch -lib/X11/icons/neutral/cursors/left_side -lib/X11/icons/neutral/cursors/left_tee -lib/X11/icons/neutral/cursors/link -lib/X11/icons/neutral/cursors/ll_angle -lib/X11/icons/neutral/cursors/lr_angle -lib/X11/icons/neutral/cursors/move -lib/X11/icons/neutral/cursors/pencil -lib/X11/icons/neutral/cursors/pirate -lib/X11/icons/neutral/cursors/plus -lib/X11/icons/neutral/cursors/question_arrow -lib/X11/icons/neutral/cursors/right_ptr -lib/X11/icons/neutral/cursors/right_side -lib/X11/icons/neutral/cursors/right_tee -lib/X11/icons/neutral/cursors/sb_down_arrow -lib/X11/icons/neutral/cursors/sb_h_double_arrow -lib/X11/icons/neutral/cursors/sb_left_arrow -lib/X11/icons/neutral/cursors/sb_right_arrow -lib/X11/icons/neutral/cursors/sb_up_arrow -lib/X11/icons/neutral/cursors/sb_v_double_arrow -lib/X11/icons/neutral/cursors/target -lib/X11/icons/neutral/cursors/tcross -lib/X11/icons/neutral/cursors/top_left_arrow -lib/X11/icons/neutral/cursors/top_left_corner -lib/X11/icons/neutral/cursors/top_right_corner -lib/X11/icons/neutral/cursors/top_side -lib/X11/icons/neutral/cursors/top_tee -lib/X11/icons/neutral/cursors/ul_angle -lib/X11/icons/neutral/cursors/ur_angle -lib/X11/icons/neutral/cursors/v_double_arrow -lib/X11/icons/neutral/cursors/watch -lib/X11/icons/neutral/cursors/xterm +share/icons/neutral/cursors/00008160000006810000408080010102 +share/icons/neutral/cursors/028006030e0e7ebffc7f7070c0600140 +share/icons/neutral/cursors/03b6e0fcb3499374a867c041f52298f0 +share/icons/neutral/cursors/08e8e1c95fe2fc01f976f1e063a24ccd +share/icons/neutral/cursors/1081e37283d90000800003c07f3ef6bf +share/icons/neutral/cursors/14fef782d02440884392942c11205230 +share/icons/neutral/cursors/2870a09082c103050810ffdffffe0204 +share/icons/neutral/cursors/3085a0e285430894940527032f8b26df +share/icons/neutral/cursors/3ecb610c1bf2410f44200f48c40d3599 +share/icons/neutral/cursors/4498f0e0c1937ffe01fd06f973665830 +share/icons/neutral/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 +share/icons/neutral/cursors/6407b0e94181790501fd1e167b474872 +share/icons/neutral/cursors/640fb0e74195791501fd1ed57b41487f +share/icons/neutral/cursors/9081237383d90e509aa00f00170e968f +share/icons/neutral/cursors/9d800788f1b08800ae810202380a0822 +share/icons/neutral/cursors/X_cursor +share/icons/neutral/cursors/arrow +share/icons/neutral/cursors/base_arrow_down +share/icons/neutral/cursors/base_arrow_up +share/icons/neutral/cursors/based_arrow_down +share/icons/neutral/cursors/based_arrow_up +share/icons/neutral/cursors/bd_double_arrow +share/icons/neutral/cursors/bottom_left_corner +share/icons/neutral/cursors/bottom_right_corner +share/icons/neutral/cursors/bottom_side +share/icons/neutral/cursors/bottom_tee +share/icons/neutral/cursors/c7088f0f3e6c8088236ef8e1e3e70000 +share/icons/neutral/cursors/center_ptr +share/icons/neutral/cursors/centre_ptr +share/icons/neutral/cursors/circle +share/icons/neutral/cursors/copy +share/icons/neutral/cursors/cross +share/icons/neutral/cursors/cross_reverse +share/icons/neutral/cursors/crossed_circle +share/icons/neutral/cursors/crosshair +share/icons/neutral/cursors/d9ce0ab605698f320427677b458ad60b +share/icons/neutral/cursors/diamond_cross +share/icons/neutral/cursors/dnd-ask +share/icons/neutral/cursors/dnd-copy +share/icons/neutral/cursors/dnd-link +share/icons/neutral/cursors/dnd-move +share/icons/neutral/cursors/dnd-none +share/icons/neutral/cursors/dotbox +share/icons/neutral/cursors/dot_box_mask +share/icons/neutral/cursors/double_arrow +share/icons/neutral/cursors/draft_large +share/icons/neutral/cursors/draft_small +share/icons/neutral/cursors/draped_box +share/icons/neutral/cursors/e29285e634086352946a0e7090d73106 +share/icons/neutral/cursors/fcf1c3c7cd4491d801f1e1c78f100000 +share/icons/neutral/cursors/fd_double_arrow +share/icons/neutral/cursors/fleur +share/icons/neutral/cursors/h_double_arrow +share/icons/neutral/cursors/hand +share/icons/neutral/cursors/hand1 +share/icons/neutral/cursors/hand2 +share/icons/neutral/cursors/help +share/icons/neutral/cursors/icon +share/icons/neutral/cursors/left_ptr +share/icons/neutral/cursors/left_ptr_help +share/icons/neutral/cursors/left_ptr_watch +share/icons/neutral/cursors/left_side +share/icons/neutral/cursors/left_tee +share/icons/neutral/cursors/link +share/icons/neutral/cursors/ll_angle +share/icons/neutral/cursors/lr_angle +share/icons/neutral/cursors/move +share/icons/neutral/cursors/pencil +share/icons/neutral/cursors/pirate +share/icons/neutral/cursors/plus +share/icons/neutral/cursors/question_arrow +share/icons/neutral/cursors/right_ptr +share/icons/neutral/cursors/right_side +share/icons/neutral/cursors/right_tee +share/icons/neutral/cursors/sb_down_arrow +share/icons/neutral/cursors/sb_h_double_arrow +share/icons/neutral/cursors/sb_left_arrow +share/icons/neutral/cursors/sb_right_arrow +share/icons/neutral/cursors/sb_up_arrow +share/icons/neutral/cursors/sb_v_double_arrow +share/icons/neutral/cursors/target +share/icons/neutral/cursors/tcross +share/icons/neutral/cursors/top_left_arrow +share/icons/neutral/cursors/top_left_corner +share/icons/neutral/cursors/top_right_corner +share/icons/neutral/cursors/top_side +share/icons/neutral/cursors/top_tee +share/icons/neutral/cursors/ul_angle +share/icons/neutral/cursors/ur_angle +share/icons/neutral/cursors/v_double_arrow +share/icons/neutral/cursors/watch +share/icons/neutral/cursors/xterm Index: head/x11-themes/cursor-neutral-white-theme/Makefile =================================================================== --- head/x11-themes/cursor-neutral-white-theme/Makefile (revision 448081) +++ head/x11-themes/cursor-neutral-white-theme/Makefile (revision 448082) @@ -1,23 +1,24 @@ # Created by: Grzegorz Blach # $FreeBSD$ PORTNAME= cursor-neutral-white-theme DISTVERSION= 1.1 +PORTREVISION= 1 CATEGORIES= x11-themes MASTER_SITES= http://www.gnome-look.org/CONTENT/content-files/ DISTNAME= 108143-Neutral++_White-${DISTVERSION} MAINTAINER= enlightenment@FreeBSD.org COMMENT= White cursor theme based on neutral USES= tar:bzip2 NO_BUILD= yes WRKSRC= ${WRKDIR}/Neutral++_White do-install: - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/X11/icons/Neutral++_White/cursors + @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/Neutral++_White/cursors cd ${WRKSRC}/cursors && ${INSTALL_DATA} * \ - ${STAGEDIR}${PREFIX}/lib/X11/icons/Neutral++_White/cursors + ${STAGEDIR}${PREFIX}/share/icons/Neutral++_White/cursors .include Index: head/x11-themes/cursor-neutral-white-theme/pkg-plist =================================================================== --- head/x11-themes/cursor-neutral-white-theme/pkg-plist (revision 448081) +++ head/x11-themes/cursor-neutral-white-theme/pkg-plist (revision 448082) @@ -1,124 +1,124 @@ -lib/X11/icons/Neutral++_White/cursors/00000000000000020006000e7e9ffc3f -lib/X11/icons/Neutral++_White/cursors/00008160000006810000408080010102 -lib/X11/icons/Neutral++_White/cursors/028006030e0e7ebffc7f7070c0600140 -lib/X11/icons/Neutral++_White/cursors/03b6e0fcb3499374a867c041f52298f0 -lib/X11/icons/Neutral++_White/cursors/08e8e1c95fe2fc01f976f1e063a24ccd -lib/X11/icons/Neutral++_White/cursors/1081e37283d90000800003c07f3ef6bf -lib/X11/icons/Neutral++_White/cursors/14fef782d02440884392942c11205230 -lib/X11/icons/Neutral++_White/cursors/2870a09082c103050810ffdffffe0204 -lib/X11/icons/Neutral++_White/cursors/3085a0e285430894940527032f8b26df -lib/X11/icons/Neutral++_White/cursors/3ecb610c1bf2410f44200f48c40d3599 -lib/X11/icons/Neutral++_White/cursors/4498f0e0c1937ffe01fd06f973665830 -lib/X11/icons/Neutral++_White/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 -lib/X11/icons/Neutral++_White/cursors/6407b0e94181790501fd1e167b474872 -lib/X11/icons/Neutral++_White/cursors/640fb0e74195791501fd1ed57b41487f -lib/X11/icons/Neutral++_White/cursors/9081237383d90e509aa00f00170e968f -lib/X11/icons/Neutral++_White/cursors/9d800788f1b08800ae810202380a0822 -lib/X11/icons/Neutral++_White/cursors/X_cursor -lib/X11/icons/Neutral++_White/cursors/a2a266d0498c3104214a47bd64ab0fc8 -lib/X11/icons/Neutral++_White/cursors/alias -lib/X11/icons/Neutral++_White/cursors/all-scroll -lib/X11/icons/Neutral++_White/cursors/arrow -lib/X11/icons/Neutral++_White/cursors/b66166c04f8c3109214a4fbd64a50fc8 -lib/X11/icons/Neutral++_White/cursors/base_arrow_down -lib/X11/icons/Neutral++_White/cursors/base_arrow_up -lib/X11/icons/Neutral++_White/cursors/based_arrow_down -lib/X11/icons/Neutral++_White/cursors/based_arrow_up -lib/X11/icons/Neutral++_White/cursors/bd_double_arrow -lib/X11/icons/Neutral++_White/cursors/blank -lib/X11/icons/Neutral++_White/cursors/bottom_left_corner -lib/X11/icons/Neutral++_White/cursors/bottom_right_corner -lib/X11/icons/Neutral++_White/cursors/bottom_side -lib/X11/icons/Neutral++_White/cursors/bottom_tee -lib/X11/icons/Neutral++_White/cursors/c7088f0f3e6c8088236ef8e1e3e70000 -lib/X11/icons/Neutral++_White/cursors/center_ptr -lib/X11/icons/Neutral++_White/cursors/centre_ptr -lib/X11/icons/Neutral++_White/cursors/circle -lib/X11/icons/Neutral++_White/cursors/closedhand -lib/X11/icons/Neutral++_White/cursors/col-resize -lib/X11/icons/Neutral++_White/cursors/copy -lib/X11/icons/Neutral++_White/cursors/cross -lib/X11/icons/Neutral++_White/cursors/cross_reverse -lib/X11/icons/Neutral++_White/cursors/crossed_circle -lib/X11/icons/Neutral++_White/cursors/crosshair -lib/X11/icons/Neutral++_White/cursors/d9ce0ab605698f320427677b458ad60b -lib/X11/icons/Neutral++_White/cursors/diamond_cross -lib/X11/icons/Neutral++_White/cursors/dnd-ask -lib/X11/icons/Neutral++_White/cursors/dnd-copy -lib/X11/icons/Neutral++_White/cursors/dnd-link -lib/X11/icons/Neutral++_White/cursors/dnd-move -lib/X11/icons/Neutral++_White/cursors/dnd-no-drop -lib/X11/icons/Neutral++_White/cursors/dnd-none -lib/X11/icons/Neutral++_White/cursors/dot_box_mask -lib/X11/icons/Neutral++_White/cursors/dotbox -lib/X11/icons/Neutral++_White/cursors/draft_large -lib/X11/icons/Neutral++_White/cursors/draft_small -lib/X11/icons/Neutral++_White/cursors/draped_box -lib/X11/icons/Neutral++_White/cursors/e-resize -lib/X11/icons/Neutral++_White/cursors/e29285e634086352946a0e7090d73106 -lib/X11/icons/Neutral++_White/cursors/fcf1c3c7cd4491d801f1e1c78f100000 -lib/X11/icons/Neutral++_White/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff -lib/X11/icons/Neutral++_White/cursors/fd_double_arrow -lib/X11/icons/Neutral++_White/cursors/fleur -lib/X11/icons/Neutral++_White/cursors/forbidden -lib/X11/icons/Neutral++_White/cursors/h_double_arrow -lib/X11/icons/Neutral++_White/cursors/half-busy -lib/X11/icons/Neutral++_White/cursors/hand -lib/X11/icons/Neutral++_White/cursors/hand1 -lib/X11/icons/Neutral++_White/cursors/hand2 -lib/X11/icons/Neutral++_White/cursors/help -lib/X11/icons/Neutral++_White/cursors/ibeam -lib/X11/icons/Neutral++_White/cursors/icon -lib/X11/icons/Neutral++_White/cursors/left_ptr -lib/X11/icons/Neutral++_White/cursors/left_ptr_help -lib/X11/icons/Neutral++_White/cursors/left_ptr_watch -lib/X11/icons/Neutral++_White/cursors/left_side -lib/X11/icons/Neutral++_White/cursors/left_tee -lib/X11/icons/Neutral++_White/cursors/link -lib/X11/icons/Neutral++_White/cursors/ll_angle -lib/X11/icons/Neutral++_White/cursors/lr_angle -lib/X11/icons/Neutral++_White/cursors/move -lib/X11/icons/Neutral++_White/cursors/n-resize -lib/X11/icons/Neutral++_White/cursors/not-allowed -lib/X11/icons/Neutral++_White/cursors/openhand -lib/X11/icons/Neutral++_White/cursors/pencil -lib/X11/icons/Neutral++_White/cursors/pirate -lib/X11/icons/Neutral++_White/cursors/pointer -lib/X11/icons/Neutral++_White/cursors/pointing_hand -lib/X11/icons/Neutral++_White/cursors/progress -lib/X11/icons/Neutral++_White/cursors/question_arrow -lib/X11/icons/Neutral++_White/cursors/right_ptr -lib/X11/icons/Neutral++_White/cursors/right_side -lib/X11/icons/Neutral++_White/cursors/right_tee -lib/X11/icons/Neutral++_White/cursors/row-resize -lib/X11/icons/Neutral++_White/cursors/s-resize -lib/X11/icons/Neutral++_White/cursors/sb_down_arrow -lib/X11/icons/Neutral++_White/cursors/sb_h_double_arrow -lib/X11/icons/Neutral++_White/cursors/sb_left_arrow -lib/X11/icons/Neutral++_White/cursors/sb_right_arrow -lib/X11/icons/Neutral++_White/cursors/sb_up_arrow -lib/X11/icons/Neutral++_White/cursors/sb_v_double_arrow -lib/X11/icons/Neutral++_White/cursors/size_all -lib/X11/icons/Neutral++_White/cursors/size_bdiag -lib/X11/icons/Neutral++_White/cursors/size_fdiag -lib/X11/icons/Neutral++_White/cursors/size_hor -lib/X11/icons/Neutral++_White/cursors/size_ver -lib/X11/icons/Neutral++_White/cursors/split_h -lib/X11/icons/Neutral++_White/cursors/split_v -lib/X11/icons/Neutral++_White/cursors/target -lib/X11/icons/Neutral++_White/cursors/tcross -lib/X11/icons/Neutral++_White/cursors/text -lib/X11/icons/Neutral++_White/cursors/top_left_arrow -lib/X11/icons/Neutral++_White/cursors/top_left_corner -lib/X11/icons/Neutral++_White/cursors/top_right_corner -lib/X11/icons/Neutral++_White/cursors/top_side -lib/X11/icons/Neutral++_White/cursors/top_tee -lib/X11/icons/Neutral++_White/cursors/ul_angle -lib/X11/icons/Neutral++_White/cursors/up_arrow -lib/X11/icons/Neutral++_White/cursors/ur_angle -lib/X11/icons/Neutral++_White/cursors/v_double_arrow -lib/X11/icons/Neutral++_White/cursors/w-resize -lib/X11/icons/Neutral++_White/cursors/wait -lib/X11/icons/Neutral++_White/cursors/watch -lib/X11/icons/Neutral++_White/cursors/whats_this -lib/X11/icons/Neutral++_White/cursors/xterm +share/icons/Neutral++_White/cursors/00000000000000020006000e7e9ffc3f +share/icons/Neutral++_White/cursors/00008160000006810000408080010102 +share/icons/Neutral++_White/cursors/028006030e0e7ebffc7f7070c0600140 +share/icons/Neutral++_White/cursors/03b6e0fcb3499374a867c041f52298f0 +share/icons/Neutral++_White/cursors/08e8e1c95fe2fc01f976f1e063a24ccd +share/icons/Neutral++_White/cursors/1081e37283d90000800003c07f3ef6bf +share/icons/Neutral++_White/cursors/14fef782d02440884392942c11205230 +share/icons/Neutral++_White/cursors/2870a09082c103050810ffdffffe0204 +share/icons/Neutral++_White/cursors/3085a0e285430894940527032f8b26df +share/icons/Neutral++_White/cursors/3ecb610c1bf2410f44200f48c40d3599 +share/icons/Neutral++_White/cursors/4498f0e0c1937ffe01fd06f973665830 +share/icons/Neutral++_White/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 +share/icons/Neutral++_White/cursors/6407b0e94181790501fd1e167b474872 +share/icons/Neutral++_White/cursors/640fb0e74195791501fd1ed57b41487f +share/icons/Neutral++_White/cursors/9081237383d90e509aa00f00170e968f +share/icons/Neutral++_White/cursors/9d800788f1b08800ae810202380a0822 +share/icons/Neutral++_White/cursors/X_cursor +share/icons/Neutral++_White/cursors/a2a266d0498c3104214a47bd64ab0fc8 +share/icons/Neutral++_White/cursors/alias +share/icons/Neutral++_White/cursors/all-scroll +share/icons/Neutral++_White/cursors/arrow +share/icons/Neutral++_White/cursors/b66166c04f8c3109214a4fbd64a50fc8 +share/icons/Neutral++_White/cursors/base_arrow_down +share/icons/Neutral++_White/cursors/base_arrow_up +share/icons/Neutral++_White/cursors/based_arrow_down +share/icons/Neutral++_White/cursors/based_arrow_up +share/icons/Neutral++_White/cursors/bd_double_arrow +share/icons/Neutral++_White/cursors/blank +share/icons/Neutral++_White/cursors/bottom_left_corner +share/icons/Neutral++_White/cursors/bottom_right_corner +share/icons/Neutral++_White/cursors/bottom_side +share/icons/Neutral++_White/cursors/bottom_tee +share/icons/Neutral++_White/cursors/c7088f0f3e6c8088236ef8e1e3e70000 +share/icons/Neutral++_White/cursors/center_ptr +share/icons/Neutral++_White/cursors/centre_ptr +share/icons/Neutral++_White/cursors/circle +share/icons/Neutral++_White/cursors/closedhand +share/icons/Neutral++_White/cursors/col-resize +share/icons/Neutral++_White/cursors/copy +share/icons/Neutral++_White/cursors/cross +share/icons/Neutral++_White/cursors/cross_reverse +share/icons/Neutral++_White/cursors/crossed_circle +share/icons/Neutral++_White/cursors/crosshair +share/icons/Neutral++_White/cursors/d9ce0ab605698f320427677b458ad60b +share/icons/Neutral++_White/cursors/diamond_cross +share/icons/Neutral++_White/cursors/dnd-ask +share/icons/Neutral++_White/cursors/dnd-copy +share/icons/Neutral++_White/cursors/dnd-link +share/icons/Neutral++_White/cursors/dnd-move +share/icons/Neutral++_White/cursors/dnd-no-drop +share/icons/Neutral++_White/cursors/dnd-none +share/icons/Neutral++_White/cursors/dot_box_mask +share/icons/Neutral++_White/cursors/dotbox +share/icons/Neutral++_White/cursors/draft_large +share/icons/Neutral++_White/cursors/draft_small +share/icons/Neutral++_White/cursors/draped_box +share/icons/Neutral++_White/cursors/e-resize +share/icons/Neutral++_White/cursors/e29285e634086352946a0e7090d73106 +share/icons/Neutral++_White/cursors/fcf1c3c7cd4491d801f1e1c78f100000 +share/icons/Neutral++_White/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff +share/icons/Neutral++_White/cursors/fd_double_arrow +share/icons/Neutral++_White/cursors/fleur +share/icons/Neutral++_White/cursors/forbidden +share/icons/Neutral++_White/cursors/h_double_arrow +share/icons/Neutral++_White/cursors/half-busy +share/icons/Neutral++_White/cursors/hand +share/icons/Neutral++_White/cursors/hand1 +share/icons/Neutral++_White/cursors/hand2 +share/icons/Neutral++_White/cursors/help +share/icons/Neutral++_White/cursors/ibeam +share/icons/Neutral++_White/cursors/icon +share/icons/Neutral++_White/cursors/left_ptr +share/icons/Neutral++_White/cursors/left_ptr_help +share/icons/Neutral++_White/cursors/left_ptr_watch +share/icons/Neutral++_White/cursors/left_side +share/icons/Neutral++_White/cursors/left_tee +share/icons/Neutral++_White/cursors/link +share/icons/Neutral++_White/cursors/ll_angle +share/icons/Neutral++_White/cursors/lr_angle +share/icons/Neutral++_White/cursors/move +share/icons/Neutral++_White/cursors/n-resize +share/icons/Neutral++_White/cursors/not-allowed +share/icons/Neutral++_White/cursors/openhand +share/icons/Neutral++_White/cursors/pencil +share/icons/Neutral++_White/cursors/pirate +share/icons/Neutral++_White/cursors/pointer +share/icons/Neutral++_White/cursors/pointing_hand +share/icons/Neutral++_White/cursors/progress +share/icons/Neutral++_White/cursors/question_arrow +share/icons/Neutral++_White/cursors/right_ptr +share/icons/Neutral++_White/cursors/right_side +share/icons/Neutral++_White/cursors/right_tee +share/icons/Neutral++_White/cursors/row-resize +share/icons/Neutral++_White/cursors/s-resize +share/icons/Neutral++_White/cursors/sb_down_arrow +share/icons/Neutral++_White/cursors/sb_h_double_arrow +share/icons/Neutral++_White/cursors/sb_left_arrow +share/icons/Neutral++_White/cursors/sb_right_arrow +share/icons/Neutral++_White/cursors/sb_up_arrow +share/icons/Neutral++_White/cursors/sb_v_double_arrow +share/icons/Neutral++_White/cursors/size_all +share/icons/Neutral++_White/cursors/size_bdiag +share/icons/Neutral++_White/cursors/size_fdiag +share/icons/Neutral++_White/cursors/size_hor +share/icons/Neutral++_White/cursors/size_ver +share/icons/Neutral++_White/cursors/split_h +share/icons/Neutral++_White/cursors/split_v +share/icons/Neutral++_White/cursors/target +share/icons/Neutral++_White/cursors/tcross +share/icons/Neutral++_White/cursors/text +share/icons/Neutral++_White/cursors/top_left_arrow +share/icons/Neutral++_White/cursors/top_left_corner +share/icons/Neutral++_White/cursors/top_right_corner +share/icons/Neutral++_White/cursors/top_side +share/icons/Neutral++_White/cursors/top_tee +share/icons/Neutral++_White/cursors/ul_angle +share/icons/Neutral++_White/cursors/up_arrow +share/icons/Neutral++_White/cursors/ur_angle +share/icons/Neutral++_White/cursors/v_double_arrow +share/icons/Neutral++_White/cursors/w-resize +share/icons/Neutral++_White/cursors/wait +share/icons/Neutral++_White/cursors/watch +share/icons/Neutral++_White/cursors/whats_this +share/icons/Neutral++_White/cursors/xterm Index: head/x11-themes/cursor-polar-theme/Makefile =================================================================== --- head/x11-themes/cursor-polar-theme/Makefile (revision 448081) +++ head/x11-themes/cursor-polar-theme/Makefile (revision 448082) @@ -1,33 +1,33 @@ # Created by: Shawn Bell # $FreeBSD$ PORTNAME= polar-theme PORTVERSION= 1.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-themes MASTER_SITES= http://www.kde-look.org/CONTENT/content-files/ PKGNAMEPREFIX= cursor- DISTNAME= 27913-PolarCursorThemes MAINTAINER= ports@FreeBSD.org COMMENT= Polar is a smooth and simple cursor set NO_BUILD= yes USES= tar:bzip2 WRKSRC= ${WRKDIR} do-install: - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/X11/icons/polar/cursors + @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/polar/cursors ${INSTALL_DATA} ${WRKSRC}/PolarCursorTheme/cursors/* \ - ${STAGEDIR}${PREFIX}/lib/X11/icons/polar/cursors + ${STAGEDIR}${PREFIX}/share/icons/polar/cursors - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/X11/icons/polarblue/cursors + @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/polarblue/cursors ${INSTALL_DATA} ${WRKSRC}/PolarCursorTheme-Blue/cursors/* \ - ${STAGEDIR}${PREFIX}/lib/X11/icons/polarblue/cursors + ${STAGEDIR}${PREFIX}/share/icons/polarblue/cursors - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/X11/icons/polargreen/cursors + @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/polargreen/cursors ${INSTALL_DATA} ${WRKSRC}/PolarCursorTheme-Green/cursors/* \ - ${STAGEDIR}${PREFIX}/lib/X11/icons/polargreen/cursors + ${STAGEDIR}${PREFIX}/share/icons/polargreen/cursors .include Index: head/x11-themes/cursor-polar-theme/pkg-plist =================================================================== --- head/x11-themes/cursor-polar-theme/pkg-plist (revision 448081) +++ head/x11-themes/cursor-polar-theme/pkg-plist (revision 448082) @@ -1,270 +1,270 @@ -lib/X11/icons/polar/cursors/00008160000006810000408080010102 -lib/X11/icons/polar/cursors/028006030e0e7ebffc7f7070c0600140 -lib/X11/icons/polar/cursors/03b6e0fcb3499374a867c041f52298f0 -lib/X11/icons/polar/cursors/0876e1c15ff2fc01f906f1c363074c0f -lib/X11/icons/polar/cursors/08e8e1c95fe2fc01f976f1e063a24ccd -lib/X11/icons/polar/cursors/08ffe1cb5fe6fc01f906f1c063814ccf -lib/X11/icons/polar/cursors/1081e37283d90000800003c07f3ef6bf -lib/X11/icons/polar/cursors/14fef782d02440884392942c11205230 -lib/X11/icons/polar/cursors/208530c400c041818281048008011002 -lib/X11/icons/polar/cursors/2870a09082c103050810ffdffffe0204 -lib/X11/icons/polar/cursors/3085a0e285430894940527032f8b26df -lib/X11/icons/polar/cursors/3ecb610c1bf2410f44200f48c40d3599 -lib/X11/icons/polar/cursors/4498f0e0c1937ffe01fd06f973665830 -lib/X11/icons/polar/cursors/5aca4d189052212118709018842178c0 -lib/X11/icons/polar/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 -lib/X11/icons/polar/cursors/6407b0e94181790501fd1e167b474872 -lib/X11/icons/polar/cursors/640fb0e74195791501fd1ed57b41487f -lib/X11/icons/polar/cursors/9081237383d90e509aa00f00170e968f -lib/X11/icons/polar/cursors/9d800788f1b08800ae810202380a0822 -lib/X11/icons/polar/cursors/HDoubleArrow -lib/X11/icons/polar/cursors/HandGrab -lib/X11/icons/polar/cursors/HandSqueezed -lib/X11/icons/polar/cursors/VDoubleArrow -lib/X11/icons/polar/cursors/X_cursor -lib/X11/icons/polar/cursors/arrow -lib/X11/icons/polar/cursors/base_arrow_down -lib/X11/icons/polar/cursors/base_arrow_up -lib/X11/icons/polar/cursors/based_arrow_down -lib/X11/icons/polar/cursors/based_arrow_up -lib/X11/icons/polar/cursors/bd_double_arrow -lib/X11/icons/polar/cursors/bottom_left_corner -lib/X11/icons/polar/cursors/bottom_right_corner -lib/X11/icons/polar/cursors/bottom_side -lib/X11/icons/polar/cursors/c7088f0f3e6c8088236ef8e1e3e70000 -lib/X11/icons/polar/cursors/center_ptr -lib/X11/icons/polar/cursors/circle -lib/X11/icons/polar/cursors/copy -lib/X11/icons/polar/cursors/cross -lib/X11/icons/polar/cursors/cross_reverse -lib/X11/icons/polar/cursors/crossed_circle -lib/X11/icons/polar/cursors/crosshair -lib/X11/icons/polar/cursors/d9ce0ab605698f320427677b458ad60b -lib/X11/icons/polar/cursors/dnd-ask -lib/X11/icons/polar/cursors/dnd-copy -lib/X11/icons/polar/cursors/dnd-link -lib/X11/icons/polar/cursors/dnd-move -lib/X11/icons/polar/cursors/dnd-none -lib/X11/icons/polar/cursors/double_arrow -lib/X11/icons/polar/cursors/draft_large -lib/X11/icons/polar/cursors/draft_small -lib/X11/icons/polar/cursors/e29285e634086352946a0e7090d73106 -lib/X11/icons/polar/cursors/f41c0e382c94c0958e07017e42b00462 -lib/X11/icons/polar/cursors/f41c0e382c97c0938e07017e42800402 -lib/X11/icons/polar/cursors/fcf1c3c7cd4491d801f1e1c78f100000 -lib/X11/icons/polar/cursors/fd_double_arrow -lib/X11/icons/polar/cursors/fleur -lib/X11/icons/polar/cursors/h_double_arrow -lib/X11/icons/polar/cursors/hand -lib/X11/icons/polar/cursors/hand1 -lib/X11/icons/polar/cursors/hand2 -lib/X11/icons/polar/cursors/left_ptr -lib/X11/icons/polar/cursors/left_ptr_watch -lib/X11/icons/polar/cursors/left_side -lib/X11/icons/polar/cursors/link -lib/X11/icons/polar/cursors/ll_angle -lib/X11/icons/polar/cursors/lr_angle -lib/X11/icons/polar/cursors/move -lib/X11/icons/polar/cursors/pencil -lib/X11/icons/polar/cursors/plus -lib/X11/icons/polar/cursors/question_arrow -lib/X11/icons/polar/cursors/right_ptr -lib/X11/icons/polar/cursors/right_side -lib/X11/icons/polar/cursors/sb_down_arrow -lib/X11/icons/polar/cursors/sb_h_double_arrow -lib/X11/icons/polar/cursors/sb_left_arrow -lib/X11/icons/polar/cursors/sb_right_arrow -lib/X11/icons/polar/cursors/sb_up_arrow -lib/X11/icons/polar/cursors/sb_v_double_arrow -lib/X11/icons/polar/cursors/tcross -lib/X11/icons/polar/cursors/top_left_arrow -lib/X11/icons/polar/cursors/top_left_corner -lib/X11/icons/polar/cursors/top_right_corner -lib/X11/icons/polar/cursors/top_side -lib/X11/icons/polar/cursors/ul_angle -lib/X11/icons/polar/cursors/ur_angle -lib/X11/icons/polar/cursors/v_double_arrow -lib/X11/icons/polar/cursors/watch -lib/X11/icons/polar/cursors/xterm -lib/X11/icons/polar/cursors/zoomIn -lib/X11/icons/polar/cursors/zoomOut -lib/X11/icons/polarblue/cursors/00008160000006810000408080010102 -lib/X11/icons/polarblue/cursors/028006030e0e7ebffc7f7070c0600140 -lib/X11/icons/polarblue/cursors/03b6e0fcb3499374a867c041f52298f0 -lib/X11/icons/polarblue/cursors/0876e1c15ff2fc01f906f1c363074c0f -lib/X11/icons/polarblue/cursors/08e8e1c95fe2fc01f976f1e063a24ccd -lib/X11/icons/polarblue/cursors/08ffe1cb5fe6fc01f906f1c063814ccf -lib/X11/icons/polarblue/cursors/1081e37283d90000800003c07f3ef6bf -lib/X11/icons/polarblue/cursors/14fef782d02440884392942c11205230 -lib/X11/icons/polarblue/cursors/208530c400c041818281048008011002 -lib/X11/icons/polarblue/cursors/2870a09082c103050810ffdffffe0204 -lib/X11/icons/polarblue/cursors/3085a0e285430894940527032f8b26df -lib/X11/icons/polarblue/cursors/3ecb610c1bf2410f44200f48c40d3599 -lib/X11/icons/polarblue/cursors/4498f0e0c1937ffe01fd06f973665830 -lib/X11/icons/polarblue/cursors/5aca4d189052212118709018842178c0 -lib/X11/icons/polarblue/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 -lib/X11/icons/polarblue/cursors/6407b0e94181790501fd1e167b474872 -lib/X11/icons/polarblue/cursors/640fb0e74195791501fd1ed57b41487f -lib/X11/icons/polarblue/cursors/9081237383d90e509aa00f00170e968f -lib/X11/icons/polarblue/cursors/9d800788f1b08800ae810202380a0822 -lib/X11/icons/polarblue/cursors/HDoubleArrow -lib/X11/icons/polarblue/cursors/HandGrab -lib/X11/icons/polarblue/cursors/HandSqueezed -lib/X11/icons/polarblue/cursors/VDoubleArrow -lib/X11/icons/polarblue/cursors/X_cursor -lib/X11/icons/polarblue/cursors/arrow -lib/X11/icons/polarblue/cursors/base_arrow_down -lib/X11/icons/polarblue/cursors/base_arrow_up -lib/X11/icons/polarblue/cursors/based_arrow_down -lib/X11/icons/polarblue/cursors/based_arrow_up -lib/X11/icons/polarblue/cursors/bd_double_arrow -lib/X11/icons/polarblue/cursors/bottom_left_corner -lib/X11/icons/polarblue/cursors/bottom_right_corner -lib/X11/icons/polarblue/cursors/bottom_side -lib/X11/icons/polarblue/cursors/c7088f0f3e6c8088236ef8e1e3e70000 -lib/X11/icons/polarblue/cursors/center_ptr -lib/X11/icons/polarblue/cursors/circle -lib/X11/icons/polarblue/cursors/copy -lib/X11/icons/polarblue/cursors/cross -lib/X11/icons/polarblue/cursors/cross_reverse -lib/X11/icons/polarblue/cursors/crossed_circle -lib/X11/icons/polarblue/cursors/crosshair -lib/X11/icons/polarblue/cursors/d9ce0ab605698f320427677b458ad60b -lib/X11/icons/polarblue/cursors/dnd-ask -lib/X11/icons/polarblue/cursors/dnd-copy -lib/X11/icons/polarblue/cursors/dnd-link -lib/X11/icons/polarblue/cursors/dnd-move -lib/X11/icons/polarblue/cursors/dnd-none -lib/X11/icons/polarblue/cursors/double_arrow -lib/X11/icons/polarblue/cursors/draft_large -lib/X11/icons/polarblue/cursors/draft_small -lib/X11/icons/polarblue/cursors/e29285e634086352946a0e7090d73106 -lib/X11/icons/polarblue/cursors/f41c0e382c94c0958e07017e42b00462 -lib/X11/icons/polarblue/cursors/f41c0e382c97c0938e07017e42800402 -lib/X11/icons/polarblue/cursors/fcf1c3c7cd4491d801f1e1c78f100000 -lib/X11/icons/polarblue/cursors/fd_double_arrow -lib/X11/icons/polarblue/cursors/fleur -lib/X11/icons/polarblue/cursors/h_double_arrow -lib/X11/icons/polarblue/cursors/hand -lib/X11/icons/polarblue/cursors/hand1 -lib/X11/icons/polarblue/cursors/hand2 -lib/X11/icons/polarblue/cursors/left_ptr -lib/X11/icons/polarblue/cursors/left_ptr_watch -lib/X11/icons/polarblue/cursors/left_side -lib/X11/icons/polarblue/cursors/link -lib/X11/icons/polarblue/cursors/ll_angle -lib/X11/icons/polarblue/cursors/lr_angle -lib/X11/icons/polarblue/cursors/move -lib/X11/icons/polarblue/cursors/pencil -lib/X11/icons/polarblue/cursors/plus -lib/X11/icons/polarblue/cursors/question_arrow -lib/X11/icons/polarblue/cursors/right_ptr -lib/X11/icons/polarblue/cursors/right_side -lib/X11/icons/polarblue/cursors/sb_down_arrow -lib/X11/icons/polarblue/cursors/sb_h_double_arrow -lib/X11/icons/polarblue/cursors/sb_left_arrow -lib/X11/icons/polarblue/cursors/sb_right_arrow -lib/X11/icons/polarblue/cursors/sb_up_arrow -lib/X11/icons/polarblue/cursors/sb_v_double_arrow -lib/X11/icons/polarblue/cursors/tcross -lib/X11/icons/polarblue/cursors/top_left_arrow -lib/X11/icons/polarblue/cursors/top_left_corner -lib/X11/icons/polarblue/cursors/top_right_corner -lib/X11/icons/polarblue/cursors/top_side -lib/X11/icons/polarblue/cursors/ul_angle -lib/X11/icons/polarblue/cursors/ur_angle -lib/X11/icons/polarblue/cursors/v_double_arrow -lib/X11/icons/polarblue/cursors/watch -lib/X11/icons/polarblue/cursors/xterm -lib/X11/icons/polarblue/cursors/zoomIn -lib/X11/icons/polarblue/cursors/zoomOut -lib/X11/icons/polargreen/cursors/00008160000006810000408080010102 -lib/X11/icons/polargreen/cursors/028006030e0e7ebffc7f7070c0600140 -lib/X11/icons/polargreen/cursors/03b6e0fcb3499374a867c041f52298f0 -lib/X11/icons/polargreen/cursors/0876e1c15ff2fc01f906f1c363074c0f -lib/X11/icons/polargreen/cursors/08e8e1c95fe2fc01f976f1e063a24ccd -lib/X11/icons/polargreen/cursors/08ffe1cb5fe6fc01f906f1c063814ccf -lib/X11/icons/polargreen/cursors/1081e37283d90000800003c07f3ef6bf -lib/X11/icons/polargreen/cursors/14fef782d02440884392942c11205230 -lib/X11/icons/polargreen/cursors/208530c400c041818281048008011002 -lib/X11/icons/polargreen/cursors/2870a09082c103050810ffdffffe0204 -lib/X11/icons/polargreen/cursors/3085a0e285430894940527032f8b26df -lib/X11/icons/polargreen/cursors/3ecb610c1bf2410f44200f48c40d3599 -lib/X11/icons/polargreen/cursors/4498f0e0c1937ffe01fd06f973665830 -lib/X11/icons/polargreen/cursors/5aca4d189052212118709018842178c0 -lib/X11/icons/polargreen/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 -lib/X11/icons/polargreen/cursors/6407b0e94181790501fd1e167b474872 -lib/X11/icons/polargreen/cursors/640fb0e74195791501fd1ed57b41487f -lib/X11/icons/polargreen/cursors/9081237383d90e509aa00f00170e968f -lib/X11/icons/polargreen/cursors/9d800788f1b08800ae810202380a0822 -lib/X11/icons/polargreen/cursors/HDoubleArrow -lib/X11/icons/polargreen/cursors/HandGrab -lib/X11/icons/polargreen/cursors/HandSqueezed -lib/X11/icons/polargreen/cursors/VDoubleArrow -lib/X11/icons/polargreen/cursors/X_cursor -lib/X11/icons/polargreen/cursors/arrow -lib/X11/icons/polargreen/cursors/base_arrow_down -lib/X11/icons/polargreen/cursors/base_arrow_up -lib/X11/icons/polargreen/cursors/based_arrow_down -lib/X11/icons/polargreen/cursors/based_arrow_up -lib/X11/icons/polargreen/cursors/bd_double_arrow -lib/X11/icons/polargreen/cursors/bottom_left_corner -lib/X11/icons/polargreen/cursors/bottom_right_corner -lib/X11/icons/polargreen/cursors/bottom_side -lib/X11/icons/polargreen/cursors/c7088f0f3e6c8088236ef8e1e3e70000 -lib/X11/icons/polargreen/cursors/center_ptr -lib/X11/icons/polargreen/cursors/circle -lib/X11/icons/polargreen/cursors/copy -lib/X11/icons/polargreen/cursors/cross -lib/X11/icons/polargreen/cursors/cross_reverse -lib/X11/icons/polargreen/cursors/crossed_circle -lib/X11/icons/polargreen/cursors/crosshair -lib/X11/icons/polargreen/cursors/d9ce0ab605698f320427677b458ad60b -lib/X11/icons/polargreen/cursors/dnd-ask -lib/X11/icons/polargreen/cursors/dnd-copy -lib/X11/icons/polargreen/cursors/dnd-link -lib/X11/icons/polargreen/cursors/dnd-move -lib/X11/icons/polargreen/cursors/dnd-none -lib/X11/icons/polargreen/cursors/double_arrow -lib/X11/icons/polargreen/cursors/draft_large -lib/X11/icons/polargreen/cursors/draft_small -lib/X11/icons/polargreen/cursors/e29285e634086352946a0e7090d73106 -lib/X11/icons/polargreen/cursors/f41c0e382c94c0958e07017e42b00462 -lib/X11/icons/polargreen/cursors/f41c0e382c97c0938e07017e42800402 -lib/X11/icons/polargreen/cursors/fcf1c3c7cd4491d801f1e1c78f100000 -lib/X11/icons/polargreen/cursors/fd_double_arrow -lib/X11/icons/polargreen/cursors/fleur -lib/X11/icons/polargreen/cursors/h_double_arrow -lib/X11/icons/polargreen/cursors/hand -lib/X11/icons/polargreen/cursors/hand1 -lib/X11/icons/polargreen/cursors/hand2 -lib/X11/icons/polargreen/cursors/left_ptr -lib/X11/icons/polargreen/cursors/left_ptr_watch -lib/X11/icons/polargreen/cursors/left_side -lib/X11/icons/polargreen/cursors/link -lib/X11/icons/polargreen/cursors/ll_angle -lib/X11/icons/polargreen/cursors/lr_angle -lib/X11/icons/polargreen/cursors/move -lib/X11/icons/polargreen/cursors/pencil -lib/X11/icons/polargreen/cursors/plus -lib/X11/icons/polargreen/cursors/question_arrow -lib/X11/icons/polargreen/cursors/right_ptr -lib/X11/icons/polargreen/cursors/right_side -lib/X11/icons/polargreen/cursors/sb_down_arrow -lib/X11/icons/polargreen/cursors/sb_h_double_arrow -lib/X11/icons/polargreen/cursors/sb_left_arrow -lib/X11/icons/polargreen/cursors/sb_right_arrow -lib/X11/icons/polargreen/cursors/sb_up_arrow -lib/X11/icons/polargreen/cursors/sb_v_double_arrow -lib/X11/icons/polargreen/cursors/tcross -lib/X11/icons/polargreen/cursors/top_left_arrow -lib/X11/icons/polargreen/cursors/top_left_corner -lib/X11/icons/polargreen/cursors/top_right_corner -lib/X11/icons/polargreen/cursors/top_side -lib/X11/icons/polargreen/cursors/ul_angle -lib/X11/icons/polargreen/cursors/ur_angle -lib/X11/icons/polargreen/cursors/v_double_arrow -lib/X11/icons/polargreen/cursors/watch -lib/X11/icons/polargreen/cursors/xterm -lib/X11/icons/polargreen/cursors/zoomIn -lib/X11/icons/polargreen/cursors/zoomOut +share/icons/polar/cursors/00008160000006810000408080010102 +share/icons/polar/cursors/028006030e0e7ebffc7f7070c0600140 +share/icons/polar/cursors/03b6e0fcb3499374a867c041f52298f0 +share/icons/polar/cursors/0876e1c15ff2fc01f906f1c363074c0f +share/icons/polar/cursors/08e8e1c95fe2fc01f976f1e063a24ccd +share/icons/polar/cursors/08ffe1cb5fe6fc01f906f1c063814ccf +share/icons/polar/cursors/1081e37283d90000800003c07f3ef6bf +share/icons/polar/cursors/14fef782d02440884392942c11205230 +share/icons/polar/cursors/208530c400c041818281048008011002 +share/icons/polar/cursors/2870a09082c103050810ffdffffe0204 +share/icons/polar/cursors/3085a0e285430894940527032f8b26df +share/icons/polar/cursors/3ecb610c1bf2410f44200f48c40d3599 +share/icons/polar/cursors/4498f0e0c1937ffe01fd06f973665830 +share/icons/polar/cursors/5aca4d189052212118709018842178c0 +share/icons/polar/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 +share/icons/polar/cursors/6407b0e94181790501fd1e167b474872 +share/icons/polar/cursors/640fb0e74195791501fd1ed57b41487f +share/icons/polar/cursors/9081237383d90e509aa00f00170e968f +share/icons/polar/cursors/9d800788f1b08800ae810202380a0822 +share/icons/polar/cursors/HDoubleArrow +share/icons/polar/cursors/HandGrab +share/icons/polar/cursors/HandSqueezed +share/icons/polar/cursors/VDoubleArrow +share/icons/polar/cursors/X_cursor +share/icons/polar/cursors/arrow +share/icons/polar/cursors/base_arrow_down +share/icons/polar/cursors/base_arrow_up +share/icons/polar/cursors/based_arrow_down +share/icons/polar/cursors/based_arrow_up +share/icons/polar/cursors/bd_double_arrow +share/icons/polar/cursors/bottom_left_corner +share/icons/polar/cursors/bottom_right_corner +share/icons/polar/cursors/bottom_side +share/icons/polar/cursors/c7088f0f3e6c8088236ef8e1e3e70000 +share/icons/polar/cursors/center_ptr +share/icons/polar/cursors/circle +share/icons/polar/cursors/copy +share/icons/polar/cursors/cross +share/icons/polar/cursors/cross_reverse +share/icons/polar/cursors/crossed_circle +share/icons/polar/cursors/crosshair +share/icons/polar/cursors/d9ce0ab605698f320427677b458ad60b +share/icons/polar/cursors/dnd-ask +share/icons/polar/cursors/dnd-copy +share/icons/polar/cursors/dnd-link +share/icons/polar/cursors/dnd-move +share/icons/polar/cursors/dnd-none +share/icons/polar/cursors/double_arrow +share/icons/polar/cursors/draft_large +share/icons/polar/cursors/draft_small +share/icons/polar/cursors/e29285e634086352946a0e7090d73106 +share/icons/polar/cursors/f41c0e382c94c0958e07017e42b00462 +share/icons/polar/cursors/f41c0e382c97c0938e07017e42800402 +share/icons/polar/cursors/fcf1c3c7cd4491d801f1e1c78f100000 +share/icons/polar/cursors/fd_double_arrow +share/icons/polar/cursors/fleur +share/icons/polar/cursors/h_double_arrow +share/icons/polar/cursors/hand +share/icons/polar/cursors/hand1 +share/icons/polar/cursors/hand2 +share/icons/polar/cursors/left_ptr +share/icons/polar/cursors/left_ptr_watch +share/icons/polar/cursors/left_side +share/icons/polar/cursors/link +share/icons/polar/cursors/ll_angle +share/icons/polar/cursors/lr_angle +share/icons/polar/cursors/move +share/icons/polar/cursors/pencil +share/icons/polar/cursors/plus +share/icons/polar/cursors/question_arrow +share/icons/polar/cursors/right_ptr +share/icons/polar/cursors/right_side +share/icons/polar/cursors/sb_down_arrow +share/icons/polar/cursors/sb_h_double_arrow +share/icons/polar/cursors/sb_left_arrow +share/icons/polar/cursors/sb_right_arrow +share/icons/polar/cursors/sb_up_arrow +share/icons/polar/cursors/sb_v_double_arrow +share/icons/polar/cursors/tcross +share/icons/polar/cursors/top_left_arrow +share/icons/polar/cursors/top_left_corner +share/icons/polar/cursors/top_right_corner +share/icons/polar/cursors/top_side +share/icons/polar/cursors/ul_angle +share/icons/polar/cursors/ur_angle +share/icons/polar/cursors/v_double_arrow +share/icons/polar/cursors/watch +share/icons/polar/cursors/xterm +share/icons/polar/cursors/zoomIn +share/icons/polar/cursors/zoomOut +share/icons/polarblue/cursors/00008160000006810000408080010102 +share/icons/polarblue/cursors/028006030e0e7ebffc7f7070c0600140 +share/icons/polarblue/cursors/03b6e0fcb3499374a867c041f52298f0 +share/icons/polarblue/cursors/0876e1c15ff2fc01f906f1c363074c0f +share/icons/polarblue/cursors/08e8e1c95fe2fc01f976f1e063a24ccd +share/icons/polarblue/cursors/08ffe1cb5fe6fc01f906f1c063814ccf +share/icons/polarblue/cursors/1081e37283d90000800003c07f3ef6bf +share/icons/polarblue/cursors/14fef782d02440884392942c11205230 +share/icons/polarblue/cursors/208530c400c041818281048008011002 +share/icons/polarblue/cursors/2870a09082c103050810ffdffffe0204 +share/icons/polarblue/cursors/3085a0e285430894940527032f8b26df +share/icons/polarblue/cursors/3ecb610c1bf2410f44200f48c40d3599 +share/icons/polarblue/cursors/4498f0e0c1937ffe01fd06f973665830 +share/icons/polarblue/cursors/5aca4d189052212118709018842178c0 +share/icons/polarblue/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 +share/icons/polarblue/cursors/6407b0e94181790501fd1e167b474872 +share/icons/polarblue/cursors/640fb0e74195791501fd1ed57b41487f +share/icons/polarblue/cursors/9081237383d90e509aa00f00170e968f +share/icons/polarblue/cursors/9d800788f1b08800ae810202380a0822 +share/icons/polarblue/cursors/HDoubleArrow +share/icons/polarblue/cursors/HandGrab +share/icons/polarblue/cursors/HandSqueezed +share/icons/polarblue/cursors/VDoubleArrow +share/icons/polarblue/cursors/X_cursor +share/icons/polarblue/cursors/arrow +share/icons/polarblue/cursors/base_arrow_down +share/icons/polarblue/cursors/base_arrow_up +share/icons/polarblue/cursors/based_arrow_down +share/icons/polarblue/cursors/based_arrow_up +share/icons/polarblue/cursors/bd_double_arrow +share/icons/polarblue/cursors/bottom_left_corner +share/icons/polarblue/cursors/bottom_right_corner +share/icons/polarblue/cursors/bottom_side +share/icons/polarblue/cursors/c7088f0f3e6c8088236ef8e1e3e70000 +share/icons/polarblue/cursors/center_ptr +share/icons/polarblue/cursors/circle +share/icons/polarblue/cursors/copy +share/icons/polarblue/cursors/cross +share/icons/polarblue/cursors/cross_reverse +share/icons/polarblue/cursors/crossed_circle +share/icons/polarblue/cursors/crosshair +share/icons/polarblue/cursors/d9ce0ab605698f320427677b458ad60b +share/icons/polarblue/cursors/dnd-ask +share/icons/polarblue/cursors/dnd-copy +share/icons/polarblue/cursors/dnd-link +share/icons/polarblue/cursors/dnd-move +share/icons/polarblue/cursors/dnd-none +share/icons/polarblue/cursors/double_arrow +share/icons/polarblue/cursors/draft_large +share/icons/polarblue/cursors/draft_small +share/icons/polarblue/cursors/e29285e634086352946a0e7090d73106 +share/icons/polarblue/cursors/f41c0e382c94c0958e07017e42b00462 +share/icons/polarblue/cursors/f41c0e382c97c0938e07017e42800402 +share/icons/polarblue/cursors/fcf1c3c7cd4491d801f1e1c78f100000 +share/icons/polarblue/cursors/fd_double_arrow +share/icons/polarblue/cursors/fleur +share/icons/polarblue/cursors/h_double_arrow +share/icons/polarblue/cursors/hand +share/icons/polarblue/cursors/hand1 +share/icons/polarblue/cursors/hand2 +share/icons/polarblue/cursors/left_ptr +share/icons/polarblue/cursors/left_ptr_watch +share/icons/polarblue/cursors/left_side +share/icons/polarblue/cursors/link +share/icons/polarblue/cursors/ll_angle +share/icons/polarblue/cursors/lr_angle +share/icons/polarblue/cursors/move +share/icons/polarblue/cursors/pencil +share/icons/polarblue/cursors/plus +share/icons/polarblue/cursors/question_arrow +share/icons/polarblue/cursors/right_ptr +share/icons/polarblue/cursors/right_side +share/icons/polarblue/cursors/sb_down_arrow +share/icons/polarblue/cursors/sb_h_double_arrow +share/icons/polarblue/cursors/sb_left_arrow +share/icons/polarblue/cursors/sb_right_arrow +share/icons/polarblue/cursors/sb_up_arrow +share/icons/polarblue/cursors/sb_v_double_arrow +share/icons/polarblue/cursors/tcross +share/icons/polarblue/cursors/top_left_arrow +share/icons/polarblue/cursors/top_left_corner +share/icons/polarblue/cursors/top_right_corner +share/icons/polarblue/cursors/top_side +share/icons/polarblue/cursors/ul_angle +share/icons/polarblue/cursors/ur_angle +share/icons/polarblue/cursors/v_double_arrow +share/icons/polarblue/cursors/watch +share/icons/polarblue/cursors/xterm +share/icons/polarblue/cursors/zoomIn +share/icons/polarblue/cursors/zoomOut +share/icons/polargreen/cursors/00008160000006810000408080010102 +share/icons/polargreen/cursors/028006030e0e7ebffc7f7070c0600140 +share/icons/polargreen/cursors/03b6e0fcb3499374a867c041f52298f0 +share/icons/polargreen/cursors/0876e1c15ff2fc01f906f1c363074c0f +share/icons/polargreen/cursors/08e8e1c95fe2fc01f976f1e063a24ccd +share/icons/polargreen/cursors/08ffe1cb5fe6fc01f906f1c063814ccf +share/icons/polargreen/cursors/1081e37283d90000800003c07f3ef6bf +share/icons/polargreen/cursors/14fef782d02440884392942c11205230 +share/icons/polargreen/cursors/208530c400c041818281048008011002 +share/icons/polargreen/cursors/2870a09082c103050810ffdffffe0204 +share/icons/polargreen/cursors/3085a0e285430894940527032f8b26df +share/icons/polargreen/cursors/3ecb610c1bf2410f44200f48c40d3599 +share/icons/polargreen/cursors/4498f0e0c1937ffe01fd06f973665830 +share/icons/polargreen/cursors/5aca4d189052212118709018842178c0 +share/icons/polargreen/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 +share/icons/polargreen/cursors/6407b0e94181790501fd1e167b474872 +share/icons/polargreen/cursors/640fb0e74195791501fd1ed57b41487f +share/icons/polargreen/cursors/9081237383d90e509aa00f00170e968f +share/icons/polargreen/cursors/9d800788f1b08800ae810202380a0822 +share/icons/polargreen/cursors/HDoubleArrow +share/icons/polargreen/cursors/HandGrab +share/icons/polargreen/cursors/HandSqueezed +share/icons/polargreen/cursors/VDoubleArrow +share/icons/polargreen/cursors/X_cursor +share/icons/polargreen/cursors/arrow +share/icons/polargreen/cursors/base_arrow_down +share/icons/polargreen/cursors/base_arrow_up +share/icons/polargreen/cursors/based_arrow_down +share/icons/polargreen/cursors/based_arrow_up +share/icons/polargreen/cursors/bd_double_arrow +share/icons/polargreen/cursors/bottom_left_corner +share/icons/polargreen/cursors/bottom_right_corner +share/icons/polargreen/cursors/bottom_side +share/icons/polargreen/cursors/c7088f0f3e6c8088236ef8e1e3e70000 +share/icons/polargreen/cursors/center_ptr +share/icons/polargreen/cursors/circle +share/icons/polargreen/cursors/copy +share/icons/polargreen/cursors/cross +share/icons/polargreen/cursors/cross_reverse +share/icons/polargreen/cursors/crossed_circle +share/icons/polargreen/cursors/crosshair +share/icons/polargreen/cursors/d9ce0ab605698f320427677b458ad60b +share/icons/polargreen/cursors/dnd-ask +share/icons/polargreen/cursors/dnd-copy +share/icons/polargreen/cursors/dnd-link +share/icons/polargreen/cursors/dnd-move +share/icons/polargreen/cursors/dnd-none +share/icons/polargreen/cursors/double_arrow +share/icons/polargreen/cursors/draft_large +share/icons/polargreen/cursors/draft_small +share/icons/polargreen/cursors/e29285e634086352946a0e7090d73106 +share/icons/polargreen/cursors/f41c0e382c94c0958e07017e42b00462 +share/icons/polargreen/cursors/f41c0e382c97c0938e07017e42800402 +share/icons/polargreen/cursors/fcf1c3c7cd4491d801f1e1c78f100000 +share/icons/polargreen/cursors/fd_double_arrow +share/icons/polargreen/cursors/fleur +share/icons/polargreen/cursors/h_double_arrow +share/icons/polargreen/cursors/hand +share/icons/polargreen/cursors/hand1 +share/icons/polargreen/cursors/hand2 +share/icons/polargreen/cursors/left_ptr +share/icons/polargreen/cursors/left_ptr_watch +share/icons/polargreen/cursors/left_side +share/icons/polargreen/cursors/link +share/icons/polargreen/cursors/ll_angle +share/icons/polargreen/cursors/lr_angle +share/icons/polargreen/cursors/move +share/icons/polargreen/cursors/pencil +share/icons/polargreen/cursors/plus +share/icons/polargreen/cursors/question_arrow +share/icons/polargreen/cursors/right_ptr +share/icons/polargreen/cursors/right_side +share/icons/polargreen/cursors/sb_down_arrow +share/icons/polargreen/cursors/sb_h_double_arrow +share/icons/polargreen/cursors/sb_left_arrow +share/icons/polargreen/cursors/sb_right_arrow +share/icons/polargreen/cursors/sb_up_arrow +share/icons/polargreen/cursors/sb_v_double_arrow +share/icons/polargreen/cursors/tcross +share/icons/polargreen/cursors/top_left_arrow +share/icons/polargreen/cursors/top_left_corner +share/icons/polargreen/cursors/top_right_corner +share/icons/polargreen/cursors/top_side +share/icons/polargreen/cursors/ul_angle +share/icons/polargreen/cursors/ur_angle +share/icons/polargreen/cursors/v_double_arrow +share/icons/polargreen/cursors/watch +share/icons/polargreen/cursors/xterm +share/icons/polargreen/cursors/zoomIn +share/icons/polargreen/cursors/zoomOut Index: head/x11-themes/xcursor-themes/Makefile =================================================================== --- head/x11-themes/xcursor-themes/Makefile (revision 448081) +++ head/x11-themes/xcursor-themes/Makefile (revision 448082) @@ -1,19 +1,19 @@ # $FreeBSD$ PORTNAME= xcursor-themes PORTVERSION= 1.0.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-themes MAINTAINER= x11@FreeBSD.org COMMENT= X.org cursors themes LICENSE= MIT BUILD_DEPENDS= xcursorgen:x11/xcursorgen USE_XORG= xextproto XORG_CAT= data .include Index: head/x11-themes/xcursor-themes/pkg-plist =================================================================== --- head/x11-themes/xcursor-themes/pkg-plist (revision 448081) +++ head/x11-themes/xcursor-themes/pkg-plist (revision 448082) @@ -1,152 +1,152 @@ -lib/X11/icons/handhelds/cursors/08e8e1c95fe2fc01f976f1e063a24ccd -lib/X11/icons/handhelds/cursors/X_cursor -lib/X11/icons/handhelds/cursors/arrow -lib/X11/icons/handhelds/cursors/based_arrow_down -lib/X11/icons/handhelds/cursors/based_arrow_up -lib/X11/icons/handhelds/cursors/bottom_left_corner -lib/X11/icons/handhelds/cursors/bottom_right_corner -lib/X11/icons/handhelds/cursors/bottom_side -lib/X11/icons/handhelds/cursors/bottom_tee -lib/X11/icons/handhelds/cursors/center_ptr -lib/X11/icons/handhelds/cursors/circle -lib/X11/icons/handhelds/cursors/cross -lib/X11/icons/handhelds/cursors/cross_reverse -lib/X11/icons/handhelds/cursors/crosshair -lib/X11/icons/handhelds/cursors/dot -lib/X11/icons/handhelds/cursors/dotbox -lib/X11/icons/handhelds/cursors/double_arrow -lib/X11/icons/handhelds/cursors/draft_large -lib/X11/icons/handhelds/cursors/draft_small -lib/X11/icons/handhelds/cursors/draped_box -lib/X11/icons/handhelds/cursors/fleur -lib/X11/icons/handhelds/cursors/gumby -lib/X11/icons/handhelds/cursors/hand2 -lib/X11/icons/handhelds/cursors/left_ptr -lib/X11/icons/handhelds/cursors/left_ptr_watch -lib/X11/icons/handhelds/cursors/left_side -lib/X11/icons/handhelds/cursors/left_tee -lib/X11/icons/handhelds/cursors/ll_angle -lib/X11/icons/handhelds/cursors/pencil -lib/X11/icons/handhelds/cursors/plus -lib/X11/icons/handhelds/cursors/right_ptr -lib/X11/icons/handhelds/cursors/right_side -lib/X11/icons/handhelds/cursors/right_tee -lib/X11/icons/handhelds/cursors/sb_h_double_arrow -lib/X11/icons/handhelds/cursors/sb_right_arrow -lib/X11/icons/handhelds/cursors/sb_up_arrow -lib/X11/icons/handhelds/cursors/sb_v_double_arrow -lib/X11/icons/handhelds/cursors/shuttle -lib/X11/icons/handhelds/cursors/tcross -lib/X11/icons/handhelds/cursors/top_left_arrow -lib/X11/icons/handhelds/cursors/top_left_corner -lib/X11/icons/handhelds/cursors/top_right_corner -lib/X11/icons/handhelds/cursors/top_side -lib/X11/icons/handhelds/cursors/top_tee -lib/X11/icons/handhelds/cursors/watch -lib/X11/icons/handhelds/cursors/xterm -lib/X11/icons/redglass/cursors/08e8e1c95fe2fc01f976f1e063a24ccd -lib/X11/icons/redglass/cursors/X_cursor -lib/X11/icons/redglass/cursors/arrow -lib/X11/icons/redglass/cursors/based_arrow_down -lib/X11/icons/redglass/cursors/based_arrow_up -lib/X11/icons/redglass/cursors/bottom_left_corner -lib/X11/icons/redglass/cursors/bottom_right_corner -lib/X11/icons/redglass/cursors/bottom_side -lib/X11/icons/redglass/cursors/bottom_tee -lib/X11/icons/redglass/cursors/center_ptr -lib/X11/icons/redglass/cursors/circle -lib/X11/icons/redglass/cursors/cross -lib/X11/icons/redglass/cursors/cross_reverse -lib/X11/icons/redglass/cursors/crosshair -lib/X11/icons/redglass/cursors/dot -lib/X11/icons/redglass/cursors/dotbox -lib/X11/icons/redglass/cursors/double_arrow -lib/X11/icons/redglass/cursors/draft_large -lib/X11/icons/redglass/cursors/draft_small -lib/X11/icons/redglass/cursors/draped_box -lib/X11/icons/redglass/cursors/fleur -lib/X11/icons/redglass/cursors/gumby -lib/X11/icons/redglass/cursors/hand2 -lib/X11/icons/redglass/cursors/left_ptr -lib/X11/icons/redglass/cursors/left_ptr_watch -lib/X11/icons/redglass/cursors/left_side -lib/X11/icons/redglass/cursors/left_tee -lib/X11/icons/redglass/cursors/ll_angle -lib/X11/icons/redglass/cursors/pencil -lib/X11/icons/redglass/cursors/plus -lib/X11/icons/redglass/cursors/right_ptr -lib/X11/icons/redglass/cursors/right_side -lib/X11/icons/redglass/cursors/right_tee -lib/X11/icons/redglass/cursors/sb_h_double_arrow -lib/X11/icons/redglass/cursors/sb_right_arrow -lib/X11/icons/redglass/cursors/sb_up_arrow -lib/X11/icons/redglass/cursors/sb_v_double_arrow -lib/X11/icons/redglass/cursors/shuttle -lib/X11/icons/redglass/cursors/tcross -lib/X11/icons/redglass/cursors/top_left_arrow -lib/X11/icons/redglass/cursors/top_left_corner -lib/X11/icons/redglass/cursors/top_right_corner -lib/X11/icons/redglass/cursors/top_side -lib/X11/icons/redglass/cursors/top_tee -lib/X11/icons/redglass/cursors/watch -lib/X11/icons/redglass/cursors/xterm -lib/X11/icons/whiteglass/cursors/08e8e1c95fe2fc01f976f1e063a24ccd -lib/X11/icons/whiteglass/cursors/X_cursor -lib/X11/icons/whiteglass/cursors/arrow -lib/X11/icons/whiteglass/cursors/base_arrow_down -lib/X11/icons/whiteglass/cursors/base_arrow_up -lib/X11/icons/whiteglass/cursors/boat -lib/X11/icons/whiteglass/cursors/bottom_left_corner -lib/X11/icons/whiteglass/cursors/bottom_right_corner -lib/X11/icons/whiteglass/cursors/bottom_side -lib/X11/icons/whiteglass/cursors/bottom_tee -lib/X11/icons/whiteglass/cursors/center_ptr -lib/X11/icons/whiteglass/cursors/circle -lib/X11/icons/whiteglass/cursors/cross -lib/X11/icons/whiteglass/cursors/cross_reverse -lib/X11/icons/whiteglass/cursors/crosshair -lib/X11/icons/whiteglass/cursors/dot -lib/X11/icons/whiteglass/cursors/dot_box_mask -lib/X11/icons/whiteglass/cursors/double_arrow -lib/X11/icons/whiteglass/cursors/draft_large -lib/X11/icons/whiteglass/cursors/draft_small -lib/X11/icons/whiteglass/cursors/draped_box -lib/X11/icons/whiteglass/cursors/exchange -lib/X11/icons/whiteglass/cursors/fleur -lib/X11/icons/whiteglass/cursors/gumby -lib/X11/icons/whiteglass/cursors/hand1 -lib/X11/icons/whiteglass/cursors/hand2 -lib/X11/icons/whiteglass/cursors/left_ptr -lib/X11/icons/whiteglass/cursors/left_ptr_watch -lib/X11/icons/whiteglass/cursors/left_side -lib/X11/icons/whiteglass/cursors/left_tee -lib/X11/icons/whiteglass/cursors/ll_angle -lib/X11/icons/whiteglass/cursors/lr_angle -lib/X11/icons/whiteglass/cursors/pencil -lib/X11/icons/whiteglass/cursors/pirate -lib/X11/icons/whiteglass/cursors/plus -lib/X11/icons/whiteglass/cursors/question_arrow -lib/X11/icons/whiteglass/cursors/right_ptr -lib/X11/icons/whiteglass/cursors/right_side -lib/X11/icons/whiteglass/cursors/right_tee -lib/X11/icons/whiteglass/cursors/sailboat -lib/X11/icons/whiteglass/cursors/sb_down_arrow -lib/X11/icons/whiteglass/cursors/sb_h_double_arrow -lib/X11/icons/whiteglass/cursors/sb_left_arrow -lib/X11/icons/whiteglass/cursors/sb_right_arrow -lib/X11/icons/whiteglass/cursors/sb_up_arrow -lib/X11/icons/whiteglass/cursors/sb_v_double_arrow -lib/X11/icons/whiteglass/cursors/shuttle -lib/X11/icons/whiteglass/cursors/sizing -lib/X11/icons/whiteglass/cursors/target -lib/X11/icons/whiteglass/cursors/tcross -lib/X11/icons/whiteglass/cursors/top_left_arrow -lib/X11/icons/whiteglass/cursors/top_left_corner -lib/X11/icons/whiteglass/cursors/top_right_corner -lib/X11/icons/whiteglass/cursors/top_side -lib/X11/icons/whiteglass/cursors/top_tee -lib/X11/icons/whiteglass/cursors/trek -lib/X11/icons/whiteglass/cursors/ul_angle -lib/X11/icons/whiteglass/cursors/ur_angle -lib/X11/icons/whiteglass/cursors/watch -lib/X11/icons/whiteglass/cursors/xterm +share/icons/handhelds/cursors/08e8e1c95fe2fc01f976f1e063a24ccd +share/icons/handhelds/cursors/X_cursor +share/icons/handhelds/cursors/arrow +share/icons/handhelds/cursors/based_arrow_down +share/icons/handhelds/cursors/based_arrow_up +share/icons/handhelds/cursors/bottom_left_corner +share/icons/handhelds/cursors/bottom_right_corner +share/icons/handhelds/cursors/bottom_side +share/icons/handhelds/cursors/bottom_tee +share/icons/handhelds/cursors/center_ptr +share/icons/handhelds/cursors/circle +share/icons/handhelds/cursors/cross +share/icons/handhelds/cursors/cross_reverse +share/icons/handhelds/cursors/crosshair +share/icons/handhelds/cursors/dot +share/icons/handhelds/cursors/dotbox +share/icons/handhelds/cursors/double_arrow +share/icons/handhelds/cursors/draft_large +share/icons/handhelds/cursors/draft_small +share/icons/handhelds/cursors/draped_box +share/icons/handhelds/cursors/fleur +share/icons/handhelds/cursors/gumby +share/icons/handhelds/cursors/hand2 +share/icons/handhelds/cursors/left_ptr +share/icons/handhelds/cursors/left_ptr_watch +share/icons/handhelds/cursors/left_side +share/icons/handhelds/cursors/left_tee +share/icons/handhelds/cursors/ll_angle +share/icons/handhelds/cursors/pencil +share/icons/handhelds/cursors/plus +share/icons/handhelds/cursors/right_ptr +share/icons/handhelds/cursors/right_side +share/icons/handhelds/cursors/right_tee +share/icons/handhelds/cursors/sb_h_double_arrow +share/icons/handhelds/cursors/sb_right_arrow +share/icons/handhelds/cursors/sb_up_arrow +share/icons/handhelds/cursors/sb_v_double_arrow +share/icons/handhelds/cursors/shuttle +share/icons/handhelds/cursors/tcross +share/icons/handhelds/cursors/top_left_arrow +share/icons/handhelds/cursors/top_left_corner +share/icons/handhelds/cursors/top_right_corner +share/icons/handhelds/cursors/top_side +share/icons/handhelds/cursors/top_tee +share/icons/handhelds/cursors/watch +share/icons/handhelds/cursors/xterm +share/icons/redglass/cursors/08e8e1c95fe2fc01f976f1e063a24ccd +share/icons/redglass/cursors/X_cursor +share/icons/redglass/cursors/arrow +share/icons/redglass/cursors/based_arrow_down +share/icons/redglass/cursors/based_arrow_up +share/icons/redglass/cursors/bottom_left_corner +share/icons/redglass/cursors/bottom_right_corner +share/icons/redglass/cursors/bottom_side +share/icons/redglass/cursors/bottom_tee +share/icons/redglass/cursors/center_ptr +share/icons/redglass/cursors/circle +share/icons/redglass/cursors/cross +share/icons/redglass/cursors/cross_reverse +share/icons/redglass/cursors/crosshair +share/icons/redglass/cursors/dot +share/icons/redglass/cursors/dotbox +share/icons/redglass/cursors/double_arrow +share/icons/redglass/cursors/draft_large +share/icons/redglass/cursors/draft_small +share/icons/redglass/cursors/draped_box +share/icons/redglass/cursors/fleur +share/icons/redglass/cursors/gumby +share/icons/redglass/cursors/hand2 +share/icons/redglass/cursors/left_ptr +share/icons/redglass/cursors/left_ptr_watch +share/icons/redglass/cursors/left_side +share/icons/redglass/cursors/left_tee +share/icons/redglass/cursors/ll_angle +share/icons/redglass/cursors/pencil +share/icons/redglass/cursors/plus +share/icons/redglass/cursors/right_ptr +share/icons/redglass/cursors/right_side +share/icons/redglass/cursors/right_tee +share/icons/redglass/cursors/sb_h_double_arrow +share/icons/redglass/cursors/sb_right_arrow +share/icons/redglass/cursors/sb_up_arrow +share/icons/redglass/cursors/sb_v_double_arrow +share/icons/redglass/cursors/shuttle +share/icons/redglass/cursors/tcross +share/icons/redglass/cursors/top_left_arrow +share/icons/redglass/cursors/top_left_corner +share/icons/redglass/cursors/top_right_corner +share/icons/redglass/cursors/top_side +share/icons/redglass/cursors/top_tee +share/icons/redglass/cursors/watch +share/icons/redglass/cursors/xterm +share/icons/whiteglass/cursors/08e8e1c95fe2fc01f976f1e063a24ccd +share/icons/whiteglass/cursors/X_cursor +share/icons/whiteglass/cursors/arrow +share/icons/whiteglass/cursors/base_arrow_down +share/icons/whiteglass/cursors/base_arrow_up +share/icons/whiteglass/cursors/boat +share/icons/whiteglass/cursors/bottom_left_corner +share/icons/whiteglass/cursors/bottom_right_corner +share/icons/whiteglass/cursors/bottom_side +share/icons/whiteglass/cursors/bottom_tee +share/icons/whiteglass/cursors/center_ptr +share/icons/whiteglass/cursors/circle +share/icons/whiteglass/cursors/cross +share/icons/whiteglass/cursors/cross_reverse +share/icons/whiteglass/cursors/crosshair +share/icons/whiteglass/cursors/dot +share/icons/whiteglass/cursors/dot_box_mask +share/icons/whiteglass/cursors/double_arrow +share/icons/whiteglass/cursors/draft_large +share/icons/whiteglass/cursors/draft_small +share/icons/whiteglass/cursors/draped_box +share/icons/whiteglass/cursors/exchange +share/icons/whiteglass/cursors/fleur +share/icons/whiteglass/cursors/gumby +share/icons/whiteglass/cursors/hand1 +share/icons/whiteglass/cursors/hand2 +share/icons/whiteglass/cursors/left_ptr +share/icons/whiteglass/cursors/left_ptr_watch +share/icons/whiteglass/cursors/left_side +share/icons/whiteglass/cursors/left_tee +share/icons/whiteglass/cursors/ll_angle +share/icons/whiteglass/cursors/lr_angle +share/icons/whiteglass/cursors/pencil +share/icons/whiteglass/cursors/pirate +share/icons/whiteglass/cursors/plus +share/icons/whiteglass/cursors/question_arrow +share/icons/whiteglass/cursors/right_ptr +share/icons/whiteglass/cursors/right_side +share/icons/whiteglass/cursors/right_tee +share/icons/whiteglass/cursors/sailboat +share/icons/whiteglass/cursors/sb_down_arrow +share/icons/whiteglass/cursors/sb_h_double_arrow +share/icons/whiteglass/cursors/sb_left_arrow +share/icons/whiteglass/cursors/sb_right_arrow +share/icons/whiteglass/cursors/sb_up_arrow +share/icons/whiteglass/cursors/sb_v_double_arrow +share/icons/whiteglass/cursors/shuttle +share/icons/whiteglass/cursors/sizing +share/icons/whiteglass/cursors/target +share/icons/whiteglass/cursors/tcross +share/icons/whiteglass/cursors/top_left_arrow +share/icons/whiteglass/cursors/top_left_corner +share/icons/whiteglass/cursors/top_right_corner +share/icons/whiteglass/cursors/top_side +share/icons/whiteglass/cursors/top_tee +share/icons/whiteglass/cursors/trek +share/icons/whiteglass/cursors/ul_angle +share/icons/whiteglass/cursors/ur_angle +share/icons/whiteglass/cursors/watch +share/icons/whiteglass/cursors/xterm