Mon Nov 22 13:31:05 2010 UTC ()
Update eekboard to 0.0.6.
bug and compatibility fixes.


(obache)
diff -r1.3 -r1.4 pkgsrc/x11/eekboard/Makefile
diff -r1.1.1.1 -r1.2 pkgsrc/x11/eekboard/distinfo
diff -r1.1.1.1 -r1.2 pkgsrc/x11/eekboard/options.mk

cvs diff -r1.3 -r1.4 pkgsrc/x11/eekboard/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/eekboard/Makefile 2010/11/15 22:58:55 1.3
+++ pkgsrc/x11/eekboard/Makefile 2010/11/22 13:31:05 1.4
@@ -1,20 +1,19 @@ @@ -1,20 +1,19 @@
1# $NetBSD: Makefile,v 1.3 2010/11/15 22:58:55 abs Exp $ 1# $NetBSD: Makefile,v 1.4 2010/11/22 13:31:05 obache Exp $
2# 2#
3 3
4DISTNAME= eekboard-0.0.5 4DISTNAME= eekboard-0.0.6
5PKGREVISION= 2 
6CATEGORIES= x11 5CATEGORIES= x11
7MASTER_SITES= http://github.com/downloads/ueno/eekboard/ 6MASTER_SITES= http://cloud.github.com/downloads/ueno/eekboard/
8 7
9MAINTAINER= obache@NetBSD.org 8MAINTAINER= obache@NetBSD.org
10HOMEPAGE= http://ueno.github.com/eekboard/ 9HOMEPAGE= http://ueno.github.com/eekboard/
11COMMENT= Virtual keyboard for GNOME 10COMMENT= Virtual keyboard for GNOME
12LICENSE= gnu-gpl-v3 11LICENSE= gnu-gpl-v3
13 12
14PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
15 14
16GNU_CONFIGURE= yes 15GNU_CONFIGURE= yes
17USE_LIBTOOL= yes 16USE_LIBTOOL= yes
18USE_PKGLOCALEDIR= yes 17USE_PKGLOCALEDIR= yes
19USE_TOOLS+= gmake pkg-config intltool 18USE_TOOLS+= gmake pkg-config intltool
20 19

cvs diff -r1.1.1.1 -r1.2 pkgsrc/x11/eekboard/distinfo (expand / switch to unified diff)

--- pkgsrc/x11/eekboard/distinfo 2010/08/30 11:47:34 1.1.1.1
+++ pkgsrc/x11/eekboard/distinfo 2010/11/22 13:31:05 1.2
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.1.1.1 2010/08/30 11:47:34 obache Exp $ 1$NetBSD: distinfo,v 1.2 2010/11/22 13:31:05 obache Exp $
2 2
3SHA1 (eekboard-0.0.5.tar.gz) = 7c0f7ed97d93215bb05848eb0dd4aba13310170f 3SHA1 (eekboard-0.0.6.tar.gz) = c3f1de9e8b2b117f17bb82c151bb0054811a794c
4RMD160 (eekboard-0.0.5.tar.gz) = f79f70a752dd92ffeef4e742b85ede855eff3a3d 4RMD160 (eekboard-0.0.6.tar.gz) = 2009143099bbbcc5cf758f2d699a5f9ee32dacd1
5Size (eekboard-0.0.5.tar.gz) = 492106 bytes 5Size (eekboard-0.0.6.tar.gz) = 500222 bytes

cvs diff -r1.1.1.1 -r1.2 pkgsrc/x11/eekboard/options.mk (expand / switch to unified diff)

--- pkgsrc/x11/eekboard/options.mk 2010/08/30 11:47:34 1.1.1.1
+++ pkgsrc/x11/eekboard/options.mk 2010/11/22 13:31:05 1.2
@@ -1,19 +1,18 @@ @@ -1,19 +1,18 @@
1# $NetBSD: options.mk,v 1.1.1.1 2010/08/30 11:47:34 obache Exp $ 1# $NetBSD: options.mk,v 1.2 2010/11/22 13:31:05 obache Exp $
2# 2#
3 3
4PKG_OPTIONS_VAR= PKG_OPTIONS.eekboard 4PKG_OPTIONS_VAR= PKG_OPTIONS.eekboard
5PKG_SUPPORTED_OPTIONS= clutter 5PKG_SUPPORTED_OPTIONS= clutter
6PKG_SUGGESTED_OPTIONS= clutter 6PKG_SUGGESTED_OPTIONS= clutter
7 7
8.include "../../mk/bsd.options.mk" 8.include "../../mk/bsd.options.mk"
9 9
10PLIST_VARS+= clutter 10PLIST_VARS+= clutter
11 11
12.if !empty(PKG_OPTIONS:Mclutter) 12.if !empty(PKG_OPTIONS:Mclutter)
13PLIST.clutter= yes 13PLIST.clutter= yes
14.include "../../graphics/clutter/buildlink3.mk" 14.include "../../graphics/clutter/buildlink3.mk"
15.include "../../graphics/clutter-gtk/buildlink3.mk" 
16CONFIGURE_ARGS+= --enable-clutter=yes 15CONFIGURE_ARGS+= --enable-clutter=yes
17.else 16.else
18CONFIGURE_ARGS+= --enable-clutter=no 17CONFIGURE_ARGS+= --enable-clutter=no
19.endif 18.endif