pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/zenity Update zenity to 2.26.0.
details: https://anonhg.NetBSD.org/pkgsrc/rev/01a7ccda9ad2
branches: trunk
changeset: 556117:01a7ccda9ad2
user: jmcneill <jmcneill%pkgsrc.org@localhost>
date: Mon Mar 16 23:00:17 2009 +0000
description:
Update zenity to 2.26.0.
Zenity 2.26.0
" Crescent "
* disable monk easter egg in order to remove gnome-canvas
dependency [#571741]
* replace deprecated GTK+ calls (Felix Riemann) [#571869]
* remove deprecated/obsoleted dialog definition
(Felix Riemann) [#571869]
* New and updated documentation translations
- Mario Blättermann [de]
- Claude Paroz [fr]
- Daniel Nylander [sv]
- Inaki Larranaga Murgoitio [eu]
- Tommi Vainikainen [fi]
- Jen Ockwell [en_GB]
* New and updated translations
- Raivis Dejus [lv]
- Changwoo Ryu [ko]
- Zabeeh Khan [ps]
- Adi Roiban [ro]
- Chao-Hsiung Liao [zh_HK, zh_TW]
- Gabor Kelemen [hu]
- Manoj Kumar Giri [or]
- Gintautas Miliauskas [lt]
- Krishnababu K [te]
- Amitakhya Phukan [as]
diffstat:
x11/zenity/Makefile | 6 +++---
x11/zenity/PLIST | 19 ++++++++++++++++++-
x11/zenity/distinfo | 8 ++++----
3 files changed, 25 insertions(+), 8 deletions(-)
diffs (87 lines):
diff -r 6d85fc2a22a5 -r 01a7ccda9ad2 x11/zenity/Makefile
--- a/x11/zenity/Makefile Mon Mar 16 22:51:53 2009 +0000
+++ b/x11/zenity/Makefile Mon Mar 16 23:00:17 2009 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.54 2009/01/13 16:02:25 wiz Exp $
+# $NetBSD: Makefile,v 1.55 2009/03/16 23:00:17 jmcneill Exp $
#
-DISTNAME= zenity-2.24.1
+DISTNAME= zenity-2.26.0
CATEGORIES= x11 gnome
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/zenity/2.24/}
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/zenity/2.26/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
diff -r 6d85fc2a22a5 -r 01a7ccda9ad2 x11/zenity/PLIST
--- a/x11/zenity/PLIST Mon Mar 16 22:51:53 2009 +0000
+++ b/x11/zenity/PLIST Mon Mar 16 23:00:17 2009 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.21 2008/10/16 18:15:14 drochner Exp $
+@comment $NetBSD: PLIST,v 1.22 2009/03/16 23:00:17 jmcneill Exp $
bin/gdialog
bin/zenity
man/man1/zenity.1
@@ -63,6 +63,18 @@
share/gnome/help/zenity/es/figures/zenity-text-screenshot.png
share/gnome/help/zenity/es/figures/zenity-warning-screenshot.png
share/gnome/help/zenity/es/zenity.xml
+share/gnome/help/zenity/eu/figures/zenity-calendar-screenshot.png
+share/gnome/help/zenity/eu/figures/zenity-entry-screenshot.png
+share/gnome/help/zenity/eu/figures/zenity-error-screenshot.png
+share/gnome/help/zenity/eu/figures/zenity-fileselection-screenshot.png
+share/gnome/help/zenity/eu/figures/zenity-information-screenshot.png
+share/gnome/help/zenity/eu/figures/zenity-list-screenshot.png
+share/gnome/help/zenity/eu/figures/zenity-notification-screenshot.png
+share/gnome/help/zenity/eu/figures/zenity-progress-screenshot.png
+share/gnome/help/zenity/eu/figures/zenity-question-screenshot.png
+share/gnome/help/zenity/eu/figures/zenity-text-screenshot.png
+share/gnome/help/zenity/eu/figures/zenity-warning-screenshot.png
+share/gnome/help/zenity/eu/zenity.xml
share/gnome/help/zenity/fi/figures/zenity-calendar-screenshot.png
share/gnome/help/zenity/fi/figures/zenity-entry-screenshot.png
share/gnome/help/zenity/fi/figures/zenity-error-screenshot.png
@@ -192,6 +204,7 @@
share/locale/or/LC_MESSAGES/zenity.mo
share/locale/pa/LC_MESSAGES/zenity.mo
share/locale/pl/LC_MESSAGES/zenity.mo
+share/locale/ps/LC_MESSAGES/zenity.mo
share/locale/pt/LC_MESSAGES/zenity.mo
share/locale/pt_BR/LC_MESSAGES/zenity.mo
share/locale/ro/LC_MESSAGES/zenity.mo
@@ -220,6 +233,7 @@
share/omf/zenity/zenity-de.omf
share/omf/zenity/zenity-en_GB.omf
share/omf/zenity/zenity-es.omf
+share/omf/zenity/zenity-eu.omf
share/omf/zenity/zenity-fi.omf
share/omf/zenity/zenity-fr.omf
share/omf/zenity/zenity-oc.omf
@@ -257,6 +271,8 @@
@dirrm share/gnome/help/zenity/fr
@dirrm share/gnome/help/zenity/fi/figures
@dirrm share/gnome/help/zenity/fi
+@dirrm share/gnome/help/zenity/eu/figures
+@dirrm share/gnome/help/zenity/eu
@dirrm share/gnome/help/zenity/es/figures
@dirrm share/gnome/help/zenity/es
@dirrm share/gnome/help/zenity/en_GB/figures
@@ -269,3 +285,4 @@
@dirrm share/gnome/help/zenity/C
@dirrm share/gnome/help/zenity
@comment in gnome2-dirs: @dirrm share/gnome/help
+@comment in gnome2-dirs: @dirrm share/gnome
diff -r 6d85fc2a22a5 -r 01a7ccda9ad2 x11/zenity/distinfo
--- a/x11/zenity/distinfo Mon Mar 16 22:51:53 2009 +0000
+++ b/x11/zenity/distinfo Mon Mar 16 23:00:17 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.26 2009/01/13 16:02:25 wiz Exp $
+$NetBSD: distinfo,v 1.27 2009/03/16 23:00:17 jmcneill Exp $
-SHA1 (zenity-2.24.1.tar.bz2) = 3206712e6ea3a3b0220f4b3d4a633352a5f51058
-RMD160 (zenity-2.24.1.tar.bz2) = 7ab10dc256653195c566b44baeff9c7901d9381e
-Size (zenity-2.24.1.tar.bz2) = 2242771 bytes
+SHA1 (zenity-2.26.0.tar.bz2) = 4dbce1e3058eb9f7166045ea4d7b468499239774
+RMD160 (zenity-2.26.0.tar.bz2) = 4172557d0ba85f9040767772ca2973de96b6eb40
+Size (zenity-2.26.0.tar.bz2) = 2454415 bytes
Home |
Main Index |
Thread Index |
Old Index