summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorwiz <wiz>2008-10-27 04:53:43 +0000
committerwiz <wiz>2008-10-27 04:53:43 +0000
commitbec31b799f6ca5fdc33ef01cacb23d6a6e2164de (patch)
treebbc130e5b0e564c62f6074d429b8cd195cbe80ab /x11
parent6697fca4f7be7c79384347a8eed3fcb9c24c002e (diff)
downloadpkgsrc-bec31b799f6ca5fdc33ef01cacb23d6a6e2164de.tar.gz
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 (limited to 'x11')
-rw-r--r--x11/gtk2-engines/Makefile6
-rw-r--r--x11/gtk2-engines/PLIST4
-rw-r--r--x11/gtk2-engines/distinfo8
3 files changed, 8 insertions, 10 deletions
diff --git a/x11/gtk2-engines/Makefile b/x11/gtk2-engines/Makefile
index 38ec9a855db..3c29c53a435 100644
--- a/x11/gtk2-engines/Makefile
+++ b/x11/gtk2-engines/Makefile
@@ -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
diff --git a/x11/gtk2-engines/PLIST b/x11/gtk2-engines/PLIST
index 114a7f19eb6..8c891ef52ae 100644
--- a/x11/gtk2-engines/PLIST
+++ b/x11/gtk2-engines/PLIST
@@ -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/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/gtk-engines/clearlooks.xml
@@ -16,7 +15,6 @@ share/gtk-engines/hcengine.xml
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 --git a/x11/gtk2-engines/distinfo b/x11/gtk2-engines/distinfo
index 7d2024ae220..4c483ec02d4 100644
--- a/x11/gtk2-engines/distinfo
+++ b/x11/gtk2-engines/distinfo
@@ -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