Date: Thursday, June 13, 2013 @ 08:52:02
  Author: bisson
Revision: 188220

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

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

-------------------------+
 testing-i686/PKGBUILD   |   29 +++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   29 +++++++++++++++++++++++++++++
 2 files changed, 58 insertions(+)

Copied: scim-tables/repos/testing-i686/PKGBUILD (from rev 188219, 
scim-tables/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD                               (rev 0)
+++ testing-i686/PKGBUILD       2013-06-13 06:52:02 UTC (rev 188220)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bis...@archlinux.org>
+# Contributor: Gan Lu <rhythm....@gmail.com>
+# Contributor: damir <da...@archlinux.org>
+
+pkgname=scim-tables
+pkgver=0.5.13
+pkgrel=1
+pkgdesc='Generic table input method module for SCIM'
+url='http://www.scim-im.org/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('scim')
+makedepends=('intltool')
+source=("http://downloads.sourceforge.net/sourceforge/scim/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('75363466cfca30e3cdff804e0dad713f12521776')
+
+options=('!libtool')
+
+build() {
+       cd "${srcdir}/${pkgname}-${pkgver}"
+       ./configure --prefix=/usr --disable-static
+       make
+}
+
+package() {
+       cd "${srcdir}/${pkgname}-${pkgver}"
+       make DESTDIR="${pkgdir}" install
+}

Copied: scim-tables/repos/testing-x86_64/PKGBUILD (from rev 188219, 
scim-tables/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2013-06-13 06:52:02 UTC (rev 188220)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bis...@archlinux.org>
+# Contributor: Gan Lu <rhythm....@gmail.com>
+# Contributor: damir <da...@archlinux.org>
+
+pkgname=scim-tables
+pkgver=0.5.13
+pkgrel=1
+pkgdesc='Generic table input method module for SCIM'
+url='http://www.scim-im.org/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('scim')
+makedepends=('intltool')
+source=("http://downloads.sourceforge.net/sourceforge/scim/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('75363466cfca30e3cdff804e0dad713f12521776')
+
+options=('!libtool')
+
+build() {
+       cd "${srcdir}/${pkgname}-${pkgver}"
+       ./configure --prefix=/usr --disable-static
+       make
+}
+
+package() {
+       cd "${srcdir}/${pkgname}-${pkgver}"
+       make DESTDIR="${pkgdir}" install
+}

Reply via email to