pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/misc/gwaei Update to 1.2.1:
details: https://anonhg.NetBSD.org/pkgsrc/rev/3ed96c4522b5
branches: trunk
changeset: 568579:3ed96c4522b5
user: wiz <wiz%pkgsrc.org@localhost>
date: Tue Dec 15 14:46:44 2009 +0000
description:
Update to 1.2.1:
1.2.1:
This is a bug fix release. A few random crashers were fixed. The
installation prodecure was fixed when doing --disable-schemas-install.
1.2.0:
The results have been worked to have better, easier to skim
formatting. New German, French, and Spanish dictionaries have been added.
The dictionaries are now user-organizable. The radicals in the Radical
search tool now grey out when certain combinations do not return any
kanji. There are other general improvements to make the program easier to
use and remove bugs.
1.1.0:
The main window has a more balanced interface. Bugs have been
squashed here and there. Much code has been refactored, including
doxygen documentation. This release requires GNOME 2.26 level
dependencies, which corresponds approximately to Fedora 11 or Ubuntu
9. There is now an IRC channel at irc://irc.freenode.net/gwaei for
helping users with problems.
diffstat:
misc/gwaei/Makefile | 9 +++++----
misc/gwaei/PLIST | 10 ++++++----
misc/gwaei/PLIST.gnome | 14 +++++++-------
misc/gwaei/distinfo | 9 ++++-----
misc/gwaei/options.mk | 4 +++-
misc/gwaei/patches/patch-aa | 17 -----------------
6 files changed, 25 insertions(+), 38 deletions(-)
diffs (140 lines):
diff -r e0dbb469a800 -r 3ed96c4522b5 misc/gwaei/Makefile
--- a/misc/gwaei/Makefile Tue Dec 15 14:37:34 2009 +0000
+++ b/misc/gwaei/Makefile Tue Dec 15 14:46:44 2009 +0000
@@ -1,13 +1,14 @@
-# $NetBSD: Makefile,v 1.9 2009/10/22 22:27:23 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2009/12/15 14:46:44 wiz Exp $
#
-DISTNAME= gwaei-1.0.1
+DISTNAME= gwaei-1.2.1
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gwaei/}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= http://gwaei.sourceforge.net/
COMMENT= Japanese dictionary for GNOME
+LICENSE= gnu-gpl-v3
DEPENDS+= rsync-[0-9]*:../../net/rsync
@@ -33,11 +34,11 @@
.include "options.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
-BUILDLINK_API_DEPENDS.glib2+= glib2>=2.16.0
+BUILDLINK_API_DEPENDS.glib2+= glib2>=2.16.5
.include "../../devel/glib2/buildlink3.mk"
BUILDLINK_API_DEPENDS.curl+= curl>=7.18.0
.include "../../www/curl/buildlink3.mk"
-BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.12.0
+BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.14.0
.include "../../x11/gtk2/buildlink3.mk"
.include "../../textproc/gnome-doc-utils/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff -r e0dbb469a800 -r 3ed96c4522b5 misc/gwaei/PLIST
--- a/misc/gwaei/PLIST Tue Dec 15 14:37:34 2009 +0000
+++ b/misc/gwaei/PLIST Tue Dec 15 14:46:44 2009 +0000
@@ -1,11 +1,13 @@
-@comment $NetBSD: PLIST,v 1.7 2009/10/22 22:27:23 wiz Exp $
+@comment $NetBSD: PLIST,v 1.8 2009/12/15 14:46:44 wiz Exp $
bin/gwaei
bin/waei
-share/doc/${PKGNAME}/COPYING
-share/doc/${PKGNAME}/ChangeLog
-share/doc/${PKGNAME}/NEWS
+man/man1/waei.1
+share/doc/gwaei/COPYING
+share/doc/gwaei/ChangeLog
+share/doc/gwaei/NEWS
share/locale/en@boldquot/LC_MESSAGES/gwaei.mo
share/locale/en@quot/LC_MESSAGES/gwaei.mo
share/locale/es/LC_MESSAGES/gwaei.mo
+share/locale/fr/LC_MESSAGES/gwaei.mo
share/locale/it/LC_MESSAGES/gwaei.mo
share/locale/ja/LC_MESSAGES/gwaei.mo
diff -r e0dbb469a800 -r 3ed96c4522b5 misc/gwaei/PLIST.gnome
--- a/misc/gwaei/PLIST.gnome Tue Dec 15 14:37:34 2009 +0000
+++ b/misc/gwaei/PLIST.gnome Tue Dec 15 14:46:44 2009 +0000
@@ -1,5 +1,6 @@
-@comment $NetBSD: PLIST.gnome,v 1.1 2009/10/22 22:27:23 wiz Exp $
-bin/gwaei
+@comment $NetBSD: PLIST.gnome,v 1.2 2009/12/15 14:46:44 wiz Exp $
+lib/gwaei/kpengine
+man/man1/gwaei.1
share/applications/gwaei.desktop
share/gconf/schemas/gwaei.schemas
share/gnome/help/gwaei/C/glossary.xml
@@ -8,12 +9,11 @@
share/gwaei/character2.png
share/gwaei/character3.png
share/gwaei/jdata.dat
-share/gwaei/kanjipad.xml
-share/gwaei/kpengine
+share/gwaei/kanjipad.ui
share/gwaei/logo.png
-share/gwaei/main.xml
-share/gwaei/radicals.xml
-share/gwaei/settings.xml
+share/gwaei/main.ui
+share/gwaei/radicals.ui
+share/gwaei/settings.ui
share/icons/hicolor/16x16/actions/non-word-boundary.png
share/icons/hicolor/16x16/actions/unknown-character.png
share/icons/hicolor/16x16/actions/word-boundary.png
diff -r e0dbb469a800 -r 3ed96c4522b5 misc/gwaei/distinfo
--- a/misc/gwaei/distinfo Tue Dec 15 14:37:34 2009 +0000
+++ b/misc/gwaei/distinfo Tue Dec 15 14:46:44 2009 +0000
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.7 2009/10/22 22:27:23 wiz Exp $
+$NetBSD: distinfo,v 1.8 2009/12/15 14:46:44 wiz Exp $
-SHA1 (gwaei-1.0.1.tar.gz) = 8638b7365e8a06c6bc0565fb5fac497081b81ee1
-RMD160 (gwaei-1.0.1.tar.gz) = 2456cfd89767d61e408d1c94019a479b90eda4ee
-Size (gwaei-1.0.1.tar.gz) = 551430 bytes
-SHA1 (patch-aa) = a9f5f6dda8efe6140bce1b9d9132ffd2f302e15a
+SHA1 (gwaei-1.2.1.tar.gz) = b22fc28790223d115a121206f4855f3ab421c9eb
+RMD160 (gwaei-1.2.1.tar.gz) = 5d06eecf5efde6aa6fed2d055b5637ca87fbb3a8
+Size (gwaei-1.2.1.tar.gz) = 643964 bytes
diff -r e0dbb469a800 -r 3ed96c4522b5 misc/gwaei/options.mk
--- a/misc/gwaei/options.mk Tue Dec 15 14:37:34 2009 +0000
+++ b/misc/gwaei/options.mk Tue Dec 15 14:46:44 2009 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: options.mk,v 1.1 2009/10/22 22:27:23 wiz Exp $
+# $NetBSD: options.mk,v 1.2 2009/12/15 14:46:44 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.gwaei
PKG_SUPPORTED_OPTIONS= gnome
+# XXX: needed in 1.2.1, link failure if disabled
PKG_SUGGESTED_OPTIONS= gnome
.include "../../mk/bsd.options.mk"
@@ -22,6 +23,7 @@
.include "../../devel/libsexy/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
+.include "../../x11/libunique/buildlink3.mk"
.include "../../mk/omf-scrollkeeper.mk"
.else
CONFIGURE_ARGS+= --without-gnome
diff -r e0dbb469a800 -r 3ed96c4522b5 misc/gwaei/patches/patch-aa
--- a/misc/gwaei/patches/patch-aa Tue Dec 15 14:37:34 2009 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2009/10/22 22:27:23 wiz Exp $
-
-From upstream, will be in next release.
-
---- src/preferences-gconf.c.orig 2009-05-25 03:57:50.000000000 +0200
-+++ src/preferences-gconf.c 2009-10-23 00:17:03.000000000 +0200
-@@ -170,6 +168,10 @@
- return_value = NULL;
- strncpy(output, backup, n);
- }
-+ else if (return_value == NULL || strlen(return_value) == 0)
-+ {
-+ strncpy(output, backup, n);
-+ }
- else
- {
- strncpy(output, return_value, n);
Home |
Main Index |
Thread Index |
Old Index