[arch-commits] Commit in ibus-chewing/repos (8 files)

Felix Yan fyan at archlinux.org
Mon Oct 5 13:57:22 UTC 2015


    Date: Monday, October 5, 2015 @ 15:57:22
  Author: fyan
Revision: 143007

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

Added:
  ibus-chewing/repos/community-i686/PKGBUILD
    (from rev 143006, ibus-chewing/trunk/PKGBUILD)
  ibus-chewing/repos/community-i686/ibus-chewing.install
    (from rev 143006, ibus-chewing/trunk/ibus-chewing.install)
  ibus-chewing/repos/community-x86_64/PKGBUILD
    (from rev 143006, ibus-chewing/trunk/PKGBUILD)
  ibus-chewing/repos/community-x86_64/ibus-chewing.install
    (from rev 143006, ibus-chewing/trunk/ibus-chewing.install)
Deleted:
  ibus-chewing/repos/community-i686/PKGBUILD
  ibus-chewing/repos/community-i686/ibus-chewing.install
  ibus-chewing/repos/community-x86_64/PKGBUILD
  ibus-chewing/repos/community-x86_64/ibus-chewing.install

---------------------------------------+
 /PKGBUILD                             |   82 ++++++++++++++++++++++++++++++++
 /ibus-chewing.install                 |   22 ++++++++
 community-i686/PKGBUILD               |   41 ----------------
 community-i686/ibus-chewing.install   |   11 ----
 community-x86_64/PKGBUILD             |   41 ----------------
 community-x86_64/ibus-chewing.install |   11 ----
 6 files changed, 104 insertions(+), 104 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-10-05 13:56:43 UTC (rev 143006)
