[arch-commits] Commit in xcb-imdkit/repos/community-x86_64 (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sun Apr 19 08:56:55 UTC 2020
Date: Sunday, April 19, 2020 @ 08:56:54
Author: felixonmars
Revision: 616451
archrelease: copy trunk to community-x86_64
Added:
xcb-imdkit/repos/community-x86_64/PKGBUILD
(from rev 616450, 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-04-19 08:56:45 UTC (rev 616450)
+++ PKGBUILD 2020-04-19 08:56:54 UTC (rev 616451)
@@ -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.20200402
-_commit=d30ec16ef36478070acbe0a5b1ae290ff9d8b73e
-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=('05354314d4c4859dded0a5e7d203745190741245885998556f9b434a5b6243e56afa50c1ec2decd854e6f9424f280abfffdf82ef92005c8c1f7a71e7722d30e4')
-
-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 616450, xcb-imdkit/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-04-19 08:56:54 UTC (rev 616451)
@@ -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.20200419
+_commit=c0bec58324fd8f8ff5c6b2a8e4d1e9d408cd4329
+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=('9692ca4a4de589a62cda736e75cdf03985842c8a3e14b6d37f7e060f163c641361553ed1947a9d79f1d0f2edde049ea42082d0b0c6841eb293c7909313ff4221')
+
+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