[arch-commits] Commit in uim/repos (6 files)

2016-07-03 Thread Gaëtan Bisson
Date: Sunday, July 3, 2016 @ 16:55:41
  Author: bisson
Revision: 270895

archrelease: copy trunk to extra-i686, extra-x86_64

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

---+
 /PKGBUILD |   74 
 extra-i686/PKGBUILD   |   40 -
 extra-i686/install|   13 
 extra-x86_64/PKGBUILD |   40 -
 extra-x86_64/install  |   13 
 5 files changed, 74 insertions(+), 106 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-07-03 16:54:50 UTC (rev 270894)
+++ extra-i686/PKGBUILD 2016-07-03 16:55:41 UTC (rev 270895)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: damir 
-
-pkgname=uim
-pkgver=1.8.6
-pkgrel=6
-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' 'qt4' 'gtk2' 'gtk3' 'anthy')
-optdepends=('qt4: immodule and helper applications'
-'gtk2: immodule and helper applications'
-'gtk3: immodules and helper applications')
-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 -j1 # FS#41112
-   rm "${pkgdir}"/usr/lib/libgcroots.a
-   install -D -m644 COPYING 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: uim/repos/extra-i686/PKGBUILD (from rev 270894, uim/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-07-03 16:55:41 UTC (rev 270895)
@@ -0,0 +1,37 @@
+# $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"
+}

Deleted: extra-i686/install
===
--- extra-i686/install  2016-07-03 16:54:50 UTC (rev 270894)
+++ extra-i686/install  2016-07-03 16:55:41 UTC (rev 270895)
@@ -1,13 +0,0 @@
-post_install() {
-   [[ -x usr/bin/gtk-query-immodules-2.0 ]] && 
usr/bin/gtk-query-immodules-2.0 --update-cache
-   [[ -x usr/bin/gtk-query-immodules-3.0 ]] && 
usr/bin/gtk-query-immodules-3.0 --update-cache
-   true
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-07-03 16:54:50 UTC (rev 270894)
+++ extra-x86_64/PKGBUILD   2016-07-03 16:55:41 UTC (rev 270895)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: damir 
-
-pkgname=uim
-pkgver=1.8.6
-pkgrel=6
-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' 'qt4' 'gtk2' 'gtk3' 'anthy')
-optdepends=('qt4: immodule and helper applications'
-'gtk2: immodule and helper applications'
-'gtk3: immodules and helper 

[arch-commits] Commit in uim/repos (6 files)

2015-12-06 Thread Bartłomiej Piotrowski
Date: Monday, December 7, 2015 @ 00:24:02
  Author: bpiotrowski
Revision: 253079

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  uim/repos/staging-i686/
  uim/repos/staging-i686/PKGBUILD
(from rev 253078, uim/trunk/PKGBUILD)
  uim/repos/staging-i686/install
(from rev 253078, uim/trunk/install)
  uim/repos/staging-x86_64/
  uim/repos/staging-x86_64/PKGBUILD
(from rev 253078, uim/trunk/PKGBUILD)
  uim/repos/staging-x86_64/install
(from rev 253078, uim/trunk/install)

-+
 staging-i686/PKGBUILD   |   40 
 staging-i686/install|   13 +
 staging-x86_64/PKGBUILD |   40 
 staging-x86_64/install  |   13 +
 4 files changed, 106 insertions(+)

Copied: uim/repos/staging-i686/PKGBUILD (from rev 253078, uim/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-06 23:24:02 UTC (rev 253079)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: damir 
+
+pkgname=uim
+pkgver=1.8.6
+pkgrel=5
+pkgdesc='Multilingual input method library'
+url='http://code.google.com/p/uim/'
+license=('custom:BSD')
+arch=('i686' 'x86_64')
+depends=('libxft' 'libedit' 'm17n-lib')
+makedepends=('intltool' 'gettext' 'qt4' 'gtk2' 'gtk3' 'anthy')
+optdepends=('qt4: immodule and helper applications'
+'gtk2: immodule and helper applications'
+'gtk3: immodules and helper applications')
+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 -j1 # FS#41112
+   rm "${pkgdir}"/usr/lib/libgcroots.a
+   install -D -m644 COPYING 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}

Copied: uim/repos/staging-i686/install (from rev 253078, uim/trunk/install)
===
--- staging-i686/install(rev 0)
+++ staging-i686/install2015-12-06 23:24:02 UTC (rev 253079)
@@ -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
+}

Copied: uim/repos/staging-x86_64/PKGBUILD (from rev 253078, uim/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-12-06 23:24:02 UTC (rev 253079)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: damir 
+
+pkgname=uim
+pkgver=1.8.6
+pkgrel=5
+pkgdesc='Multilingual input method library'
+url='http://code.google.com/p/uim/'
+license=('custom:BSD')
+arch=('i686' 'x86_64')
+depends=('libxft' 'libedit' 'm17n-lib')
+makedepends=('intltool' 'gettext' 'qt4' 'gtk2' 'gtk3' 'anthy')
+optdepends=('qt4: immodule and helper applications'
+'gtk2: immodule and helper applications'
+'gtk3: immodules and helper applications')
+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 -j1 # FS#41112
+   rm "${pkgdir}"/usr/lib/libgcroots.a
+   install -D -m644 COPYING 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}

Copied: uim/repos/staging-x86_64/install (from rev 253078, uim/trunk/install)
===
--- staging-x86_64/install  (rev 0)
+++ staging-x86_64/install  2015-12-06 23:24:02 UTC (rev 253079)
@@ -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 > 

[arch-commits] Commit in uim/repos (6 files)

2015-09-09 Thread Evangelos Foutras
Date: Thursday, September 10, 2015 @ 04:14:26
  Author: foutrelis
Revision: 245640

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  uim/repos/staging-i686/
  uim/repos/staging-i686/PKGBUILD
(from rev 245639, uim/trunk/PKGBUILD)
  uim/repos/staging-i686/install
(from rev 245639, uim/trunk/install)
  uim/repos/staging-x86_64/
  uim/repos/staging-x86_64/PKGBUILD
(from rev 245639, uim/trunk/PKGBUILD)
  uim/repos/staging-x86_64/install
(from rev 245639, uim/trunk/install)

-+
 staging-i686/PKGBUILD   |   40 
 staging-i686/install|   13 +
 staging-x86_64/PKGBUILD |   40 
 staging-x86_64/install  |   13 +
 4 files changed, 106 insertions(+)

Copied: uim/repos/staging-i686/PKGBUILD (from rev 245639, uim/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-09-10 02:14:26 UTC (rev 245640)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: damir 
+
+pkgname=uim
+pkgver=1.8.6
+pkgrel=4
+pkgdesc='Multilingual input method library'
+url='http://code.google.com/p/uim/'
+license=('custom:BSD')
+arch=('i686' 'x86_64')
+depends=('libxft' 'libedit' 'm17n-lib')
+makedepends=('intltool' 'gettext' 'qt4' 'gtk2' 'gtk3' 'anthy')
+optdepends=('qt4: immodule and helper applications'
+'gtk2: immodule and helper applications'
+'gtk3: immodules and helper applications')
+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 -j1 # FS#41112
+   rm "${pkgdir}"/usr/lib/libgcroots.a
+   install -D -m644 COPYING 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}

Copied: uim/repos/staging-i686/install (from rev 245639, uim/trunk/install)
===
--- staging-i686/install(rev 0)
+++ staging-i686/install2015-09-10 02:14:26 UTC (rev 245640)
@@ -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
+}

