summaryrefslogtreecommitdiff
path: root/x11/gtk2-engines/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2007-04-11 00:57:45 +0000
committerwiz <wiz>2007-04-11 00:57:45 +0000
commit3fb28c7249b5af9d4190ead5506af6db067fedfe (patch)
tree2050c58a04865039165bbfa11a547a85fbb2f33a /x11/gtk2-engines/Makefile
parent8fbd292b2de8d390b0bedda6a21338a6dd3eb973 (diff)
downloadpkgsrc-3fb28c7249b5af9d4190ead5506af6db067fedfe.tar.gz
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 (limited to 'x11/gtk2-engines/Makefile')
-rw-r--r--x11/gtk2-engines/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/x11/gtk2-engines/Makefile b/x11/gtk2-engines/Makefile
index a8ed3249813..6aef5856d7c 100644
--- a/x11/gtk2-engines/Makefile
+++ b/x11/gtk2-engines/Makefile
@@ -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
@@ -15,9 +15,9 @@ CONFLICTS+= gtk2-engines-clearlooks-[0-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