summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorobache <obache>2014-05-01 09:52:03 +0000
committerobache <obache>2014-05-01 09:52:03 +0000
commit04df7c44cc4e057dc3be1d18541a9a4d2ffe70d6 (patch)
tree36988b2a6a973f03f56a5c2769c5191acf74d863
parent80b8ab73cd8a88ca8452f5d7fd69474c0e9318f5 (diff)
downloadpkgsrc-04df7c44cc4e057dc3be1d18541a9a4d2ffe70d6.tar.gz
Note upstream commit (and remove garbage hunk).
-rw-r--r--inputmethod/ibus-tegaki/distinfo4
-rw-r--r--inputmethod/ibus-tegaki/patches/patch-aa12
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
-+)