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

Felix Yan felixonmars at archlinux.org
Tue Mar 10 18:31:26 UTC 2020


    Date: Tuesday, March 10, 2020 @ 18:31:26
  Author: felixonmars
Revision: 593850

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-10 18:31:17 UTC (rev 593849)
+++ PKGBUILD	2020-03-10 18:31:26 UTC (rev 593850)
@@ -1,28 +0,0 @@
-# $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
-}

Copied: xcb-imdkit/repos/community-x86_64/PKGBUILD (from rev 593849, xcb-imdkit/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-03-10 18:31:26 UTC (rev 593850)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: csslayer <wengxt AT gmail com>
+
+pkgname=xcb-imdkit
+pkgver=0.0.0.20191111
+_commit=bb2f10c4754223bc5afaacab7a6417ee0998e303
+pkgrel=1
+pkgdesc="Input method development support for xcb"
+arch=('x86_64')
+url="https://github.com/fcitx/xcb-imdkit"
+license=('GPL')
+depends=('xcb-util' 'xcb-util-keysyms')
+makedepends=('extra-cmake-modules' 'xorgproto')
+source=("https://github.com/fcitx/xcb-imdkit/archive/$_commit/xcb-imdkit-$_commit.tar.gz")
+sha512sums=('c5c2a0e86a8267aa26ad3cd1b4cdf54d41d61d71ce7556711df2af5ad37de973f125e648339d65c167cc1c7cd8109c4ceb691626393b5c889df4745a2fcf9382')
+
+build() {
+  cd $pkgname-$_commit
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
+  make
+}
+
+check() {
+  cd $pkgname-$_commit
+  make test
+}
+
+package() {
+  cd $pkgname-$_commit
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list