[arch-commits] Commit in xcb-imdkit/repos/community-x86_64 (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sun Jun 7 05:32:09 UTC 2020
Date: Sunday, June 7, 2020 @ 05:32:07
Author: felixonmars
Revision: 639586
archrelease: copy trunk to community-x86_64
Added:
xcb-imdkit/repos/community-x86_64/PKGBUILD
(from rev 639585, 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-06-07 05:31:51 UTC (rev 639585)
+++ PKGBUILD 2020-06-07 05:32:07 UTC (rev 639586)
@@ -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.20200515
-_commit=66b0ff1f8cbe1a1776f6f61e989c502ff856dce1
-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=('d3c11149394df8d0a637001f2cfb0092c3dfb72567481dee6893d5337b42d4e47b96a0a92ef130ab719e885d3860bc83e60a9e2064f7a0b21ed2143c47d26a48')
-
-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 639585, xcb-imdkit/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-06-07 05:32:07 UTC (rev 639586)
@@ -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.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
+}
More information about the arch-commits
mailing list