diff options
author | marcus <marcus@FreeBSD.org> | 2002-05-23 15:48:46 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-05-23 15:48:46 +0000 |
commit | 16b1be6b5ae1f0328098422885b54e8aaea8f154 (patch) | |
tree | 36ef8b1af29772863311e4d47682e0c9e7ce4466 /x11-toolkits | |
parent | 9054712679bb68d142ac2cbab04fc1d9f122d86f (diff) | |
download | FreeBSD-ports-16b1be6b5ae1f0328098422885b54e8aaea8f154.zip FreeBSD-ports-16b1be6b5ae1f0328098422885b54e8aaea8f154.tar.gz |
Add gtk-engines2 after repo copy from gtk-engines. Gtk-engines is the theme
engine for GTK+-2.0.
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/gtk-engines2/Makefile | 25 | ||||
-rw-r--r-- | x11-toolkits/gtk-engines2/distinfo | 2 | ||||
-rw-r--r-- | x11-toolkits/gtk-engines2/files/patch-configure | 21 | ||||
-rw-r--r-- | x11-toolkits/gtk-engines2/files/patch-pixmap::pixmap_theme_draw.c | 74 | ||||
-rw-r--r-- | x11-toolkits/gtk-engines2/files/patch-pixmap_Theme_gtk_gtkrc | 13 | ||||
-rw-r--r-- | x11-toolkits/gtk-engines2/pkg-comment | 2 | ||||
-rw-r--r-- | x11-toolkits/gtk-engines2/pkg-descr | 4 | ||||
-rw-r--r-- | x11-toolkits/gtk-engines2/pkg-plist | 105 |
9 files changed, 40 insertions, 207 deletions
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile index de53871..a9f9066 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -32,6 +32,7 @@ SUBDIR += gtk-- SUBDIR += gtk-Mac2-theme SUBDIR += gtk-engines + SUBDIR += gtk-engines2 SUBDIR += gtk-engines-collection SUBDIR += gtk-flat-theme SUBDIR += gtk-qn-x11-theme diff --git a/x11-toolkits/gtk-engines2/Makefile b/x11-toolkits/gtk-engines2/Makefile index 3dcc751..3a5c1e1 100644 --- a/x11-toolkits/gtk-engines2/Makefile +++ b/x11-toolkits/gtk-engines2/Makefile @@ -1,28 +1,33 @@ -# New ports collection makefile for: gtk-engines -# Date Created: 23 Dec 1998 -# Whom: Vanilla I. Shu <vanilla@FreeBSD.org> +# New ports collection makefile for: gtk-engines2 +# Date Created: 21 May 2002 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ # -PORTNAME= gtk-engines -PORTVERSION= 0.12 -PORTREVISION= 2 +PORTNAME= gtk-engines2 +PORTVERSION= 1.9.0 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= stable/sources/gtk-engines +MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-beta5 +DISTNAME= gtk-engines-${PORTVERSION} +DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org +LIB_DEPENDS= gtk-x11-2.0.0:${PORTSDIR}/x11-toolkits/gtk20 + +USE_BZIP2= yes USE_X_PREFIX= yes -USE_IMLIB= yes USE_LIBTOOL= yes +CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} +PLIST_SUB= VERSION=2.0.0 -THEMES= metal notif pixmap raleigh redmond95 +THEMES= metal redmond95 post-patch: @for theme in ${THEMES}; do \ - cd ${WRKSRC}/$$theme/Theme/gtk; \ + cd ${WRKSRC}/$$theme/Theme/gtk-2.0; \ ${MV} gtkrc gtkrc.tmp; \ ${SED} -e s^%%PREFIX%%^${PREFIX}^g < gtkrc.tmp > gtkrc; \ done diff --git a/x11-toolkits/gtk-engines2/distinfo b/x11-toolkits/gtk-engines2/distinfo index 2ad4263..a025fd2 100644 --- a/x11-toolkits/gtk-engines2/distinfo +++ b/x11-toolkits/gtk-engines2/distinfo @@ -1 +1 @@ -MD5 (gtk-engines-0.12.tar.gz) = c867d1ebd6dbea355765d689a11330ec +MD5 (gnome2/gtk-engines-1.9.0.tar.bz2) = d77b10a9e73226a306a32d5c89ba066d diff --git a/x11-toolkits/gtk-engines2/files/patch-configure b/x11-toolkits/gtk-engines2/files/patch-configure index 75a816a..606b179 100644 --- a/x11-toolkits/gtk-engines2/files/patch-configure +++ b/x11-toolkits/gtk-engines2/files/patch-configure @@ -1,11 +1,10 @@ ---- 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" +--- configure.orig Tue May 21 16:33:53 2002 ++++ configure Tue May 21 16:34:13 2002 +@@ -6994,6 +6994,7 @@ + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' diff --git a/x11-toolkits/gtk-engines2/files/patch-pixmap::pixmap_theme_draw.c b/x11-toolkits/gtk-engines2/files/patch-pixmap::pixmap_theme_draw.c deleted file mode 100644 index b3e5228..0000000 --- a/x11-toolkits/gtk-engines2/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-toolkits/gtk-engines2/files/patch-pixmap_Theme_gtk_gtkrc b/x11-toolkits/gtk-engines2/files/patch-pixmap_Theme_gtk_gtkrc deleted file mode 100644 index 81c3bc7..0000000 --- a/x11-toolkits/gtk-engines2/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-toolkits/gtk-engines2/pkg-comment b/x11-toolkits/gtk-engines2/pkg-comment index bc31903..5f0762d 100644 --- a/x11-toolkits/gtk-engines2/pkg-comment +++ b/x11-toolkits/gtk-engines2/pkg-comment @@ -1 +1 @@ -Theme engine for gtk+ toolkits +Theme engine for the gtk+-2.0 toolkit diff --git a/x11-toolkits/gtk-engines2/pkg-descr b/x11-toolkits/gtk-engines2/pkg-descr index cebd49c..e787f78 100644 --- a/x11-toolkits/gtk-engines2/pkg-descr +++ b/x11-toolkits/gtk-engines2/pkg-descr @@ -1,3 +1,3 @@ -Theme engine for gtk+ toolkits. +Theme engine for the gtk+-2.0 toolkit. -WWW: http://www.gnome.org/ +WWW: http://www.gtk.org/ diff --git a/x11-toolkits/gtk-engines2/pkg-plist b/x11-toolkits/gtk-engines2/pkg-plist index c1cc20c..1888a2b 100644 --- a/x11-toolkits/gtk-engines2/pkg-plist +++ b/x11-toolkits/gtk-engines2/pkg-plist @@ -1,99 +1,14 @@ -lib/gtk/themes/engines/libmetal.so -lib/gtk/themes/engines/libnotif.so -lib/gtk/themes/engines/libpixmap.so -lib/gtk/themes/engines/libraleigh.so -lib/gtk/themes/engines/libredmond95.so +lib/gtk-2.0/%%VERSION%%/engines/libmetal.so +lib/gtk-2.0/%%VERSION%%/engines/libpixmap.so +lib/gtk-2.0/%%VERSION%%/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/Metal/gtk-2.0/gtkrc share/themes/Redmond95/ICON.png share/themes/Redmond95/README.html -share/themes/Redmond95/gtk/gtkrc -@dirrm share/themes/Redmond95/gtk -@dirrm share/themes/Redmond95 -@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 -@dirrm share/themes/Metal +share/themes/Redmond95/gtk-2.0/gtkrc +@dirrm share/themes/Redmond95/gtk-2.0 +@dirrm share/themes/Metal/gtk-2.0 +@dirrm lib/gtk-2.0/%%VERSION%%/engines +@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 |