[arch-commits] Commit in ibus-anthy/repos/community-x86_64 (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Wed Apr 11 01:17:14 UTC 2018
Date: Wednesday, April 11, 2018 @ 01:17:13
Author: felixonmars
Revision: 315691
archrelease: copy trunk to community-x86_64
Added:
ibus-anthy/repos/community-x86_64/PKGBUILD
(from rev 315690, 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-04-11 01:16:51 UTC (rev 315690)
+++ PKGBUILD 2018-04-11 01:17:13 UTC (rev 315691)
@@ -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.9
-pkgrel=1
-pkgdesc='Japanese input method Anthy IMEngine for IBus Framework'
-arch=('i686' 'x86_64')
-license=('LGPL')
-url='http://ibus.googlecode.com'
-depends=('ibus' 'anthy' 'python' 'gtk-update-icon-cache' 'python-gobject')
-makedepends=('intltool' 'git' 'gobject-introspection')
-source=("git+https://github.com/ibus/ibus-anthy.git#tag=$pkgver")
-sha512sums=('SKIP')
-
-build() {
- cd $pkgname
-
- ./autogen.sh --prefix=/usr --libexec=/usr/lib/ibus
- make
-}
-
-package() {
- cd $pkgname
- make DESTDIR="$pkgdir/" install
-}
-
Copied: ibus-anthy/repos/community-x86_64/PKGBUILD (from rev 315690, ibus-anthy/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-04-11 01:17:13 UTC (rev 315691)
@@ -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=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
+}
+
More information about the arch-commits
mailing list