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

Felix Yan felixonmars at archlinux.org
Thu May 31 01:07:06 UTC 2018


    Date: Thursday, May 31, 2018 @ 01:07:05
  Author: felixonmars
Revision: 333667

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-31 01:06:42 UTC (rev 333666)
+++ PKGBUILD	2018-05-31 01:07:05 UTC (rev 333667)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at gmail.com>
-# 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=2
-pkgdesc="The extra phrases of tables engines for IBus"
-arch=('x86_64')
-url="http://code.google.com/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")
-sha1sums=('b2f69cfedc230988d7b8693dd8fd3c250a376246')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure \
-    --prefix=/usr \
-    --libexecdir=/usr/lib/ibus
-
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: ibus-table-extraphrase/repos/community-x86_64/PKGBUILD (from rev 333666, ibus-table-extraphrase/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-05-31 01:07:05 UTC (rev 333667)
@@ -0,0 +1,31 @@
+# $Id$
+# 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=3
+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