summaryrefslogtreecommitdiff
path: root/x11/gtk2-engines
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2006-09-15 15:10:33 +0000
committerjmmv <jmmv@pkgsrc.org>2006-09-15 15:10:33 +0000
commit14d95beebed0cc32aa35a2cda28a9517ae897c4c (patch)
tree4e1d1afeb04232907276039b6aeff919cb5a5551 /x11/gtk2-engines
parent3d4fe3b79872f1b9d8c948f6361f370db06b425c (diff)
downloadpkgsrc-14d95beebed0cc32aa35a2cda28a9517ae897c4c.tar.gz
Update to 2.8.0:
Overview of Changes in 2.7.8 (since 2.7.7) ========================================== Highlights in this release include: - Ensure all engines (except smooth) compile with paranoia compiler flags - Miscellaneous cleanups to the Clearlooks engine - Many RTL issues fixed in Clearlooks - Fixed minor visual issues in other engines See the ChangeLog for full details of other smaller fixes and enhancements. Fixed bugs in this release: 326309 - Clearlooks read-only checkboxes are nearly invisible 328053 - GtkTreeView's title bar's borders isn't shown properly in RTL applications 45579 (bugzilla.ximian.com) - sodipodi rulers corrupted when using industrial gtk engine Overview of Changes in 2.7.8 (since 2.7.7) ========================================== Highlights in this release include: - Add paranoia and deprecated configure flags - Improve HighContrast (HC) engine inconsistent state check mark - Use the base/text values for expander arrow in HC (fixes invisible indicator problem) - Improve visibility/contrast of checks in HC - Fix broken Clearlooks menu on panel check - Implement a focus rectangle for GtkEntry - Many other visual improvements to Industrial See the ChangeLog for full details of other smaller fixes and enhancements. Fixed bugs in this release: 349575 - C89 Fixes (Last C89 Patch to close bug) 350606 - Location of G_GNUC_INTERNAL breaks Solaris build 351057 - Leak in clearlooks_style.c Overview of Changes in 2.7.7 (since 2.7.6) ========================================== Highlights in this release include: * RTL fixes and other enhancements in Crux * Lots of namespace and symbol precautions * Port of Industrial to cairo Fixed bugs in this release: 349575 - C89 Fixes 347227 - Add inconsistent state for option buttons (Clearlooks) Overview of Changes in 2.7.6 (since 2.7.5) ========================================== Highlights in this release include: * More improvements to the cairo version of Crux, now using purple highlights. * Further improvements to the cairo version of the High Constrast engine * New cairo based Engine called Glide for the Glider theme Fixed bugs in this release: 343893 - Engines need to handle GTK_ARROW_NONE. 348167 - Remove crux/pixmaps directory. Overview of Changes in 2.7.5 (since 2.7.4) ========================================== Highlights in this release include: * Further improvements to the cairo version of Crux, now with a new tango style from a mockup by Lapo Calamandrei * Fixed lots of memory leaks in Clearlooks, and several other bugs * High Constrast engine conversion to cairo started * Redmond, Thinice and Mist engine conversions to cairo almost complete * Lighthouseblue and Metal engines have been removed, since no one has volounteered to convert them to cairo, and they are no longer maintained. Fixed bugs in this release: 345769 - Clearlooks' gtk_paint_* functions do not correctly obey the passed clip rect 341694 - Crash in d4x (industrial) 338826 - style copy function broken in clearlooks 337381 - GtkHScale is improperly displayed in RTL (clearlooks) 325760 - panel applets have black background on transparent/solid colour panels (clearlooks) 332639 - Fix memory leaks in draw_flat_box and gtk_treeview_get_header_index (clearlooks) 325932 - "Inconsistent" checkbox state missing (clearlooks) Overview of Changes in 2.7.4 (since 2.7.3) ========================================== * Not compiling any animation code in clearlooks anymore * Crux updated with radio and check buttons drawn using cairo * Crux updated with progress bar bars drawn using cairo Overview of Changes in 2.7.3 (since 2.7.2) ========================================== * Various fixes and updates to Clearlooks * Fixes to hc (#318151) * Cleanups in lighthouseblue (#321140) Overview of Changes in 2.7.2 (since 2.7.1) ========================================== * Numerous Clearlooks bug fixes (including #315562, #323218, #323218, #325168) * Patches and fixes for bug 321140 to hc, industrial, mist, redmond, smooth and thinice engines (cleanups for compiler warnings and removal of unneeded code) Overview of Changes in 2.7.1 (since 2.7.0) ========================================== * Bug fixes to metal and thinice engines (bug 323215) * Updates and bug fixes to Clearlooks engine Overview of Changes in 2.7.0 (since 2.6.3) ========================================== * Clearlooks and Mist engine now uses cairo to do drawing * Redmond and Crux engine conversions to cairo started * Various cleanups and fixes * Animation code for checkboxes and radiobuttons in clearlooks (off by default)
Diffstat (limited to 'x11/gtk2-engines')
-rw-r--r--x11/gtk2-engines/Makefile8
-rw-r--r--x11/gtk2-engines/PLIST107
-rw-r--r--x11/gtk2-engines/distinfo8
3 files changed, 19 insertions, 104 deletions
diff --git a/x11/gtk2-engines/Makefile b/x11/gtk2-engines/Makefile
index a948bd6f88b..86ce0778d5c 100644
--- a/x11/gtk2-engines/Makefile
+++ b/x11/gtk2-engines/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.42 2006/08/06 19:03:57 jmmv Exp $
+# $NetBSD: Makefile,v 1.43 2006/09/15 15:10:33 jmmv Exp $
-DISTNAME= gtk-engines-2.6.10
+DISTNAME= gtk-engines-2.8.0
PKGNAME= ${DISTNAME:S/gtk/gtk2/}
CATEGORIES= x11
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtk-engines/2.6/}
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtk-engines/2.8/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= jmmv@NetBSD.org
@@ -15,7 +15,7 @@ CONFLICTS+= gtk2-engines-clearlooks-[0-9]*
CONFLICTS+= gtk2-engines-industrial-[0-9]*
CONFLICTS+= gnome-themes-extras<0.8
-BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.6.4
+BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.8.0
USE_TOOLS+= pkg-config
GNU_CONFIGURE= yes
diff --git a/x11/gtk2-engines/PLIST b/x11/gtk2-engines/PLIST
index 125176315d2..e7ff6e4a56a 100644
--- a/x11/gtk2-engines/PLIST
+++ b/x11/gtk2-engines/PLIST
@@ -1,95 +1,17 @@
-@comment $NetBSD: PLIST,v 1.11 2005/08/26 16:33:40 drochner Exp $
-lib/gtk-2.0/2.4.0/engines/libclearlooks.la
-lib/gtk-2.0/2.4.0/engines/libcrux-engine.la
-lib/gtk-2.0/2.4.0/engines/libhcengine.la
-lib/gtk-2.0/2.4.0/engines/libindustrial.la
-lib/gtk-2.0/2.4.0/engines/liblighthouseblue.la
-lib/gtk-2.0/2.4.0/engines/libmetal.la
-lib/gtk-2.0/2.4.0/engines/libmist.la
-lib/gtk-2.0/2.4.0/engines/libredmond95.la
-lib/gtk-2.0/2.4.0/engines/libsmooth.la
-lib/gtk-2.0/2.4.0/engines/libthinice.la
+@comment $NetBSD: PLIST,v 1.12 2006/09/15 15:10:33 jmmv Exp $
+lib/gtk-2.0/2.10.0/engines/libclearlooks.la
+lib/gtk-2.0/2.10.0/engines/libcrux-engine.la
+lib/gtk-2.0/2.10.0/engines/libglide.la
+lib/gtk-2.0/2.10.0/engines/libhcengine.la
+lib/gtk-2.0/2.10.0/engines/libindustrial.la
+lib/gtk-2.0/2.10.0/engines/libmist.la
+lib/gtk-2.0/2.10.0/engines/libredmond95.la
+lib/gtk-2.0/2.10.0/engines/libsmooth.la
+lib/gtk-2.0/2.10.0/engines/libthinice.la
lib/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/Redmond/gtk/gtkrc
@@ -101,17 +23,10 @@ share/themes/ThinIce/gtk-2.0/gtkrc
@comment in theme-dirs: @dirrm share/themes/Redmond
@dirrm share/themes/Mist/gtk-2.0
@comment in theme-dirs: @dirrm share/themes/Mist
-@dirrm share/themes/Metal/gtk-2.0
-@comment in theme-dirs: @dirrm share/themes/Metal
-@dirrm share/themes/LighthouseBlue/gtk-2.0
-@comment in theme-dirs: @dirrm share/themes/LighthouseBlue
@dirrm share/themes/Industrial/gtk-2.0
@comment in theme-dirs: @dirrm share/themes/Industrial
-@dirrm share/themes/Crux/pixmaps
@dirrm share/themes/Crux/gtk-2.0
@comment in theme-dirs: @dirrm share/themes/Crux
@dirrm share/themes/Clearlooks/gtk-2.0
@comment in theme-dirs: @dirrm share/themes/Clearlooks
-@comment in xdg-dirs: @dirrm share/themes
-@comment in gtk2: @dirrm lib/gtk-2.0/engines
-@comment in gtk2: @dirrm lib/gtk-2.0/2.4.0/engines
+@comment in gtk2: @dirrm lib/gtk-2.0/2.10.0/engines
diff --git a/x11/gtk2-engines/distinfo b/x11/gtk2-engines/distinfo
index 8e4d4576e1b..58c44e03409 100644
--- a/x11/gtk2-engines/distinfo
+++ b/x11/gtk2-engines/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.16 2006/08/06 19:03:57 jmmv Exp $
+$NetBSD: distinfo,v 1.17 2006/09/15 15:10:33 jmmv Exp $
-SHA1 (gtk-engines-2.6.10.tar.bz2) = 5c3f88893c1d1d7665709271dbac37f1f7e30758
-RMD160 (gtk-engines-2.6.10.tar.bz2) = dc9b415471109f7c645888edd810ff10abf6add7
-Size (gtk-engines-2.6.10.tar.bz2) = 472374 bytes
+SHA1 (gtk-engines-2.8.0.tar.bz2) = 67a735f3b1830af9554a712670e2a5902043f5a5
+RMD160 (gtk-engines-2.8.0.tar.bz2) = 76f17146b65952577da67f2dc59a15c44dabc3cf
+Size (gtk-engines-2.8.0.tar.bz2) = 459202 bytes