diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-11-06 12:16:19 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-11-06 12:16:19 +0800 |
commit | a11b8d573cff2cbe73288a54ef9ef3e078d7b2f8 (patch) | |
tree | c237885bf896bb64418a0eb2dc2610fe8b2cf429 /x11-themes | |
parent | f9e68d7e9767fa3d173a18668c9990aec33b7642 (diff) | |
download | marcuscom-ports-a11b8d573cff2cbe73288a54ef9ef3e078d7b2f8.tar.gz marcuscom-ports-a11b8d573cff2cbe73288a54ef9ef3e078d7b2f8.tar.zst marcuscom-ports-a11b8d573cff2cbe73288a54ef9ef3e078d7b2f8.zip |
- Clean x11-themes
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5067 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/beastie/Makefile | 56 | ||||
-rw-r--r-- | x11-themes/beastie/distinfo | 2 | ||||
-rw-r--r-- | x11-themes/beastie/pkg-descr | 5 | ||||
-rw-r--r-- | x11-themes/gnome-backgrounds/Makefile | 27 | ||||
-rw-r--r-- | x11-themes/gnome-backgrounds/distinfo | 2 | ||||
-rw-r--r-- | x11-themes/gnome-backgrounds/pkg-descr | 1 | ||||
-rw-r--r-- | x11-themes/gnome-backgrounds/pkg-plist | 78 | ||||
-rw-r--r-- | x11-themes/gtk-engines2/Makefile | 48 | ||||
-rw-r--r-- | x11-themes/gtk-engines2/distinfo | 2 | ||||
-rw-r--r-- | x11-themes/gtk-engines2/files/patch-clearlooks-symbol-conflict | 54 | ||||
-rw-r--r-- | x11-themes/gtk-engines2/files/patch-engines_crux_src_crux-draw.c | 20 | ||||
-rw-r--r-- | x11-themes/gtk-engines2/files/patch-engines_crux_src_crux-gradient.c | 31 | ||||
-rw-r--r-- | x11-themes/gtk-engines2/files/patch-engines_industrial_src_industrial_style.c | 10 | ||||
-rw-r--r-- | x11-themes/gtk-engines2/pkg-descr | 3 | ||||
-rw-r--r-- | x11-themes/gtk-engines2/pkg-plist | 111 |
15 files changed, 0 insertions, 450 deletions
diff --git a/x11-themes/beastie/Makefile b/x11-themes/beastie/Makefile deleted file mode 100644 index 398e0278d..000000000 --- a/x11-themes/beastie/Makefile +++ /dev/null @@ -1,56 +0,0 @@ -# New ports collection makefile for: beastie -# Date created: 2005-09-06 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/x11-themes/beastie/Makefile,v 1.5 2005/09/09 01:12:43 ahze Exp $ -# - -PORTNAME= beastie -PORTVERSION= 05.10.26 -CATEGORIES= x11-themes -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= ahze -DISTNAME= Beastie-${PORTVERSION} - -MAINTAINER= ahze@FreeBSD.org -COMMENT= Gnome theme with FreeBSD Colors - -WRKSRC= ${WRKDIR}/Beastie -USE_X_PREFIX= yes -NO_BUILD= yes - -THEME_FILES= README index.theme gtk-2.0/gtkrc -THEME_DIR= share/themes/Beastie/ -PLIST_FILES= ${THEME_FILES:S|^|${THEME_DIR}|} -PLIST_DIRS= ${THEME_DIR}/gtk-2.0 ${THEME_DIR} - -.include <bsd.port.pre.mk> - -.if exists(${X11BASE}/libdata/pkgconfig/gtk-engines-2.pc) -WITH_GTKENGINES= yes -.endif - -.if !defined(WITHOUT_GTKENGINES) || defined(WITH_GTKENGINES) -RUN_DEPENDS+= gtk-engines2>=2.6.4:${PORTSDIR}/x11-themes/gtk-engines2 \ - gnome-themes>=2.11.91:${PORTSDIR}/x11-themes/gnome-themes -.else -RUN_DEPENDS+= clearlooks>=0.6.0:${PORTSDIR}/x11-themes/clearlooks \ - clearlooks-metacity>=0.6:${PORTSDIR}/x11-themes/clearlooks-metacity -.endif - -pre-everything:: -.if !defined(WITHOUT_GTKENGINES) && !defined(WITH_GTKENGINES) - @${ECHO_MSG} "You can disable gtk-engines support (clearlooks)" - @${ECHO_MSG} "and use x11-themes/clearlooks for the clearlooks" - @${ECHO_MSG} "engine by defining" - @${ECHO_MSG} "WITHOUT_GTKENGINES=yes" -.endif - -do-install: - ${MKDIR} ${PREFIX}/${THEME_DIR}/gtk-2.0 -.for f in ${THEME_FILES} - ${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/${THEME_DIR}/${f} -.endfor - -.include <bsd.port.post.mk> diff --git a/x11-themes/beastie/distinfo b/x11-themes/beastie/distinfo deleted file mode 100644 index e66994f8b..000000000 --- a/x11-themes/beastie/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (Beastie-05.10.26.tar.gz) = bede1d1a6cfa0f203d4439377a046e35 -SIZE (Beastie-05.10.26.tar.gz) = 1838 diff --git a/x11-themes/beastie/pkg-descr b/x11-themes/beastie/pkg-descr deleted file mode 100644 index 7417b74b1..000000000 --- a/x11-themes/beastie/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -GNOME theme with FreeBSD colors - -Author: Jeremy Messenger <mezz@FreeBSD.org> - Michael Johnson <ahze@FreeBSD.org> -WWW: http://people.freebsd.org/~ahze/Beastie/ diff --git a/x11-themes/gnome-backgrounds/Makefile b/x11-themes/gnome-backgrounds/Makefile deleted file mode 100644 index 9b3290d78..000000000 --- a/x11-themes/gnome-backgrounds/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# New ports collection makefile for: gnome-backgrounds -# Date Created: 12 January 2005 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/x11-themes/gnome-backgrounds/Makefile,v 1.9 2005/09/05 18:15:09 kwm Exp $ -# - -PORTNAME= gnome-backgrounds -PORTVERSION= 2.12.1 -CATEGORIES= x11-themes graphics gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.12 -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A collection of backgrounds for GNOME 2 - -USE_BZIP2= yes -USE_X_PREFIX= yes -GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_GNOME= gnomeprefix gnometarget gnomehack intlhack -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -.include <bsd.port.mk> diff --git a/x11-themes/gnome-backgrounds/distinfo b/x11-themes/gnome-backgrounds/distinfo deleted file mode 100644 index 07ac1d4d2..000000000 --- a/x11-themes/gnome-backgrounds/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (gnome2/gnome-backgrounds-2.12.1.tar.bz2) = 3f84adbe8c22e18033f10e8c506d601f -SIZE (gnome2/gnome-backgrounds-2.12.1.tar.bz2) = 1756483 diff --git a/x11-themes/gnome-backgrounds/pkg-descr b/x11-themes/gnome-backgrounds/pkg-descr deleted file mode 100644 index bd5054b85..000000000 --- a/x11-themes/gnome-backgrounds/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -This module contains a set of backgrounds packaged with the GNOME desktop. diff --git a/x11-themes/gnome-backgrounds/pkg-plist b/x11-themes/gnome-backgrounds/pkg-plist deleted file mode 100644 index adb7d59d4..000000000 --- a/x11-themes/gnome-backgrounds/pkg-plist +++ /dev/null @@ -1,78 +0,0 @@ -share/gnome/gnome-background-properties/gnome-branded.xml -share/gnome/gnome-background-properties/gnome-tiles.xml -share/gnome/gnome-background-properties/gnome-translucent.xml -share/gnome/pixmaps/backgrounds/gnome/branded/GNOME-Aqua.jpg -share/gnome/pixmaps/backgrounds/gnome/branded/GNOME-FraserIsland.jpg -share/gnome/pixmaps/backgrounds/gnome/branded/GNOME-Redblurred.jpg -share/gnome/pixmaps/backgrounds/gnome/branded/GNOME-Weirdcolours.jpg -share/gnome/pixmaps/backgrounds/gnome/tiles/alien-artifact-trans.png -share/gnome/pixmaps/backgrounds/gnome/tiles/cow-trans.png -share/gnome/pixmaps/backgrounds/gnome/tiles/tiles-trans.png -share/gnome/pixmaps/backgrounds/gnome/translucent/ellipsis.svg -share/gnome/pixmaps/backgrounds/gnome/translucent/rects.svg -share/gnome/pixmaps/backgrounds/gnome/translucent/tentacles.svg -share/locale/ar/LC_MESSAGES/gnome-backgrounds.mo -share/locale/bg/LC_MESSAGES/gnome-backgrounds.mo -share/locale/bn/LC_MESSAGES/gnome-backgrounds.mo -share/locale/ca/LC_MESSAGES/gnome-backgrounds.mo -share/locale/cs/LC_MESSAGES/gnome-backgrounds.mo -share/locale/cy/LC_MESSAGES/gnome-backgrounds.mo -share/locale/da/LC_MESSAGES/gnome-backgrounds.mo -share/locale/de/LC_MESSAGES/gnome-backgrounds.mo -share/locale/el/LC_MESSAGES/gnome-backgrounds.mo -share/locale/en_CA/LC_MESSAGES/gnome-backgrounds.mo -share/locale/en_GB/LC_MESSAGES/gnome-backgrounds.mo -share/locale/es/LC_MESSAGES/gnome-backgrounds.mo -share/locale/et/LC_MESSAGES/gnome-backgrounds.mo -share/locale/eu/LC_MESSAGES/gnome-backgrounds.mo -share/locale/fa/LC_MESSAGES/gnome-backgrounds.mo -share/locale/fi/LC_MESSAGES/gnome-backgrounds.mo -share/locale/fr/LC_MESSAGES/gnome-backgrounds.mo -share/locale/gl/LC_MESSAGES/gnome-backgrounds.mo -share/locale/gu/LC_MESSAGES/gnome-backgrounds.mo -share/locale/hi/LC_MESSAGES/gnome-backgrounds.mo -share/locale/hy/LC_MESSAGES/gnome-backgrounds.mo -share/locale/hu/LC_MESSAGES/gnome-backgrounds.mo -share/locale/id/LC_MESSAGES/gnome-backgrounds.mo -share/locale/it/LC_MESSAGES/gnome-backgrounds.mo -share/locale/ja/LC_MESSAGES/gnome-backgrounds.mo -share/locale/ko/LC_MESSAGES/gnome-backgrounds.mo -share/locale/ku/LC_MESSAGES/gnome-backgrounds.mo -share/locale/lt/LC_MESSAGES/gnome-backgrounds.mo -share/locale/nb/LC_MESSAGES/gnome-backgrounds.mo -share/locale/ne/LC_MESSAGES/gnome-backgrounds.mo -share/locale/nl/LC_MESSAGES/gnome-backgrounds.mo -share/locale/no/LC_MESSAGES/gnome-backgrounds.mo -share/locale/pa/LC_MESSAGES/gnome-backgrounds.mo -share/locale/pl/LC_MESSAGES/gnome-backgrounds.mo -share/locale/pt/LC_MESSAGES/gnome-backgrounds.mo -share/locale/pt_BR/LC_MESSAGES/gnome-backgrounds.mo -share/locale/ro/LC_MESSAGES/gnome-backgrounds.mo -share/locale/rw/LC_MESSAGES/gnome-backgrounds.mo -share/locale/sk/LC_MESSAGES/gnome-backgrounds.mo -share/locale/sl/LC_MESSAGES/gnome-backgrounds.mo -share/locale/sq/LC_MESSAGES/gnome-backgrounds.mo -share/locale/sr/LC_MESSAGES/gnome-backgrounds.mo -share/locale/sr@Latn/LC_MESSAGES/gnome-backgrounds.mo -share/locale/sv/LC_MESSAGES/gnome-backgrounds.mo -share/locale/te/LC_MESSAGES/gnome-backgrounds.mo -share/locale/th/LC_MESSAGES/gnome-backgrounds.mo -share/locale/tr/LC_MESSAGES/gnome-backgrounds.mo -share/locale/uk/LC_MESSAGES/gnome-backgrounds.mo -share/locale/vi/LC_MESSAGES/gnome-backgrounds.mo -share/locale/zh_CN/LC_MESSAGES/gnome-backgrounds.mo -share/locale/zh_TW/LC_MESSAGES/gnome-backgrounds.mo -@unexec rmdir %D/share/locale/te/LC_MESSAGES 2> /dev/null || true -@unexec rmdir %D/share/locale/te 2> /dev/null || true -@unexec rmdir %D/share/locale/rw/LC_MESSAGES 2> /dev/null || true -@unexec rmdir %D/share/locale/rw 2> /dev/null || true -@unexec rmdir %D/share/locale/ku/LC_MESSAGES 2> /dev/null || true -@unexec rmdir %D/share/locale/ku 2> /dev/null || true -@unexec rmdir %D/share/locale/hy/LC_MESSAGES 2> /dev/null || true -@unexec rmdir %D/share/locale/hy 2> /dev/null || true -@dirrm share/gnome/pixmaps/backgrounds/gnome/translucent -@dirrm share/gnome/pixmaps/backgrounds/gnome/tiles -@dirrm share/gnome/pixmaps/backgrounds/gnome/branded -@dirrm share/gnome/pixmaps/backgrounds/gnome -@dirrm share/gnome/pixmaps/backgrounds -@unexec /bin/rmdir %D/share/gnome/gnome-background-properties 2>/dev/null || /usr/bin/true diff --git a/x11-themes/gtk-engines2/Makefile b/x11-themes/gtk-engines2/Makefile deleted file mode 100644 index c2991d7e3..000000000 --- a/x11-themes/gtk-engines2/Makefile +++ /dev/null @@ -1,48 +0,0 @@ -# New ports collection makefile for: gtk-engines2 -# Date Created: 21 May 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/x11-themes/gtk-engines2/Makefile,v 1.9 2005/08/26 04:03:56 marcus Exp $ -# - -PORTNAME= gtk-engines2 -PORTVERSION= 2.6.5 -PORTREVISION= 2 -CATEGORIES= x11-themes -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.6 -DISTNAME= ${PORTNAME:S/2$//}-${PORTVERSION} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Theme engine for the gtk+-2.0 toolkit - -CONFLICTS= gtk-smooth-engine-[0-9]* clearlooks-[0-9]* - -USE_BZIP2= yes -USE_X_PREFIX= yes -USE_REINPLACE= yes -USE_AUTOTOOLS= libtool:15 -USE_GNOME= gnomehack gtk20 -PLIST_SUB= GTK_VERSION="2.4.0" - -.if defined(WITH_ANIMATION) -CFLAGS+= -DHAVE_ANIMATION=1 -.endif - -pre-everything:: -.if !defined(WITH_ANIMATION) - @${ECHO_MSG} "" - @${ECHO_MSG} " You can enable experimental animated progressbars" - @${ECHO_MSG} " with the clearlooks engine by defining" - @${ECHO_MSG} " WITH_ANIMATION" - @${ECHO_MSG} "" -.endif - -# Disable the gtk1 theme. -post-patch: - @${REINPLACE_CMD} -e 's|gtk gtk-2.0|gtk-2.0|g' \ - ${WRKSRC}/themes/Redmond/Makefile.in - -.include <bsd.port.mk> diff --git a/x11-themes/gtk-engines2/distinfo b/x11-themes/gtk-engines2/distinfo deleted file mode 100644 index f9922ae6e..000000000 --- a/x11-themes/gtk-engines2/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (gnome2/gtk-engines-2.6.5.tar.bz2) = 28469a797ba1e6aaa3f7eea4c9f5f9b7 -SIZE (gnome2/gtk-engines-2.6.5.tar.bz2) = 477897 diff --git a/x11-themes/gtk-engines2/files/patch-clearlooks-symbol-conflict b/x11-themes/gtk-engines2/files/patch-clearlooks-symbol-conflict deleted file mode 100644 index 0d742c2ec..000000000 --- a/x11-themes/gtk-engines2/files/patch-clearlooks-symbol-conflict +++ /dev/null @@ -1,54 +0,0 @@ ---- engines/clearlooks/src/clearlooks_style.c.orig Wed Sep 7 01:41:42 2005 -+++ engines/clearlooks/src/clearlooks_style.c Wed Sep 7 01:41:49 2005 -@@ -178,7 +178,7 @@ clearlooks_draw_arrow (GtkStyle *st - - sanitize_size (window, &width, &height); - -- if (is_combo_box (widget)) -+ if (is_combo_box_cl (widget)) - { - width = 7; - height = 5; ---- engines/clearlooks/src/support.c.orig Wed Sep 7 01:40:25 2005 -+++ engines/clearlooks/src/support.c Wed Sep 7 01:40:59 2005 -@@ -959,7 +959,7 @@ GdkColor *get_parent_bgcolor (GtkWidget - } - - GtkWidget * --find_combo_box_widget (GtkWidget * widget) -+find_combo_box_widget_cl (GtkWidget * widget) - { - GtkWidget *result = NULL; - -@@ -968,14 +968,14 @@ find_combo_box_widget (GtkWidget * widge - if (GTK_IS_COMBO_BOX (widget)) - result = widget; - else -- result = find_combo_box_widget(widget->parent); -+ result = find_combo_box_widget_cl(widget->parent); - } - - return result; - } - - gboolean --is_combo_box (GtkWidget * widget) -+is_combo_box_cl (GtkWidget * widget) - { -- return (find_combo_box_widget(widget) != NULL); -+ return (find_combo_box_widget_cl(widget) != NULL); - } ---- engines/clearlooks/src/support.h.orig Wed Sep 7 01:41:03 2005 -+++ engines/clearlooks/src/support.h Wed Sep 7 01:41:17 2005 -@@ -102,9 +102,9 @@ GtkWidget *get_parent_window (GtkWidget - - GdkColor *get_parent_bgcolor (GtkWidget *widget); - --gboolean is_combo_box (GtkWidget * widget); -+gboolean is_combo_box_cl (GtkWidget * widget); - --GtkWidget *find_combo_box_widget (GtkWidget * widget); -+GtkWidget *find_combo_box_widget_cl (GtkWidget * widget); - - void gtk_clist_get_header_index (GtkCList *clist, GtkWidget *button, - gint *column_index, gint *columns); diff --git a/x11-themes/gtk-engines2/files/patch-engines_crux_src_crux-draw.c b/x11-themes/gtk-engines2/files/patch-engines_crux_src_crux-draw.c deleted file mode 100644 index 371abad8e..000000000 --- a/x11-themes/gtk-engines2/files/patch-engines_crux_src_crux-draw.c +++ /dev/null @@ -1,20 +0,0 @@ ---- engines/crux/src/crux-draw.c.orig Wed Aug 24 12:45:47 2005 -+++ engines/crux/src/crux-draw.c Wed Aug 24 12:46:08 2005 -@@ -2323,6 +2323,8 @@ draw_extension (GtkStyle *style, - GdkRectangle rect; - - eazel_theme_data *theme_data; -+ GtkWidget* parent_widget; -+ gint relative_x; - - g_return_if_fail (style != NULL); - g_return_if_fail (window != NULL); -@@ -2334,8 +2336,6 @@ draw_extension (GtkStyle *style, - detail, state_type, shadow_type, x, y, width, height); - - /* Get x relative to parent widget, not window */ -- GtkWidget* parent_widget; -- gint relative_x; - if (widget != NULL) - { - parent_widget = gtk_widget_get_parent(widget); diff --git a/x11-themes/gtk-engines2/files/patch-engines_crux_src_crux-gradient.c b/x11-themes/gtk-engines2/files/patch-engines_crux_src_crux-gradient.c deleted file mode 100644 index ec5a85340..000000000 --- a/x11-themes/gtk-engines2/files/patch-engines_crux_src_crux-gradient.c +++ /dev/null @@ -1,31 +0,0 @@ ---- engines/crux/src/crux-gradient.c.orig Thu Oct 16 20:57:05 2003 -+++ engines/crux/src/crux-gradient.c Thu Oct 16 21:01:18 2003 -@@ -207,7 +207,7 @@ - const eazel_engine_gradient *gradient) - { - int rgb_size = clip_rect->height; -- guchar *rgb = alloca (rgb_size * 3), *ptr; -+ guchar *rgb = g_malloc (rgb_size * 3), *ptr; - - eazel_engine_fill_gradient_rgb_buffer (gradient, full_rect->height, rgb, - clip_rect->y - full_rect->y, -@@ -239,7 +239,7 @@ - } - else - { -- guchar *xrgb = alloca (clip_rect->width * clip_rect->height * 3); -+ guchar *xrgb = g_malloc (clip_rect->width * clip_rect->height * 3); - int x, y; - guchar *ptr_in = rgb, *ptr_out = xrgb; - for (y = 0; y < clip_rect->height; y++) -@@ -257,7 +257,10 @@ - gdk_draw_rgb_image (drawable, gc, clip_rect->x, clip_rect->y, - clip_rect->width, clip_rect->height, - dither_mode, xrgb, clip_rect->width * 3); -+ g_free (xrgb); - } -+ -+ g_free (rgb); - } - - static void diff --git a/x11-themes/gtk-engines2/files/patch-engines_industrial_src_industrial_style.c b/x11-themes/gtk-engines2/files/patch-engines_industrial_src_industrial_style.c deleted file mode 100644 index f545a6a65..000000000 --- a/x11-themes/gtk-engines2/files/patch-engines_industrial_src_industrial_style.c +++ /dev/null @@ -1,10 +0,0 @@ ---- engines/industrial/src/industrial_style.c.orig Tue Mar 16 16:55:11 2004 -+++ engines/industrial/src/industrial_style.c Tue Mar 16 16:58:23 2004 -@@ -1801,6 +1801,7 @@ - gint width, - gint height) - { -+ g_return_if_fail (widget != NULL); - #if DEBUG - printf ("draw_shadow: %p %p %s %i %i %i %i\n", widget, window, detail, x, y, - width, height); diff --git a/x11-themes/gtk-engines2/pkg-descr b/x11-themes/gtk-engines2/pkg-descr deleted file mode 100644 index e787f789b..000000000 --- a/x11-themes/gtk-engines2/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Theme engine for the gtk+-2.0 toolkit. - -WWW: http://www.gtk.org/ diff --git a/x11-themes/gtk-engines2/pkg-plist b/x11-themes/gtk-engines2/pkg-plist deleted file mode 100644 index ace2f721a..000000000 --- a/x11-themes/gtk-engines2/pkg-plist +++ /dev/null @@ -1,111 +0,0 @@ -lib/gtk-2.0/%%GTK_VERSION%%/engines/libclearlooks.so -lib/gtk-2.0/%%GTK_VERSION%%/engines/libcrux-engine.so -lib/gtk-2.0/%%GTK_VERSION%%/engines/libhcengine.so -lib/gtk-2.0/%%GTK_VERSION%%/engines/libindustrial.so -lib/gtk-2.0/%%GTK_VERSION%%/engines/liblighthouseblue.so -lib/gtk-2.0/%%GTK_VERSION%%/engines/libmetal.so -lib/gtk-2.0/%%GTK_VERSION%%/engines/libmist.so -lib/gtk-2.0/%%GTK_VERSION%%/engines/libredmond95.so -lib/gtk-2.0/%%GTK_VERSION%%/engines/libsmooth.so -lib/gtk-2.0/%%GTK_VERSION%%/engines/libthinice.so -libdata/pkgconfig/gtk-engines-2.pc -share/themes/Clearlooks/gtk-2.0/gtkrc -share/themes/Crux/gtk-2.0/gtkrc -share/themes/Crux/pixmaps/arrow_down-spinner.png -share/themes/Crux/pixmaps/arrow_down.png -share/themes/Crux/pixmaps/arrow_left.png -share/themes/Crux/pixmaps/arrow_right.png -share/themes/Crux/pixmaps/arrow_up-spinner.png -share/themes/Crux/pixmaps/arrow_up.png -share/themes/Crux/pixmaps/check-active-default-focus.png -share/themes/Crux/pixmaps/check-active-default.png -share/themes/Crux/pixmaps/check-active-hilight-focus.png -share/themes/Crux/pixmaps/check-active-hilight.png -share/themes/Crux/pixmaps/check-active-insensitive.png -share/themes/Crux/pixmaps/check-active-pressed-focus.png -share/themes/Crux/pixmaps/check-active-pressed.png -share/themes/Crux/pixmaps/check-default-focus.png -share/themes/Crux/pixmaps/check-default.png -share/themes/Crux/pixmaps/check-hilight-focus.png -share/themes/Crux/pixmaps/check-hilight.png -share/themes/Crux/pixmaps/check-insensitive.png -share/themes/Crux/pixmaps/check-pressed-focus.png -share/themes/Crux/pixmaps/check-pressed.png -share/themes/Crux/pixmaps/progressbar-left.png -share/themes/Crux/pixmaps/progressbar-right.png -share/themes/Crux/pixmaps/progressbar.png -share/themes/Crux/pixmaps/progressbar_trough.png -share/themes/Crux/pixmaps/radio-active-default-focus.png -share/themes/Crux/pixmaps/radio-active-default.png -share/themes/Crux/pixmaps/radio-active-hilight-focus.png -share/themes/Crux/pixmaps/radio-active-hilight.png -share/themes/Crux/pixmaps/radio-active-insensitive.png -share/themes/Crux/pixmaps/radio-active-pressed-focus.png -share/themes/Crux/pixmaps/radio-active-pressed.png -share/themes/Crux/pixmaps/radio-default-focus.png -share/themes/Crux/pixmaps/radio-default.png -share/themes/Crux/pixmaps/radio-hilight-focus.png -share/themes/Crux/pixmaps/radio-hilight.png -share/themes/Crux/pixmaps/radio-insensitive.png -share/themes/Crux/pixmaps/radio-pressed-focus.png -share/themes/Crux/pixmaps/radio-pressed.png -share/themes/Crux/pixmaps/scroller-arrow-down-hilight.png -share/themes/Crux/pixmaps/scroller-arrow-down-pressed.png -share/themes/Crux/pixmaps/scroller-arrow-down.png -share/themes/Crux/pixmaps/scroller-arrow-left-hilight.png -share/themes/Crux/pixmaps/scroller-arrow-left-pressed.png -share/themes/Crux/pixmaps/scroller-arrow-left.png -share/themes/Crux/pixmaps/scroller-arrow-right-hilight.png -share/themes/Crux/pixmaps/scroller-arrow-right-pressed.png -share/themes/Crux/pixmaps/scroller-arrow-right.png -share/themes/Crux/pixmaps/scroller-arrow-up-hilight.png -share/themes/Crux/pixmaps/scroller-arrow-up-pressed.png -share/themes/Crux/pixmaps/scroller-arrow-up.png -share/themes/Crux/pixmaps/scroller-h-hilight.png -share/themes/Crux/pixmaps/scroller-h-thumb-hilight.png -share/themes/Crux/pixmaps/scroller-h-thumb.png -share/themes/Crux/pixmaps/scroller-h-trough.png -share/themes/Crux/pixmaps/scroller-h.png -share/themes/Crux/pixmaps/scroller-v-hilight.png -share/themes/Crux/pixmaps/scroller-v-thumb-hilight.png -share/themes/Crux/pixmaps/scroller-v-thumb.png -share/themes/Crux/pixmaps/scroller-v-trough.png -share/themes/Crux/pixmaps/scroller-v.png -share/themes/Crux/pixmaps/slider_h_thumb.png -share/themes/Crux/pixmaps/slider_h_trough.png -share/themes/Crux/pixmaps/slider_h_trough_focus.png -share/themes/Crux/pixmaps/slider_v_thumb.png -share/themes/Crux/pixmaps/slider_v_trough.png -share/themes/Crux/pixmaps/slider_v_trough_focus.png -share/themes/Crux/pixmaps/tab_left-unsel.png -share/themes/Crux/pixmaps/tab_left.png -share/themes/Crux/pixmaps/tab_right.png -share/themes/Crux/pixmaps/tab_sel-bottom.png -share/themes/Crux/pixmaps/tab_sel.png -share/themes/Crux/pixmaps/tab_usel-bottom-left.png -share/themes/Crux/pixmaps/tab_usel-bottom.png -share/themes/Crux/pixmaps/tab_usel-left.png -share/themes/Crux/pixmaps/tab_usel.png -share/themes/Industrial/gtk-2.0/gtkrc -share/themes/LighthouseBlue/gtk-2.0/gtkrc -share/themes/Metal/gtk-2.0/gtkrc -share/themes/Mist/gtk-2.0/gtkrc -share/themes/Redmond/gtk-2.0/gtkrc -share/themes/ThinIce/gtk-2.0/gtkrc -@dirrm share/themes/ThinIce/gtk-2.0 -@dirrm share/themes/Redmond/gtk-2.0 -@dirrm share/themes/Mist/gtk-2.0 -@dirrm share/themes/Metal/gtk-2.0 -@dirrm share/themes/LighthouseBlue/gtk-2.0 -@dirrm share/themes/Industrial/gtk-2.0 -@dirrm share/themes/Crux/pixmaps -@dirrm share/themes/Crux/gtk-2.0 -@dirrm share/themes/Clearlooks/gtk-2.0 -@unexec /bin/rmdir %D/share/themes/ThinIce 2>/dev/null || true -@unexec /bin/rmdir %D/share/themes/Redmond 2>/dev/null || true -@unexec /bin/rmdir %D/share/themes/Mist 2>/dev/null || true -@unexec /bin/rmdir %D/share/themes/Metal 2>/dev/null || /usr/bin/true -@unexec /bin/rmdir %D/share/themes/LighthouseBlue 2>/dev/null || true -@unexec /bin/rmdir %D/share/themes/Industrial 2>/dev/null || true -@unexec /bin/rmdir %D/share/themes/Crux 2>/dev/null || true -@unexec /bin/rmdir %D/share/themes/Clearlooks 2>/dev/null || true |