[arch-commits] Commit in ibus-table/trunk (PKGBUILD)

Felix Yan fyan at nymeria.archlinux.org
Mon Jul 22 03:45:27 UTC 2013


    Date: Monday, July 22, 2013 @ 05:45:26
  Author: fyan
Revision: 94347

upgpkg: ibus-table 1.5.0-2 fix for https://bugzilla.redhat.com/show_bug.cgi?id=911487

Modified:
  ibus-table/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-07-21 19:50:30 UTC (rev 94346)
+++ PKGBUILD	2013-07-22 03:45:26 UTC (rev 94347)
@@ -6,17 +6,20 @@
 
 pkgname=ibus-table
 pkgver=1.5.0
-pkgrel=1
+pkgrel=2
 pkgdesc='IM Engine framework for table-based input methods, such as ZhengMa, WuBi, ErBi, CangJie and so on'
 arch=('any')
 url="http://code.google.com/p/ibus/"
 license=('LGPL')
 depends=('python2-pyenchant' 'ibus' 'aspell-en')
-source=("http://ibus.googlecode.com/files/${pkgname}-${pkgver}.tar.gz")
+source=("http://ibus.googlecode.com/files/${pkgname}-${pkgver}.tar.gz"
+        https://github.com/mike-fabian/ibus-table/commit/573da2ededdb96dc4f6ef6b515a43f416b183e7a.patch)
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
 
+  patch -p1 -i ../573da2ededdb96dc4f6ef6b515a43f416b183e7a.patch
+
   # python2 fix
   find -type f -exec sed -i -e 's_exec python_exec python2_' -e 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' -e 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' {} \;
 
@@ -32,4 +35,5 @@
 
   make DESTDIR="${pkgdir}" install
 }
-md5sums=('6f46912e52bf683fa1177787507205f5')
+sha512sums=('2c52da1b4d6ae8aec29e97a8a413b388912cfcfd15860ba0e65c97b139b14f8a7d4087eb196d516abe731df03a2e4904666194414242da8cf1f3f0b54696248e'
+            'ecb1f89ff946309314789aee4b5eb0749a18e881700482df64d1da30ddd438bb115c814fbd67c6c063c6cfdd28a3882aaf6dfdd291e651315ff6f7b58ce5f3ad')




More information about the arch-commits mailing list