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

Felix Yan fyan at nymeria.archlinux.org
Wed Jul 10 14:02:27 UTC 2013


    Date: Wednesday, July 10, 2013 @ 16:02:27
  Author: fyan
Revision: 93807

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

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

---------------------------------+
 community-i686/PKGBUILD         |   33 +++++++++++++++++++++++++++++++++
 community-i686/kimtoy.install   |   11 +++++++++++
 community-x86_64/PKGBUILD       |   33 +++++++++++++++++++++++++++++++++
 community-x86_64/kimtoy.install |   11 +++++++++++
 4 files changed, 88 insertions(+)

Copied: kimtoy/repos/community-i686/PKGBUILD (from rev 93806, kimtoy/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-07-10 14:02:27 UTC (rev 93807)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: CSSlayer <wengxt at gmail.com>
+
+pkgname=kimtoy
+pkgver=1.9.2
+pkgdesc="Standalone input method panel"
+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=(kdebase-workspace)
+optdepends=('fcitx: fcitx support'
+            'scim: scim support'
+            'dbus-c++: scim support')
+            #'ibus: ibus support') ibus support not working due to upstream ABI change
+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 .
+  make
+}
+
+package ()
+{
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}
+
+md5sums=('94f09a33940d189059f9620427689af5')

Copied: kimtoy/repos/community-i686/kimtoy.install (from rev 93806, kimtoy/trunk/kimtoy.install)
===================================================================
--- community-i686/kimtoy.install	                        (rev 0)
+++ community-i686/kimtoy.install	2013-07-10 14:02:27 UTC (rev 93807)
@@ -0,0 +1,11 @@
+post_upgrade() {
+  update-mime-database usr/share/mime &> /dev/null
+}
+
+post_install() {
+  post_upgrade
+}
+
+post_remove() {
+  post_upgrade
+}

Copied: kimtoy/repos/community-x86_64/PKGBUILD (from rev 93806, kimtoy/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-07-10 14:02:27 UTC (rev 93807)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: CSSlayer <wengxt at gmail.com>
+
+pkgname=kimtoy
+pkgver=1.9.2
+pkgdesc="Standalone input method panel"
+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=(kdebase-workspace)
+optdepends=('fcitx: fcitx support'
+            'scim: scim support'
+            'dbus-c++: scim support')
+            #'ibus: ibus support') ibus support not working due to upstream ABI change
+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 .
+  make
+}
+
+package ()
+{
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}
+
+md5sums=('94f09a33940d189059f9620427689af5')

Copied: kimtoy/repos/community-x86_64/kimtoy.install (from rev 93806, kimtoy/trunk/kimtoy.install)
===================================================================
--- community-x86_64/kimtoy.install	                        (rev 0)
+++ community-x86_64/kimtoy.install	2013-07-10 14:02:27 UTC (rev 93807)
@@ -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