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

Evangelos Foutras foutrelis at archlinux.org
Mon Dec 7 07:35:58 UTC 2015


    Date: Monday, December 7, 2015 @ 08:35:58
  Author: foutrelis
Revision: 253264

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

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

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

Copied: scim-tables/repos/staging-i686/PKGBUILD (from rev 253263, scim-tables/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2015-12-07 07:35:58 UTC (rev 253264)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: Gan Lu <rhythm.gan at gmail.com>
+# Contributor: damir <damir at archlinux.org>
+
+pkgname=scim-tables
+pkgver=0.5.14.1
+pkgrel=2
+pkgdesc='Generic table input method module for SCIM'
+url='http://sourceforge.net/projects/scim/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('scim')
+makedepends=('intltool')
+source=("http://downloads.sourceforge.net/sourceforge/scim/${pkgname}-${pkgver}.tar.gz")
+sha1sums=('bee90f7322ba8cf256af14e0837460f87037e37d')
+
+build() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	./bootstrap
+	./configure --prefix=/usr
+	make
+}
+
+package() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	make DESTDIR="${pkgdir}" install
+}

Copied: scim-tables/repos/staging-x86_64/PKGBUILD (from rev 253263, scim-tables/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2015-12-07 07:35:58 UTC (rev 253264)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: Gan Lu <rhythm.gan at gmail.com>
+# Contributor: damir <damir at archlinux.org>
+
+pkgname=scim-tables
+pkgver=0.5.14.1
+pkgrel=2
+pkgdesc='Generic table input method module for SCIM'
+url='http://sourceforge.net/projects/scim/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('scim')
+makedepends=('intltool')
+source=("http://downloads.sourceforge.net/sourceforge/scim/${pkgname}-${pkgver}.tar.gz")
+sha1sums=('bee90f7322ba8cf256af14e0837460f87037e37d')
+
+build() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	./bootstrap
+	./configure --prefix=/usr
+	make
+}
+
+package() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list