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

Felix Yan fyan at archlinux.org
Sun Feb 14 08:23:03 UTC 2016


    Date: Sunday, February 14, 2016 @ 09:23:02
  Author: fyan
Revision: 161523

upgpkg: kimtoy 1.91-1

Modified:
  kimtoy/trunk/PKGBUILD

----------+
 PKGBUILD |   19 ++++++++-----------
 1 file changed, 8 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-02-14 06:34:18 UTC (rev 161522)
+++ PKGBUILD	2016-02-14 08:23:02 UTC (rev 161523)
@@ -3,18 +3,19 @@
 # Contributor: CSSlayer <wengxt at gmail.com>
 
 pkgname=kimtoy
-pkgver=1.10.1
-pkgdesc="Standalone input method panel"
-pkgrel=2
+pkgver=1.91
+pkgdesc="An input method frontend for KDE"
+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')
-depends=('kdebase-runtime')
+depends=('kwindowsystem' 'kwidgetsaddons' 'plasma-framework' 'knewstuff')
+makedepends=('extra-cmake-modules' 'ibus' 'dbus-c++' 'scim' 'kfilemetadata')
 optdepends=('fcitx: fcitx support'
             'scim: scim support'
             'dbus-c++: scim support'
-            'ibus: ibus support')
+            'ibus: ibus support'
+            'kfilemetadata: for metadata extractor')
 install=$pkgname.install
 source=("http://kde-apps.org/CONTENT/content-files/140967-kimtoy-${pkgver}.tar.bz2")
 
@@ -28,10 +29,6 @@
 package() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}" install
-
-  mv "$pkgdir/usr/share/locale" "$srcdir/tmp_locale"
-  mkdir -p "$pkgdir/usr/share/locale"
-  mv "$srcdir/tmp_locale" "$pkgdir/usr/share/locale/kde4"
 }
 
-md5sums=('38ddfd6d1346a01cde913a114ea98b25')
+md5sums=('b0db674f5d8dd64238bc65bb3b949f62')



More information about the arch-commits mailing list