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

Felix Yan fyan at nymeria.archlinux.org
Mon Sep 2 06:46:38 UTC 2013


    Date: Monday, September 2, 2013 @ 08:46:37
  Author: fyan
Revision: 96593

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

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

-----------------------------------------+
 community-testing-i686/PKGBUILD         |   34 ++++++++++++++++++++++++++++++
 community-testing-i686/kimtoy.install   |   11 +++++++++
 community-testing-x86_64/PKGBUILD       |   34 ++++++++++++++++++++++++++++++
 community-testing-x86_64/kimtoy.install |   11 +++++++++
 4 files changed, 90 insertions(+)

Copied: kimtoy/repos/community-testing-i686/PKGBUILD (from rev 96592, kimtoy/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2013-09-02 06:46:37 UTC (rev 96593)
@@ -0,0 +1,34 @@
+# $Id$
+# 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=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) ibus support not working due to upstream ABI change
+depends=(kdelibs)
+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-testing-i686/kimtoy.install (from rev 96592, kimtoy/trunk/kimtoy.install)
===================================================================
--- community-testing-i686/kimtoy.install	                        (rev 0)
+++ community-testing-i686/kimtoy.install	2013-09-02 06:46:37 UTC (rev 96593)
@@ -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-testing-x86_64/PKGBUILD (from rev 96592, kimtoy/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2013-09-02 06:46:37 UTC (rev 96593)
@@ -0,0 +1,34 @@
+# $Id$
+# 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=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) ibus support not working due to upstream ABI change
+depends=(kdelibs)
+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-testing-x86_64/kimtoy.install (from rev 96592, kimtoy/trunk/kimtoy.install)
===================================================================
--- community-testing-x86_64/kimtoy.install	                        (rev 0)
+++ community-testing-x86_64/kimtoy.install	2013-09-02 06:46:37 UTC (rev 96593)
@@ -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