pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/inputmethod/uim Automatically register uim in the list of
details: https://anonhg.NetBSD.org/pkgsrc/rev/e10cecb1808a
branches: trunk
changeset: 486843:e10cecb1808a
user: wiz <wiz%pkgsrc.org@localhost>
date: Tue Jan 04 10:29:15 2005 +0000
description:
Automatically register uim in the list of
GTK2 input modules. Bump PKGREVISION.
Thanks to jmmv for the hint on how to do this (see x11/gtk2/modules.mk).
diffstat:
inputmethod/uim/Makefile | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diffs (33 lines):
diff -r 4cd95268e805 -r e10cecb1808a inputmethod/uim/Makefile
--- a/inputmethod/uim/Makefile Tue Jan 04 10:04:01 2005 +0000
+++ b/inputmethod/uim/Makefile Tue Jan 04 10:29:15 2005 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2005/01/01 17:40:44 minskim Exp $
+# $NetBSD: Makefile,v 1.3 2005/01/04 10:29:15 wiz Exp $
#
DISTNAME= uim-0.4.5
+PKGREVISION= 1
CATEGORIES= inputmethod
MASTER_SITES= http://freedesktop.org/~tkng/
@@ -16,6 +17,7 @@
PKGCONFIG_OVERRIDE+= ${WRKSRC}/uim.pc.in
GNU_CONFIGURE= yes
USE_X11= yes
+GTK2_IMMODULES= yes
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/uim
@@ -25,9 +27,9 @@
${INSTALL_DATA} ${WRKSRC}/doc/XIM-SERVER ${PREFIX}/share/doc/uim
.include "../../converters/libiconv/buildlink3.mk"
+.include "../../devel/ncurses/buildlink3.mk"
.include "../../devel/pkgconfig/buildlink3.mk"
.include "../../textproc/intltool/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
-
-.include "../../devel/ncurses/buildlink3.mk"
+.include "../../x11/gtk2/modules.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index