summaryrefslogtreecommitdiff
path: root/x11/gtk2-engines
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
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')
-rw-r--r--x11/gtk2-engines/Makefile10
-rw-r--r--x11/gtk2-engines/PLIST14
-rw-r--r--x11/gtk2-engines/distinfo8
3 files changed, 22 insertions, 10 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
diff --git a/x11/gtk2-engines/PLIST b/x11/gtk2-engines/PLIST
index 4df8961d9af..cab7ec9d610 100644
--- a/x11/gtk2-engines/PLIST
+++ b/x11/gtk2-engines/PLIST
@@ -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/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/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 --git a/x11/gtk2-engines/distinfo b/x11/gtk2-engines/distinfo
index d4c224c2a3c..8f6fdc7f573 100644
--- a/x11/gtk2-engines/distinfo
+++ b/x11/gtk2-engines/distinfo
@@ -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