[arch-commits] Commit in scim-anthy/repos (4 files)

Gaetan Bisson bisson at nymeria.archlinux.org
Thu Jun 13 06:58:55 UTC 2013


    Date: Thursday, June 13, 2013 @ 08:58:54
  Author: bisson
Revision: 188232

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  scim-anthy/repos/testing-i686/
  scim-anthy/repos/testing-i686/PKGBUILD
    (from rev 188231, scim-anthy/trunk/PKGBUILD)
  scim-anthy/repos/testing-x86_64/
  scim-anthy/repos/testing-x86_64/PKGBUILD
    (from rev 188231, scim-anthy/trunk/PKGBUILD)

-------------------------+
 testing-i686/PKGBUILD   |   28 ++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   28 ++++++++++++++++++++++++++++
 2 files changed, 56 insertions(+)

Copied: scim-anthy/repos/testing-i686/PKGBUILD (from rev 188231, scim-anthy/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2013-06-13 06:58:54 UTC (rev 188232)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: damir <damir at archlinux.org>
+
+pkgname=scim-anthy
+pkgver=1.2.7
+pkgrel=4
+_filecode=37309
+pkgdesc='Japanese input method module for SCIM'
+url='http://sourceforge.jp/projects/scim-imengine/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('scim' 'anthy')
+source=("http://osdn.dl.sourceforge.jp/scim-imengine/${_filecode}/${pkgname}-${pkgver}.tar.gz")
+sha1sums=('1429cf202f5cdcfc4733220acbe27dd9edb75db8')
+
+options=('!libtool')
+
+build() {
+	cd "$srcdir/$pkgname-$pkgver"
+	./configure --prefix=/usr --disable-static
+	make
+}
+
+package() {
+	cd "$srcdir/$pkgname-$pkgver"
+	make DESTDIR="$pkgdir" install
+}

Copied: scim-anthy/repos/testing-x86_64/PKGBUILD (from rev 188231, scim-anthy/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2013-06-13 06:58:54 UTC (rev 188232)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: damir <damir at archlinux.org>
+
+pkgname=scim-anthy
+pkgver=1.2.7
+pkgrel=4
+_filecode=37309
+pkgdesc='Japanese input method module for SCIM'
+url='http://sourceforge.jp/projects/scim-imengine/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('scim' 'anthy')
+source=("http://osdn.dl.sourceforge.jp/scim-imengine/${_filecode}/${pkgname}-${pkgver}.tar.gz")
+sha1sums=('1429cf202f5cdcfc4733220acbe27dd9edb75db8')
+
+options=('!libtool')
+
+build() {
+	cd "$srcdir/$pkgname-$pkgver"
+	./configure --prefix=/usr --disable-static
+	make
+}
+
+package() {
+	cd "$srcdir/$pkgname-$pkgver"
+	make DESTDIR="$pkgdir" install
+}




More information about the arch-commits mailing list