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.16.1:
details: https://anonhg.NetBSD.org/pkgsrc/rev/252d658c266d
branches: trunk
changeset: 549082:252d658c266d
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Oct 27 04:53:43 2008 +0000
description:
Update to 2.16.1:
Overview of Changes in 2.16.1 (since 2.16.0)
============================================
New and udpated translations:
Dawa pemo (dz)
Djihed Afifi (ar)
Laurent Dhima (sq)
Overview of Changes in 2.16.0 (since 2.15.4)
============================================
Changes in this release:
- Small fix in Clearlooks spinbutton drawing.
New and udpated translations:
Laurent Dhima (sq)
Горан Ракић (sr)
Goran Rakić (sr@latin)
Djihed Afifi (ar)
I. Felix (ta)
Ivar Smolin (et)
Hari Vishnu (ml)
Overview of Changes in 2.15.4 (since 2.15.3)
============================================
Changes in this release:
- Reworked Clearlooks gtkrc.
GNOME Bugs fixed in this release:
549830 – Use G_DEFINE_DYNAMIC_TYPE in theme engines (only in Clearlooks)
New and udpated translations:
Hari Vishnu (ml)
Krishna Babu K (te)
Goran Rakić (sr@latin)
Djihed Afifi (ar)
Overview of Changes in 2.15.3 (since 2.15.2)
============================================
Changes in this release:
- A problem in the glide engine where the drawing of some widgets could
suddenly disappear forever was fixed.
GNOME Bugs fixed in this release:
546839 – Add special case for transparent entries (for gecko and others)
547024 – size of radio button hardcoded
New and udpated translations:
Djihed Afifi (ar)
Sweta Kothari (gu)
Overview of Changes in 2.15.2 (since 2.15.1)
============================================
The most important change in this release is that the smooth GTK+ engine has
been removed. This engine has long lost its popularity and it had a huge
codebase that has not been properly maintained for years now.
Changes in this release:
- Larger menuitem separators in the Clearlooks theme
- Frame drawing fixes in the Clearlooks engine
- Padding of progress bars inside menus is fixed in the Industrial theme
GNOME Bugs fixed in this release:
511958 – List store tree view contains superfluous border (clearlooks)
542625 – 1px gap between notebook at extension (industrial)
501734 – Dead code in glide_gtk2_drawing.c
535456 – Unnecessary cast breaks build on Solaris
543608 – Fix for Fortify detected problem
New and udpated translations:
Djihed Afifi (ar)
Clytie Siddall (vi)
Yavor Doganov (bg)
Overview of Changes in 2.15.1 (since 2.15.0)
============================================
Changes in this release:
- A lot of internal changes in the Clearlooks engine
- Modifications to the "classic" style to be more like the pre cairo
versions of the engine.
GNOME Bugs fixed in this release:
531633 – Scrollbars trough is drawn smaller even when no stepper is present
New and udpated translations:
Yavor Doganov (bg)
Massimo Furlani (fur
Eskild Hustvedt (nn)
Overview of Changes in 2.15.0 (since 2.14.1)
============================================
Changes in this release:
- Schema translations are no longer installed.
- Improvements to the Redmond scrollbars, scrolled window and menus.
GNOME Bugs fixed in this release:
526890 – Support inverted scrollbars (ranges)
diffstat:
x11/gtk2-engines/Makefile | 6 +++---
x11/gtk2-engines/PLIST | 4 +---
x11/gtk2-engines/distinfo | 8 ++++----
3 files changed, 8 insertions(+), 10 deletions(-)
diffs (54 lines):
diff -r e591fee17685 -r 252d658c266d x11/gtk2-engines/Makefile
--- a/x11/gtk2-engines/Makefile Mon Oct 27 04:37:52 2008 +0000
+++ b/x11/gtk2-engines/Makefile Mon Oct 27 04:53:43 2008 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.55 2008/07/15 10:40:02 drochner Exp $
+# $NetBSD: Makefile,v 1.56 2008/10/27 04:53:43 wiz Exp $
-DISTNAME= gtk-engines-2.14.3
+DISTNAME= gtk-engines-2.16.1
PKGNAME= ${DISTNAME:S/gtk/gtk2/}
CATEGORIES= x11
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtk-engines/2.14/}
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtk-engines/2.16/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
diff -r e591fee17685 -r 252d658c266d x11/gtk2-engines/PLIST
--- a/x11/gtk2-engines/PLIST Mon Oct 27 04:37:52 2008 +0000
+++ b/x11/gtk2-engines/PLIST Mon Oct 27 04:53:43 2008 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.19 2008/05/29 11:36:10 drochner Exp $
+@comment $NetBSD: PLIST,v 1.20 2008/10/27 04:53:43 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
@@ -6,7 +6,6 @@
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/gtk-engines/clearlooks.xml
@@ -16,7 +15,6 @@
share/gtk-engines/industrial.xml
share/gtk-engines/mist.xml
share/gtk-engines/redmond95.xml
-share/gtk-engines/smooth.xml
share/gtk-engines/thinice.xml
share/themes/Clearlooks/gtk-2.0/gtkrc
share/themes/Crux/gtk-2.0/gtkrc
diff -r e591fee17685 -r 252d658c266d x11/gtk2-engines/distinfo
--- a/x11/gtk2-engines/distinfo Mon Oct 27 04:37:52 2008 +0000
+++ b/x11/gtk2-engines/distinfo Mon Oct 27 04:53:43 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.26 2008/07/15 10:40:02 drochner Exp $
+$NetBSD: distinfo,v 1.27 2008/10/27 04:53:43 wiz Exp $
-SHA1 (gtk-engines-2.14.3.tar.bz2) = 90675357337b4786534bc55219d9ca1ebf50497b
-RMD160 (gtk-engines-2.14.3.tar.bz2) = 14625151aa7b76d9503fd68427022b70a6e49b89
-Size (gtk-engines-2.14.3.tar.bz2) = 674620 bytes
+SHA1 (gtk-engines-2.16.1.tar.bz2) = d2d3ba7377b72a54cee99cbc546e19b3fc508b41
+RMD160 (gtk-engines-2.16.1.tar.bz2) = 72d84e5a4d1e32345a40249ead9579d3ee73badb
+Size (gtk-engines-2.16.1.tar.bz2) = 588253 bytes
Home |
Main Index |
Thread Index |
Old Index