[arch-commits] Commit in ibus-m17n/repos/community-x86_64 (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Wed Apr 7 14:45:54 UTC 2021


    Date: Wednesday, April 7, 2021 @ 14:45:53
  Author: felixonmars
Revision: 912456

archrelease: copy trunk to community-x86_64

Added:
  ibus-m17n/repos/community-x86_64/PKGBUILD
    (from rev 912455, ibus-m17n/trunk/PKGBUILD)
Deleted:
  ibus-m17n/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   72 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-07 14:45:31 UTC (rev 912455)
+++ PKGBUILD	2021-04-07 14:45:53 UTC (rev 912456)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Lonfucius <Lonfucius at gmail.com>
-# Contributor: Jesse Jaara <jesse.jaara at gmail.com>
-
-pkgname=ibus-m17n
-pkgver=1.4.4
-pkgrel=1
-pkgdesc='M17N engine for IBus'
-arch=('x86_64')
-url='https://github.com/ibus/ibus-m17n'
-license=('LGPL')
-depends=('ibus' 'm17n-db' 'm17n-lib')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ibus/ibus-m17n/archive/${pkgver}.tar.gz")
-sha512sums=('c46276bb6c5af8053a637b94eb0e4418b8061ce3515a5f2c380d166a799e12b90860fa8c6654e7136aefefb9594c7fb0618f1b052f8c7f5ae6bdd571f24f0053')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  autoreconf -fi
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure  \
-    --prefix=/usr \
-    --libexecdir=/usr/lib/ibus
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: ibus-m17n/repos/community-x86_64/PKGBUILD (from rev 912455, ibus-m17n/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-04-07 14:45:53 UTC (rev 912456)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Lonfucius <Lonfucius at gmail.com>
+# Contributor: Jesse Jaara <jesse.jaara at gmail.com>
+
+pkgname=ibus-m17n
+pkgver=1.4.5
+pkgrel=1
+pkgdesc='M17N engine for IBus'
+arch=('x86_64')
+url='https://github.com/ibus/ibus-m17n'
+license=('LGPL')
+depends=('ibus' 'm17n-db' 'm17n-lib')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ibus/ibus-m17n/archive/${pkgver}.tar.gz")
+sha512sums=('6d62f08ba63d8024c58457864c947554b6c5e8d01f6ecd7206c20f9f01d7bb052b85eae4ffdad098e005f0ad8c7d4b05f8f98270d7a1be20e53cfc3d16d53891')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  autoreconf -fi
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure  \
+    --prefix=/usr \
+    --libexecdir=/usr/lib/ibus
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list