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

Felix Yan fyan at nymeria.archlinux.org
Sat Jan 26 07:14:41 UTC 2013


    Date: Saturday, January 26, 2013 @ 08:14:41
  Author: fyan
Revision: 82974

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

Added:
  fcitx-chewing/repos/community-i686/PKGBUILD
    (from rev 82973, fcitx-chewing/trunk/PKGBUILD)
  fcitx-chewing/repos/community-x86_64/PKGBUILD
    (from rev 82973, fcitx-chewing/trunk/PKGBUILD)
Deleted:
  fcitx-chewing/repos/community-i686/PKGBUILD
  fcitx-chewing/repos/community-x86_64/PKGBUILD

---------------------------+
 community-i686/PKGBUILD   |   63 ++++++++++++++++++++------------------------
 community-x86_64/PKGBUILD |   63 ++++++++++++++++++++------------------------
 2 files changed, 58 insertions(+), 68 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-01-26 07:12:37 UTC (rev 82973)
+++ community-i686/PKGBUILD	2013-01-26 07:14:41 UTC (rev 82974)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at gmail.com>
-
-pkgname=fcitx-chewing
-pkgver=0.1.3
-pkgrel=2
-pkgdesc="Fcitx Wrapper for chewing"
-arch=('i686' 'x86_64')
-url="https://github.com/fcitx/fcitx-chewing"
-license=('GPL')
-depends=('libchewing' 'fcitx>=4.2.6')
-makedepends=('cmake' 'intltool')
-source=("http://fcitx.googlecode.com/files/${pkgname}-${pkgver}.tar.xz"
-	"https://github.com/fcitx/fcitx-chewing/commit/3395ef29e7c43187dcd556f3396fec8aa8c1f60a.patch")
-
-build() {
-  cd "$srcdir"/${pkgname}-${pkgver}
-
-  patch -Np1 -i "$srcdir/3395ef29e7c43187dcd556f3396fec8aa8c1f60a.patch"
-
-  rm -rf build
-  mkdir build
-  cd build
-  
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ..
-  make
-}
-
-package() {
-  cd "$srcdir"/${pkgname}-${pkgver}/build
-  make DESTDIR="$pkgdir" install
-}
-md5sums=('052e3f146b6e2805918c008005fc9591'
-         '60f54d8ef94f66f00f8e7982ddbbde6f')

Copied: fcitx-chewing/repos/community-i686/PKGBUILD (from rev 82973, fcitx-chewing/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-01-26 07:14:41 UTC (rev 82974)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+
+pkgname=fcitx-chewing
+pkgver=0.2.0
+pkgrel=1
+pkgdesc='Fcitx Wrapper for chewing'
+arch=('i686' 'x86_64')
+url="https://github.com/fcitx/fcitx-chewing"
+license=('GPL')
+depends=('libchewing' 'fcitx>=4.2.7')
+makedepends=('cmake')
+source=("http://fcitx.googlecode.com/files/${pkgname}-${pkgver}.tar.xz")
+
+build() {
+  cd "$srcdir"/${pkgname}-${pkgver}
+
+  mkdir -p build
+  cd build
+  
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ..
+  make
+}
+
+package() {
+  cd "$srcdir"/${pkgname}-${pkgver}/build
+  make DESTDIR="$pkgdir" install
+}
+md5sums=('d4dacf213673b5cac50db41427eb6b35')

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-01-26 07:12:37 UTC (rev 82973)
+++ community-x86_64/PKGBUILD	2013-01-26 07:14:41 UTC (rev 82974)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at gmail.com>
-
-pkgname=fcitx-chewing
-pkgver=0.1.3
-pkgrel=2
-pkgdesc="Fcitx Wrapper for chewing"
-arch=('i686' 'x86_64')
-url="https://github.com/fcitx/fcitx-chewing"
-license=('GPL')
-depends=('libchewing' 'fcitx>=4.2.6')
-makedepends=('cmake' 'intltool')
-source=("http://fcitx.googlecode.com/files/${pkgname}-${pkgver}.tar.xz"
-	"https://github.com/fcitx/fcitx-chewing/commit/3395ef29e7c43187dcd556f3396fec8aa8c1f60a.patch")
-
-build() {
-  cd "$srcdir"/${pkgname}-${pkgver}
-
-  patch -Np1 -i "$srcdir/3395ef29e7c43187dcd556f3396fec8aa8c1f60a.patch"
-
-  rm -rf build
-  mkdir build
-  cd build
-  
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ..
-  make
-}
-
-package() {
-  cd "$srcdir"/${pkgname}-${pkgver}/build
-  make DESTDIR="$pkgdir" install
-}
-md5sums=('052e3f146b6e2805918c008005fc9591'
-         '60f54d8ef94f66f00f8e7982ddbbde6f')

Copied: fcitx-chewing/repos/community-x86_64/PKGBUILD (from rev 82973, fcitx-chewing/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-01-26 07:14:41 UTC (rev 82974)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+
+pkgname=fcitx-chewing
+pkgver=0.2.0
+pkgrel=1
+pkgdesc='Fcitx Wrapper for chewing'
+arch=('i686' 'x86_64')
+url="https://github.com/fcitx/fcitx-chewing"
+license=('GPL')
+depends=('libchewing' 'fcitx>=4.2.7')
+makedepends=('cmake')
+source=("http://fcitx.googlecode.com/files/${pkgname}-${pkgver}.tar.xz")
+
+build() {
+  cd "$srcdir"/${pkgname}-${pkgver}
+
+  mkdir -p build
+  cd build
+  
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ..
+  make
+}
+
+package() {
+  cd "$srcdir"/${pkgname}-${pkgver}/build
+  make DESTDIR="$pkgdir" install
+}
+md5sums=('d4dacf213673b5cac50db41427eb6b35')




More information about the arch-commits mailing list