[arch-commits] Commit in fcitx/repos (16 files)

Eric Bélanger eric at archlinux.org
Mon Jun 11 19:50:28 UTC 2012


    Date: Monday, June 11, 2012 @ 15:50:28
  Author: eric
Revision: 161484

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

Added:
  fcitx/repos/extra-i686/PKGBUILD
    (from rev 161483, fcitx/trunk/PKGBUILD)
  fcitx/repos/extra-i686/fcitx-gtk2.install
    (from rev 161483, fcitx/trunk/fcitx-gtk2.install)
  fcitx/repos/extra-i686/fcitx-gtk3.install
    (from rev 161483, fcitx/trunk/fcitx-gtk3.install)
  fcitx/repos/extra-i686/fcitx.install
    (from rev 161483, fcitx/trunk/fcitx.install)
  fcitx/repos/extra-x86_64/PKGBUILD
    (from rev 161483, fcitx/trunk/PKGBUILD)
  fcitx/repos/extra-x86_64/fcitx-gtk2.install
    (from rev 161483, fcitx/trunk/fcitx-gtk2.install)
  fcitx/repos/extra-x86_64/fcitx-gtk3.install
    (from rev 161483, fcitx/trunk/fcitx-gtk3.install)
  fcitx/repos/extra-x86_64/fcitx.install
    (from rev 161483, fcitx/trunk/fcitx.install)
Deleted:
  fcitx/repos/extra-i686/PKGBUILD
  fcitx/repos/extra-i686/fcitx-gtk2.install
  fcitx/repos/extra-i686/fcitx-gtk3.install
  fcitx/repos/extra-i686/fcitx.install
  fcitx/repos/extra-x86_64/PKGBUILD
  fcitx/repos/extra-x86_64/fcitx-gtk2.install
  fcitx/repos/extra-x86_64/fcitx-gtk3.install
  fcitx/repos/extra-x86_64/fcitx.install

---------------------------------+
 extra-i686/PKGBUILD             |  144 +++++++++++++++++++-------------------
 extra-i686/fcitx-gtk2.install   |   22 ++---
 extra-i686/fcitx-gtk3.install   |   22 ++---
 extra-i686/fcitx.install        |   26 +++---
 extra-x86_64/PKGBUILD           |  144 +++++++++++++++++++-------------------
 extra-x86_64/fcitx-gtk2.install |   22 ++---
 extra-x86_64/fcitx-gtk3.install |   22 ++---
 extra-x86_64/fcitx.install      |   26 +++---
 8 files changed, 214 insertions(+), 214 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2012-06-11 19:50:06 UTC (rev 161483)
+++ extra-i686/PKGBUILD	2012-06-11 19:50:28 UTC (rev 161484)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: csslayer <wengxt AT gmail com>
-
-pkgbase=fcitx
-pkgname=('fcitx' 'fcitx-gtk2' 'fcitx-gtk3' 'fcitx-qt')
-pkgver=4.2.4
-pkgrel=1
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/fcitx/"
-license=('GPL')
-makedepends=('cmake' 'intltool' 'doxygen' 'gtk2' 'gtk3' 'qt' 'icu' \
-             'iso-codes' 'gobject-introspection' 'libxkbfile' 'enchant')
-source=(http://fcitx.googlecode.com/files/${pkgbase}-${pkgver}.tar.xz)
-sha1sums=('68aaf220d3f7e9bfe34062379e22388a44250fc2')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../${pkgbase}-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DENABLE_OPENCC=OFF \
-    -DENABLE_TEST=ON \
-    -DENABLE_GTK3_IM_MODULE=ON \
-    -DENABLE_QT_IM_MODULE=ON
-  make
-}
-
-check() {
-  cd "${srcdir}"/build
-  make test
-}
-
-package_fcitx() {
-  pkgdesc="Free Chinese Input Toy of X - Input Method Server for X window system"
-  depends=('pango' 'libxinerama' 'gtk-update-icon-cache' 'shared-mime-info' \
-           'hicolor-icon-theme' 'desktop-file-utils' 'libxkbfile' 'enchant')
-  install=fcitx.install
-
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-
-  rm -r "${pkgdir}"/usr/lib/{gtk-2.0,gtk-3.0,qt}
-}
-
-package_fcitx-gtk2() {
-  pkgdesc='GTK2 IM Module for fcitx'
-  depends=('gtk2' 'fcitx')
-  install=fcitx-gtk2.install
-
-  cd "${srcdir}"/build/src/frontend/gtk2
-  make DESTDIR="${pkgdir}" install
-}
-
-package_fcitx-gtk3() {
-  pkgdesc='GTK3 IM Module for fcitx'
-  depends=('gtk3' 'fcitx')
-  install=fcitx-gtk3.install
-
-  cd "${srcdir}"/build/src/frontend/gtk3
-  make DESTDIR="${pkgdir}" install
-}
-
-package_fcitx-qt() {
-  pkgdesc='QT IM Module for fcitx'
-  depends=('qt' 'icu' 'fcitx')
-
-  cd "${srcdir}"/build/src/frontend/qt
-  make DESTDIR="${pkgdir}" install
-}

