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

Evangelos Foutras foutrelis at archlinux.org
Mon Dec 7 07:36:48 UTC 2015


    Date: Monday, December 7, 2015 @ 08:36:48
  Author: foutrelis
Revision: 253267

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

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

-------------------------+
 staging-i686/PKGBUILD   |   26 ++++++++++++++++++++++++++
 staging-x86_64/PKGBUILD |   26 ++++++++++++++++++++++++++
 2 files changed, 52 insertions(+)

Copied: scim-anthy/repos/staging-i686/PKGBUILD (from rev 253266, scim-anthy/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2015-12-07 07:36:48 UTC (rev 253267)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: damir <damir at archlinux.org>
+
+pkgname=scim-anthy
+pkgver=1.2.7
+pkgrel=5
+_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')
+
+build() {
+	cd "$srcdir/$pkgname-$pkgver"
+	./configure --prefix=/usr
+	make
+}
+
+package() {
+	cd "$srcdir/$pkgname-$pkgver"
+	make DESTDIR="$pkgdir" install
+}

Copied: scim-anthy/repos/staging-x86_64/PKGBUILD (from rev 253266, scim-anthy/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2015-12-07 07:36:48 UTC (rev 253267)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: damir <damir at archlinux.org>
+
+pkgname=scim-anthy
+pkgver=1.2.7
+pkgrel=5
+_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')
+
+build() {
+	cd "$srcdir/$pkgname-$pkgver"
+	./configure --prefix=/usr
+	make
+}
+
+package() {
+	cd "$srcdir/$pkgname-$pkgver"
+	make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list