[arch-commits] Commit in ibus-anthy/repos/community-x86_64 (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu Aug 30 16:21:03 UTC 2018
Date: Thursday, August 30, 2018 @ 16:21:03
Author: felixonmars
Revision: 375507
archrelease: copy trunk to community-x86_64
Added:
ibus-anthy/repos/community-x86_64/PKGBUILD
(from rev 375506, ibus-anthy/trunk/PKGBUILD)
Deleted:
ibus-anthy/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 60 ++++++++++++++++++++++++++++++------------------------------
1 file changed, 30 insertions(+), 30 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-08-30 16:20:47 UTC (rev 375506)
+++ PKGBUILD 2018-08-30 16:21:03 UTC (rev 375507)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Rainy <rainylau(at)gmail(dot)com>
-# Contributor: Lee.MaRS <leemars at gmail dot com>
-# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
-
-pkgname=ibus-anthy
-pkgver=1.5.10
-pkgrel=1
-pkgdesc='Japanese input method Anthy IMEngine for IBus Framework'
-arch=('x86_64')
-license=('LGPL')
-url='http://ibus.googlecode.com'
-depends=('ibus' 'anthy' 'python' 'gtk-update-icon-cache' 'python-gobject')
-makedepends=('intltool' 'gobject-introspection')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/ibus/ibus-anthy/archive/$pkgver.tar.gz")
-sha512sums=('37a9b86ebe32ea639637880fffb29a86b971534e2faa668b2f88df66568bc99c58685481e1f7ae1f05fcf85d1816e3ef3e5fbc065207ac4188e0edcae8eb4925')
-
-build() {
- cd $pkgname-$pkgver
-
- ./autogen.sh --prefix=/usr --libexec=/usr/lib/ibus
- make
-}
-
-package() {
- cd $pkgname-$pkgver
- make DESTDIR="$pkgdir" install
-}
-
Copied: ibus-anthy/repos/community-x86_64/PKGBUILD (from rev 375506, ibus-anthy/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-08-30 16:21:03 UTC (rev 375507)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Rainy <rainylau(at)gmail(dot)com>
+# Contributor: Lee.MaRS <leemars at gmail dot com>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=ibus-anthy
+pkgver=1.5.10
+pkgrel=2
+pkgdesc='Japanese input method Anthy IMEngine for IBus Framework'
+arch=('x86_64')
+license=('LGPL')
+url='http://ibus.googlecode.com'
+depends=('ibus' 'anthy' 'python' 'gtk-update-icon-cache' 'python-gobject')
+makedepends=('intltool' 'gobject-introspection')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/ibus/ibus-anthy/archive/$pkgver.tar.gz")
+sha512sums=('37a9b86ebe32ea639637880fffb29a86b971534e2faa668b2f88df66568bc99c58685481e1f7ae1f05fcf85d1816e3ef3e5fbc065207ac4188e0edcae8eb4925')
+
+build() {
+ cd $pkgname-$pkgver
+
+ ./autogen.sh --prefix=/usr --libexec=/usr/lib/ibus
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
+
More information about the arch-commits
mailing list