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

Felix Yan felixonmars at archlinux.org
Tue Jul 7 16:37:51 UTC 2020


    Date: Tuesday, July 7, 2020 @ 16:37:51
  Author: felixonmars
Revision: 659334

archrelease: copy trunk to community-staging-x86_64

Added:
  kimtoy/repos/community-staging-x86_64/
  kimtoy/repos/community-staging-x86_64/PKGBUILD
    (from rev 659333, kimtoy/trunk/PKGBUILD)

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

Copied: kimtoy/repos/community-staging-x86_64/PKGBUILD (from rev 659333, kimtoy/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-07-07 16:37:51 UTC (rev 659334)
@@ -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=2
+arch=('x86_64')
+url="https://store.kde.org/p/1127378/"
+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://anongit.kde.org/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