pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/gnome-mag Update to 0.10.10, the version addressed...
details: https://anonhg.NetBSD.org/pkgsrc/rev/659bf8516afc
branches: trunk
changeset: 471944:659bf8516afc
user: jmmv <jmmv%pkgsrc.org@localhost>
date: Thu Apr 01 18:58:40 2004 +0000
description:
Update to 0.10.10, the version addressed to GNOME 2.6.0:
What's new in gnome-mag-0.10.10:
* languages:
Alexander Winston (en_CA)
Gareth Owen (en_GB)
John C Barstow (mi)
What's new in gnome-mag-0.10.9:
* languages:
MÉtin Æmirov (az)
Alexander Winston (en_CA)
Amanpreet Singh Alam (pa)
Paisa Seeluangsawat (th)
Gurban Mohemmet Tewekgeli (tk)
What's new in gnome-mag-0.10.8:
* fix for builds with non-standard X directories. [bug 130787, from
Fernando Herrera]
* smooth-scrolling is now the default.
* magnifier toplevel window is now TYPE_POPUP as it
needs to be override-redirect and always on top.
* fixes to benchmarking code reports (Brian Cameron).
* cache GC's used in magnifier, to reduce X traffic (Brian Cameron).
* makefile cleanup: (Tomasz K³oczko)
* languages:
punjabi Guntupalli Karunakar
thai Paisa Seeluangsawat
croation Robert Sedak
arabic Arafat Medini
diffstat:
x11/gnome-mag/Makefile | 4 ++--
x11/gnome-mag/PLIST | 10 ++++++++--
x11/gnome-mag/buildlink3.mk | 4 ++--
x11/gnome-mag/distinfo | 6 +++---
4 files changed, 15 insertions(+), 9 deletions(-)
diffs (95 lines):
diff -r 94f58a8e74b1 -r 659bf8516afc x11/gnome-mag/Makefile
--- a/x11/gnome-mag/Makefile Thu Apr 01 18:58:20 2004 +0000
+++ b/x11/gnome-mag/Makefile Thu Apr 01 18:58:40 2004 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2004/03/09 22:18:41 jmmv Exp $
+# $NetBSD: Makefile,v 1.11 2004/04/01 18:58:40 jmmv Exp $
#
-DISTNAME= gnome-mag-0.10.8
+DISTNAME= gnome-mag-0.10.10
CATEGORIES= x11 gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-mag/0.10/}
EXTRACT_SUFX= .tar.bz2
diff -r 94f58a8e74b1 -r 659bf8516afc x11/gnome-mag/PLIST
--- a/x11/gnome-mag/PLIST Thu Apr 01 18:58:20 2004 +0000
+++ b/x11/gnome-mag/PLIST Thu Apr 01 18:58:40 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2004/03/09 22:18:41 jmmv Exp $
+@comment $NetBSD: PLIST,v 1.5 2004/04/01 18:58:40 jmmv Exp $
bin/magnifier
include/gnome-mag-1.0/magnifier/GNOME_Magnifier.h
lib/bonobo/servers/GNOME_Magnifier.server
@@ -6,7 +6,7 @@
lib/libgnome-mag.la
lib/libgnome-mag.so
lib/libgnome-mag.so.1
-lib/libgnome-mag.so.1.8
+lib/libgnome-mag.so.1.10
lib/pkgconfig/gnome-mag-1.0.pc
share/gnome-mag/crosshair-cursor.xpm
share/gnome-mag/default-cursor.xpm
@@ -23,6 +23,8 @@
${PKGLOCALEDIR}/locale/da/LC_MESSAGES/gnome-mag.mo
${PKGLOCALEDIR}/locale/de/LC_MESSAGES/gnome-mag.mo
${PKGLOCALEDIR}/locale/el/LC_MESSAGES/gnome-mag.mo
+${PKGLOCALEDIR}/locale/en_CA/LC_MESSAGES/gnome-mag.mo
+${PKGLOCALEDIR}/locale/en_GB/LC_MESSAGES/gnome-mag.mo
${PKGLOCALEDIR}/locale/es/LC_MESSAGES/gnome-mag.mo
${PKGLOCALEDIR}/locale/et/LC_MESSAGES/gnome-mag.mo
${PKGLOCALEDIR}/locale/eu/LC_MESSAGES/gnome-mag.mo
@@ -40,6 +42,7 @@
${PKGLOCALEDIR}/locale/ko/LC_MESSAGES/gnome-mag.mo
${PKGLOCALEDIR}/locale/lt/LC_MESSAGES/gnome-mag.mo
${PKGLOCALEDIR}/locale/lv/LC_MESSAGES/gnome-mag.mo
+${PKGLOCALEDIR}/locale/mi/LC_MESSAGES/gnome-mag.mo
${PKGLOCALEDIR}/locale/mn/LC_MESSAGES/gnome-mag.mo
${PKGLOCALEDIR}/locale/ms/LC_MESSAGES/gnome-mag.mo
${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/gnome-mag.mo
@@ -49,6 +52,8 @@
${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/gnome-mag.mo
${PKGLOCALEDIR}/locale/pt/LC_MESSAGES/gnome-mag.mo
${PKGLOCALEDIR}/locale/pt_BR/LC_MESSAGES/gnome-mag.mo
+${PKGLOCALEDIR}/locale/ro/LC_MESSAGES/gnome-mag.mo
+${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/gnome-mag.mo
${PKGLOCALEDIR}/locale/sk/LC_MESSAGES/gnome-mag.mo
${PKGLOCALEDIR}/locale/sl/LC_MESSAGES/gnome-mag.mo
${PKGLOCALEDIR}/locale/sq/LC_MESSAGES/gnome-mag.mo
@@ -56,6 +61,7 @@
${PKGLOCALEDIR}/locale/sr@Latn/LC_MESSAGES/gnome-mag.mo
${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/gnome-mag.mo
${PKGLOCALEDIR}/locale/th/LC_MESSAGES/gnome-mag.mo
+${PKGLOCALEDIR}/locale/tk/LC_MESSAGES/gnome-mag.mo
${PKGLOCALEDIR}/locale/tr/LC_MESSAGES/gnome-mag.mo
${PKGLOCALEDIR}/locale/uk/LC_MESSAGES/gnome-mag.mo
${PKGLOCALEDIR}/locale/vi/LC_MESSAGES/gnome-mag.mo
diff -r 94f58a8e74b1 -r 659bf8516afc x11/gnome-mag/buildlink3.mk
--- a/x11/gnome-mag/buildlink3.mk Thu Apr 01 18:58:20 2004 +0000
+++ b/x11/gnome-mag/buildlink3.mk Thu Apr 01 18:58:40 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.5 2004/03/18 09:12:16 jlam Exp $
+# $NetBSD: buildlink3.mk,v 1.6 2004/04/01 18:58:40 jmmv Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
GNOME_MAG_BUILDLINK3_MK:= ${GNOME_MAG_BUILDLINK3_MK}+
@@ -11,7 +11,7 @@
BUILDLINK_PACKAGES+= gnome-mag
.if !empty(GNOME_MAG_BUILDLINK3_MK:M+)
-BUILDLINK_DEPENDS.gnome-mag+= gnome-mag>=0.10.4nb1
+BUILDLINK_DEPENDS.gnome-mag+= gnome-mag>=0.10.10
BUILDLINK_PKGSRCDIR.gnome-mag?= ../../x11/gnome-mag
.endif # GNOME_MAG_BUILDLINK3_MK
diff -r 94f58a8e74b1 -r 659bf8516afc x11/gnome-mag/distinfo
--- a/x11/gnome-mag/distinfo Thu Apr 01 18:58:20 2004 +0000
+++ b/x11/gnome-mag/distinfo Thu Apr 01 18:58:40 2004 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2004/03/09 22:18:41 jmmv Exp $
+$NetBSD: distinfo,v 1.5 2004/04/01 18:58:40 jmmv Exp $
-SHA1 (gnome-mag-0.10.8.tar.bz2) = 95415c19928efd7a8b6241cd9ce5a0d53aab062b
-Size (gnome-mag-0.10.8.tar.bz2) = 289292 bytes
+SHA1 (gnome-mag-0.10.10.tar.bz2) = 791db7ac8fdb27d804a079415b348b0280012fd5
+Size (gnome-mag-0.10.10.tar.bz2) = 291229 bytes
SHA1 (patch-aa) = 20ad89bfabb3f0804a5d18ad0d2004d27202e277
Home |
Main Index |
Thread Index |
Old Index