diff options
author | obache <obache@pkgsrc.org> | 2014-05-01 09:52:03 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-05-01 09:52:03 +0000 |
commit | 730f922d697387bbb041ffc2f88b9cd263568cd4 (patch) | |
tree | 7c87b7dae0b26aaf3d446884d368d2bc12b14aaf /inputmethod | |
parent | 9ea465b5ec26fb675e7c8ac045068d48c8b9dc1f (diff) | |
download | pkgsrc-730f922d697387bbb041ffc2f88b9cd263568cd4.tar.gz |
Note upstream commit (and remove garbage hunk).
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/ibus-tegaki/distinfo | 4 | ||||
-rw-r--r-- | inputmethod/ibus-tegaki/patches/patch-aa | 12 |
2 files changed, 5 insertions, 11 deletions
diff --git a/inputmethod/ibus-tegaki/distinfo b/inputmethod/ibus-tegaki/distinfo index 58712adba44..8379f2108bd 100644 --- a/inputmethod/ibus-tegaki/distinfo +++ b/inputmethod/ibus-tegaki/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1.1.1 2010/08/08 00:42:23 obache Exp $ +$NetBSD: distinfo,v 1.2 2014/05/01 09:52:03 obache Exp $ SHA1 (ibus-tegaki-0.3.1.tar.gz) = aae9744632de4033c0906be032b37c3dfdcef151 RMD160 (ibus-tegaki-0.3.1.tar.gz) = 2cdf689b5434626b62f769f47dae06054b166e4e Size (ibus-tegaki-0.3.1.tar.gz) = 17026 bytes -SHA1 (patch-aa) = 1064b3d7987c14cfe8e033ef371d79556238d39f +SHA1 (patch-aa) = 95d27f41ebd9c0a464e4738e7a475750fd34d6b2 diff --git a/inputmethod/ibus-tegaki/patches/patch-aa b/inputmethod/ibus-tegaki/patches/patch-aa index c280ddaa566..a9c136c2eef 100644 --- a/inputmethod/ibus-tegaki/patches/patch-aa +++ b/inputmethod/ibus-tegaki/patches/patch-aa @@ -1,6 +1,7 @@ -$NetBSD: patch-aa,v 1.1.1.1 2010/08/08 00:42:23 obache Exp $ +$NetBSD: patch-aa,v 1.2 2014/05/01 09:52:03 obache Exp $ -destdir support. +* destdir support. + https://github.com/tegaki/tegaki/commit/09a3d7d91e9e9199a6a3b307f8831615ddf06512 --- setup.py.orig 2010-03-23 07:07:56.000000000 +0000 +++ setup.py @@ -13,10 +14,3 @@ destdir support. out = os.path.join(outdir, filename.replace(".in", "")) if not os.path.exists(outdir): os.makedirs(outdir) -@@ -76,4 +78,4 @@ setup( - data_files=[('share/ibus-tegaki/engine', glob("engine/*.py")), - ('share/ibus-tegaki/icons', glob("*.svg"))], - cmdclass={'install':install} --) -\ No newline at end of file -+) |