[arch-commits] Commit in fcitx-chewing/trunk (PKGBUILD)

Felix Yan fyan at nymeria.archlinux.org
Sun May 18 17:18:42 UTC 2014


    Date: Sunday, May 18, 2014 @ 19:18:42
  Author: fyan
Revision: 111430

upgpkg: fcitx-chewing 0.2.2-1

Modified:
  fcitx-chewing/trunk/PKGBUILD

----------+
 PKGBUILD |   18 ++++++++----------
 1 file changed, 8 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-05-18 17:14:31 UTC (rev 111429)
+++ PKGBUILD	2014-05-18 17:18:42 UTC (rev 111430)
@@ -2,28 +2,26 @@
 # Maintainer: Felix Yan <felixonmars at gmail.com>
 
 pkgname=fcitx-chewing
-pkgver=0.2.1
+pkgver=0.2.2
 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')
+depends=('libchewing' 'fcitx')
 makedepends=('cmake')
-source=("http://fcitx.googlecode.com/files/${pkgname}-${pkgver}.tar.xz")
+source=("http://download.fcitx-im.org/fcitx-chewing/$pkgname-$pkgver.tar.xz")
 
 build() {
-  cd "$srcdir"/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
 
-  mkdir -p build
-  cd build
-  
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ..
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .
   make
 }
 
 package() {
-  cd "$srcdir"/${pkgname}-${pkgver}/build
+  cd ${pkgname}-${pkgver}
   make DESTDIR="$pkgdir" install
 }
-md5sums=('1879ad51b16e07db40338db55054833c')
+
+md5sums=('5f24cffc068043251671f9e385d4a6cd')




More information about the arch-commits mailing list