Copied: fcitx/repos/extra-i686/PKGBUILD (from rev 161483, fcitx/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2012-06-11 19:50:28 UTC (rev 161484)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: csslayer <wengxt AT gmail com>
+
+pkgbase=fcitx
+pkgname=('fcitx' 'fcitx-gtk2' 'fcitx-gtk3' 'fcitx-qt')
+pkgver=4.2.4.1
+pkgrel=1
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/fcitx/"
+license=('GPL')
+makedepends=('cmake' 'intltool' 'doxygen' 'gtk2' 'gtk3' 'qt' 'icu' \
+             'iso-codes' 'gobject-introspection' 'libxkbfile' 'enchant')
+source=(http://fcitx.googlecode.com/files/${pkgbase}-${pkgver}.tar.xz)
+sha1sums=('835fe4ee7005641a79b4456654e70ed5a5c49b85')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../${pkgbase}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DENABLE_OPENCC=OFF \
+    -DENABLE_TEST=ON \
+    -DENABLE_GTK3_IM_MODULE=ON \
+    -DENABLE_QT_IM_MODULE=ON
+  make
+}
+
+check() {
+  cd "${srcdir}"/build
+  make test
+}
+
+package_fcitx() {
+  pkgdesc="Free Chinese Input Toy of X - Input Method Server for X window system"
+  depends=('pango' 'libxinerama' 'gtk-update-icon-cache' 'shared-mime-info' \
+           'hicolor-icon-theme' 'desktop-file-utils' 'libxkbfile' 'enchant' 'icu')
+  install=fcitx.install
+
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+
+  rm -r "${pkgdir}"/usr/lib/{gtk-2.0,gtk-3.0,qt}
+}
+
+package_fcitx-gtk2() {
+  pkgdesc='GTK2 IM Module for fcitx'
+  depends=('gtk2' 'fcitx')
+  install=fcitx-gtk2.install
+
+  cd "${srcdir}"/build/src/frontend/gtk2
+  make DESTDIR="${pkgdir}" install
+}
+
+package_fcitx-gtk3() {
+  pkgdesc='GTK3 IM Module for fcitx'
+  depends=('gtk3' 'fcitx')
+  install=fcitx-gtk3.install
+
+  cd "${srcdir}"/build/src/frontend/gtk3
+  make DESTDIR="${pkgdir}" install
+}
+
+package_fcitx-qt() {
+  pkgdesc='QT IM Module for fcitx'
+  depends=('qt' 'icu' 'fcitx')
+
+  cd "${srcdir}"/build/src/frontend/qt
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/fcitx-gtk2.install
===================================================================
--- extra-i686/fcitx-gtk2.install	2012-06-11 19:50:06 UTC (rev 161483)
+++ extra-i686/fcitx-gtk2.install	2012-06-11 19:50:28 UTC (rev 161484)
@@ -1,11 +0,0 @@
-post_install() {
-    usr/bin/gtk-query-immodules-2.0 > etc/gtk-2.0/gtk.immodules
-}
-
-post_upgrade() {
-    post_install
-}
-
-post_remove() {
-    post_install
-}

Copied: fcitx/repos/extra-i686/fcitx-gtk2.install (from rev 161483, fcitx/trunk/fcitx-gtk2.install)
===================================================================
--- extra-i686/fcitx-gtk2.install	                        (rev 0)
+++ extra-i686/fcitx-gtk2.install	2012-06-11 19:50:28 UTC (rev 161484)
@@ -0,0 +1,11 @@
+post_install() {
+    usr/bin/gtk-query-immodules-2.0 > etc/gtk-2.0/gtk.immodules
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}

Deleted: extra-i686/fcitx-gtk3.install
===================================================================
--- extra-i686/fcitx-gtk3.install	2012-06-11 19:50:06 UTC (rev 161483)
+++ extra-i686/fcitx-gtk3.install	2012-06-11 19:50:28 UTC (rev 161484)
@@ -1,11 +0,0 @@
-post_install() {
-    usr/bin/gtk-query-immodules-3.0 --update-cache
-}
-
-post_upgrade() {
-    post_install
-}
-
-post_remove() {
-    post_install
-}

Copied: fcitx/repos/extra-i686/fcitx-gtk3.install (from rev 161483, fcitx/trunk/fcitx-gtk3.install)
===================================================================
--- extra-i686/fcitx-gtk3.install	                        (rev 0)
+++ extra-i686/fcitx-gtk3.install	2012-06-11 19:50:28 UTC (rev 161484)
@@ -0,0 +1,11 @@
+post_install() {
+    usr/bin/gtk-query-immodules-3.0 --update-cache
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}

Deleted: extra-i686/fcitx.install
===================================================================
--- extra-i686/fcitx.install	2012-06-11 19:50:06 UTC (rev 161483)
+++ extra-i686/fcitx.install	2012-06-11 19:50:28 UTC (rev 161484)
@@ -1,13 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-  update-mime-database usr/share/mime &> /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: fcitx/repos/extra-i686/fcitx.install (from rev 161483, fcitx/trunk/fcitx.install)
===================================================================
--- extra-i686/fcitx.install	                        (rev 0)
+++ extra-i686/fcitx.install	2012-06-11 19:50:28 UTC (rev 161484)
@@ -0,0 +1,13 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+  update-mime-database usr/share/mime &> /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2012-06-11 19:50:06 UTC (rev 161483)
+++ extra-x86_64/PKGBUILD	2012-06-11 19:50:28 UTC (rev 161484)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: csslayer <wengxt AT gmail com>
-
-pkgbase=fcitx
-pkgname=('fcitx' 'fcitx-gtk2' 'fcitx-gtk3' 'fcitx-qt')
-pkgver=4.2.4
-pkgrel=1
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/fcitx/"
-license=('GPL')
-makedepends=('cmake' 'intltool' 'doxygen' 'gtk2' 'gtk3' 'qt' 'icu' \
-             'iso-codes' 'gobject-introspection' 'libxkbfile' 'enchant')
-source=(http://fcitx.googlecode.com/files/${pkgbase}-${pkgver}.tar.xz)
-sha1sums=('68aaf220d3f7e9bfe34062379e22388a44250fc2')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../${pkgbase}-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DENABLE_OPENCC=OFF \
-    -DENABLE_TEST=ON \
-    -DENABLE_GTK3_IM_MODULE=ON \
-    -DENABLE_QT_IM_MODULE=ON
-  make
-}
-
-check() {
-  cd "${srcdir}"/build
-  make test
-}
-
-package_fcitx() {
-  pkgdesc="Free Chinese Input Toy of X - Input Method Server for X window system"
-  depends=('pango' 'libxinerama' 'gtk-update-icon-cache' 'shared-mime-info' \
-           'hicolor-icon-theme' 'desktop-file-utils' 'libxkbfile' 'enchant')
-  install=fcitx.install
-
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-
-  rm -r "${pkgdir}"/usr/lib/{gtk-2.0,gtk-3.0,qt}
-}
-
-package_fcitx-gtk2() {
-  pkgdesc='GTK2 IM Module for fcitx'
-  depends=('gtk2' 'fcitx')
-  install=fcitx-gtk2.install
-
-  cd "${srcdir}"/build/src/frontend/gtk2
-  make DESTDIR="${pkgdir}" install
-}
-
-package_fcitx-gtk3() {
-  pkgdesc='GTK3 IM Module for fcitx'
-  depends=('gtk3' 'fcitx')
-  install=fcitx-gtk3.install
-
-  cd "${srcdir}"/build/src/frontend/gtk3
-  make DESTDIR="${pkgdir}" install
-}
-
-package_fcitx-qt() {
-  pkgdesc='QT IM Module for fcitx'
-  depends=('qt' 'icu' 'fcitx')
-
-  cd "${srcdir}"/build/src/frontend/qt
-  make DESTDIR="${pkgdir}" install
-}

Copied: fcitx/repos/extra-x86_64/PKGBUILD (from rev 161483, fcitx/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-06-11 19:50:28 UTC (rev 161484)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: csslayer <wengxt AT gmail com>
+
+pkgbase=fcitx
+pkgname=('fcitx' 'fcitx-gtk2' 'fcitx-gtk3' 'fcitx-qt')
+pkgver=4.2.4.1
+pkgrel=1
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/fcitx/"
+license=('GPL')
+makedepends=('cmake' 'intltool' 'doxygen' 'gtk2' 'gtk3' 'qt' 'icu' \
+             'iso-codes' 'gobject-introspection' 'libxkbfile' 'enchant')
+source=(http://fcitx.googlecode.com/files/${pkgbase}-${pkgver}.tar.xz)
+sha1sums=('835fe4ee7005641a79b4456654e70ed5a5c49b85')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../${pkgbase}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DENABLE_OPENCC=OFF \
+    -DENABLE_TEST=ON \
+    -DENABLE_GTK3_IM_MODULE=ON \
+    -DENABLE_QT_IM_MODULE=ON
+  make
+}
+
+check() {
+  cd "${srcdir}"/build
+  make test
+}
+
+package_fcitx() {
+  pkgdesc="Free Chinese Input Toy of X - Input Method Server for X window system"
+  depends=('pango' 'libxinerama' 'gtk-update-icon-cache' 'shared-mime-info' \
+           'hicolor-icon-theme' 'desktop-file-utils' 'libxkbfile' 'enchant' 'icu')
+  install=fcitx.install
+
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+
+  rm -r "${pkgdir}"/usr/lib/{gtk-2.0,gtk-3.0,qt}
+}
+
+package_fcitx-gtk2() {
+  pkgdesc='GTK2 IM Module for fcitx'
+  depends=('gtk2' 'fcitx')
+  install=fcitx-gtk2.install
+
+  cd "${srcdir}"/build/src/frontend/gtk2
+  make DESTDIR="${pkgdir}" install
+}
+
+package_fcitx-gtk3() {
+  pkgdesc='GTK3 IM Module for fcitx'
+  depends=('gtk3' 'fcitx')
+  install=fcitx-gtk3.install
+
+  cd "${srcdir}"/build/src/frontend/gtk3
+  make DESTDIR="${pkgdir}" install
+}
+
+package_fcitx-qt() {
+  pkgdesc='QT IM Module for fcitx'
+  depends=('qt' 'icu' 'fcitx')
+
+  cd "${srcdir}"/build/src/frontend/qt
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/fcitx-gtk2.install
===================================================================
--- extra-x86_64/fcitx-gtk2.install	2012-06-11 19:50:06 UTC (rev 161483)
+++ extra-x86_64/fcitx-gtk2.install	2012-06-11 19:50:28 UTC (rev 161484)
@@ -1,11 +0,0 @@
-post_install() {
-    usr/bin/gtk-query-immodules-2.0 > etc/gtk-2.0/gtk.immodules
-}
-
-post_upgrade() {
-    post_install
-}
-
-post_remove() {
-    post_install
-}

Copied: fcitx/repos/extra-x86_64/fcitx-gtk2.install (from rev 161483, fcitx/trunk/fcitx-gtk2.install)
===================================================================
--- extra-x86_64/fcitx-gtk2.install	                        (rev 0)
+++ extra-x86_64/fcitx-gtk2.install	2012-06-11 19:50:28 UTC (rev 161484)
@@ -0,0 +1,11 @@
+post_install() {
+    usr/bin/gtk-query-immodules-2.0 > etc/gtk-2.0/gtk.immodules
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}

Deleted: extra-x86_64/fcitx-gtk3.install
===================================================================
--- extra-x86_64/fcitx-gtk3.install	2012-06-11 19:50:06 UTC (rev 161483)
+++ extra-x86_64/fcitx-gtk3.install	2012-06-11 19:50:28 UTC (rev 161484)
@@ -1,11 +0,0 @@
-post_install() {
-    usr/bin/gtk-query-immodules-3.0 --update-cache
-}
-
-post_upgrade() {
-    post_install
-}
-
-post_remove() {
-    post_install
-}

Copied: fcitx/repos/extra-x86_64/fcitx-gtk3.install (from rev 161483, fcitx/trunk/fcitx-gtk3.install)
===================================================================
--- extra-x86_64/fcitx-gtk3.install	                        (rev 0)
+++ extra-x86_64/fcitx-gtk3.install	2012-06-11 19:50:28 UTC (rev 161484)
@@ -0,0 +1,11 @@
+post_install() {
+    usr/bin/gtk-query-immodules-3.0 --update-cache
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}

Deleted: extra-x86_64/fcitx.install
===================================================================
--- extra-x86_64/fcitx.install	2012-06-11 19:50:06 UTC (rev 161483)
+++ extra-x86_64/fcitx.install	2012-06-11 19:50:28 UTC (rev 161484)
@@ -1,13 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-  update-mime-database usr/share/mime &> /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: fcitx/repos/extra-x86_64/fcitx.install (from rev 161483, fcitx/trunk/fcitx.install)
===================================================================
--- extra-x86_64/fcitx.install	                        (rev 0)
+++ extra-x86_64/fcitx.install	2012-06-11 19:50:28 UTC (rev 161484)
@@ -0,0 +1,13 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+  update-mime-database usr/share/mime &> /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}




More information about the arch-commits mailing list