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

Jelle van der Waa jelle at archlinux.org
Thu Jan 3 21:28:31 UTC 2019


    Date: Thursday, January 3, 2019 @ 21:28:29
  Author: jelle
Revision: 420462

archrelease: copy trunk to community-testing-x86_64

Added:
  kimtoy/repos/community-testing-x86_64/
  kimtoy/repos/community-testing-x86_64/PKGBUILD
    (from rev 420461, kimtoy/trunk/PKGBUILD)

----------+
 PKGBUILD |   31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

Copied: kimtoy/repos/community-testing-x86_64/PKGBUILD (from rev 420461, kimtoy/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2019-01-03 21:28:29 UTC (rev 420462)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: CSSlayer <wengxt at gmail.com>
+
+pkgname=kimtoy
+pkgver=1.92
+pkgdesc="An input method frontend for KDE"
+pkgrel=1
+arch=('x86_64')
+url="https://github.com/KDE/kimtoy"
+license=('GPL')
+depends=('kwindowsystem' 'kwidgetsaddons' 'plasma-framework' 'knewstuff')
+makedepends=('extra-cmake-modules' 'ibus' 'dbus-c++' 'scim' 'kfilemetadata' 'git')
+optdepends=('fcitx: fcitx support'
+            'scim: scim support'
+            'dbus-c++: scim support'
+            'ibus: ibus support'
+            'kfilemetadata: for metadata extractor')
+source=('git+https://github.com/KDE/kimtoy.git#commit=a26b67e9eb884d2d89def6809f1a3a96a4e726ed')
+md5sums=('SKIP')
+
+build() {
+  cd "${srcdir}/${pkgname}"
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DIBUS_LIBEXEC_DIR='/usr/lib' .
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}"
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list