+++ community-i686/PKGBUILD	2015-10-05 13:57:22 UTC (rev 143007)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Rainy <rainylau(at)gmail(dot)com>
-# Contributor: Lee.MaRS <leemars at gmail.com>
-# Contributor: Hiroshi Yui <hiroshiyui at gmail.com>
-
-pkgname=ibus-chewing
-pkgver=1.4.14
-_cmakefedoraver=2.3.4
-pkgrel=1
-pkgdesc='Chinese Chewing Engine for IBus Framework'
-arch=('i686' 'x86_64')
-license=('GPL')
-url='http://ibus.googlecode.com'
-depends=('ibus' 'libchewing' 'libxtst' 'gconf')
-makedepends=('swig' 'gob2' 'cmake' 'git')
-install=ibus-chewing.install
-source=("git+https://github.com/definite/ibus-chewing.git#tag=$pkgver"
-        "git+http://git.fedorahosted.org/git/cmake-fedora.git#tag=$_cmakefedoraver")
-sha512sums=('SKIP'
-            'SKIP')
-
-prepare() {
-  cd $pkgname
-  ln -s ../cmake-fedora/Modules ./
-}
-
-build() {
-  cd $pkgname
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr \
-    -DSYSCONF_INSTALL_DIR=/usr/share \
-    -DLIBEXEC_DIR=/usr/lib/ibus
-  make
-  make translations
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: ibus-chewing/repos/community-i686/PKGBUILD (from rev 143006, ibus-chewing/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-10-05 13:57:22 UTC (rev 143007)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Rainy <rainylau(at)gmail(dot)com>
+# Contributor: Lee.MaRS <leemars at gmail.com>
+# Contributor: Hiroshi Yui <hiroshiyui at gmail.com>
+
+pkgname=ibus-chewing
+pkgver=1.4.14
+_cmakefedoraver=2.3.4
+pkgrel=2
+pkgdesc='Chinese Chewing Engine for IBus Framework'
+arch=('i686' 'x86_64')
+license=('GPL')
+url='http://ibus.googlecode.com'
+depends=('ibus' 'libchewing' 'libxtst')
+makedepends=('swig' 'gob2' 'cmake' 'git')
+install=ibus-chewing.install
+source=("git+https://github.com/definite/ibus-chewing.git#tag=$pkgver"
+        "git+http://git.fedorahosted.org/git/cmake-fedora.git#tag=$_cmakefedoraver")
+sha512sums=('SKIP'
+            'SKIP')
+
+prepare() {
+  cd $pkgname
+  ln -s ../cmake-fedora/Modules ./
+}
+
+build() {
+  cd $pkgname
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr \
+    -DSYSCONF_INSTALL_DIR=/usr/share \
+    -DLIBEXEC_DIR=/usr/lib/ibus
+  make
+  make translations
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/ibus-chewing.install
===================================================================
--- community-i686/ibus-chewing.install	2015-10-05 13:56:43 UTC (rev 143006)
+++ community-i686/ibus-chewing.install	2015-10-05 13:57:22 UTC (rev 143007)
@@ -1,11 +0,0 @@
-post_install () {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade () {
-  post_install
-}
-
-post_remove () {
-  post_install
-}

Copied: ibus-chewing/repos/community-i686/ibus-chewing.install (from rev 143006, ibus-chewing/trunk/ibus-chewing.install)
===================================================================
--- community-i686/ibus-chewing.install	                        (rev 0)
+++ community-i686/ibus-chewing.install	2015-10-05 13:57:22 UTC (rev 143007)
@@ -0,0 +1,11 @@
+post_install () {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade () {
+  post_install
+}
+
+post_remove () {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-10-05 13:56:43 UTC (rev 143006)
+++ community-x86_64/PKGBUILD	2015-10-05 13:57:22 UTC (rev 143007)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Rainy <rainylau(at)gmail(dot)com>
-# Contributor: Lee.MaRS <leemars at gmail.com>
-# Contributor: Hiroshi Yui <hiroshiyui at gmail.com>
-
-pkgname=ibus-chewing
-pkgver=1.4.14
-_cmakefedoraver=2.3.4
-pkgrel=1
-pkgdesc='Chinese Chewing Engine for IBus Framework'
-arch=('i686' 'x86_64')
-license=('GPL')
-url='http://ibus.googlecode.com'
-depends=('ibus' 'libchewing' 'libxtst' 'gconf')
-makedepends=('swig' 'gob2' 'cmake' 'git')
-install=ibus-chewing.install
-source=("git+https://github.com/definite/ibus-chewing.git#tag=$pkgver"
-        "git+http://git.fedorahosted.org/git/cmake-fedora.git#tag=$_cmakefedoraver")
-sha512sums=('SKIP'
-            'SKIP')
-
-prepare() {
-  cd $pkgname
-  ln -s ../cmake-fedora/Modules ./
-}
-
-build() {
-  cd $pkgname
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr \
-    -DSYSCONF_INSTALL_DIR=/usr/share \
-    -DLIBEXEC_DIR=/usr/lib/ibus
-  make
-  make translations
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: ibus-chewing/repos/community-x86_64/PKGBUILD (from rev 143006, ibus-chewing/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-10-05 13:57:22 UTC (rev 143007)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Rainy <rainylau(at)gmail(dot)com>
+# Contributor: Lee.MaRS <leemars at gmail.com>
+# Contributor: Hiroshi Yui <hiroshiyui at gmail.com>
+
+pkgname=ibus-chewing
+pkgver=1.4.14
+_cmakefedoraver=2.3.4
+pkgrel=2
+pkgdesc='Chinese Chewing Engine for IBus Framework'
+arch=('i686' 'x86_64')
+license=('GPL')
+url='http://ibus.googlecode.com'
+depends=('ibus' 'libchewing' 'libxtst')
+makedepends=('swig' 'gob2' 'cmake' 'git')
+install=ibus-chewing.install
+source=("git+https://github.com/definite/ibus-chewing.git#tag=$pkgver"
+        "git+http://git.fedorahosted.org/git/cmake-fedora.git#tag=$_cmakefedoraver")
+sha512sums=('SKIP'
+            'SKIP')
+
+prepare() {
+  cd $pkgname
+  ln -s ../cmake-fedora/Modules ./
+}
+
+build() {
+  cd $pkgname
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr \
+    -DSYSCONF_INSTALL_DIR=/usr/share \
+    -DLIBEXEC_DIR=/usr/lib/ibus
+  make
+  make translations
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/ibus-chewing.install
===================================================================
--- community-x86_64/ibus-chewing.install	2015-10-05 13:56:43 UTC (rev 143006)
+++ community-x86_64/ibus-chewing.install	2015-10-05 13:57:22 UTC (rev 143007)
@@ -1,11 +0,0 @@
-post_install () {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade () {
-  post_install
-}
-
-post_remove () {
-  post_install
-}

Copied: ibus-chewing/repos/community-x86_64/ibus-chewing.install (from rev 143006, ibus-chewing/trunk/ibus-chewing.install)
===================================================================
--- community-x86_64/ibus-chewing.install	                        (rev 0)
+++ community-x86_64/ibus-chewing.install	2015-10-05 13:57:22 UTC (rev 143007)
@@ -0,0 +1,11 @@
+post_install () {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade () {
+  post_install
+}
+
+post_remove () {
+  post_install
+}



More information about the arch-commits mailing list