diff options
author | jmmv <jmmv@pkgsrc.org> | 2005-03-22 16:27:16 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2005-03-22 16:27:16 +0000 |
commit | 261cb63f71223e28922723df25376abf88472cb8 (patch) | |
tree | 49f1dfcc016805c06977116dfdb35dd922a32d49 /x11/zenity | |
parent | 3a075025d263dac906a86471f7677aaef91021d6 (diff) | |
download | pkgsrc-261cb63f71223e28922723df25376abf88472cb8.tar.gz |
Update to 2.10.0:
Zenity 2.10.0
=============
" 10 Moves Ahead "
* New and updated translations
- Kostas Papadimas [el]
- Ahmad Riza H Nst [id]
- Vincent van Adrighem [nl]
- Danilo ¿egan [sr, sr@Latn]
- Alessio Frusciante, Stefano Canepa [it]
- Laszlo Dvornik, Gabor Kelemen [hu]
- Abel Cheung [zh_TW, ar]
Zenity 2.9.92
=============
" Perdition "
* Fix a few leaks [Paolo, Glynn]
* New and updated translations
- Tommi Vainikainen [fi]
- Leonid Kanter [ru]
- Kjartan Maraas [nb, no]
- Miloslav Trmac [cs]
- Hendrik Richter [de]
- Francisco Javier F. Serrador [es]
- Jordi Mallach [ca]
- Alexander Shopov, Vladimir Petkov [bg]
- Duarte Loreto [pt]
- ¿ygimantas Beru¿ka [lt]
- Marcel Telka [sk]
- Ole Laursen [da]
- Priit Laes [et]
- Benoît Dejean [fr]
- Maxim Dziumanenko [uk]
- Simos Xenitellis [es]
- Laurent Dhima [sq]
- Takeshi AIHANA [ja]
- Changwoo Ryu [ko]
- Raphael Higino [pt_BR]
- Rhys Jones [cy]
- Artur Flinta [pl]
- Ankit Patel [gu]
- Arafat Medini [ar]
- Alessio Frusciante, Stefano Canepa [it]
Zenity 2.9.91
=============
" the L I T T L E things "
* Build fixes [Chris]
* Update docs [Glynn]
* Fix progress dialog with auto-close [Glynn]
* New and updated translations
- Duarte Loreto [pt]
- Raphael Higino [pt_BR]
- Tommi Vainikainen [fi]
- Ole Laursen [da]
- Kostas Papadimas [el]
- Changwoo Ryu [ko]
- David Lodge [en_GB]
- Adam Weinberger [en_CA]
- Christian Rose [sv]
Zenity 2.9.90
=============
" Up yer bum! "
* Fix stdin on the tree dialog [Ed]
* Misc updates [Glynn]
* New and updated translations
- Hendrik Richter [de]
- Priit Laes [et]
- Funda Wang [zh_CN]
- Vincent van Adrighem [nl]
Zenity 2.9.2
============
" New Year Zenolutions "
* Pre-load current dates in the calendar, because
gtk_calendar* is dumb [Glynn]
* Correct error message for notification icon [Glynn]
* New and updated translations
- Takeshi AIHANA [ja]
- Kjartan Maraas [nb, no]
- Adam Weinberger [en_CA]
- Miloslav Trmac [cs]
- Marcel Telka [sk]
- Leonid Kanter [ru]
- ¿ygimantas Beru¿ka [lt]
- Francisco Javier F. Serrador [es]
- Christophe Merlet, Baptiste Mille-Mathias [fr]
Zenity 2.9.1
============
" Happy Christmas, GNOME "
* Add code to listen for commands on stdin and update
the notification area icon [James]
* ANSIfication [Kjartan]
* Fix documentation [Lucas]
* Check the xterm ID is valid for the current display [Ross]
* Add goption support [Lucas]
* Don't use utf-8 at the commandline [Leonardo]
* Miscellaneous fixes [Glynn, Christian]
* New and updated translations
- Takeshi AIHANA [ja]
- Roozbeh Pournader, Meelad Zakaria [fa]
- Dmitry G. Mastrukov, Leonid Kanter [ru]
- Adam Weinberger [en_CA]
- Miloslav Trmac [cs]
- Marcel Telka [sk]
- David Lodge [en_GB]
- Laurent Dhima [sq]
- Mohammad DAMT [id]
- Vincent van Adrighem [nl]
- Danilo ¿egan [sr, sr@Latn]
- Francisco Javier F. Serrador [es]
- Hendrik Richter [de]
- Martin Willemoes Hansen [da]
- Simos Xenitellis [el]
- ¿ygimantas Beru¿ka [lt]
- Alexander Shopov, Rostislav Raykov [bg]
- Christian Rose [sv]
Zenity 2.9.0
============
" Zen Translation "
* Add support for save file selection [Lucas]
* Add support for directory-only selection [Lucas]
* Add support for notification area [Glynn]
Diffstat (limited to 'x11/zenity')
-rw-r--r-- | x11/zenity/Makefile | 10 | ||||
-rw-r--r-- | x11/zenity/PLIST | 4 | ||||
-rw-r--r-- | x11/zenity/distinfo | 8 |
3 files changed, 14 insertions, 8 deletions
diff --git a/x11/zenity/Makefile b/x11/zenity/Makefile index 55e171b11b7..4d5027334c9 100644 --- a/x11/zenity/Makefile +++ b/x11/zenity/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.17 2004/12/28 21:52:01 jmmv Exp $ +# $NetBSD: Makefile,v 1.18 2005/03/22 16:27:16 jmmv Exp $ # -DISTNAME= zenity-2.8.2 +DISTNAME= zenity-2.10.0 CATEGORIES= x11 gnome2 -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/zenity/2.8/} +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/zenity/2.10/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= tech-pkg@NetBSD.org @@ -19,9 +19,13 @@ GNU_CONFIGURE= yes USE_GNU_TOOLS+= make USE_X11= yes +BUILDLINK_DEPENDS.glib2+= glib2>=2.6.0 + .include "../../devel/GConf2/schemas.mk" .include "../../devel/gettext-lib/buildlink3.mk" +.include "../../devel/glib2/buildlink3.mk" .include "../../devel/libglade2/buildlink3.mk" +.include "../../devel/pango/buildlink3.mk" .include "../../devel/pkgconfig/buildlink3.mk" .include "../../devel/popt/buildlink3.mk" .include "../../graphics/libgnomecanvas/buildlink3.mk" diff --git a/x11/zenity/PLIST b/x11/zenity/PLIST index 3c2f1cff081..d99f077b4cc 100644 --- a/x11/zenity/PLIST +++ b/x11/zenity/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2004/09/21 17:08:46 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.6 2005/03/22 16:27:16 jmmv Exp $ bin/gdialog bin/zenity man/man1/zenity.1 @@ -8,6 +8,7 @@ share/gnome/help/zenity/C/figures/zenity-error-screenshot.png share/gnome/help/zenity/C/figures/zenity-fileselection-screenshot.png share/gnome/help/zenity/C/figures/zenity-information-screenshot.png share/gnome/help/zenity/C/figures/zenity-list-screenshot.png +share/gnome/help/zenity/C/figures/zenity-notification-screenshot.png share/gnome/help/zenity/C/figures/zenity-progress-screenshot.png share/gnome/help/zenity/C/figures/zenity-question-screenshot.png share/gnome/help/zenity/C/figures/zenity-text-screenshot.png @@ -100,6 +101,7 @@ share/zenity/zenity-calendar.png share/zenity/zenity-entry.png share/zenity/zenity-file.png share/zenity/zenity-list.png +share/zenity/zenity-notification.png share/zenity/zenity-progress.png share/zenity/zenity-text.png share/zenity/zenity.glade diff --git a/x11/zenity/distinfo b/x11/zenity/distinfo index 9bdaa988fd1..0fa1f068570 100644 --- a/x11/zenity/distinfo +++ b/x11/zenity/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2005/02/23 17:36:26 wiz Exp $ +$NetBSD: distinfo,v 1.10 2005/03/22 16:27:16 jmmv Exp $ -SHA1 (zenity-2.8.2.tar.bz2) = 856d2063accc078f8d75557dab7fd34674a68575 -RMD160 (zenity-2.8.2.tar.bz2) = 78d6275bab66653ac2a41edcc1dbf6479051257f -Size (zenity-2.8.2.tar.bz2) = 721700 bytes +SHA1 (zenity-2.10.0.tar.bz2) = ced5344929f982255088f565501fc37eaa687177 +RMD160 (zenity-2.10.0.tar.bz2) = d04d2b9f36fd61ea5b86e8c1d4624314b8ee6e14 +Size (zenity-2.10.0.tar.bz2) = 742206 bytes |