[arch-commits] Commit in ibus-m17n/repos/community-x86_64 (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Mon Sep 5 19:38:27 UTC 2022
Date: Monday, September 5, 2022 @ 19:38:27
Author: felixonmars
Revision: 1293119
archrelease: copy trunk to community-x86_64
Added:
ibus-m17n/repos/community-x86_64/PKGBUILD
(from rev 1293118, ibus-m17n/trunk/PKGBUILD)
Deleted:
ibus-m17n/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 72 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 36 insertions(+), 36 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-05 19:38:12 UTC (rev 1293118)
+++ PKGBUILD 2022-09-05 19:38:27 UTC (rev 1293119)
@@ -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.10
-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=('28ad2e5e07be86475a2c65547114877b8c27fe17e11400ae2e4d17950dd3209ada4e4f7ed0c67b92e58c0a1107480189d2bd2aef538d95f552e6940b20752907')
-
-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 1293118, ibus-m17n/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-09-05 19:38:27 UTC (rev 1293119)
@@ -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.11
+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=('5a03b474ffe440d42b347ebc71148b8def04e32f842ace286a55908fe1d211bedcb4957b153feec24ef0df0c9da7a883f5e1bf71f3de8e9056cf589be2a1d6b6')
+
+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