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

Felix Yan fyan at archlinux.org
Wed Jun 10 15:16:06 UTC 2015


    Date: Wednesday, June 10, 2015 @ 17:16:06
  Author: fyan
Revision: 135141

upgpkg: kimtoy 1.10.1-1

Modified:
  kimtoy/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-06-10 14:57:36 UTC (rev 135140)
+++ PKGBUILD	2015-06-10 15:16:06 UTC (rev 135141)
@@ -3,25 +3,25 @@
 # Contributor: CSSlayer <wengxt at gmail.com>
 
 pkgname=kimtoy
-pkgver=1.9.2
+pkgver=1.10.1
 pkgdesc="Standalone input method panel"
-pkgrel=3
+pkgrel=1
 arch=('i686' 'x86_64')
 url="http://kde-apps.org/content/show.php/KIMToy?content=140967"
 license=('GPL')
-makedepends=('cmake' 'automoc4' 'fcitx' 'scim' 'dbus-c++') #ibus) ibus support not working due to upstream ABI change
-depends=('kdelibs')
+makedepends=('cmake' 'automoc4' 'fcitx' 'scim' 'dbus-c++' 'ibus')
+depends=('kdebase-runtime')
 optdepends=('fcitx: fcitx support'
             'scim: scim support'
-            'dbus-c++: scim support')
-            #'ibus: ibus support') ibus support not working due to upstream ABI change
+            'dbus-c++: scim support'
+            'ibus: ibus support')
 install=$pkgname.install
-source=(http://kde-apps.org/CONTENT/content-files/140967-kimtoy-${pkgver}.tar.bz2)
+source=("http://kde-apps.org/CONTENT/content-files/140967-kimtoy-${pkgver}.tar.bz2")
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
 
-  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DIBUS_LIBEXEC_DIR='/usr/lib' .
   make
 }
 
@@ -34,4 +34,4 @@
   mv "$srcdir/tmp_locale" "$pkgdir/usr/share/locale/kde4"
 }
 
-md5sums=('94f09a33940d189059f9620427689af5')
+md5sums=('38ddfd6d1346a01cde913a114ea98b25')



More information about the arch-commits mailing list