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

Gaetan Bisson bisson at nymeria.archlinux.org
Thu Jun 13 06:54:42 UTC 2013


    Date: Thursday, June 13, 2013 @ 08:54:42
  Author: bisson
Revision: 188226

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

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

-------------------------+
 testing-i686/PKGBUILD   |   27 +++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   27 +++++++++++++++++++++++++++
 2 files changed, 54 insertions(+)

Copied: scim-pinyin/repos/testing-i686/PKGBUILD (from rev 188225, scim-pinyin/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2013-06-13 06:54:42 UTC (rev 188226)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributer: Gan Lu <rhythm.gan at gmail.com>
+
+pkgname=scim-pinyin
+pkgver=0.5.92
+pkgrel=2
+pkgdesc='Chinese pinyin input for SCIM'
+url='http://www.scim-im.org/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('scim')
+source=("http://downloads.sourceforge.net/sourceforge/scim/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('d7c2d52a5712753af241a5301db23527ba438ea1')
+
+options=('!libtool')
+
+build() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	./configure --prefix=/usr --sysconfdir=/etc --disable-static
+	make
+}
+
+package() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	make DESTDIR="${pkgdir}" install
+}

Copied: scim-pinyin/repos/testing-x86_64/PKGBUILD (from rev 188225, scim-pinyin/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2013-06-13 06:54:42 UTC (rev 188226)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributer: Gan Lu <rhythm.gan at gmail.com>
+
+pkgname=scim-pinyin
+pkgver=0.5.92
+pkgrel=2
+pkgdesc='Chinese pinyin input for SCIM'
+url='http://www.scim-im.org/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('scim')
+source=("http://downloads.sourceforge.net/sourceforge/scim/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('d7c2d52a5712753af241a5301db23527ba438ea1')
+
+options=('!libtool')
+
+build() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	./configure --prefix=/usr --sysconfdir=/etc --disable-static
+	make
+}
+
+package() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list