Copied: uim/repos/staging-x86_64/PKGBUILD (from rev 245639, uim/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-09-10 02:14:26 UTC (rev 245640)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: damir 
+
+pkgname=uim
+pkgver=1.8.6
+pkgrel=4
+pkgdesc='Multilingual input method library'
+url='http://code.google.com/p/uim/'
+license=('custom:BSD')
+arch=('i686' 'x86_64')
+depends=('libxft' 'libedit' 'm17n-lib')
+makedepends=('intltool' 'gettext' 'qt4' 'gtk2' 'gtk3' 'anthy')
+optdepends=('qt4: immodule and helper applications'
+'gtk2: immodule and helper applications'
+'gtk3: immodules and helper applications')
+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 -j1 # FS#41112
+   rm "${pkgdir}"/usr/lib/libgcroots.a
+   install -D -m644 COPYING 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}

Copied: uim/repos/staging-x86_64/install (from rev 245639, uim/trunk/install)
===
--- staging-x86_64/install  (rev 0)
+++ staging-x86_64/install  2015-09-10 02:14:26 UTC (rev 245640)
@@ -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 

[arch-commits] Commit in uim/repos (6 files)

2013-02-26 Thread Gaetan Bisson
Date: Tuesday, February 26, 2013 @ 13:19:18
  Author: bisson
Revision: 178718

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  uim/repos/staging-i686/
  uim/repos/staging-i686/PKGBUILD
(from rev 178716, uim/trunk/PKGBUILD)
  uim/repos/staging-i686/install
(from rev 178716, uim/trunk/install)
  uim/repos/staging-x86_64/
  uim/repos/staging-x86_64/PKGBUILD
(from rev 178717, uim/trunk/PKGBUILD)
  uim/repos/staging-x86_64/install
(from rev 178717, uim/trunk/install)

-+
 staging-i686/PKGBUILD   |   44 
 staging-i686/install|   13 +
 staging-x86_64/PKGBUILD |   44 
 staging-x86_64/install  |   13 +
 4 files changed, 114 insertions(+)

Copied: uim/repos/staging-i686/PKGBUILD (from rev 178716, uim/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-02-26 12:19:18 UTC (rev 178718)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: damir da...@archlinux.org
+
+pkgname=uim
+pkgver=1.8.4
+pkgrel=3
+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=('4f40912e4d4a85d9967044caef9e1ef349f3d6f2')
+
+install=install
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   source /etc/profile.d/qt4.sh
+
+   ./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/staging-i686/install (from rev 178716, uim/trunk/install)
===
--- staging-i686/install(rev 0)
+++ staging-i686/install2013-02-26 12:19:18 UTC (rev 178718)
@@ -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
+}

Copied: uim/repos/staging-x86_64/PKGBUILD (from rev 178717, uim/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-02-26 12:19:18 UTC (rev 178718)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: damir da...@archlinux.org
+
+pkgname=uim
+pkgver=1.8.4
+pkgrel=3
+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=('4f40912e4d4a85d9967044caef9e1ef349f3d6f2')
+
+install=install
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   source /etc/profile.d/qt4.sh
+
+   ./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/staging-x86_64/install (from rev 178717, uim/trunk/install)
===
--- staging-x86_64/install  (rev 0)
+++ staging-x86_64/install  2013-02-26 12:19:18 UTC (rev 178718)
@@ -0,0 +1,13 @@
+post_install() {
+   [[