diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-10-15 10:09:32 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-10-15 10:09:32 +0000 |
commit | b33d8886db6286fb22ca91e752fad04e452f68ce (patch) | |
tree | d111c47a3e5a1c93f4a4cce8ec3ebcc720c102fa /x11-themes | |
parent | bdc0dbf6bdd6a8f494476213aeb3547a13fc4263 (diff) | |
download | ports-b33d8886db6286fb22ca91e752fad04e452f68ce.tar.gz ports-b33d8886db6286fb22ca91e752fad04e452f68ce.zip |
Notes
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/Makefile | 4 | ||||
-rw-r--r-- | x11-themes/gnome-look/Makefile | 23 | ||||
-rw-r--r-- | x11-themes/gnome-look/distinfo | 2 | ||||
-rw-r--r-- | x11-themes/gnome-look/files/patch-aa | 11 | ||||
-rw-r--r-- | x11-themes/gnome-look/pkg-descr | 5 | ||||
-rw-r--r-- | x11-themes/gnome-look/pkg-plist | 12 | ||||
-rw-r--r-- | x11-themes/gtk-engines-collection/Makefile | 26 | ||||
-rw-r--r-- | x11-themes/gtk-engines-collection/pkg-descr | 2 | ||||
-rw-r--r-- | x11-themes/gtk-engines-collection/pkg-plist | 1 | ||||
-rw-r--r-- | x11-themes/gtk-engines/Makefile | 28 | ||||
-rw-r--r-- | x11-themes/gtk-engines/distinfo | 2 | ||||
-rw-r--r-- | x11-themes/gtk-engines/files/patch-configure | 11 | ||||
-rw-r--r-- | x11-themes/gtk-engines/files/patch-pixmap::pixmap_theme_draw.c | 74 | ||||
-rw-r--r-- | x11-themes/gtk-engines/files/patch-pixmap_Theme_gtk_gtkrc | 13 | ||||
-rw-r--r-- | x11-themes/gtk-engines/pkg-descr | 3 | ||||
-rw-r--r-- | x11-themes/gtk-engines/pkg-plist | 104 | ||||
-rw-r--r-- | x11-themes/thinice/Makefile | 18 | ||||
-rw-r--r-- | x11-themes/thinice/distinfo | 2 | ||||
-rw-r--r-- | x11-themes/thinice/pkg-descr | 3 | ||||
-rw-r--r-- | x11-themes/thinice/pkg-plist | 8 |
20 files changed, 0 insertions, 352 deletions
diff --git a/x11-themes/Makefile b/x11-themes/Makefile index ded97f072fd3..f6e7283323d8 100644 --- a/x11-themes/Makefile +++ b/x11-themes/Makefile @@ -53,7 +53,6 @@ SUBDIR += gnome-icons-snowish SUBDIR += gnome-icons-stylish SUBDIR += gnome-icons-ximian-south - SUBDIR += gnome-look SUBDIR += gnome-themes SUBDIR += gnome-themes-extras SUBDIR += greybird-theme @@ -68,8 +67,6 @@ SUBDIR += gtk-cleanice-engine SUBDIR += gtk-digital-cream-theme SUBDIR += gtk-digital-harmony-theme - SUBDIR += gtk-engines - SUBDIR += gtk-engines-collection SUBDIR += gtk-engines2 SUBDIR += gtk-envy-theme SUBDIR += gtk-equinox-engine @@ -165,7 +162,6 @@ SUBDIR += sawfish-themes SUBDIR += slim-themes SUBDIR += thewidgetfactory - SUBDIR += thinice SUBDIR += ubuntulooks SUBDIR += xcursor-themes SUBDIR += xmms-bluecurve-theme diff --git a/x11-themes/gnome-look/Makefile b/x11-themes/gnome-look/Makefile deleted file mode 100644 index 80c6d7a771ea..000000000000 --- a/x11-themes/gnome-look/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# Created by: Maxim Sobolev <sobomax@FreeBSD.org> -# $FreeBSD$ -# $MCom: ports/x11-themes/gnome-look/Makefile,v 1.1 2006/07/19 19:56:14 ahze Exp $ - -PORTNAME= gnome-look -PORTVERSION= 0.1.3 -PORTREVISION= 5 -CATEGORIES= x11-themes -MASTER_SITES= SF - -MAINTAINER= ports@FreeBSD.org -COMMENT= A GTK theme engine designed to look nice with the GNOME desktop - -USE_GNOME= gtk12 -USE_AUTOTOOLS= libtool -USE_GMAKE= yes - -NO_STAGE= yes -post-patch: - @${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \ - ${WRKSRC}/configure - -.include <bsd.port.mk> diff --git a/x11-themes/gnome-look/distinfo b/x11-themes/gnome-look/distinfo deleted file mode 100644 index 53def5340b8d..000000000000 --- a/x11-themes/gnome-look/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gnome-look-0.1.3.tar.gz) = 3cdddec972322a2c6ed255bc744fa98959e9eccfd565a0cb56bc8e364b3452b9 -SIZE (gnome-look-0.1.3.tar.gz) = 123376 diff --git a/x11-themes/gnome-look/files/patch-aa b/x11-themes/gnome-look/files/patch-aa deleted file mode 100644 index 05e56c2e384e..000000000000 --- a/x11-themes/gnome-look/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Tue Jun 13 16:10:20 2000 -+++ Makefile.in Tue Jun 13 16:10:34 2000 -@@ -84,7 +84,7 @@ - engine_LTLIBRARIES = libgnomelook.la - libgnomelook_la_SOURCES = gnomelook_theme_draw.c gnomelook_theme_main.c gnomelook_theme.h - --libgnomelook_la_LDFLAGS = -export-dynamic -+libgnomelook_la_LDFLAGS = -export-dynamic -avoid-version - - themedir = $(datadir)/themes/Gnome-Look/gtk - theme_DATA = gtkrc diff --git a/x11-themes/gnome-look/pkg-descr b/x11-themes/gnome-look/pkg-descr deleted file mode 100644 index 563a7ccad83f..000000000000 --- a/x11-themes/gnome-look/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -A small and fast engine-based theme for Gtk-1.1.5 or later, designed to look -nice with the GNOME desktop environment. It features a few different "looks", -and should look good with most non-GNOME Gtk apps as well. - -WWW: http://gnome-look.sourceforge.net/ diff --git a/x11-themes/gnome-look/pkg-plist b/x11-themes/gnome-look/pkg-plist deleted file mode 100644 index bac4f68b32e1..000000000000 --- a/x11-themes/gnome-look/pkg-plist +++ /dev/null @@ -1,12 +0,0 @@ -lib/gtk/themes/engines/libgnomelook.a -lib/gtk/themes/engines/libgnomelook.la -lib/gtk/themes/engines/libgnomelook.so -share/themes/Gnome-Look-Grey/gtk/gtkrc -share/themes/Gnome-Look-Icy/gtk/gtkrc -share/themes/Gnome-Look/gtk/gtkrc -@dirrm share/themes/Gnome-Look-Icy/gtk -@dirrm share/themes/Gnome-Look-Icy -@dirrm share/themes/Gnome-Look-Grey/gtk -@dirrm share/themes/Gnome-Look-Grey -@dirrm share/themes/Gnome-Look/gtk -@dirrm share/themes/Gnome-Look diff --git a/x11-themes/gtk-engines-collection/Makefile b/x11-themes/gtk-engines-collection/Makefile deleted file mode 100644 index 3b40783748e9..000000000000 --- a/x11-themes/gtk-engines-collection/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# Created by: Maxim Sobolev <sobomax@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= gtk-engines-collection -PORTVERSION= 1.8 -PORTREVISION= 7 -CATEGORIES= x11-themes -MASTER_SITES= # empty -DISTFILES= # empty -EXTRACT_ONLY= # empty - -MAINTAINER= ports@FreeBSD.org -COMMENT= The "meta-port" for the collection of several GTK+ theme engines - -RUN_DEPENDS= ${THEMESBASE}/libgnomelook.so:${PORTSDIR}/x11-themes/gnome-look \ - ${THEMESBASE}/libpixmap.so:${PORTSDIR}/x11-themes/gtk-engines \ - ${THEMESBASE}/libthinice.so:${PORTSDIR}/x11-themes/thinice - -THEMESBASE= ${LOCALBASE}/lib/gtk/themes/engines - -NO_BUILD= yes - -do-install: # empty - -NO_STAGE= yes -.include <bsd.port.mk> diff --git a/x11-themes/gtk-engines-collection/pkg-descr b/x11-themes/gtk-engines-collection/pkg-descr deleted file mode 100644 index 4b84e670005d..000000000000 --- a/x11-themes/gtk-engines-collection/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -Meta-port installing collection of several GTK+ theme engines intended to -improve boring look of GTK+ widgets. diff --git a/x11-themes/gtk-engines-collection/pkg-plist b/x11-themes/gtk-engines-collection/pkg-plist deleted file mode 100644 index 549a621fec0c..000000000000 --- a/x11-themes/gtk-engines-collection/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -@comment this plist intentionally left empty diff --git a/x11-themes/gtk-engines/Makefile b/x11-themes/gtk-engines/Makefile deleted file mode 100644 index 27a3a7fe2859..000000000000 --- a/x11-themes/gtk-engines/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# Created by: Vanilla I. Shu <vanilla@FreeBSD.org> -# $FreeBSD$ -# $MCom: ports/x11-themes/gtk-engines/Makefile,v 1.1 2006/07/18 16:32:36 ahze Exp $ - -PORTNAME= gtk-engines -PORTVERSION= 0.12 -PORTREVISION= 12 -CATEGORIES= x11-themes -MASTER_SITES= GNOME - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Theme engine for gtk+ toolkits - -USE_GNOME= imlib -GNU_CONFIGURE= yes - -THEMES= metal notif pixmap raleigh redmond95 - -NO_STAGE= yes -post-patch: - @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/ltconfig - @for theme in ${THEMES}; do \ - cd ${WRKSRC}/$$theme/Theme/gtk; \ - ${MV} gtkrc gtkrc.tmp; \ - ${SED} -e s^%%PREFIX%%^${PREFIX}^g < gtkrc.tmp > gtkrc; \ - done - -.include <bsd.port.mk> diff --git a/x11-themes/gtk-engines/distinfo b/x11-themes/gtk-engines/distinfo deleted file mode 100644 index 0943e9cc635c..000000000000 --- a/x11-themes/gtk-engines/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gtk-engines-0.12.tar.gz) = 4a112e5b138786b2b1a2da0c9dc53899ca6364333d9ed151f32e040268121b35 -SIZE (gtk-engines-0.12.tar.gz) = 653438 diff --git a/x11-themes/gtk-engines/files/patch-configure b/x11-themes/gtk-engines/files/patch-configure deleted file mode 100644 index 75a816a54cd9..000000000000 --- a/x11-themes/gtk-engines/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Tue Mar 20 03:08:42 2001 -+++ configure Tue Mar 20 03:08:57 2001 -@@ -2177,7 +2177,7 @@ - echo $ac_n "(cached) $ac_c" 1>&6 - else - ac_save_LIBS="$LIBS" --LIBS="-lgtk $GTK_LIBS $LIBS" -+LIBS="$GTK_LIBS $LIBS" - cat > conftest.$ac_ext <<EOF - #line 2183 "configure" - #include "confdefs.h" diff --git a/x11-themes/gtk-engines/files/patch-pixmap::pixmap_theme_draw.c b/x11-themes/gtk-engines/files/patch-pixmap::pixmap_theme_draw.c deleted file mode 100644 index b3e522813d8b..000000000000 --- a/x11-themes/gtk-engines/files/patch-pixmap::pixmap_theme_draw.c +++ /dev/null @@ -1,74 +0,0 @@ ---- pixmap/pixmap_theme_draw.c.orig Mon Feb 7 03:33:43 2000 -+++ pixmap/pixmap_theme_draw.c Fri Apr 12 15:24:40 2002 -@@ -403,8 +403,9 @@ - gdk_gc_set_clip_origin(gc, 0, 0); - } - } -- gdk_imlib_free_pixmap(p); - } -+ if (p) -+ gdk_imlib_free_pixmap(p); - gdk_imlib_destroy_image(im); - } - } -@@ -467,8 +468,9 @@ - gdk_gc_set_clip_mask(gc, NULL); - gdk_gc_set_clip_origin(gc, 0, 0); - } -- gdk_imlib_free_pixmap(p); - } -+ if (p) -+ gdk_imlib_free_pixmap(p); - gdk_imlib_destroy_image(im); - } - -@@ -591,8 +593,9 @@ - gdk_gc_set_clip_mask(gc, NULL); - gdk_gc_set_clip_origin(gc, 0, 0); - } -- gdk_imlib_free_pixmap(p); - } -+ if (p) -+ gdk_imlib_free_pixmap(p); - gdk_imlib_destroy_image(im); - } - } -@@ -956,11 +959,13 @@ - gdk_gc_set_clip_mask(gc, NULL); - gdk_gc_set_clip_origin(gc, 0, 0); - } -- -- gdk_imlib_free_pixmap(p); -- gdk_imlib_free_pixmap(p1); -- gdk_imlib_free_pixmap(p2); - } -+ if (p) -+ gdk_imlib_free_pixmap(p); -+ if (p1) -+ gdk_imlib_free_pixmap(p1); -+ if (p2) -+ gdk_imlib_free_pixmap(p2); - gdk_imlib_destroy_image(im); - gdk_imlib_destroy_image(im1); - gdk_imlib_destroy_image(im2); -@@ -1202,11 +1207,15 @@ - gdk_gc_set_clip_mask(gc, NULL); - gdk_gc_set_clip_origin(gc, 0, 0); - } -- gdk_imlib_free_pixmap(p); -- gdk_imlib_free_pixmap(p1); -- gdk_imlib_free_pixmap(p2); -- gdk_imlib_free_pixmap(p3); - } -+ if (p) -+ gdk_imlib_free_pixmap(p); -+ if (p1) -+ gdk_imlib_free_pixmap(p1); -+ if (p2) -+ gdk_imlib_free_pixmap(p2); -+ if (p3) -+ gdk_imlib_free_pixmap(p3); - gdk_imlib_destroy_image(im); - gdk_imlib_destroy_image(im1); - gdk_imlib_destroy_image(im2); - diff --git a/x11-themes/gtk-engines/files/patch-pixmap_Theme_gtk_gtkrc b/x11-themes/gtk-engines/files/patch-pixmap_Theme_gtk_gtkrc deleted file mode 100644 index 81c3bc781101..000000000000 --- a/x11-themes/gtk-engines/files/patch-pixmap_Theme_gtk_gtkrc +++ /dev/null @@ -1,13 +0,0 @@ ---- pixmap/Theme/gtk/gtkrc.orig Sun Nov 19 21:53:57 2000 -+++ pixmap/Theme/gtk/gtkrc Tue Mar 20 02:49:23 2001 -@@ -13,7 +13,9 @@ - # testgtkrc2 sets all the buttons in the main window to blue by default - #include "testgtkrc2" - --#module_path ".:/home/raster/themes" -+#module_path "%%PREFIX%%/lib/gtk/themes" -+ -+pixmap_path "%%PREFIX%%/share/themes/Pixmap/gtk" - - style "eventbox" { - bg_pixmap[NORMAL] = "<parent>" diff --git a/x11-themes/gtk-engines/pkg-descr b/x11-themes/gtk-engines/pkg-descr deleted file mode 100644 index cebd49ca902c..000000000000 --- a/x11-themes/gtk-engines/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Theme engine for gtk+ toolkits. - -WWW: http://www.gnome.org/ diff --git a/x11-themes/gtk-engines/pkg-plist b/x11-themes/gtk-engines/pkg-plist deleted file mode 100644 index b0baeb8f8c91..000000000000 --- a/x11-themes/gtk-engines/pkg-plist +++ /dev/null @@ -1,104 +0,0 @@ -lib/gtk/themes/engines/libmetal.la -lib/gtk/themes/engines/libmetal.so -lib/gtk/themes/engines/libnotif.la -lib/gtk/themes/engines/libnotif.so -lib/gtk/themes/engines/libpixmap.la -lib/gtk/themes/engines/libpixmap.so -lib/gtk/themes/engines/libraleigh.la -lib/gtk/themes/engines/libraleigh.so -lib/gtk/themes/engines/libredmond95.la -lib/gtk/themes/engines/libredmond95.so -share/themes/Metal/ICON.png -share/themes/Metal/README.html -share/themes/Metal/gtk/gtkrc -share/themes/Notif/ICON.png -share/themes/Notif/README.html -share/themes/Notif/gtk/gtkrc -share/themes/Pixmap/ICON.png -share/themes/Pixmap/README.html -share/themes/Pixmap/gtk/arrow_down1.png -share/themes/Pixmap/gtk/arrow_down2.png -share/themes/Pixmap/gtk/arrow_down3.png -share/themes/Pixmap/gtk/arrow_left1.png -share/themes/Pixmap/gtk/arrow_left2.png -share/themes/Pixmap/gtk/arrow_left3.png -share/themes/Pixmap/gtk/arrow_right1.png -share/themes/Pixmap/gtk/arrow_right2.png -share/themes/Pixmap/gtk/arrow_right3.png -share/themes/Pixmap/gtk/arrow_up1.png -share/themes/Pixmap/gtk/arrow_up2.png -share/themes/Pixmap/gtk/arrow_up3.png -share/themes/Pixmap/gtk/brown_bg1.png -share/themes/Pixmap/gtk/brown_bg2.png -share/themes/Pixmap/gtk/button1.png -share/themes/Pixmap/gtk/button2.png -share/themes/Pixmap/gtk/button3.png -share/themes/Pixmap/gtk/button4.png -share/themes/Pixmap/gtk/button5.png -share/themes/Pixmap/gtk/button6.png -share/themes/Pixmap/gtk/button7.png -share/themes/Pixmap/gtk/button8.png -share/themes/Pixmap/gtk/button9.png -share/themes/Pixmap/gtk/button_def.png -share/themes/Pixmap/gtk/check1.png -share/themes/Pixmap/gtk/check2.png -share/themes/Pixmap/gtk/curve_bg1.png -share/themes/Pixmap/gtk/entry1.png -share/themes/Pixmap/gtk/entry2.png -share/themes/Pixmap/gtk/extension_bottom1.png -share/themes/Pixmap/gtk/extension_left1.png -share/themes/Pixmap/gtk/extension_right1.png -share/themes/Pixmap/gtk/extension_top1.png -share/themes/Pixmap/gtk/focus.png -share/themes/Pixmap/gtk/frame1.png -share/themes/Pixmap/gtk/frame2.png -share/themes/Pixmap/gtk/frame_gap.png -share/themes/Pixmap/gtk/frame_gap_top_end.png -share/themes/Pixmap/gtk/frame_gap_top_start.png -share/themes/Pixmap/gtk/gap_bottom.png -share/themes/Pixmap/gtk/gap_bottom_end.png -share/themes/Pixmap/gtk/gap_bottom_start.png -share/themes/Pixmap/gtk/gap_left.png -share/themes/Pixmap/gtk/gap_left_end.png -share/themes/Pixmap/gtk/gap_left_start.png -share/themes/Pixmap/gtk/gap_right.png -share/themes/Pixmap/gtk/gap_right_end.png -share/themes/Pixmap/gtk/gap_right_start.png -share/themes/Pixmap/gtk/gap_top.png -share/themes/Pixmap/gtk/gap_top_end.png -share/themes/Pixmap/gtk/gap_top_start.png -share/themes/Pixmap/gtk/gtkrc -share/themes/Pixmap/gtk/handle_vert_thumb.png -share/themes/Pixmap/gtk/hline.png -share/themes/Pixmap/gtk/menubar.png -share/themes/Pixmap/gtk/notebook1.png -share/themes/Pixmap/gtk/option1.png -share/themes/Pixmap/gtk/option2.png -share/themes/Pixmap/gtk/option_menu.png -share/themes/Pixmap/gtk/progressbar.png -share/themes/Pixmap/gtk/ruler_horiz.png -share/themes/Pixmap/gtk/ruler_vert.png -share/themes/Pixmap/gtk/scrollbar_horiz1.png -share/themes/Pixmap/gtk/scrollbar_thumb.png -share/themes/Pixmap/gtk/scrollbar_thumb2.png -share/themes/Pixmap/gtk/scrollbar_vert1.png -share/themes/Pixmap/gtk/shadow1.png -share/themes/Pixmap/gtk/shadow2.png -share/themes/Pixmap/gtk/trough.png -share/themes/Pixmap/gtk/vline.png -share/themes/Raleigh/ICON.png -share/themes/Raleigh/README.html -share/themes/Raleigh/gtk/gtkrc -share/themes/Redmond95/ICON.png -share/themes/Redmond95/README.html -share/themes/Redmond95/gtk/gtkrc -@dirrm share/themes/Redmond95/gtk -@dirrm share/themes/Raleigh/gtk -@dirrm share/themes/Raleigh -@dirrm share/themes/Pixmap/gtk -@dirrm share/themes/Pixmap -@dirrm share/themes/Notif/gtk -@dirrm share/themes/Notif -@dirrm share/themes/Metal/gtk -@unexec /bin/rmdir %D/share/themes/Redmond95 2>/dev/null || /usr/bin/true -@unexec /bin/rmdir %D/share/themes/Metal 2>/dev/null || /usr/bin/true diff --git a/x11-themes/thinice/Makefile b/x11-themes/thinice/Makefile deleted file mode 100644 index 714131a37c8c..000000000000 --- a/x11-themes/thinice/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# Created by: Maxim Sobolev <sobomax@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= thinice -PORTVERSION= 1.0.4 -PORTREVISION= 6 -CATEGORIES= x11-themes -MASTER_SITES= SF -DISTNAME= gtk-${PORTNAME}-theme-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= A clean-looking GTK Theme Engine - -USE_GNOME= gtk12 -USE_AUTOTOOLS= libtool - -NO_STAGE= yes -.include <bsd.port.mk> diff --git a/x11-themes/thinice/distinfo b/x11-themes/thinice/distinfo deleted file mode 100644 index 245c75fd10e1..000000000000 --- a/x11-themes/thinice/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gtk-thinice-theme-1.0.4.tar.gz) = 17965ab9e242b4b17dc507481209ec38ad32dbdcfcec89d0c6141a4ee6172b3a -SIZE (gtk-thinice-theme-1.0.4.tar.gz) = 136407 diff --git a/x11-themes/thinice/pkg-descr b/x11-themes/thinice/pkg-descr deleted file mode 100644 index 75775c42290f..000000000000 --- a/x11-themes/thinice/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -A clean-looking GTK Theme Engine. - -WWW: http://thinice.sourceforge.net/ diff --git a/x11-themes/thinice/pkg-plist b/x11-themes/thinice/pkg-plist deleted file mode 100644 index fa8ff6adb08e..000000000000 --- a/x11-themes/thinice/pkg-plist +++ /dev/null @@ -1,8 +0,0 @@ -lib/gtk/themes/engines/libthinice.a -lib/gtk/themes/engines/libthinice.la -lib/gtk/themes/engines/libthinice.so -share/themes/ThinIce/ICON.png -share/themes/ThinIce/README.html -share/themes/ThinIce/gtk/gtkrc -@dirrm share/themes/ThinIce/gtk -@dirrmtry share/themes/ThinIce |