[arch-commits] Commit in xcb-imdkit/repos (community-x86_64 community-x86_64/PKGBUILD)

Felix Yan felixonmars at archlinux.org
Tue May 21 16:49:15 UTC 2019


    Date: Tuesday, May 21, 2019 @ 16:49:14
  Author: felixonmars
Revision: 468224

archrelease: copy trunk to community-x86_64

Added:
  xcb-imdkit/repos/community-x86_64/
  xcb-imdkit/repos/community-x86_64/PKGBUILD
    (from rev 468223, xcb-imdkit/trunk/PKGBUILD)

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

Copied: xcb-imdkit/repos/community-x86_64/PKGBUILD (from rev 468223, xcb-imdkit/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2019-05-21 16:49:14 UTC (rev 468224)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: csslayer <wengxt AT gmail com>
+
+pkgname=xcb-imdkit
+pkgver=0.0.0.20171205
+_commit=b82eddb3432b25f0db4aa7db4f68c6744ad895c1
+pkgrel=1
+pkgdesc="Input method development support for xcb"
+arch=('i686' 'x86_64')
+url="https://gitlab.com/fcitx/xcb-imdkit"
+license=('GPL')
+depends=('xcb-util' 'xcb-util-keysyms')
+makedepends=('extra-cmake-modules')
+source=("https://gitlab.com/fcitx/xcb-imdkit/-/archive/$_commit/xcb-imdkit-$_commit.tar.bz2")
+sha512sums=('904eb76fc203c126100f3ecc08f7aa12d58901687f05219b3e8a17f59630d12af225163f7bcc653e17a9c704755bc53fe3073802a302891814407ef9c7ce2d25')
+
+build(){
+  cd $pkgname-$_commit
+ 
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_LIBDIR=/usr/lib .
+  make
+}
+
+package() {
+  cd $pkgname-$_commit
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list