[arch-commits] Commit in ibus-typing-booster/repos/extra-any (PKGBUILD PKGBUILD)
Jan Steffens
heftig at archlinux.org
Wed Oct 18 22:22:16 UTC 2017
Date: Wednesday, October 18, 2017 @ 22:22:15
Author: heftig
Revision: 308209
archrelease: copy trunk to extra-any
Added:
ibus-typing-booster/repos/extra-any/PKGBUILD
(from rev 308208, ibus-typing-booster/trunk/PKGBUILD)
Deleted:
ibus-typing-booster/repos/extra-any/PKGBUILD
----------+
PKGBUILD | 78 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 39 insertions(+), 39 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2017-10-18 22:22:07 UTC (rev 308208)
+++ PKGBUILD 2017-10-18 22:22:15 UTC (rev 308209)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgname=ibus-typing-booster
-pkgver=1.5.32
-pkgrel=1
-pkgdesc="Predictive input method for the IBus platform"
-url="https://mike-fabian.github.io/ibus-typing-booster/"
-arch=(any)
-license=(GPL3)
-depends=(ibus python-gobject python-dbus python-pyenchant m17n-lib sqlite)
-makedepends=(git m17n-db hunspell hunspell-{de,el,en,es,fr,he,hu,it,nl,pl,ro})
-_commit=b9930d61d3dc2cb5b3e1764b69342ce1d37a0aad # master
-source=("git+https://github.com/mike-fabian/ibus-typing-booster#commit=$_commit")
-sha512sums=('SKIP')
-
-pkgver() {
- cd $pkgname
- git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
- cd $pkgname
- autoreconf -fvi
-}
-
-build() {
- cd $pkgname
- ./configure --prefix=/usr --libexec=/usr/lib/ibus
- make
-}
-
-package() {
- cd $pkgname
- make DESTDIR="$pkgdir" install
-
- cd "$pkgdir/usr/share/$pkgname/data"
- gzip --force --best *.{txt,json} annotations{,Derived}/*.xml
-}
Copied: ibus-typing-booster/repos/extra-any/PKGBUILD (from rev 308208, ibus-typing-booster/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2017-10-18 22:22:15 UTC (rev 308209)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=ibus-typing-booster
+pkgver=1.5.34
+pkgrel=1
+pkgdesc="Predictive input method for the IBus platform"
+url="https://mike-fabian.github.io/ibus-typing-booster/"
+arch=(any)
+license=(GPL3)
+depends=(ibus python-gobject python-dbus python-pyenchant m17n-lib sqlite)
+makedepends=(git m17n-db hunspell hunspell-{de,el,en,es,fr,he,hu,it,nl,pl,ro})
+_commit=e360dc5555deddac3ab440cbe71f6a7b4c654943 # tags/1.5.34
+source=("git+https://github.com/mike-fabian/ibus-typing-booster#commit=$_commit")
+sha512sums=('SKIP')
+
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+ cd $pkgname
+ autoreconf -fvi
+}
+
+build() {
+ cd $pkgname
+ ./configure --prefix=/usr --libexec=/usr/lib/ibus
+ make
+}
+
+package() {
+ cd $pkgname
+ make DESTDIR="$pkgdir" install
+
+ cd "$pkgdir/usr/share/$pkgname/data"
+ gzip --force --best *.{txt,json} annotations{,Derived}/*.xml
+}
More information about the arch-commits
mailing list