diff options
author | obache <obache@pkgsrc.org> | 2012-04-22 13:56:19 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2012-04-22 13:56:19 +0000 |
commit | 1edc1213ddd8f5e64ffc88883b5ad91d672ca08d (patch) | |
tree | 23367e4d5bd07270fea1380cd891f3ba74009386 /inputmethod/py-input-pad | |
parent | ccd5c36f159b847bfa3e99efdb8d0b8af3426320 (diff) | |
download | pkgsrc-1edc1213ddd8f5e64ffc88883b5ad91d672ca08d.tar.gz |
Update input-pad to 1.0.1.
Released 1.0.1
Added Rupee symbol (U+20B9)
Removed gtk_set_locale() for GTK3.
Followed eek 0.90 API changes.
Added some acronyms.
Set XTEST module by default if it's installed.
Added Runes group in Custom Characters table.
Added variants and options.
Diffstat (limited to 'inputmethod/py-input-pad')
-rw-r--r-- | inputmethod/py-input-pad/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/inputmethod/py-input-pad/Makefile b/inputmethod/py-input-pad/Makefile index aca106773fd..3beb4fd75e1 100644 --- a/inputmethod/py-input-pad/Makefile +++ b/inputmethod/py-input-pad/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.14 2012/04/08 19:08:59 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2012/04/22 13:56:19 obache Exp $ # .include "../../inputmethod/input-pad/Makefile.common" PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 5 MAINTAINER= obache@NetBSD.org COMMENT= Python wrapper for Input Pad |