[arch-commits] Commit in xcb-imdkit/trunk (PKGBUILD)

2020-12-04 Thread Felix Yan via arch-commits
Date: Friday, December 4, 2020 @ 21:35:24
  Author: felixonmars
Revision: 770042

upgpkg: xcb-imdkit 1.0.1-1

Modified:
  xcb-imdkit/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-04 21:00:37 UTC (rev 770041)
+++ PKGBUILD2020-12-04 21:35:24 UTC (rev 770042)
@@ -3,7 +3,7 @@
 # Contributor: csslayer 
 
 pkgname=xcb-imdkit
-pkgver=1.0.0
+pkgver=1.0.1
 pkgrel=1
 pkgdesc="Input method development support for xcb"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 depends=('xcb-util' 'xcb-util-keysyms')
 makedepends=('extra-cmake-modules' 'ninja' 'uthash' 'xorgproto')
 
source=("https://download.fcitx-im.org/fcitx5/xcb-imdkit/xcb-imdkit-$pkgver.tar.xz"{,.sig})
-sha512sums=('a054f810e6a3d9d26250efa7bd38e5239c418c244326e0296316dc0b5a5c7fbd8f57298a5dbbd0b2dfeb0add7d2650d5a9dc06684775c7b1e4a58d259b91617f'
+sha512sums=('6eff4251c64ae084b9cf5d444056633153140fd8ce677af62fad1852c6277c907910489d74707e2b6404e8fc2daa8e26432d481edb792854c6774fd12da48171'
 'SKIP')
 validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9') # Weng Xuetian 

 


[arch-commits] Commit in xcb-imdkit/trunk (PKGBUILD)

2020-11-02 Thread Felix Yan via arch-commits
Date: Tuesday, November 3, 2020 @ 07:22:00
  Author: felixonmars
Revision: 740371

upgpkg: xcb-imdkit 1.0.0-1

Modified:
  xcb-imdkit/trunk/PKGBUILD

--+
 PKGBUILD |   15 ---
 1 file changed, 8 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-03 07:07:13 UTC (rev 740370)
+++ PKGBUILD2020-11-03 07:22:00 UTC (rev 740371)
@@ -3,8 +3,7 @@
 # Contributor: csslayer 
 
 pkgname=xcb-imdkit
-pkgver=0.0.0.20201028
-_commit=6a5280cf92f8715e483d1511a6d0cd50efea6633
+pkgver=1.0.0
 pkgrel=1
 pkgdesc="Input method development support for xcb"
 arch=('x86_64')
@@ -12,11 +11,13 @@
 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=('f2cead24a0286669f5c1228ba17949c04d43c4c3db14df1a5147eb03e8eff775319d46cc24b880ede3133b4cc97771aa500fd9e6f2786208f2c586a7c073e819')
+source=("https://download.fcitx-im.org/fcitx5/xcb-imdkit/xcb-imdkit-$pkgver.tar.xz"{,.sig})
+sha512sums=('a054f810e6a3d9d26250efa7bd38e5239c418c244326e0296316dc0b5a5c7fbd8f57298a5dbbd0b2dfeb0add7d2650d5a9dc06684775c7b1e4a58d259b91617f'
+'SKIP')
+validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9') # Weng Xuetian 

 
 build() {
-  cd $pkgname-$_commit
+  cd $pkgname-$pkgver
 
   cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
   ninja
@@ -23,11 +24,11 @@
 }
 
 check() {
-  cd $pkgname-$_commit
+  cd $pkgname-$pkgver
   ninja test
 }
 
 package() {
-  cd $pkgname-$_commit
+  cd $pkgname-$pkgver
   DESTDIR="$pkgdir" ninja install
 }


[arch-commits] Commit in xcb-imdkit/trunk (PKGBUILD)

2020-10-29 Thread Felix Yan via arch-commits
Date: Thursday, October 29, 2020 @ 09:44:51
  Author: felixonmars
Revision: 736478

upgpkg: xcb-imdkit 0.0.0.20201028-1

Modified:
  xcb-imdkit/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-29 09:44:28 UTC (rev 736477)
+++ PKGBUILD2020-10-29 09:44:51 UTC (rev 736478)
@@ -3,8 +3,8 @@
 # Contributor: csslayer 
 
 pkgname=xcb-imdkit
-pkgver=0.0.0.20200904
-_commit=33f5c35daf543c0faac1041c2896306b82baff64
+pkgver=0.0.0.20201028
+_commit=6a5280cf92f8715e483d1511a6d0cd50efea6633
 pkgrel=1
 pkgdesc="Input method development support for xcb"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 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=('192a8a09b72c3268797abfdfae3ade3016ba63ac8d979dcbc7a857f52d60748c24a847c2eda1c2d6e613ac572155345eb81d36e27e707e73b6d471689a8663a2')
+sha512sums=('f2cead24a0286669f5c1228ba17949c04d43c4c3db14df1a5147eb03e8eff775319d46cc24b880ede3133b4cc97771aa500fd9e6f2786208f2c586a7c073e819')
 
 build() {
   cd $pkgname-$_commit


[arch-commits] Commit in xcb-imdkit/trunk (PKGBUILD)

2020-09-03 Thread Felix Yan via arch-commits
Date: Thursday, September 3, 2020 @ 20:37:02
  Author: felixonmars
Revision: 697624

upgpkg: xcb-imdkit 0.0.0.20200904-1

Modified:
  xcb-imdkit/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-09-03 20:36:12 UTC (rev 697623)
+++ PKGBUILD2020-09-03 20:37:02 UTC (rev 697624)
@@ -3,8 +3,8 @@
 # Contributor: csslayer 
 
 pkgname=xcb-imdkit
-pkgver=0.0.0.20200808
-_commit=d6609a72465cf7e0479aea075a4d2e5d7ca018eb
+pkgver=0.0.0.20200904
+_commit=33f5c35daf543c0faac1041c2896306b82baff64
 pkgrel=1
 pkgdesc="Input method development support for xcb"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 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=('850733e2d33ef37f9ee9cd88656e2ce97fb5d82ebb6bb072fdb62dcbb20a71e1b70b2b647a44243ccff3eca20a43406e49feeb02798e1358349ab2c0ae53d679')
+sha512sums=('192a8a09b72c3268797abfdfae3ade3016ba63ac8d979dcbc7a857f52d60748c24a847c2eda1c2d6e613ac572155345eb81d36e27e707e73b6d471689a8663a2')
 
 build() {
   cd $pkgname-$_commit


[arch-commits] Commit in xcb-imdkit/trunk (PKGBUILD)

2020-08-07 Thread Felix Yan via arch-commits
Date: Friday, August 7, 2020 @ 19:02:01
  Author: felixonmars
Revision: 671674

upgpkg: xcb-imdkit 0.0.0.20200808-1

Modified:
  xcb-imdkit/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-08-07 19:01:56 UTC (rev 671673)
+++ PKGBUILD2020-08-07 19:02:01 UTC (rev 671674)
@@ -3,8 +3,8 @@
 # Contributor: csslayer 
 
 pkgname=xcb-imdkit
-pkgver=0.0.0.20200806
-_commit=87aee5e3a94b989c66279b9e49f1a8d1f935b906
+pkgver=0.0.0.20200808
+_commit=d6609a72465cf7e0479aea075a4d2e5d7ca018eb
 pkgrel=1
 pkgdesc="Input method development support for xcb"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 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=('68a3ccf6aa64926fa28528a978f0fe8cb4d842fed10d248c1e210ad6a602ed62886d85512f2c90f7dadb9231008226328c5205da2e2826b72c328b9e1fc99535')
+sha512sums=('850733e2d33ef37f9ee9cd88656e2ce97fb5d82ebb6bb072fdb62dcbb20a71e1b70b2b647a44243ccff3eca20a43406e49feeb02798e1358349ab2c0ae53d679')
 
 build() {
   cd $pkgname-$_commit


[arch-commits] Commit in xcb-imdkit/trunk (PKGBUILD)

2020-08-05 Thread Felix Yan via arch-commits
Date: Thursday, August 6, 2020 @ 03:52:01
  Author: felixonmars
Revision: 670381

upgpkg: xcb-imdkit 0.0.0.20200806-1

Modified:
  xcb-imdkit/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-08-06 03:49:40 UTC (rev 670380)
+++ PKGBUILD2020-08-06 03:52:01 UTC (rev 670381)
@@ -3,8 +3,8 @@
 # Contributor: csslayer 
 
 pkgname=xcb-imdkit
-pkgver=0.0.0.20200802
-_commit=a28de9362a50124c1330cedd76c2648609644524
+pkgver=0.0.0.20200806
+_commit=87aee5e3a94b989c66279b9e49f1a8d1f935b906
 pkgrel=1
 pkgdesc="Input method development support for xcb"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 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')
+sha512sums=('68a3ccf6aa64926fa28528a978f0fe8cb4d842fed10d248c1e210ad6a602ed62886d85512f2c90f7dadb9231008226328c5205da2e2826b72c328b9e1fc99535')
 
 build() {
   cd $pkgname-$_commit


[arch-commits] Commit in xcb-imdkit/trunk (PKGBUILD)

2020-08-02 Thread Felix Yan via arch-commits
Date: Sunday, August 2, 2020 @ 06:55:01
  Author: felixonmars
Revision: 667576

upgpkg: xcb-imdkit 0.0.0.20200802-1

Modified:
  xcb-imdkit/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-08-02 06:54:42 UTC (rev 667575)
+++ PKGBUILD2020-08-02 06:55:01 UTC (rev 667576)
@@ -3,8 +3,8 @@
 # Contributor: csslayer 
 
 pkgname=xcb-imdkit
-pkgver=0.0.0.20200607
-_commit=709ddd74b53e5539a239b190c45f4df881db61a3
+pkgver=0.0.0.20200802
+_commit=a28de9362a50124c1330cedd76c2648609644524
 pkgrel=1
 pkgdesc="Input method development support for xcb"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 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=('03c84e85f7f0a038b810a7fef5f8ba3924fb6b5ee70602963a4160cb55150c166eda712f8c6825339770b29fc07310813dd99428853c224328d4d00da1b4f4d7')
+sha512sums=('2361986639ccb96bdcdd0b805aec33404ed51e98e2296984a6e4e7f42223f424a6e14b11808376bb4d5d2ec4155179b2c11510d172023171ab7095721bb3660b')
 
 build() {
   cd $pkgname-$_commit


[arch-commits] Commit in xcb-imdkit/trunk (PKGBUILD)

2020-07-09 Thread Felix Yan via arch-commits
Date: Thursday, July 9, 2020 @ 17:55:46
  Author: felixonmars
Revision: 662397

switch to ninja

Modified:
  xcb-imdkit/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-09 17:55:46 UTC (rev 662396)
+++ PKGBUILD2020-07-09 17:55:46 UTC (rev 662397)
@@ -11,7 +11,7 @@
 url="https://github.com/fcitx/xcb-imdkit;
 license=('GPL')
 depends=('xcb-util' 'xcb-util-keysyms')
-makedepends=('extra-cmake-modules' 'uthash' 'xorgproto')
+makedepends=('extra-cmake-modules' 'ninja' 'uthash' 'xorgproto')
 
source=("https://github.com/fcitx/xcb-imdkit/archive/$_commit/xcb-imdkit-$_commit.tar.gz;)
 
sha512sums=('03c84e85f7f0a038b810a7fef5f8ba3924fb6b5ee70602963a4160cb55150c166eda712f8c6825339770b29fc07310813dd99428853c224328d4d00da1b4f4d7')
 
@@ -18,16 +18,16 @@
 build() {
   cd $pkgname-$_commit
 
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
-  make
+  cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
+  ninja
 }
 
 check() {
   cd $pkgname-$_commit
-  make test
+  ninja test
 }
 
 package() {
   cd $pkgname-$_commit
-  make DESTDIR="$pkgdir" install
+  DESTDIR="$pkgdir" ninja install
 }


[arch-commits] Commit in xcb-imdkit/trunk (PKGBUILD)

2020-06-06 Thread Felix Yan via arch-commits
Date: Sunday, June 7, 2020 @ 05:31:51
  Author: felixonmars
Revision: 639585

upgpkg: xcb-imdkit 0.0.0.20200607-1

Modified:
  xcb-imdkit/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-07 05:19:31 UTC (rev 639584)
+++ PKGBUILD2020-06-07 05:31:51 UTC (rev 639585)
@@ -3,8 +3,8 @@
 # Contributor: csslayer 
 
 pkgname=xcb-imdkit
-pkgver=0.0.0.20200515
-_commit=66b0ff1f8cbe1a1776f6f61e989c502ff856dce1
+pkgver=0.0.0.20200607
+_commit=709ddd74b53e5539a239b190c45f4df881db61a3
 pkgrel=1
 pkgdesc="Input method development support for xcb"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 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')
+sha512sums=('03c84e85f7f0a038b810a7fef5f8ba3924fb6b5ee70602963a4160cb55150c166eda712f8c6825339770b29fc07310813dd99428853c224328d4d00da1b4f4d7')
 
 build() {
   cd $pkgname-$_commit


[arch-commits] Commit in xcb-imdkit/trunk (PKGBUILD)

2020-05-15 Thread Felix Yan via arch-commits
Date: Friday, May 15, 2020 @ 18:06:42
  Author: felixonmars
Revision: 628052

upgpkg: xcb-imdkit 0.0.0.20200515-1

Modified:
  xcb-imdkit/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-15 18:04:44 UTC (rev 628051)
+++ PKGBUILD2020-05-15 18:06:42 UTC (rev 628052)
@@ -3,8 +3,8 @@
 # Contributor: csslayer 
 
 pkgname=xcb-imdkit
-pkgver=0.0.0.20200509
-_commit=37308dbc4e83c50f38cdb6aae394f8334373bd65
+pkgver=0.0.0.20200515
+_commit=66b0ff1f8cbe1a1776f6f61e989c502ff856dce1
 pkgrel=1
 pkgdesc="Input method development support for xcb"
 arch=('x86_64')
@@ -11,9 +11,9 @@
 url="https://github.com/fcitx/xcb-imdkit;
 license=('GPL')
 depends=('xcb-util' 'xcb-util-keysyms')
-makedepends=('extra-cmake-modules' 'xorgproto')
+makedepends=('extra-cmake-modules' 'uthash' 'xorgproto')
 
source=("https://github.com/fcitx/xcb-imdkit/archive/$_commit/xcb-imdkit-$_commit.tar.gz;)
-sha512sums=('362fc3349c5811005a07630c9b37d5bbf87851a9d688df397a0f62794f9f787c73e855acf2afe90b5cc6a4c4a4a0eb41c359024d142c463864b88ecc3f017bc2')
+sha512sums=('d3c11149394df8d0a637001f2cfb0092c3dfb72567481dee6893d5337b42d4e47b96a0a92ef130ab719e885d3860bc83e60a9e2064f7a0b21ed2143c47d26a48')
 
 build() {
   cd $pkgname-$_commit


[arch-commits] Commit in xcb-imdkit/trunk (PKGBUILD)

2020-05-08 Thread Felix Yan via arch-commits
Date: Saturday, May 9, 2020 @ 05:10:47
  Author: felixonmars
Revision: 625830

upgpkg: xcb-imdkit 0.0.0.20200509-1

Modified:
  xcb-imdkit/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-09 05:09:01 UTC (rev 625829)
+++ PKGBUILD2020-05-09 05:10:47 UTC (rev 625830)
@@ -3,8 +3,8 @@
 # Contributor: csslayer 
 
 pkgname=xcb-imdkit
-pkgver=0.0.0.20200419
-_commit=c0bec58324fd8f8ff5c6b2a8e4d1e9d408cd4329
+pkgver=0.0.0.20200509
+_commit=37308dbc4e83c50f38cdb6aae394f8334373bd65
 pkgrel=1
 pkgdesc="Input method development support for xcb"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 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=('9692ca4a4de589a62cda736e75cdf03985842c8a3e14b6d37f7e060f163c641361553ed1947a9d79f1d0f2edde049ea42082d0b0c6841eb293c7909313ff4221')
+sha512sums=('362fc3349c5811005a07630c9b37d5bbf87851a9d688df397a0f62794f9f787c73e855acf2afe90b5cc6a4c4a4a0eb41c359024d142c463864b88ecc3f017bc2')
 
 build() {
   cd $pkgname-$_commit


[arch-commits] Commit in xcb-imdkit/trunk (PKGBUILD)

2020-04-19 Thread Felix Yan via arch-commits
Date: Sunday, April 19, 2020 @ 08:56:45
  Author: felixonmars
Revision: 616450

upgpkg: xcb-imdkit 0.0.0.20200419-1

Modified:
  xcb-imdkit/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-19 08:44:36 UTC (rev 616449)
+++ PKGBUILD2020-04-19 08:56:45 UTC (rev 616450)
@@ -3,8 +3,8 @@
 # Contributor: csslayer 
 
 pkgname=xcb-imdkit
-pkgver=0.0.0.20200402
-_commit=d30ec16ef36478070acbe0a5b1ae290ff9d8b73e
+pkgver=0.0.0.20200419
+_commit=c0bec58324fd8f8ff5c6b2a8e4d1e9d408cd4329
 pkgrel=1
 pkgdesc="Input method development support for xcb"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 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=('05354314d4c4859dded0a5e7d203745190741245885998556f9b434a5b6243e56afa50c1ec2decd854e6f9424f280abfffdf82ef92005c8c1f7a71e7722d30e4')
+sha512sums=('9692ca4a4de589a62cda736e75cdf03985842c8a3e14b6d37f7e060f163c641361553ed1947a9d79f1d0f2edde049ea42082d0b0c6841eb293c7909313ff4221')
 
 build() {
   cd $pkgname-$_commit


[arch-commits] Commit in xcb-imdkit/trunk (PKGBUILD)

2020-04-02 Thread Felix Yan via arch-commits
Date: Thursday, April 2, 2020 @ 07:46:50
  Author: felixonmars
Revision: 609368

upgpkg: xcb-imdkit 0.0.0.20200402-1

Modified:
  xcb-imdkit/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-02 07:41:52 UTC (rev 609367)
+++ PKGBUILD2020-04-02 07:46:50 UTC (rev 609368)
@@ -3,8 +3,8 @@
 # Contributor: csslayer 
 
 pkgname=xcb-imdkit
-pkgver=0.0.0.20200318
-_commit=db6cfd4f2d75145134ef635725eebb1799415430
+pkgver=0.0.0.20200402
+_commit=d30ec16ef36478070acbe0a5b1ae290ff9d8b73e
 pkgrel=1
 pkgdesc="Input method development support for xcb"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 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=('deda676e04e9707fc608b3fff4db2b063b695bc2eaf178437a5c1e8dc8f50b50fe91c2d41d6b95e06a33069e56f9487e877a546a21ff0e8f62b35fb8d85870f3')
+sha512sums=('05354314d4c4859dded0a5e7d203745190741245885998556f9b434a5b6243e56afa50c1ec2decd854e6f9424f280abfffdf82ef92005c8c1f7a71e7722d30e4')
 
 build() {
   cd $pkgname-$_commit


[arch-commits] Commit in xcb-imdkit/trunk (PKGBUILD)

2020-03-18 Thread Felix Yan via arch-commits
Date: Wednesday, March 18, 2020 @ 08:10:36
  Author: felixonmars
Revision: 600443

upgpkg: xcb-imdkit 0.0.0.20200318-1

Modified:
  xcb-imdkit/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-03-18 08:06:31 UTC (rev 600442)
+++ PKGBUILD2020-03-18 08:10:36 UTC (rev 600443)
@@ -3,8 +3,8 @@
 # Contributor: csslayer 
 
 pkgname=xcb-imdkit
-pkgver=0.0.0.20200316
-_commit=66154de82c875b696db36164b4c3d15a7673685d
+pkgver=0.0.0.20200318
+_commit=db6cfd4f2d75145134ef635725eebb1799415430
 pkgrel=1
 pkgdesc="Input method development support for xcb"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 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=('5c722b7797db3f03e6408286c66274218834fed0c9cc307381abcc444a97f3a81f9b44e575b94b8b91c8d0c60f883c41a62afb8eb0c4a6265e46a5c0975f6470')
+sha512sums=('deda676e04e9707fc608b3fff4db2b063b695bc2eaf178437a5c1e8dc8f50b50fe91c2d41d6b95e06a33069e56f9487e877a546a21ff0e8f62b35fb8d85870f3')
 
 build() {
   cd $pkgname-$_commit


[arch-commits] Commit in xcb-imdkit/trunk (PKGBUILD)

2020-03-16 Thread Felix Yan via arch-commits
Date: Monday, March 16, 2020 @ 11:57:08
  Author: felixonmars
Revision: 599652

upgpkg: xcb-imdkit 0.0.0.20200316-1

Modified:
  xcb-imdkit/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-03-16 11:56:34 UTC (rev 599651)
+++ PKGBUILD2020-03-16 11:57:08 UTC (rev 599652)
@@ -3,8 +3,8 @@
 # Contributor: csslayer 
 
 pkgname=xcb-imdkit
-pkgver=0.0.0.20200313
-_commit=f7ebfb17e25c049465290fce92dd275984b68630
+pkgver=0.0.0.20200316
+_commit=66154de82c875b696db36164b4c3d15a7673685d
 pkgrel=1
 pkgdesc="Input method development support for xcb"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 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=('c67ab7b6f2189491b03acf824ed3fcb11ba2e5de9923cca753bd3f5d417d76448646fc82c57a90443b664127067cde123074e68ebcc604ac36e172ac0144d063')
+sha512sums=('5c722b7797db3f03e6408286c66274218834fed0c9cc307381abcc444a97f3a81f9b44e575b94b8b91c8d0c60f883c41a62afb8eb0c4a6265e46a5c0975f6470')
 
 build() {
   cd $pkgname-$_commit


[arch-commits] Commit in xcb-imdkit/trunk (PKGBUILD)

2020-03-14 Thread Felix Yan via arch-commits
Date: Saturday, March 14, 2020 @ 10:38:48
  Author: felixonmars
Revision: 596581

upgpkg: xcb-imdkit 0.0.0.20200313-1

Modified:
  xcb-imdkit/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-03-14 10:36:52 UTC (rev 596580)
+++ PKGBUILD2020-03-14 10:38:48 UTC (rev 596581)
@@ -3,8 +3,8 @@
 # Contributor: csslayer 
 
 pkgname=xcb-imdkit
-pkgver=0.0.0.2019
-_commit=bb2f10c4754223bc5afaacab7a6417ee0998e303
+pkgver=0.0.0.20200313
+_commit=f7ebfb17e25c049465290fce92dd275984b68630
 pkgrel=1
 pkgdesc="Input method development support for xcb"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 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')
+sha512sums=('c67ab7b6f2189491b03acf824ed3fcb11ba2e5de9923cca753bd3f5d417d76448646fc82c57a90443b664127067cde123074e68ebcc604ac36e172ac0144d063')
 
 build() {
   cd $pkgname-$_commit


[arch-commits] Commit in xcb-imdkit/trunk (PKGBUILD)

2020-03-10 Thread Felix Yan via arch-commits
Date: Tuesday, March 10, 2020 @ 18:31:17
  Author: felixonmars
Revision: 593849

upgpkg: xcb-imdkit 0.0.0.2019-1

Modified:
  xcb-imdkit/trunk/PKGBUILD

--+
 PKGBUILD |   23 ++-
 1 file changed, 14 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-03-10 18:26:16 UTC (rev 593848)
+++ PKGBUILD2020-03-10 18:31:17 UTC (rev 593849)
@@ -3,25 +3,30 @@
 # Contributor: csslayer 
 
 pkgname=xcb-imdkit
-pkgver=0.0.0.20171205
-_commit=b82eddb3432b25f0db4aa7db4f68c6744ad895c1
+pkgver=0.0.0.2019
+_commit=bb2f10c4754223bc5afaacab7a6417ee0998e303
 pkgrel=1
 pkgdesc="Input method development support for xcb"
 arch=('x86_64')
-url="https://gitlab.com/fcitx/xcb-imdkit;
+url="https://github.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')
+makedepends=('extra-cmake-modules' 'xorgproto')
+source=("https://github.com/fcitx/xcb-imdkit/archive/$_commit/xcb-imdkit-$_commit.tar.gz;)
+sha512sums=('c5c2a0e86a8267aa26ad3cd1b4cdf54d41d61d71ce7556711df2af5ad37de973f125e648339d65c167cc1c7cd8109c4ceb691626393b5c889df4745a2fcf9382')
 
-build(){
+build() {
   cd $pkgname-$_commit
- 
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release 
-DCMAKE_INSTALL_LIBDIR=/usr/lib .
+
+  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


[arch-commits] Commit in xcb-imdkit/trunk (PKGBUILD)

2019-08-16 Thread Felix Yan via arch-commits
Date: Saturday, August 17, 2019 @ 03:41:06
  Author: felixonmars
Revision: 499930

remove i686

Modified:
  xcb-imdkit/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-08-17 03:39:53 UTC (rev 499929)
+++ PKGBUILD2019-08-17 03:41:06 UTC (rev 499930)
@@ -7,7 +7,7 @@
 _commit=b82eddb3432b25f0db4aa7db4f68c6744ad895c1
 pkgrel=1
 pkgdesc="Input method development support for xcb"
-arch=('i686' 'x86_64')
+arch=('x86_64')
 url="https://gitlab.com/fcitx/xcb-imdkit;
 license=('GPL')
 depends=('xcb-util' 'xcb-util-keysyms')