[arch-commits] Commit in kimtoy/repos (8 files)

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


    Date: Sunday, February 14, 2016 @ 09:23:31
  Author: fyan
Revision: 161524

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

Added:
  kimtoy/repos/community-i686/PKGBUILD
    (from rev 161523, kimtoy/trunk/PKGBUILD)
  kimtoy/repos/community-i686/kimtoy.install
    (from rev 161523, kimtoy/trunk/kimtoy.install)
  kimtoy/repos/community-x86_64/PKGBUILD
    (from rev 161523, kimtoy/trunk/PKGBUILD)
  kimtoy/repos/community-x86_64/kimtoy.install
    (from rev 161523, kimtoy/trunk/kimtoy.install)
Deleted:
  kimtoy/repos/community-i686/PKGBUILD
  kimtoy/repos/community-i686/kimtoy.install
  kimtoy/repos/community-x86_64/PKGBUILD
  kimtoy/repos/community-x86_64/kimtoy.install

---------------------------------+
 /PKGBUILD                       |   68 ++++++++++++++++++++++++++++++++++++++
 /kimtoy.install                 |   22 ++++++++++++
 community-i686/PKGBUILD         |   37 --------------------
 community-i686/kimtoy.install   |   11 ------
 community-x86_64/PKGBUILD       |   37 --------------------
 community-x86_64/kimtoy.install |   11 ------
 6 files changed, 90 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-02-14 08:23:02 UTC (rev 161523)
+++ community-i686/PKGBUILD	2016-02-14 08:23:31 UTC (rev 161524)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: CSSlayer <wengxt at gmail.com>
-
-pkgname=kimtoy
-pkgver=1.10.1
-pkgdesc="Standalone input method panel"
-pkgrel=2
-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')
-optdepends=('fcitx: fcitx support'
-            'scim: scim support'
-            'dbus-c++: scim support'
-            'ibus: ibus support')
-install=$pkgname.install
-source=("http://kde-apps.org/CONTENT/content-files/140967-kimtoy-${pkgver}.tar.bz2")
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DIBUS_LIBEXEC_DIR='/usr/lib' .
-  make
-}
-
-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')

Copied: kimtoy/repos/community-i686/PKGBUILD (from rev 161523, kimtoy/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-02-14 08:23:31 UTC (rev 161524)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: CSSlayer <wengxt at gmail.com>
+
+pkgname=kimtoy
+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')
+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'
+            'kfilemetadata: for metadata extractor')
+install=$pkgname.install
+source=("http://kde-apps.org/CONTENT/content-files/140967-kimtoy-${pkgver}.tar.bz2")
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DIBUS_LIBEXEC_DIR='/usr/lib' .
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}
+
+md5sums=('b0db674f5d8dd64238bc65bb3b949f62')

Deleted: community-i686/kimtoy.install
===================================================================
--- community-i686/kimtoy.install	2016-02-14 08:23:02 UTC (rev 161523)
+++ community-i686/kimtoy.install	2016-02-14 08:23:31 UTC (rev 161524)
@@ -1,11 +0,0 @@
-post_upgrade() {
-  update-mime-database usr/share/mime &> /dev/null
-}
-
-post_install() {
-  post_upgrade
-}
-
-post_remove() {
-  post_upgrade
-}

Copied: kimtoy/repos/community-i686/kimtoy.install (from rev 161523, kimtoy/trunk/kimtoy.install)
===================================================================
--- community-i686/kimtoy.install	                        (rev 0)
+++ community-i686/kimtoy.install	2016-02-14 08:23:31 UTC (rev 161524)
@@ -0,0 +1,11 @@
+post_upgrade() {
+  update-mime-database usr/share/mime &> /dev/null
+}
+
+post_install() {
+  post_upgrade
+}
+
+post_remove() {
+  post_upgrade
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-02-14 08:23:02 UTC (rev 161523)
+++ community-x86_64/PKGBUILD	2016-02-14 08:23:31 UTC (rev 161524)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: CSSlayer <wengxt at gmail.com>
-
-pkgname=kimtoy
-pkgver=1.10.1
-pkgdesc="Standalone input method panel"
-pkgrel=2
-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')
-optdepends=('fcitx: fcitx support'
-            'scim: scim support'
-            'dbus-c++: scim support'
-            'ibus: ibus support')
-install=$pkgname.install
-source=("http://kde-apps.org/CONTENT/content-files/140967-kimtoy-${pkgver}.tar.bz2")
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DIBUS_LIBEXEC_DIR='/usr/lib' .
-  make
-}
-
-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')

Copied: kimtoy/repos/community-x86_64/PKGBUILD (from rev 161523, kimtoy/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-02-14 08:23:31 UTC (rev 161524)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: CSSlayer <wengxt at gmail.com>
+
+pkgname=kimtoy
+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')
+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'
+            'kfilemetadata: for metadata extractor')
+install=$pkgname.install
+source=("http://kde-apps.org/CONTENT/content-files/140967-kimtoy-${pkgver}.tar.bz2")
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DIBUS_LIBEXEC_DIR='/usr/lib' .
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}
+
+md5sums=('b0db674f5d8dd64238bc65bb3b949f62')

Deleted: community-x86_64/kimtoy.install
===================================================================
--- community-x86_64/kimtoy.install	2016-02-14 08:23:02 UTC (rev 161523)
+++ community-x86_64/kimtoy.install	2016-02-14 08:23:31 UTC (rev 161524)
@@ -1,11 +0,0 @@
-post_upgrade() {
-  update-mime-database usr/share/mime &> /dev/null
-}
-
-post_install() {
-  post_upgrade
-}
-
-post_remove() {
-  post_upgrade
-}

Copied: kimtoy/repos/community-x86_64/kimtoy.install (from rev 161523, kimtoy/trunk/kimtoy.install)
===================================================================
--- community-x86_64/kimtoy.install	                        (rev 0)
+++ community-x86_64/kimtoy.install	2016-02-14 08:23:31 UTC (rev 161524)
@@ -0,0 +1,11 @@
+post_upgrade() {
+  update-mime-database usr/share/mime &> /dev/null
+}
+
+post_install() {
+  post_upgrade
+}
+
+post_remove() {
+  post_upgrade
+}



More information about the arch-commits mailing list