[arch-commits] Commit in fcitx/repos (16 files)
Eric Bélanger
eric at archlinux.org
Tue Oct 2 22:57:36 UTC 2012
Date: Tuesday, October 2, 2012 @ 18:57:36
Author: eric
Revision: 167680
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
fcitx/repos/extra-i686/PKGBUILD
(from rev 167679, fcitx/trunk/PKGBUILD)
fcitx/repos/extra-i686/fcitx-gtk2.install
(from rev 167679, fcitx/trunk/fcitx-gtk2.install)
fcitx/repos/extra-i686/fcitx-gtk3.install
(from rev 167679, fcitx/trunk/fcitx-gtk3.install)
fcitx/repos/extra-i686/fcitx.install
(from rev 167679, fcitx/trunk/fcitx.install)
fcitx/repos/extra-x86_64/PKGBUILD
(from rev 167679, fcitx/trunk/PKGBUILD)
fcitx/repos/extra-x86_64/fcitx-gtk2.install
(from rev 167679, fcitx/trunk/fcitx-gtk2.install)
fcitx/repos/extra-x86_64/fcitx-gtk3.install
(from rev 167679, fcitx/trunk/fcitx-gtk3.install)
fcitx/repos/extra-x86_64/fcitx.install
(from rev 167679, 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 | 150 +++++++++++++++++++-------------------
extra-i686/fcitx-gtk2.install | 22 ++---
extra-i686/fcitx-gtk3.install | 22 ++---
extra-i686/fcitx.install | 26 +++---
extra-x86_64/PKGBUILD | 150 +++++++++++++++++++-------------------
extra-x86_64/fcitx-gtk2.install | 22 ++---
extra-x86_64/fcitx-gtk3.install | 22 ++---
extra-x86_64/fcitx.install | 26 +++---
8 files changed, 220 insertions(+), 220 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2012-10-02 22:57:10 UTC (rev 167679)
+++ extra-i686/PKGBUILD 2012-10-02 22:57:36 UTC (rev 167680)
@@ -1,75 +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.6
-pkgrel=1
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/fcitx/"
-license=('GPL')
-makedepends=('cmake' 'intltool' 'doxygen' 'gtk2' 'gtk3' 'qt' 'icu' 'wget' \
- 'iso-codes' 'gobject-introspection' 'libxkbfile' 'enchant')
-source=(http://fcitx.googlecode.com/files/${pkgbase}-${pkgver}.tar.xz)
-sha1sums=('3abc1d5f8725b7e700b347d1ba19b4f40ba7be14')
-
-build() {
- cd "${srcdir}"
- mkdir build
- cd build
- cmake ../${pkgbase}-${pkgver} \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DENABLE_OPENCC=OFF \
- -DFORCE_PRESAGE=ON \
- -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' \
- 'libxfixes' 'dbus-core' 'icu')
- optdepends=('enchant: for word predication support')
- 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' 'fcitx')
-
- cd "${srcdir}"/build/src/frontend/qt
- make DESTDIR="${pkgdir}" install
-}
Copied: fcitx/repos/extra-i686/PKGBUILD (from rev 167679, fcitx/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-10-02 22:57:36 UTC (rev 167680)
@@ -0,0 +1,75 @@
+# $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.6.1
+pkgrel=1
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/fcitx/"
+license=('GPL')
+makedepends=('cmake' 'intltool' 'doxygen' 'gtk2' 'gtk3' 'qt' 'icu' 'wget' \
+ 'iso-codes' 'gobject-introspection' 'libxkbfile' 'enchant')
+source=(http://fcitx.googlecode.com/files/${pkgbase}-${pkgver}.tar.xz)
+sha1sums=('dc4577bb6bd6de41317f978196f377fc801cc63a')
+
+build() {
+ cd "${srcdir}"
+ mkdir build
+ cd build
+ cmake ../${pkgbase}-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DENABLE_OPENCC=OFF \
+ -DFORCE_PRESAGE=ON \
+ -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' \
+ 'libxfixes' 'dbus-core' 'icu')
+ optdepends=('enchant: for word predication support')
+ 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' 'fcitx')
+
+ cd "${srcdir}"/build/src/frontend/qt
+ make DESTDIR="${pkgdir}" install
+}
Deleted: extra-i686/fcitx-gtk2.install
===================================================================
--- extra-i686/fcitx-gtk2.install 2012-10-02 22:57:10 UTC (rev 167679)
+++ extra-i686/fcitx-gtk2.install 2012-10-02 22:57:36 UTC (rev 167680)
@@ -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 167679, fcitx/trunk/fcitx-gtk2.install)
===================================================================
--- extra-i686/fcitx-gtk2.install (rev 0)
+++ extra-i686/fcitx-gtk2.install 2012-10-02 22:57:36 UTC (rev 167680)
@@ -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-10-02 22:57:10 UTC (rev 167679)
+++ extra-i686/fcitx-gtk3.install 2012-10-02 22:57:36 UTC (rev 167680)
@@ -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 167679, fcitx/trunk/fcitx-gtk3.install)
===================================================================
--- extra-i686/fcitx-gtk3.install (rev 0)
+++ extra-i686/fcitx-gtk3.install 2012-10-02 22:57:36 UTC (rev 167680)
@@ -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-10-02 22:57:10 UTC (rev 167679)
+++ extra-i686/fcitx.install 2012-10-02 22:57:36 UTC (rev 167680)
@@ -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 167679, fcitx/trunk/fcitx.install)
===================================================================
--- extra-i686/fcitx.install (rev 0)
+++ extra-i686/fcitx.install 2012-10-02 22:57:36 UTC (rev 167680)
@@ -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-10-02 22:57:10 UTC (rev 167679)
+++ extra-x86_64/PKGBUILD 2012-10-02 22:57:36 UTC (rev 167680)
@@ -1,75 +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.6
-pkgrel=1
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/fcitx/"
-license=('GPL')
-makedepends=('cmake' 'intltool' 'doxygen' 'gtk2' 'gtk3' 'qt' 'icu' 'wget' \
- 'iso-codes' 'gobject-introspection' 'libxkbfile' 'enchant')
-source=(http://fcitx.googlecode.com/files/${pkgbase}-${pkgver}.tar.xz)
-sha1sums=('3abc1d5f8725b7e700b347d1ba19b4f40ba7be14')
-
-build() {
- cd "${srcdir}"
- mkdir build
- cd build
- cmake ../${pkgbase}-${pkgver} \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DENABLE_OPENCC=OFF \
- -DFORCE_PRESAGE=ON \
- -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' \
- 'libxfixes' 'dbus-core' 'icu')
- optdepends=('enchant: for word predication support')
- 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' 'fcitx')
-
- cd "${srcdir}"/build/src/frontend/qt
- make DESTDIR="${pkgdir}" install
-}
Copied: fcitx/repos/extra-x86_64/PKGBUILD (from rev 167679, fcitx/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2012-10-02 22:57:36 UTC (rev 167680)
@@ -0,0 +1,75 @@
+# $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.6.1
+pkgrel=1
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/fcitx/"
+license=('GPL')
+makedepends=('cmake' 'intltool' 'doxygen' 'gtk2' 'gtk3' 'qt' 'icu' 'wget' \
+ 'iso-codes' 'gobject-introspection' 'libxkbfile' 'enchant')
+source=(http://fcitx.googlecode.com/files/${pkgbase}-${pkgver}.tar.xz)
+sha1sums=('dc4577bb6bd6de41317f978196f377fc801cc63a')
+
+build() {
+ cd "${srcdir}"
+ mkdir build
+ cd build
+ cmake ../${pkgbase}-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DENABLE_OPENCC=OFF \
+ -DFORCE_PRESAGE=ON \
+ -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' \
+ 'libxfixes' 'dbus-core' 'icu')
+ optdepends=('enchant: for word predication support')
+ 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' '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-10-02 22:57:10 UTC (rev 167679)
+++ extra-x86_64/fcitx-gtk2.install 2012-10-02 22:57:36 UTC (rev 167680)
@@ -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 167679, fcitx/trunk/fcitx-gtk2.install)
===================================================================
--- extra-x86_64/fcitx-gtk2.install (rev 0)
+++ extra-x86_64/fcitx-gtk2.install 2012-10-02 22:57:36 UTC (rev 167680)
@@ -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-10-02 22:57:10 UTC (rev 167679)
+++ extra-x86_64/fcitx-gtk3.install 2012-10-02 22:57:36 UTC (rev 167680)
@@ -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 167679, fcitx/trunk/fcitx-gtk3.install)
===================================================================
--- extra-x86_64/fcitx-gtk3.install (rev 0)
+++ extra-x86_64/fcitx-gtk3.install 2012-10-02 22:57:36 UTC (rev 167680)
@@ -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-10-02 22:57:10 UTC (rev 167679)
+++ extra-x86_64/fcitx.install 2012-10-02 22:57:36 UTC (rev 167680)
@@ -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 167679, fcitx/trunk/fcitx.install)
===================================================================
--- extra-x86_64/fcitx.install (rev 0)
+++ extra-x86_64/fcitx.install 2012-10-02 22:57:36 UTC (rev 167680)
@@ -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