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

Evangelos Foutras foutrelis at archlinux.org
Mon Dec 7 15:21:05 UTC 2015


    Date: Monday, December 7, 2015 @ 16:21:04
  Author: foutrelis
Revision: 149954

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

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

-----------------------------------------+
 community-staging-i686/PKGBUILD         |   37 ++++++++++++++++++++++++++++++
 community-staging-i686/kimtoy.install   |   11 ++++++++
 community-staging-x86_64/PKGBUILD       |   37 ++++++++++++++++++++++++++++++
 community-staging-x86_64/kimtoy.install |   11 ++++++++
 4 files changed, 96 insertions(+)

Copied: kimtoy/repos/community-staging-i686/PKGBUILD (from rev 149953, kimtoy/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-12-07 15:21:04 UTC (rev 149954)
@@ -0,0 +1,37 @@
+# $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-staging-i686/kimtoy.install (from rev 149953, kimtoy/trunk/kimtoy.install)
===================================================================
--- community-staging-i686/kimtoy.install	                        (rev 0)
+++ community-staging-i686/kimtoy.install	2015-12-07 15:21:04 UTC (rev 149954)
@@ -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-staging-x86_64/PKGBUILD (from rev 149953, kimtoy/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-12-07 15:21:04 UTC (rev 149954)
@@ -0,0 +1,37 @@
+# $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-staging-x86_64/kimtoy.install (from rev 149953, kimtoy/trunk/kimtoy.install)
===================================================================
--- community-staging-x86_64/kimtoy.install	                        (rev 0)
+++ community-staging-x86_64/kimtoy.install	2015-12-07 15:21:04 UTC (rev 149954)
@@ -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