pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/gtk2-engines Update to 2.10.0:
details: https://anonhg.NetBSD.org/pkgsrc/rev/2f21d052a1eb
branches: trunk
changeset: 527596:2f21d052a1eb
user: wiz <wiz%pkgsrc.org@localhost>
date: Wed Apr 11 00:57:45 2007 +0000
description:
Update to 2.10.0:
Overview of Changes in 2.10.0 (since 2.9.4)
===========================================
Hilights in this release include:
- Remove the cairo stroking performance workaround
- Added XML information files for third party applications to use
Overview of Changes in 2.9.4 (since 2.9.3)
==========================================
Hilights in this release include:
- Revert checkbox style to a tick in Clearlooks
- Add clearlooks inverted style to test suite
- Fixes to Clearlooks shading, style and colours
- Fix inconsistent toggle buttons in Redmond engine
- Use quarks with engines name in thinice and mist engines
- Skip torture tests if buildin fails (eg. no X server or crashes
in GTK+)
Fixed bugs in this release:
- Bug 407440 - Use text[NORMAL] for active checkmarks
Overview of Changes in 2.9.3 (since 2.9.2)
==========================================
Hilights in this release include:
- Many improvements to Clearlooks style from Andrea Cimitan
- Added some generic engine checks to "make check"
- Use symbolic colors in Crux
- c90 fixes
Overview of Changes in 2.9.2 (since 2.9.1)
==========================================
Hilights in this release include:
- RTL Fixes in Smooth
- C89 fixes for lua engine (from TFKyle)
- Corrections to hilighted side for inverted scales and vertical ranges in
Smooth engine
- Fix menu border spacing in Mist
Fixed bugs in this release:
Bug 356426 - Don't force Crux icons to be 22x22
Bug 393312 - Memory corruption in Smooth engine
Bug 395193 - Division by zero bug in Smooth
Overview of Changes in 2.9.1 (since 2.9.0)
==========================================
- New lua scripting engine by Daniel Borgmann
- New clearlooks options radius, improvements to glossy style
- Implement suggestions for clearlooks menu selection from bug 382634
- Plus many other small bug fixes
Fixed bugs in this release:
- Bug 382397 - Clearlooks: Use @selected_fg_color for text[PRELIGHT] inside menus and
for fg[PRELIGHT] in GtkProgressBar
- Bug 382704 - Clearlooks: C89 fixes (Patch by Jens Granseuer)
- Bug 385106 - Clearlooks: Don't set shadow type to NONE if the detail is not
one of the known ones.
Overview of Changes in 2.9.0 (since 2.8.2)
==========================================
Hilights in this release include:
- Add glossy options for Clearlooks
- Use gtk-colour-scheme in Clearlooks, Mist and Industrial themes
- Require GTK+ 2.10
- Misc. fixes to Clearlooks
diffstat:
x11/gtk2-engines/Makefile | 10 +++++-----
x11/gtk2-engines/PLIST | 14 +++++++++++++-
x11/gtk2-engines/distinfo | 8 ++++----
3 files changed, 22 insertions(+), 10 deletions(-)
diffs (69 lines):
diff -r 492b0d90ca10 -r 2f21d052a1eb x11/gtk2-engines/Makefile
--- a/x11/gtk2-engines/Makefile Tue Apr 10 23:52:33 2007 +0000
+++ b/x11/gtk2-engines/Makefile Wed Apr 11 00:57:45 2007 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.45 2006/11/28 22:10:21 drochner Exp $
+# $NetBSD: Makefile,v 1.46 2007/04/11 00:57:45 wiz Exp $
-DISTNAME= gtk-engines-2.8.2
+DISTNAME= gtk-engines-2.10.0
PKGNAME= ${DISTNAME:S/gtk/gtk2/}
CATEGORIES= x11
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtk-engines/2.8/}
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtk-engines/2.10/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= jmmv%NetBSD.org@localhost
@@ -15,9 +15,9 @@
CONFLICTS+= gtk2-engines-industrial-[0-9]*
CONFLICTS+= gnome-themes-extras<0.8
-BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.8.0
+BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.10.0
-USE_TOOLS+= pkg-config
+USE_TOOLS+= gmake intltool pkg-config
GNU_CONFIGURE= yes
USE_DIRS+= theme-1.1 xdg-1.1
USE_LIBTOOL= yes
diff -r 492b0d90ca10 -r 2f21d052a1eb x11/gtk2-engines/PLIST
--- a/x11/gtk2-engines/PLIST Tue Apr 10 23:52:33 2007 +0000
+++ b/x11/gtk2-engines/PLIST Wed Apr 11 00:57:45 2007 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.13 2006/10/12 13:56:26 drochner Exp $
+@comment $NetBSD: PLIST,v 1.14 2007/04/11 00:57:45 wiz 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
@@ -9,6 +9,18 @@
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/gtk-engines/clearlooks.xml
+share/gtk-engines/crux.xml
+share/gtk-engines/glide.xml
+share/gtk-engines/hc.xml
+share/gtk-engines/industrial.xml
+share/gtk-engines/mist.xml
+share/gtk-engines/redmond.xml
+share/gtk-engines/smooth.xml
+share/gtk-engines/thinice.xml
+share/locale/de/LC_MESSAGES/gtk-engines.mo
+share/locale/en_GB/LC_MESSAGES/gtk-engines.mo
+share/locale/nl/LC_MESSAGES/gtk-engines.mo
share/themes/Clearlooks/gtk-2.0/gtkrc
share/themes/Crux/gtk-2.0/gtkrc
share/themes/Industrial/gtk-2.0/gtkrc
diff -r 492b0d90ca10 -r 2f21d052a1eb x11/gtk2-engines/distinfo
--- a/x11/gtk2-engines/distinfo Tue Apr 10 23:52:33 2007 +0000
+++ b/x11/gtk2-engines/distinfo Wed Apr 11 00:57:45 2007 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.19 2006/11/28 22:10:22 drochner Exp $
+$NetBSD: distinfo,v 1.20 2007/04/11 00:57:45 wiz Exp $
-SHA1 (gtk-engines-2.8.2.tar.bz2) = 7c1946f1bc84886bf61a915684f5e1ed2390e640
-RMD160 (gtk-engines-2.8.2.tar.bz2) = f82a5d5a5a3833759a3edba4f18f9135b1daccbf
-Size (gtk-engines-2.8.2.tar.bz2) = 461623 bytes
+SHA1 (gtk-engines-2.10.0.tar.bz2) = 0e705216a15aadd898e77307f326812a7375b460
+RMD160 (gtk-engines-2.10.0.tar.bz2) = 4a65ed87984cce4e8379e0c29126f081650d01e2
+Size (gtk-engines-2.10.0.tar.bz2) = 641141 bytes
Home |
Main Index |
Thread Index |
Old Index