Thu May 1 09:52:03 2014 UTC ()
Note upstream commit (and remove garbage hunk).


(obache)
diff -r1.1.1.1 -r1.2 pkgsrc/inputmethod/ibus-tegaki/distinfo
diff -r1.1.1.1 -r1.2 pkgsrc/inputmethod/ibus-tegaki/patches/patch-aa

cvs diff -r1.1.1.1 -r1.2 pkgsrc/inputmethod/ibus-tegaki/distinfo (expand / switch to unified diff)

--- pkgsrc/inputmethod/ibus-tegaki/distinfo 2010/08/08 00:42:23 1.1.1.1
+++ pkgsrc/inputmethod/ibus-tegaki/distinfo 2014/05/01 09:52:03 1.2
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.1.1.1 2010/08/08 00:42:23 obache Exp $ 1$NetBSD: distinfo,v 1.2 2014/05/01 09:52:03 obache Exp $
2 2
3SHA1 (ibus-tegaki-0.3.1.tar.gz) = aae9744632de4033c0906be032b37c3dfdcef151 3SHA1 (ibus-tegaki-0.3.1.tar.gz) = aae9744632de4033c0906be032b37c3dfdcef151
4RMD160 (ibus-tegaki-0.3.1.tar.gz) = 2cdf689b5434626b62f769f47dae06054b166e4e 4RMD160 (ibus-tegaki-0.3.1.tar.gz) = 2cdf689b5434626b62f769f47dae06054b166e4e
5Size (ibus-tegaki-0.3.1.tar.gz) = 17026 bytes 5Size (ibus-tegaki-0.3.1.tar.gz) = 17026 bytes
6SHA1 (patch-aa) = 1064b3d7987c14cfe8e033ef371d79556238d39f 6SHA1 (patch-aa) = 95d27f41ebd9c0a464e4738e7a475750fd34d6b2

cvs diff -r1.1.1.1 -r1.2 pkgsrc/inputmethod/ibus-tegaki/patches/patch-aa (expand / switch to unified diff)

--- pkgsrc/inputmethod/ibus-tegaki/patches/patch-aa 2010/08/08 00:42:23 1.1.1.1
+++ pkgsrc/inputmethod/ibus-tegaki/patches/patch-aa 2014/05/01 09:52:03 1.2
@@ -1,22 +1,16 @@ @@ -1,22 +1,16 @@
1$NetBSD: patch-aa,v 1.1.1.1 2010/08/08 00:42:23 obache Exp $ 1$NetBSD: patch-aa,v 1.2 2014/05/01 09:52:03 obache Exp $
2 2
3destdir support. 3* destdir support.
 4 https://github.com/tegaki/tegaki/commit/09a3d7d91e9e9199a6a3b307f8831615ddf06512
4 5
5--- setup.py.orig 2010-03-23 07:07:56.000000000 +0000 6--- setup.py.orig 2010-03-23 07:07:56.000000000 +0000
6+++ setup.py 7+++ setup.py
7@@ -40,6 +40,8 @@ class install(installbase): 8@@ -40,6 +40,8 @@ class install(installbase):
8 txt = load_file(filename) 9 txt = load_file(filename)
9 txt = replace_constants(self._replace_prefix(txt)) 10 txt = replace_constants(self._replace_prefix(txt))
10 outdir = os.path.join(self._getprefix(), folder) 11 outdir = os.path.join(self._getprefix(), folder)
11+ if self.root is not None: 12+ if self.root is not None:
12+ outdir = self.root + outdir 13+ outdir = self.root + outdir
13 out = os.path.join(outdir, filename.replace(".in", "")) 14 out = os.path.join(outdir, filename.replace(".in", ""))
14 if not os.path.exists(outdir): 15 if not os.path.exists(outdir):
15 os.makedirs(outdir) 16 os.makedirs(outdir)
16@@ -76,4 +78,4 @@ setup( 
17 data_files=[('share/ibus-tegaki/engine', glob("engine/*.py")), 
18 ('share/ibus-tegaki/icons', glob("*.svg"))], 
19 cmdclass={'install':install} 
20-) 
21\ No newline at end of file 
22+)