[arch-commits] Commit in xcb-imdkit/repos/community-x86_64 (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sun Aug 2 06:55:17 UTC 2020
Date: Sunday, August 2, 2020 @ 06:55:17
Author: felixonmars
Revision: 667577
archrelease: copy trunk to community-x86_64
Added:
xcb-imdkit/repos/community-x86_64/PKGBUILD
(from rev 667576, xcb-imdkit/trunk/PKGBUILD)
Deleted:
xcb-imdkit/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 66 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 33 insertions(+), 33 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-08-02 06:55:01 UTC (rev 667576)
+++ PKGBUILD 2020-08-02 06:55:17 UTC (rev 667577)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: csslayer <wengxt AT gmail com>
-
-pkgname=xcb-imdkit
-pkgver=0.0.0.20200607
-_commit=709ddd74b53e5539a239b190c45f4df881db61a3
-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' 'uthash' 'xorgproto')
-source=("https://github.com/fcitx/xcb-imdkit/archive/$_commit/xcb-imdkit-$_commit.tar.gz")
-sha512sums=('03c84e85f7f0a038b810a7fef5f8ba3924fb6b5ee70602963a4160cb55150c166eda712f8c6825339770b29fc07310813dd99428853c224328d4d00da1b4f4d7')
-
-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
-}
Copied: xcb-imdkit/repos/community-x86_64/PKGBUILD (from rev 667576, xcb-imdkit/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-08-02 06:55:17 UTC (rev 667577)
@@ -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.20200802
+_commit=a28de9362a50124c1330cedd76c2648609644524
+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' 'ninja' 'uthash' 'xorgproto')
+source=("https://github.com/fcitx/xcb-imdkit/archive/$_commit/xcb-imdkit-$_commit.tar.gz")
+sha512sums=('2361986639ccb96bdcdd0b805aec33404ed51e98e2296984a6e4e7f42223f424a6e14b11808376bb4d5d2ec4155179b2c11510d172023171ab7095721bb3660b')
+
+build() {
+ cd $pkgname-$_commit
+
+ cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
+ ninja
+}
+
+check() {
+ cd $pkgname-$_commit
+ ninja test
+}
+
+package() {
+ cd $pkgname-$_commit
+ DESTDIR="$pkgdir" ninja install
+}
More information about the arch-commits
mailing list