[arch-commits] Commit in uim/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-05-01 Thread Antonio Rojas via arch-commits
Date: Wednesday, May 1, 2019 @ 09:36:28
  Author: arojas
Revision: 352347

archrelease: copy trunk to extra-x86_64

Added:
  uim/repos/extra-x86_64/PKGBUILD
(from rev 352346, uim/trunk/PKGBUILD)
Deleted:
  uim/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   82 +
 1 file changed, 39 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-01 09:36:10 UTC (rev 352346)
+++ PKGBUILD2019-05-01 09:36:28 UTC (rev 352347)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: damir 
-
-pkgname=uim
-pkgver=1.8.8
-pkgrel=3
-pkgdesc='Multilingual input method library'
-url='https://github.com/uim/uim'
-license=('custom:BSD')
-arch=('x86_64')
-depends=('libxft' 'libedit' 'm17n-lib')
-makedepends=('intltool' 'gettext' 'gtk2' 'gtk3' 'qt4' 'qt5-x11extras' 'anthy' 
'skk-jisyo')
-optdepends=('qt4: immodule and helper applications'
-'qt5-x11extras: immodule and helper applications'
-'gtk2: immodule and helper applications'
-'gtk3: immodule and helper applications'
-'skk-jisyo: input method'
-'anthy: input method')
-source=("https://github.com/${pkgname}/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.bz2;)
-sha256sums=('34599bbcc4e5ab87832370763e38be5100984a64237555e9234a1ea225a0fadc')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib/uim \
-   --with-qt5-immodule \
-   --with-qt4-immodule \
-   --with-qt5 \
-   --with-qt4 \
-   --with-anthy-utf8 \
-   --with-skk \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install -j1 # FS#41112
-   install -D -m644 COPYING 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: uim/repos/extra-x86_64/PKGBUILD (from rev 352346, uim/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-01 09:36:28 UTC (rev 352347)
@@ -0,0 +1,39 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: damir 
+
+pkgname=uim
+pkgver=1.8.8
+pkgrel=4
+pkgdesc='Multilingual input method library'
+url='https://github.com/uim/uim'
+license=('custom:BSD')
+arch=('x86_64')
+depends=('libxft' 'libedit' 'm17n-lib')
+makedepends=('intltool' 'gettext' 'gtk2' 'gtk3' 'qt5-x11extras' 'anthy' 
'skk-jisyo')
+optdepends=('qt5-x11extras: immodule and helper applications'
+'gtk2: immodule and helper applications'
+'gtk3: immodule and helper applications'
+'skk-jisyo: input method'
+'anthy: input method')
+source=("https://github.com/${pkgname}/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.bz2;)
+sha256sums=('34599bbcc4e5ab87832370763e38be5100984a64237555e9234a1ea225a0fadc')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib/uim \
+   --with-qt5-immodule \
+   --with-qt5 \
+   --with-anthy-utf8 \
+   --with-skk \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install -j1 # FS#41112
+   install -D -m644 COPYING 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}


[arch-commits] Commit in uim/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-06-13 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, June 13, 2018 @ 06:36:46
  Author: bisson
Revision: 326878

archrelease: copy trunk to extra-x86_64

Added:
  uim/repos/extra-x86_64/PKGBUILD
(from rev 326877, uim/trunk/PKGBUILD)
Deleted:
  uim/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   83 +++--
 1 file changed, 43 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-13 06:36:01 UTC (rev 326877)
+++ PKGBUILD2018-06-13 06:36:46 UTC (rev 326878)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: damir 
-
-pkgname=uim
-pkgver=1.8.8
-pkgrel=2
-pkgdesc='Multilingual input method library'
-url='https://github.com/uim/uim'
-license=('custom:BSD')
-arch=('x86_64')
-depends=('libxft' 'libedit' 'm17n-lib')
-makedepends=('intltool' 'gettext' 'gtk2' 'gtk3' 'qt4' 'qt5-x11extras' 'anthy')
-optdepends=('qt4: immodule and helper applications'
-'qt5-x11extras: immodule and helper applications'
-'gtk2: immodule and helper applications'
-'gtk3: immodule and helper applications')
-source=("https://github.com/${pkgname}/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.bz2;)
-sha256sums=('34599bbcc4e5ab87832370763e38be5100984a64237555e9234a1ea225a0fadc')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib/uim \
-   --with-anthy-utf8 \
-   --with-qt5-immodule \
-   --with-qt4-immodule \
-   --with-qt5 \
-   --with-qt4 \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install -j1 # FS#41112
-   install -D -m644 COPYING 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: uim/repos/extra-x86_64/PKGBUILD (from rev 326877, uim/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-13 06:36:46 UTC (rev 326878)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: damir 
+
+pkgname=uim
+pkgver=1.8.8
+pkgrel=3
+pkgdesc='Multilingual input method library'
+url='https://github.com/uim/uim'
+license=('custom:BSD')
+arch=('x86_64')
+depends=('libxft' 'libedit' 'm17n-lib')
+makedepends=('intltool' 'gettext' 'gtk2' 'gtk3' 'qt4' 'qt5-x11extras' 'anthy' 
'skk-jisyo')
+optdepends=('qt4: immodule and helper applications'
+'qt5-x11extras: immodule and helper applications'
+'gtk2: immodule and helper applications'
+'gtk3: immodule and helper applications'
+'skk-jisyo: input method'
+'anthy: input method')
+source=("https://github.com/${pkgname}/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.bz2;)
+sha256sums=('34599bbcc4e5ab87832370763e38be5100984a64237555e9234a1ea225a0fadc')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib/uim \
+   --with-qt5-immodule \
+   --with-qt4-immodule \
+   --with-qt5 \
+   --with-qt4 \
+   --with-anthy-utf8 \
+   --with-skk \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install -j1 # FS#41112
+   install -D -m644 COPYING 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}


[arch-commits] Commit in uim/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-05-21 Thread Gaëtan Bisson via arch-commits
Date: Monday, May 21, 2018 @ 16:44:22
  Author: bisson
Revision: 324693

archrelease: copy trunk to extra-x86_64

Added:
  uim/repos/extra-x86_64/PKGBUILD
(from rev 324692, uim/trunk/PKGBUILD)
Deleted:
  uim/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   77 +++--
 1 file changed, 40 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-21 16:43:37 UTC (rev 324692)
+++ PKGBUILD2018-05-21 16:44:22 UTC (rev 324693)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: damir 
-
-pkgname=uim
-pkgver=1.8.8
-pkgrel=1
-pkgdesc='Multilingual input method library'
-url='https://github.com/uim/uim'
-license=('custom:BSD')
-arch=('x86_64')
-depends=('libxft' 'libedit' 'm17n-lib')
-makedepends=('intltool' 'gettext' 'gtk2' 'gtk3' 'qt4' 'anthy')
-optdepends=('qt4: immodule and helper applications'
-'gtk2: immodule and helper applications'
-'gtk3: immodule and helper applications')
-source=("https://github.com/${pkgname}/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.bz2;)
-sha256sums=('34599bbcc4e5ab87832370763e38be5100984a64237555e9234a1ea225a0fadc')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib/uim \
-   --with-anthy-utf8 \
-   --with-qt4-immodule \
-   --with-qt4 \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install -j1 # FS#41112
-   install -D -m644 COPYING 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: uim/repos/extra-x86_64/PKGBUILD (from rev 324692, uim/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-21 16:44:22 UTC (rev 324693)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: damir 
+
+pkgname=uim
+pkgver=1.8.8
+pkgrel=2
+pkgdesc='Multilingual input method library'
+url='https://github.com/uim/uim'
+license=('custom:BSD')
+arch=('x86_64')
+depends=('libxft' 'libedit' 'm17n-lib')
+makedepends=('intltool' 'gettext' 'gtk2' 'gtk3' 'qt4' 'qt5-x11extras' 'anthy')
+optdepends=('qt4: immodule and helper applications'
+'qt5-x11extras: immodule and helper applications'
+'gtk2: immodule and helper applications'
+'gtk3: immodule and helper applications')
+source=("https://github.com/${pkgname}/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.bz2;)
+sha256sums=('34599bbcc4e5ab87832370763e38be5100984a64237555e9234a1ea225a0fadc')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib/uim \
+   --with-anthy-utf8 \
+   --with-qt5-immodule \
+   --with-qt4-immodule \
+   --with-qt5 \
+   --with-qt4 \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install -j1 # FS#41112
+   install -D -m644 COPYING 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}


[arch-commits] Commit in uim/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-05-18 Thread Gaëtan Bisson via arch-commits
Date: Friday, May 18, 2018 @ 18:30:46
  Author: bisson
Revision: 324573

archrelease: copy trunk to extra-x86_64

Added:
  uim/repos/extra-x86_64/PKGBUILD
(from rev 324572, uim/trunk/PKGBUILD)
Deleted:
  uim/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-18 18:29:06 UTC (rev 324572)
+++ PKGBUILD2018-05-18 18:30:46 UTC (rev 324573)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: damir 
-
-pkgname=uim
-pkgver=1.8.7
-pkgrel=1
-pkgdesc='Multilingual input method library'
-url='https://github.com/uim/uim'
-license=('custom:BSD')
-arch=('x86_64')
-depends=('libxft' 'libedit' 'm17n-lib')
-makedepends=('intltool' 'gettext' 'gtk2' 'gtk3' 'qt4' 'anthy')
-optdepends=('qt4: immodule and helper applications'
-'gtk2: immodule and helper applications'
-'gtk3: immodule and helper applications')
-source=("https://github.com/${pkgname}/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.bz2;)
-sha256sums=('10af94497b10a0eada681db6e995599e24ac243800518cce55d07977967c5b6a')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib/uim \
-   --with-anthy-utf8 \
-   --with-qt4-immodule \
-   --with-qt4 \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install -j1 # FS#41112
-   install -D -m644 COPYING 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: uim/repos/extra-x86_64/PKGBUILD (from rev 324572, uim/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-18 18:30:46 UTC (rev 324573)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: damir 
+
+pkgname=uim
+pkgver=1.8.8
+pkgrel=1
+pkgdesc='Multilingual input method library'
+url='https://github.com/uim/uim'
+license=('custom:BSD')
+arch=('x86_64')
+depends=('libxft' 'libedit' 'm17n-lib')
+makedepends=('intltool' 'gettext' 'gtk2' 'gtk3' 'qt4' 'anthy')
+optdepends=('qt4: immodule and helper applications'
+'gtk2: immodule and helper applications'
+'gtk3: immodule and helper applications')
+source=("https://github.com/${pkgname}/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.bz2;)
+sha256sums=('34599bbcc4e5ab87832370763e38be5100984a64237555e9234a1ea225a0fadc')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib/uim \
+   --with-anthy-utf8 \
+   --with-qt4-immodule \
+   --with-qt4 \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install -j1 # FS#41112
+   install -D -m644 COPYING 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}


[arch-commits] Commit in uim/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-05-10 Thread Gaëtan Bisson via arch-commits
Date: Thursday, May 10, 2018 @ 22:18:58
  Author: bisson
Revision: 323900

archrelease: copy trunk to extra-x86_64

Added:
  uim/repos/extra-x86_64/PKGBUILD
(from rev 323899, uim/trunk/PKGBUILD)
Deleted:
  uim/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-10 22:16:22 UTC (rev 323899)
+++ PKGBUILD2018-05-10 22:18:58 UTC (rev 323900)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: damir 
-
-pkgname=uim
-pkgver=1.8.6
-pkgrel=7
-pkgdesc='Multilingual input method library'
-url='https://github.com/uim/uim/wiki'
-license=('custom:BSD')
-arch=('i686' 'x86_64')
-depends=('libxft' 'libedit' 'm17n-lib')
-makedepends=('intltool' 'gettext' 'gtk2' 'gtk3' 'qt4' 'anthy')
-optdepends=('qt4: immodule and helper applications'
-'gtk2: immodule and helper applications'
-'gtk3: immodule and helper applications')
-source=("https://uim.googlecode.com/files/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('409c30b31b9e58e3c18cb7862933487b0585cd1d')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib/uim \
-   --with-anthy-utf8 \
-   --with-qt4-immodule \
-   --with-qt4 \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install -j1 # FS#41112
-   install -D -m644 COPYING 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: uim/repos/extra-x86_64/PKGBUILD (from rev 323899, uim/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-10 22:18:58 UTC (rev 323900)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: damir 
+
+pkgname=uim
+pkgver=1.8.7
+pkgrel=1
+pkgdesc='Multilingual input method library'
+url='https://github.com/uim/uim'
+license=('custom:BSD')
+arch=('x86_64')
+depends=('libxft' 'libedit' 'm17n-lib')
+makedepends=('intltool' 'gettext' 'gtk2' 'gtk3' 'qt4' 'anthy')
+optdepends=('qt4: immodule and helper applications'
+'gtk2: immodule and helper applications'
+'gtk3: immodule and helper applications')
+source=("https://github.com/${pkgname}/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.bz2;)
+sha256sums=('10af94497b10a0eada681db6e995599e24ac243800518cce55d07977967c5b6a')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib/uim \
+   --with-anthy-utf8 \
+   --with-qt4-immodule \
+   --with-qt4 \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install -j1 # FS#41112
+   install -D -m644 COPYING 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}


[arch-commits] Commit in uim/repos/extra-x86_64 (PKGBUILD PKGBUILD install install)

2013-06-30 Thread Gaetan Bisson
Date: Monday, July 1, 2013 @ 02:51:56
  Author: bisson
Revision: 189233

archrelease: copy trunk to extra-x86_64

Added:
  uim/repos/extra-x86_64/PKGBUILD
(from rev 189232, uim/trunk/PKGBUILD)
  uim/repos/extra-x86_64/install
(from rev 189232, uim/trunk/install)
Deleted:
  uim/repos/extra-x86_64/PKGBUILD
  uim/repos/extra-x86_64/install

--+
 PKGBUILD |   84 ++---
 install  |   26 +-
 2 files changed, 55 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-07-01 00:51:31 UTC (rev 189232)
+++ PKGBUILD2013-07-01 00:51:56 UTC (rev 189233)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: damir da...@archlinux.org
-
-pkgname=uim
-pkgver=1.8.5
-pkgrel=1
-pkgdesc='Multilingual input method library'
-url='http://code.google.com/p/uim/'
-license=('custom:BSD')
-arch=('i686' 'x86_64')
-depends=('libxft' 'libedit' 'anthy' 'm17n-lib')
-makedepends=('intltool' 'gettext' 'qt4' 'gtk2' 'gtk3' 'gnome-panel')
-optdepends=('qt4: immodule and helper applications'
-'gtk2: immodule and helper applications'
-'gtk3: immodules and helper applications'
-'gnome-panel: gnome applet indicator')
-options=('!libtool')
-source=(http://uim.googlecode.com/files/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('13178e0ad9e9196e3fdb0bb9806e4add8fe3a8e5')
-
-install=install
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib/uim \
-   --with-anthy-utf8 \
-   --with-qt4-immodule \
-   --with-qt4 \
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-   rm ${pkgdir}/usr/lib/libgcroots.a
-   install -D -m644 COPYING 
${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: uim/repos/extra-x86_64/PKGBUILD (from rev 189232, uim/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-07-01 00:51:56 UTC (rev 189233)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: damir da...@archlinux.org
+
+pkgname=uim
+pkgver=1.8.6
+pkgrel=1
+pkgdesc='Multilingual input method library'
+url='http://code.google.com/p/uim/'
+license=('custom:BSD')
+arch=('i686' 'x86_64')
+depends=('libxft' 'libedit' 'anthy' 'm17n-lib')
+makedepends=('intltool' 'gettext' 'qt4' 'gtk2' 'gtk3' 'gnome-panel')
+optdepends=('qt4: immodule and helper applications'
+'gtk2: immodule and helper applications'
+'gtk3: immodules and helper applications'
+'gnome-panel: gnome applet indicator')
+options=('!libtool')
+source=(https://uim.googlecode.com/files/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('409c30b31b9e58e3c18cb7862933487b0585cd1d')
+
+install=install
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib/uim \
+   --with-anthy-utf8 \
+   --with-qt4-immodule \
+   --with-qt4 \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+   rm ${pkgdir}/usr/lib/libgcroots.a
+   install -D -m644 COPYING 
${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}

Deleted: install
===
--- install 2013-07-01 00:51:31 UTC (rev 189232)
+++ install 2013-07-01 00:51:56 UTC (rev 189233)
@@ -1,13 +0,0 @@
-post_install() {
-   [[ -x usr/bin/gtk-query-immodules-2.0 ]]  
usr/bin/gtk-query-immodules-2.0  etc/gtk-2.0/gtk.immodules
-   [[ -x usr/bin/gtk-query-immodules-3.0 ]]  
usr/bin/gtk-query-immodules-3.0  usr/lib/gtk-3.0/3.0.0/immodules.cache
-   true
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: uim/repos/extra-x86_64/install (from rev 189232, uim/trunk/install)
===
--- install (rev 0)
+++ install 2013-07-01 00:51:56 UTC (rev 189233)
@@ -0,0 +1,13 @@
+post_install() {
+   [[ -x usr/bin/gtk-query-immodules-2.0 ]]  
usr/bin/gtk-query-immodules-2.0  etc/gtk-2.0/gtk.immodules
+   [[ -x usr/bin/gtk-query-immodules-3.0 ]]  
usr/bin/gtk-query-immodules-3.0  usr/lib/gtk-3.0/3.0.0/immodules.cache
+   true
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}