pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/inputmethod/tomoe-gtk Remove gucharmap dependency -- i...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1741057f763c
branches:  trunk
changeset: 549092:1741057f763c
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Oct 27 14:38:54 2008 +0000

description:
Remove gucharmap dependency -- it builds without gucharmap, but not with
the new gucharmap2 API.

If this feature is very useful, a separate (but conflicting) gucharmap1
package could be created.

Bump PKGREVISION.

diffstat:

 inputmethod/tomoe-gtk/Makefile |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (25 lines):

diff -r 1c59eb2e73ea -r 1741057f763c inputmethod/tomoe-gtk/Makefile
--- a/inputmethod/tomoe-gtk/Makefile    Mon Oct 27 14:38:01 2008 +0000
+++ b/inputmethod/tomoe-gtk/Makefile    Mon Oct 27 14:38:54 2008 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2008/06/23 12:11:00 obache Exp $
+# $NetBSD: Makefile,v 1.3 2008/10/27 14:38:54 wiz Exp $
 #
 
 DISTNAME=      tomoe-gtk-0.6.0
+PKGREVISION=   1
 CATEGORIES=    inputmethod
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=tomoe/}
 
@@ -19,8 +20,10 @@
 PKGCONFIG_OVERRIDE+=   tomoe-gtk.pc.in
 
 CONFIGURE_ARGS+=       --without-python
+# enable again once upstream supports gucharmap-2, or a
+# gucharmap-1 package was created
+CONFIGURE_ARGS+=       --without-gucharmap
 
-.include "../../fonts/gucharmap/buildlink3.mk"
 .include "../../inputmethod/tomoe/buildlink3.mk"
 .include "../../x11/gtk2/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index