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
===================================================================
--- PKGBUILD    2013-07-01 00:51:31 UTC (rev 189232)
+++ PKGBUILD    2013-07-01 00:51:56 UTC (rev 189233)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson <[email protected]>
-# Contributor: damir <[email protected]>
-
-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)
+++ PKGBUILD    2013-07-01 00:51:56 UTC (rev 189233)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Gaetan Bisson <[email protected]>
+# Contributor: damir <[email protected]>
+
+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
+}

Reply via email to