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

Eric Bélanger eric at archlinux.org
Fri Mar 16 02:38:36 UTC 2012


    Date: Thursday, March 15, 2012 @ 22:38:35
  Author: eric
Revision: 153564

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

Added:
  fcitx/repos/extra-i686/PKGBUILD
    (from rev 153563, fcitx/trunk/PKGBUILD)
  fcitx/repos/extra-i686/fcitx-gtk2.install
    (from rev 153563, fcitx/trunk/fcitx-gtk2.install)
  fcitx/repos/extra-i686/fcitx-gtk3.install
    (from rev 153563, fcitx/trunk/fcitx-gtk3.install)
  fcitx/repos/extra-i686/fcitx.install
    (from rev 153563, fcitx/trunk/fcitx.install)
  fcitx/repos/extra-x86_64/PKGBUILD
    (from rev 153563, fcitx/trunk/PKGBUILD)
  fcitx/repos/extra-x86_64/fcitx-gtk2.install
    (from rev 153563, fcitx/trunk/fcitx-gtk2.install)
  fcitx/repos/extra-x86_64/fcitx-gtk3.install
    (from rev 153563, fcitx/trunk/fcitx-gtk3.install)
  fcitx/repos/extra-x86_64/fcitx.install
    (from rev 153563, 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             |  130 +++++++++++++++++++-------------------
 extra-i686/fcitx-gtk2.install   |   22 +++---
 extra-i686/fcitx-gtk3.install   |   22 +++---
 extra-i686/fcitx.install        |   26 +++----
 extra-x86_64/PKGBUILD           |  130 +++++++++++++++++++-------------------
 extra-x86_64/fcitx-gtk2.install |   22 +++---
 extra-x86_64/fcitx-gtk3.install |   22 +++---
 extra-x86_64/fcitx.install      |   26 +++----
 8 files changed, 200 insertions(+), 200 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2012-03-16 02:38:10 UTC (rev 153563)
+++ extra-i686/PKGBUILD	2012-03-16 02:38:35 UTC (rev 153564)
@@ -1,65 +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.0
-pkgrel=1
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/fcitx/"
-license=('GPL')
-makedepends=('cmake' 'intltool' 'doxygen' 'gtk2' 'gtk3' 'qt' 'dbus-glib' 'icu')
-source=("http://fcitx.googlecode.com/files/${pkgbase}-${pkgver}.tar.bz2")
-sha1sums=('b3c09f1eda7fb71208d348c34389dc824d6b2a80')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../${pkgbase}-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DENABLE_OPENCC=OFF \
-    -DENABLE_GTK3_IM_MODULE=ON \
-    -DENABLE_QT_IM_MODULE=ON
-  make
-}
-
-package_fcitx() {
-  pkgdesc="Free Chinese Input Toy of X - Input Method Server for X window system"
-  depends=('dbus-core' 'pango' 'libxinerama' 'gtk-update-icon-cache' \
-           'shared-mime-info' 'hicolor-icon-theme' 'desktop-file-utils')
-  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' 'dbus-glib' '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' 'dbus-glib' '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 153563, fcitx/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2012-03-16 02:38:35 UTC (rev 153564)
@@ -0,0 +1,65 @@
+# $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.1
+pkgrel=1
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/fcitx/"
+license=('GPL')
+makedepends=('cmake' 'intltool' 'doxygen' 'gtk2' 'gtk3' 'qt' 'dbus-glib' 'icu')
+source=("http://fcitx.googlecode.com/files/${pkgbase}-${pkgver}.tar.xz")
+sha1sums=('74ad009cde48fb1efd48f8d2490fa36ddf36d215')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../${pkgbase}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DENABLE_OPENCC=OFF \
+    -DENABLE_GTK3_IM_MODULE=ON \
+    -DENABLE_QT_IM_MODULE=ON
+  make
+}
+
+package_fcitx() {
+  pkgdesc="Free Chinese Input Toy of X - Input Method Server for X window system"
+  depends=('dbus-core' 'pango' 'libxinerama' 'gtk-update-icon-cache' \
+           'shared-mime-info' 'hicolor-icon-theme' 'desktop-file-utils')
+  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' 'dbus-glib' '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' 'dbus-glib' '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-03-16 02:38:10 UTC (rev 153563)
+++ extra-i686/fcitx-gtk2.install	2012-03-16 02:38:35 UTC (rev 153564)
@@ -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 153563, fcitx/trunk/fcitx-gtk2.install)
===================================================================
--- extra-i686/fcitx-gtk2.install	                        (rev 0)
+++ extra-i686/fcitx-gtk2.install	2012-03-16 02:38:35 UTC (rev 153564)
@@ -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-03-16 02:38:10 UTC (rev 153563)
+++ extra-i686/fcitx-gtk3.install	2012-03-16 02:38:35 UTC (rev 153564)
@@ -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 153563, fcitx/trunk/fcitx-gtk3.install)
===================================================================
--- extra-i686/fcitx-gtk3.install	                        (rev 0)
+++ extra-i686/fcitx-gtk3.install	2012-03-16 02:38:35 UTC (rev 153564)
@@ -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-03-16 02:38:10 UTC (rev 153563)
+++ extra-i686/fcitx.install	2012-03-16 02:38:35 UTC (rev 153564)
@@ -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 153563, fcitx/trunk/fcitx.install)
===================================================================
--- extra-i686/fcitx.install	                        (rev 0)
+++ extra-i686/fcitx.install	2012-03-16 02:38:35 UTC (rev 153564)
@@ -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-03-16 02:38:10 UTC (rev 153563)
+++ extra-x86_64/PKGBUILD	2012-03-16 02:38:35 UTC (rev 153564)
@@ -1,65 +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.0
-pkgrel=1
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/fcitx/"
-license=('GPL')
-makedepends=('cmake' 'intltool' 'doxygen' 'gtk2' 'gtk3' 'qt' 'dbus-glib' 'icu')
-source=("http://fcitx.googlecode.com/files/${pkgbase}-${pkgver}.tar.bz2")
-sha1sums=('b3c09f1eda7fb71208d348c34389dc824d6b2a80')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../${pkgbase}-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DENABLE_OPENCC=OFF \
-    -DENABLE_GTK3_IM_MODULE=ON \
-    -DENABLE_QT_IM_MODULE=ON
-  make
-}
-
-package_fcitx() {
-  pkgdesc="Free Chinese Input Toy of X - Input Method Server for X window system"
-  depends=('dbus-core' 'pango' 'libxinerama' 'gtk-update-icon-cache' \
-           'shared-mime-info' 'hicolor-icon-theme' 'desktop-file-utils')
-  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' 'dbus-glib' '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' 'dbus-glib' '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 153563, fcitx/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-03-16 02:38:35 UTC (rev 153564)
@@ -0,0 +1,65 @@
+# $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.1
+pkgrel=1
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/fcitx/"
+license=('GPL')
+makedepends=('cmake' 'intltool' 'doxygen' 'gtk2' 'gtk3' 'qt' 'dbus-glib' 'icu')
+source=("http://fcitx.googlecode.com/files/${pkgbase}-${pkgver}.tar.xz")
+sha1sums=('74ad009cde48fb1efd48f8d2490fa36ddf36d215')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../${pkgbase}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DENABLE_OPENCC=OFF \
+    -DENABLE_GTK3_IM_MODULE=ON \
+    -DENABLE_QT_IM_MODULE=ON
+  make
+}
+
+package_fcitx() {
+  pkgdesc="Free Chinese Input Toy of X - Input Method Server for X window system"
+  depends=('dbus-core' 'pango' 'libxinerama' 'gtk-update-icon-cache' \
+           'shared-mime-info' 'hicolor-icon-theme' 'desktop-file-utils')
+  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' 'dbus-glib' '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' 'dbus-glib' '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-03-16 02:38:10 UTC (rev 153563)
+++ extra-x86_64/fcitx-gtk2.install	2012-03-16 02:38:35 UTC (rev 153564)
@@ -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 153563, fcitx/trunk/fcitx-gtk2.install)
===================================================================
--- extra-x86_64/fcitx-gtk2.install	                        (rev 0)
+++ extra-x86_64/fcitx-gtk2.install	2012-03-16 02:38:35 UTC (rev 153564)
@@ -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-03-16 02:38:10 UTC (rev 153563)
+++ extra-x86_64/fcitx-gtk3.install	2012-03-16 02:38:35 UTC (rev 153564)
@@ -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 153563, fcitx/trunk/fcitx-gtk3.install)
===================================================================
--- extra-x86_64/fcitx-gtk3.install	                        (rev 0)
+++ extra-x86_64/fcitx-gtk3.install	2012-03-16 02:38:35 UTC (rev 153564)
@@ -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-03-16 02:38:10 UTC (rev 153563)
+++ extra-x86_64/fcitx.install	2012-03-16 02:38:35 UTC (rev 153564)
@@ -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 153563, fcitx/trunk/fcitx.install)
===================================================================
--- extra-x86_64/fcitx.install	                        (rev 0)
+++ extra-x86_64/fcitx.install	2012-03-16 02:38:35 UTC (rev 153564)
@@ -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