diff options
author | wiz <wiz@pkgsrc.org> | 2009-11-17 16:54:31 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-11-17 16:54:31 +0000 |
commit | 495f9738c6668ae478b2571d478ce8dcabde7c2b (patch) | |
tree | 13f538ad794bc8d3287febde2860c6fffe054b9e | |
parent | 408765df0f584635a93538b732fa643ff18cc5f9 (diff) | |
download | pkgsrc-495f9738c6668ae478b2571d478ce8dcabde7c2b.tar.gz |
Update to 2.28.1:
What's new in GOK 2.28.1?
Bug fixes:
#595469 - Fix crash when removing gconf keys
#588196 - Check for libusb preprocessor macros with #if defined (Aurelien Jarno)
#514007 - Remove executable permission from l10n.txt and legal.xml
Misc. updates / fixes:
- Fix mai.po file permission
New and updated translations:
[ca] Gil Forcada
[cs] Petr Kovar
[or] Manoj Kumar Giri
[ru] Leonid Kanter
What's new in GOK 2.28.0?
New and updated translations:
[ar] Khaled Hosny
[as] Amitakhya Phukan
[da] Ask H. Larsen
[de] Christian Kirbach
[en_GB] Philip Withnall
[gu] Sweta Kothari
[hi] Rajesh Ranjan
[hu] Gabor Kelemen
[it] Francesco Marletta
[ja] Takayuki KUSANO
[kn] Shankar Prasad
[ko] Changwoo Ryu
[lt] Gintautas Miliauskas
[ml] Ani
[pa] A S Alam
[pl] Piotr Drąg
[ro] Lucian Adrian Grijincu
[sl] Matej Urbančič
[sr] Miloš Popović
[sr@latin] Miloš Popović
[te] Krishnababu K
[tr] Baris Cicek
[zh_CN] Aron Xu
What's new in GOK 2.27.92?
Bug fixes:
#581968 - Add translator comment for "Key Feedback"
New and updated translations:
[ar] Khaled Hosny
[bn_IN] Runa Bhattacharjee
[ca] Gil Forcada
[ca@valencia] Carles Ferrando
[eu] Inaki Larranaga Murgoitio
[pt_BR] Isis Binder, Rodrigo L. M. Flores
What's new in GOK 2.27.91?
Bug fixes:
#592692 - Remove deprecated Encoding key from desktop file (Frederic Peters)
#591506 - Add string.h include for strcmp() (Vincent Untz)
New and updated translations:
[bg] Alexander Shopov
[cs] Andre Klapper
[fi] Tommi Vainikainen
[fr] Claude Paroz
[ga] Sean de Burca
[gl] Anton Meixome
[pt] Rui Batista
What's new in GOK 2.27.90?
Misc. updates / fixes:
- Minor update to API reference templates
- Disable gtk engines in gok.rc (#585633)
- Substitute $sounddir in gconf schema file
- Enable libusb-input during make distcheck
Bug fixes:
#589117 - Remove libgnome and libgnomeui dependency
#589967 - Build failure caused by missing header (Götz Waschk)
New and updated translations:
[nb] Kjartan Maraas
[zh_CN] Ray Wang
What's new in GOK 2.27.5?
Bug fixes:
#588877 - Cleanup <gnome.h> includes (Andre Klapper)
#588458 - GOK fails to build with libusb enabled
New and updated translations:
[ta] drtvasudevan
[zh_HK] Chao-Hsiung Liao
[zh_TW] Chao-Hsiung Liao
What's new in GOK 2.27.4?
Bug fixes:
#585633 - Enable gtk engines
#584612 - Use gtk_show_uri instead of gnome_help
New and updated translations:
[es] Jorge Gonzalez
[sv] Daniel Nylander
[uk] Maxim V. Dziumanenko
What's new in GOK 2.27.3?
Bug fixes:
#584002 - Add missing return value
#584004 - Remove esound from pkg-config file
New and updated translations:
[nb] Kjartan Maraas
[sv] Daniel Nylander
What's new in GOK 2.27.2?
Bug fixes:
#581492 - Remove esound check from configure
#583313 - Don't show widgets in non-active tabs
New and updated translations:
[es] Jorge Gonzalez
[ta] drtvasudevan
What's new in GOK 2.27.1?
Bug fixes:
#570723 - Replace deprecated gnome_i18n_get_language_list
#572913 - Migrate to libcanberra
#572686 - Remove deprecated GTK+ symbols
New and updated translations:
[kn] Shankar Prasad
[pa] Amanpreet Singh Alam
-rw-r--r-- | misc/gok/Makefile | 26 | ||||
-rw-r--r-- | misc/gok/PLIST | 19 | ||||
-rw-r--r-- | misc/gok/distinfo | 8 |
3 files changed, 33 insertions, 20 deletions
diff --git a/misc/gok/Makefile b/misc/gok/Makefile index 21461f30049..dd081b456c4 100644 --- a/misc/gok/Makefile +++ b/misc/gok/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.64 2009/08/26 19:58:01 sno Exp $ +# $NetBSD: Makefile,v 1.65 2009/11/17 16:54:31 wiz Exp $ # -DISTNAME= gok-2.26.0 -PKGREVISION= 1 +DISTNAME= gok-2.28.1 CATEGORIES= misc -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gok/2.26/} +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gok/2.28/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org @@ -22,26 +21,27 @@ PKGCONFIG_OVERRIDE+= gok-1.0.pc.in GCONF_SCHEMAS= gok.schemas -.include "../../audio/esound/buildlink3.mk" .include "../../audio/gnome-speech/buildlink3.mk" +.include "../../audio/libcanberra/buildlink3.mk" +BUILDLINK_API_DEPENDS.GConf+= GConf>=2.16.0 +.include "../../devel/GConf/schemas.mk" .include "../../devel/at-spi/buildlink3.mk" .include "../../devel/atk/buildlink3.mk" -.include "../../devel/GConf/schemas.mk" .include "../../devel/gettext-lib/buildlink3.mk" .include "../../devel/libbonobo/buildlink3.mk" .include "../../devel/libglade/buildlink3.mk" -.include "../../devel/libgnomeui/buildlink3.mk" .include "../../devel/libwnck/buildlink3.mk" .include "../../graphics/hicolor-icon-theme/buildlink3.mk" .include "../../net/ORBit2/buildlink3.mk" +.include "../../sysutils/dbus-glib/buildlink3.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" -.include "../../mk/omf-scrollkeeper.mk" -BUILDLINK_API_DEPENDS.glib2+= glib2>=2.11.0 +BUILDLINK_API_DEPENDS.glib2+= glib2>=2.17.4 BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.14.0 .include "../../x11/gtk2/buildlink3.mk" -.include "../../x11/libSM/buildlink3.mk" -.include "../../x11/libX11/buildlink3.mk" -BUILDLINK_DEPMETHOD.libXt?= build -.include "../../x11/libXt/buildlink3.mk" +#.include "../../x11/libSM/buildlink3.mk" +#.include "../../x11/libX11/buildlink3.mk" +#BUILDLINK_DEPMETHOD.libXt?= build +#.include "../../x11/libXt/buildlink3.mk" .include "../../x11/libXevie/buildlink3.mk" +.include "../../mk/omf-scrollkeeper.mk" .include "../../mk/bsd.pkg.mk" diff --git a/misc/gok/PLIST b/misc/gok/PLIST index f19396e3c51..3907b2bb8ac 100644 --- a/misc/gok/PLIST +++ b/misc/gok/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.21 2009/06/14 18:07:22 joerg Exp $ +@comment $NetBSD: PLIST,v 1.22 2009/11/17 16:54:31 wiz Exp $ bin/create-branching-keyboard bin/gok lib/bonobo/servers/GNOME_Gok.server @@ -127,6 +127,16 @@ share/gok/ca/numberpad.kbd share/gok/ca/quit.kbd share/gok/ca/text-operations.kbd share/gok/ca/valuator.kbd +share/gok/ca@valencia/gok-controls.kbd +share/gok/ca@valencia/hide.kbd +share/gok/ca@valencia/launcher.kbd +share/gok/ca@valencia/main.kbd +share/gok/ca@valencia/mouse.kbd +share/gok/ca@valencia/move-resize.kbd +share/gok/ca@valencia/numberpad.kbd +share/gok/ca@valencia/quit.kbd +share/gok/ca@valencia/text-operations.kbd +share/gok/ca@valencia/valuator.kbd share/gok/cs/gok-controls.kbd share/gok/cs/hide.kbd share/gok/cs/launcher.kbd @@ -295,8 +305,6 @@ share/gok/gl/valuator.kbd share/gok/glade/gok.glade2 share/gok/gok.rc share/gok/goklogo.png -share/gok/goksound1.wav -share/gok/goksound2.wav share/gok/gu/gok-controls.kbd share/gok/gu/hide.kbd share/gok/gu/launcher.kbd @@ -805,6 +813,7 @@ share/gtk-doc/html/gok/ch01.html share/gtk-doc/html/gok/ch02.html share/gtk-doc/html/gok/ch03.html share/gtk-doc/html/gok/ch04.html +share/gtk-doc/html/gok/gok-GokButton.html share/gtk-doc/html/gok/gok-arraylist.html share/gtk-doc/html/gok/gok-callbacks.html share/gtk-doc/html/gok/gok-command-common.html @@ -822,6 +831,7 @@ share/gtk-doc/html/gok/gok-gok-control.html share/gtk-doc/html/gok/gok-gok-data.html share/gtk-doc/html/gok/gok-gok-editor.html share/gtk-doc/html/gok/gok-gok-feedback.html +share/gtk-doc/html/gok/gok-gok-gconf-keys.html share/gtk-doc/html/gok/gok-gok-gconf.html share/gtk-doc/html/gok/gok-gok-key.html share/gtk-doc/html/gok/gok-gok-keyboard.html @@ -870,6 +880,7 @@ share/locale/bg/LC_MESSAGES/gok.mo share/locale/bn/LC_MESSAGES/gok.mo share/locale/bn_IN/LC_MESSAGES/gok.mo share/locale/ca/LC_MESSAGES/gok.mo +share/locale/ca@valencia/LC_MESSAGES/gok.mo share/locale/cs/LC_MESSAGES/gok.mo share/locale/cy/LC_MESSAGES/gok.mo share/locale/da/LC_MESSAGES/gok.mo @@ -937,3 +948,5 @@ share/locale/zh_HK/LC_MESSAGES/gok.mo share/locale/zh_TW/LC_MESSAGES/gok.mo share/omf/gok/gok-C.omf share/pixmaps/gok.png +share/sounds/freedesktop/stereo/goksound1.wav +share/sounds/freedesktop/stereo/goksound2.wav diff --git a/misc/gok/distinfo b/misc/gok/distinfo index c7f5b40ea98..e682e6e880b 100644 --- a/misc/gok/distinfo +++ b/misc/gok/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.23 2009/03/18 02:14:42 jmcneill Exp $ +$NetBSD: distinfo,v 1.24 2009/11/17 16:54:31 wiz Exp $ -SHA1 (gok-2.26.0.tar.bz2) = 8b97b61b1f88d4fe5ddd706481ce6b70d57c33ac -RMD160 (gok-2.26.0.tar.bz2) = e7e15019819f46fd7d6839183eb5cda2db8fc4cb -Size (gok-2.26.0.tar.bz2) = 1341889 bytes +SHA1 (gok-2.28.1.tar.bz2) = 194080d2c4993061af3abd48d3a2a14393cef1c4 +RMD160 (gok-2.28.1.tar.bz2) = d4cf9a2a10e1c0fb87d70f161e1fa3ee39f71c9b +Size (gok-2.28.1.tar.bz2) = 1588038 bytes |