[arch-commits] Commit in ibus-table-extraphrase/repos (2 files)

Felix Yan felixonmars at archlinux.org
Tue Jul 7 14:13:52 UTC 2020


    Date: Tuesday, July 7, 2020 @ 14:13:52
  Author: felixonmars
Revision: 658770

archrelease: copy trunk to community-staging-x86_64

Added:
  ibus-table-extraphrase/repos/community-staging-x86_64/
  ibus-table-extraphrase/repos/community-staging-x86_64/PKGBUILD
    (from rev 658769, ibus-table-extraphrase/trunk/PKGBUILD)

----------+
 PKGBUILD |   30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

Copied: ibus-table-extraphrase/repos/community-staging-x86_64/PKGBUILD (from rev 658769, ibus-table-extraphrase/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-07-07 14:13:52 UTC (rev 658770)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Lee.MaRS<leemars at gmail.com>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=ibus-table-extraphrase
+pkgver=1.3.9.20110826
+pkgrel=4
+pkgdesc="The extra phrases of tables engines for IBus"
+arch=('x86_64')
+url="https://code.google.com/archive/p/ibus/"
+license=('LGPL')
+depends=('ibus-table')
+source=("https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/ibus/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('5310cee7bd74455a732cd568a2a60887765588ef7fabdcd950f66fb2d5fab6dcdd059d2e460c0962117495c88656386a0c738dbd94f9ba553f3365fb3b42ce5d')
+
+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