pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/zenity Update to 2.12.1:
details: https://anonhg.NetBSD.org/pkgsrc/rev/7d639195d008
branches: trunk
changeset: 500943:7d639195d008
user: jmmv <jmmv%pkgsrc.org@localhost>
date: Fri Oct 14 21:49:08 2005 +0000
description:
Update to 2.12.1:
Zenity 2.12.1
==============
" One more "
* Fixes bug #315020
* Fixes bug #317033
* New and updated translations
- Inaki Larranaga [eu]
- Clytie Siddall [vi]
- Runa Bhattacharjee [bn]
Zenity 2.12.0
==============
" G12 "
* New and updated translations
- Evandro Fernandes Giovanini [pt_BR]
- Changwoo Ryu [ko]
- Telsa Gwynne [cy]
- Danilo ¿egan, Slobodan D. Sredojevic [sr, sr@Latn]
- Priit Laes [et]
- Ignacio Casal Quinteiro [gl]
- Baris Cicek [tr]
* New documentation translations
- Vincent Untz [fr]
Zenity 2.11.92
==============
" Muqueca "
* New and updated translations
- Christian Rose [sv]
- ¿ygimantas Beru¿ka [lt]
- Duarte Loreto [pt]
- Kostas Papadimas [el]
- Gabor Kelemen [hu]
- Jordi Mallach [ca]
- Mugurel Tudor [ro]
- Maxim Dziumanenko [uk]
* New documentation translations
- Francisco Javier F. Serrador [es]
- Maxim Dziumanenko [uk]
Zenity 2.11.91
==============
" All we need is love! "
* New and updated translations
- Artur Flinta [pl]
- Laursen Dhima [sq]
- Hendrik Brandt [de]
- Funda Wang [zh_CN]
- Ilkka Tuohela [fi]
- Chao-Hsiung Liao [zh_TW]
Zenity 2.11.90
==============
" Almost there! "
* gnome-doc-utils migration [Lucas]
* New and updated translations
- Vincent van Adrighem [nl]
- Yair Hershkovitz [he]
- Ivar Smolin [et]
- Ankit Patel [gu]
- Rostislav Raykov [bg]
- Clytie Siddall [vi]
- Kjartan Maraas [no, nb]
- Ilkka Tuohela [fi]
Zenity 2.11.1
=============
" All night long "
* Several code cleanups [Benoît]
* Activate GOption --help translations [Lucas]
* Deactivate --help alias behavior [Lucas]
* New and updated translations
- Theppitak Karoonboonyanan [th]
- Ivar Smolin [et]
- Takeshi Aihana [ja]
- Adam Weinberger [en_CA]
- Jens Seidel [de]
- Benoît Dejean [fr]
- Francisco Javier F. Serrador [es]
- Marcel Telka [sk]
- Miloslav Trmac [cs]
Zenity 2.11.0
=============
" Caruru is delicious! "
* New --no-wrap option on info/error/warning/question
dialogs [Lucas, Timo, Carlos]
* Fix for #171838 [Carlos]
* Some code improvements and cleanups [Glynn, Lucas]
* Single/multiple selection on list dialogs [Lucas]
* Double-clicking on list dialogs [Lucas, Norman]
* Better error handling [Lucas]
* --print-column option on List dialogs accepts a
comma-separated list of column indexes [Lucas]
* New --hide-column option on List dialogs [Lucas]
* New and updated translations
- Theppitak Karoonboonyanan [th]
- Marcel Telka [sk]
- Martin Hansen [da]
- Ignacio Casal Quinteiro [gl]
- Kjartan Maraas [nb, no]
- Pawan Chitrakar [ne]
- Kostas Papadimas [el]
- Rajesh Ranjan [hi]
- Vladimir Petkov [bg]
- Francisco Javier F. Serrador [es]
- Miloslav Trmac [cs]
- Priit Laes [et]
- Vincent van Adrighem [nl]
- Gareth Owen [en_GB]
- Abduxukur Abdurixit [ug]
- Adi Attar [xh]
- Steve Murphy [rw]
- Josep Puigdemont [ca]
- Adam Weinberger [en_CA]
- Stefano Canepa [it]
- Mugurel Tudor [ro]
diffstat:
x11/zenity/Makefile | 10 ++++----
x11/zenity/PLIST | 63 +++++++++++++++++++++++++++++++++++++++-------------
x11/zenity/distinfo | 8 +++---
3 files changed, 56 insertions(+), 25 deletions(-)
diffs (145 lines):
diff -r 8e04ffc188be -r 7d639195d008 x11/zenity/Makefile
--- a/x11/zenity/Makefile Fri Oct 14 21:48:34 2005 +0000
+++ b/x11/zenity/Makefile Fri Oct 14 21:49:08 2005 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.25 2005/09/22 00:46:57 minskim Exp $
+# $NetBSD: Makefile,v 1.26 2005/10/14 21:49:08 jmmv Exp $
#
-DISTNAME= zenity-2.10.1
-PKGREVISION= 1
+DISTNAME= zenity-2.12.1
CATEGORIES= x11 gnome2
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/zenity/2.10/}
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/zenity/2.12/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= tech-pkg%NetBSD.org@localhost
@@ -18,7 +17,7 @@
GNU_CONFIGURE= yes
USE_TOOLS+= gmake pkg-config
-BUILDLINK_DEPENDS.glib2+= glib2>=2.6.0
+BUILDLINK_DEPENDS.glib2+= glib2>=2.8.0
.include "../../devel/GConf2/schemas.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
@@ -27,6 +26,7 @@
.include "../../devel/pango/buildlink3.mk"
.include "../../devel/popt/buildlink3.mk"
.include "../../graphics/libgnomecanvas/buildlink3.mk"
+.include "../../textproc/gnome-doc-utils/buildlink3.mk"
.include "../../textproc/intltool/buildlink3.mk"
.include "../../textproc/scrollkeeper/omf.mk"
.include "../../x11/gtk2/buildlink3.mk"
diff -r 8e04ffc188be -r 7d639195d008 x11/zenity/PLIST
--- a/x11/zenity/PLIST Fri Oct 14 21:48:34 2005 +0000
+++ b/x11/zenity/PLIST Fri Oct 14 21:49:08 2005 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2005/09/22 00:46:57 minskim Exp $
+@comment $NetBSD: PLIST,v 1.8 2005/10/14 21:49:08 jmmv Exp $
bin/gdialog
bin/zenity
man/man1/zenity.1
@@ -15,18 +15,42 @@
share/gnome/help/zenity/C/figures/zenity-warning-screenshot.png
share/gnome/help/zenity/C/legal.xml
share/gnome/help/zenity/C/zenity.xml
-share/gnome/help/zenity/sr/figures/zenity-calendar-screenshot.png
-share/gnome/help/zenity/sr/figures/zenity-entry-screenshot.png
-share/gnome/help/zenity/sr/figures/zenity-error-screenshot.png
-share/gnome/help/zenity/sr/figures/zenity-fileselection-screenshot.png
-share/gnome/help/zenity/sr/figures/zenity-information-screenshot.png
-share/gnome/help/zenity/sr/figures/zenity-list-screenshot.png
-share/gnome/help/zenity/sr/figures/zenity-progress-screenshot.png
-share/gnome/help/zenity/sr/figures/zenity-question-screenshot.png
-share/gnome/help/zenity/sr/figures/zenity-text-screenshot.png
-share/gnome/help/zenity/sr/figures/zenity-warning-screenshot.png
-share/gnome/help/zenity/sr/legal.xml
-share/gnome/help/zenity/sr/zenity.xml
+share/gnome/help/zenity/es/figures/zenity-calendar-screenshot.png
+share/gnome/help/zenity/es/figures/zenity-entry-screenshot.png
+share/gnome/help/zenity/es/figures/zenity-error-screenshot.png
+share/gnome/help/zenity/es/figures/zenity-fileselection-screenshot.png
+share/gnome/help/zenity/es/figures/zenity-information-screenshot.png
+share/gnome/help/zenity/es/figures/zenity-list-screenshot.png
+share/gnome/help/zenity/es/figures/zenity-notification-screenshot.png
+share/gnome/help/zenity/es/figures/zenity-progress-screenshot.png
+share/gnome/help/zenity/es/figures/zenity-question-screenshot.png
+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/fr/figures/zenity-calendar-screenshot.png
+share/gnome/help/zenity/fr/figures/zenity-entry-screenshot.png
+share/gnome/help/zenity/fr/figures/zenity-error-screenshot.png
+share/gnome/help/zenity/fr/figures/zenity-fileselection-screenshot.png
+share/gnome/help/zenity/fr/figures/zenity-information-screenshot.png
+share/gnome/help/zenity/fr/figures/zenity-list-screenshot.png
+share/gnome/help/zenity/fr/figures/zenity-notification-screenshot.png
+share/gnome/help/zenity/fr/figures/zenity-progress-screenshot.png
+share/gnome/help/zenity/fr/figures/zenity-question-screenshot.png
+share/gnome/help/zenity/fr/figures/zenity-text-screenshot.png
+share/gnome/help/zenity/fr/figures/zenity-warning-screenshot.png
+share/gnome/help/zenity/fr/zenity.xml
+share/gnome/help/zenity/uk/figures/zenity-calendar-screenshot.png
+share/gnome/help/zenity/uk/figures/zenity-entry-screenshot.png
+share/gnome/help/zenity/uk/figures/zenity-error-screenshot.png
+share/gnome/help/zenity/uk/figures/zenity-fileselection-screenshot.png
+share/gnome/help/zenity/uk/figures/zenity-information-screenshot.png
+share/gnome/help/zenity/uk/figures/zenity-list-screenshot.png
+share/gnome/help/zenity/uk/figures/zenity-notification-screenshot.png
+share/gnome/help/zenity/uk/figures/zenity-progress-screenshot.png
+share/gnome/help/zenity/uk/figures/zenity-question-screenshot.png
+share/gnome/help/zenity/uk/figures/zenity-text-screenshot.png
+share/gnome/help/zenity/uk/figures/zenity-warning-screenshot.png
+share/gnome/help/zenity/uk/zenity.xml
${PKGLOCALEDIR}/locale/am/LC_MESSAGES/zenity-0.1.mo
${PKGLOCALEDIR}/locale/ar/LC_MESSAGES/zenity-0.1.mo
${PKGLOCALEDIR}/locale/az/LC_MESSAGES/zenity-0.1.mo
@@ -51,6 +75,7 @@
${PKGLOCALEDIR}/locale/ga/LC_MESSAGES/zenity-0.1.mo
${PKGLOCALEDIR}/locale/gl/LC_MESSAGES/zenity-0.1.mo
${PKGLOCALEDIR}/locale/gu/LC_MESSAGES/zenity-0.1.mo
+${PKGLOCALEDIR}/locale/he/LC_MESSAGES/zenity-0.1.mo
${PKGLOCALEDIR}/locale/hi/LC_MESSAGES/zenity-0.1.mo
${PKGLOCALEDIR}/locale/hr/LC_MESSAGES/zenity-0.1.mo
${PKGLOCALEDIR}/locale/hu/LC_MESSAGES/zenity-0.1.mo
@@ -94,7 +119,9 @@
${PKGLOCALEDIR}/locale/zh_CN/LC_MESSAGES/zenity-0.1.mo
${PKGLOCALEDIR}/locale/zh_TW/LC_MESSAGES/zenity-0.1.mo
share/omf/zenity/zenity-C.omf
-share/omf/zenity/zenity-sr.omf
+share/omf/zenity/zenity-es.omf
+share/omf/zenity/zenity-fr.omf
+share/omf/zenity/zenity-uk.omf
share/zenity/clothes/gnome-tshirt.png
share/zenity/clothes/hawaii-shirt.png
share/zenity/clothes/monk.png
@@ -113,8 +140,12 @@
@dirrm share/zenity
@dirrm share/omf/zenity
@comment in scrollkeeper: @dirrm share/omf
-@dirrm share/gnome/help/zenity/sr/figures
-@dirrm share/gnome/help/zenity/sr
+@dirrm share/gnome/help/zenity/uk/figures
+@dirrm share/gnome/help/zenity/uk
+@dirrm share/gnome/help/zenity/fr/figures
+@dirrm share/gnome/help/zenity/fr
+@dirrm share/gnome/help/zenity/es/figures
+@dirrm share/gnome/help/zenity/es
@dirrm share/gnome/help/zenity/C/figures
@dirrm share/gnome/help/zenity/C
@dirrm share/gnome/help/zenity
diff -r 8e04ffc188be -r 7d639195d008 x11/zenity/distinfo
--- a/x11/zenity/distinfo Fri Oct 14 21:48:34 2005 +0000
+++ b/x11/zenity/distinfo Fri Oct 14 21:49:08 2005 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2005/08/21 11:31:31 jmmv Exp $
+$NetBSD: distinfo,v 1.12 2005/10/14 21:49:08 jmmv Exp $
-SHA1 (zenity-2.10.1.tar.bz2) = 3bad977af93a7be5f7b0ebc2171b954f08ec20ac
-RMD160 (zenity-2.10.1.tar.bz2) = 3c47b2cd65340e25edb8a7a11efc39b751891024
-Size (zenity-2.10.1.tar.bz2) = 645949 bytes
+SHA1 (zenity-2.12.1.tar.bz2) = ed09f39c976571d74c8446a1f9dd809a8b1bc741
+RMD160 (zenity-2.12.1.tar.bz2) = a0de45df00cd4a4358fb1da219d66943e1c14586
+Size (zenity-2.12.1.tar.bz2) = 896002 bytes
Home |
Main Index |
Thread Index |
Old Index