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

Ionut Biru ibiru at archlinux.org
Sun Feb 5 11:55:57 UTC 2012


    Date: Sunday, February 5, 2012 @ 06:55:57
  Author: ibiru
Revision: 148920

db-move: moved scim-tables from [testing] to [extra] (x86_64)

Added:
  scim-tables/repos/extra-x86_64/PKGBUILD
    (from rev 148654, scim-tables/repos/testing-x86_64/PKGBUILD)
Deleted:
  scim-tables/repos/extra-x86_64/PKGBUILD
  scim-tables/repos/testing-x86_64/

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2012-02-05 11:55:55 UTC (rev 148919)
+++ extra-x86_64/PKGBUILD	2012-02-05 11:55:57 UTC (rev 148920)
@@ -1,27 +0,0 @@
-# $Id$
-# Contributor: damir <damir at archlinux.org>
-# Contributor: Gan Lu <rhythm.gan at gmail.com>
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-
-pkgname=scim-tables
-pkgver=0.5.10
-pkgrel=1
-pkgdesc='Generic table input method module for SCIM'
-arch=('i686' 'x86_64')
-url='http://www.scim-im.org/'
-license=('GPL')
-depends=('scim')
-options=('!libtool')
-source=("http://downloads.sourceforge.net/sourceforge/scim/${pkgname}-${pkgver}.tar.gz")
-sha1sums=('c6e6fbd9999ceba5cb982349fee8391e16a9c2fe')
-
-build() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	./configure --prefix=/usr --enable-static=no
-	make
-}
-
-package() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	make DESTDIR="${pkgdir}" install
-}

Copied: scim-tables/repos/extra-x86_64/PKGBUILD (from rev 148654, scim-tables/repos/testing-x86_64/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-02-05 11:55:57 UTC (rev 148920)
@@ -0,0 +1,27 @@
+# $Id$
+# Contributor: damir <damir at archlinux.org>
+# Contributor: Gan Lu <rhythm.gan at gmail.com>
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+
+pkgname=scim-tables
+pkgver=0.5.10
+pkgrel=2
+pkgdesc='Generic table input method module for SCIM'
+url='http://www.scim-im.org/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('scim')
+options=('!libtool')
+source=("http://downloads.sourceforge.net/sourceforge/scim/${pkgname}-${pkgver}.tar.gz")
+sha1sums=('c6e6fbd9999ceba5cb982349fee8391e16a9c2fe')
+
+build() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	./configure --prefix=/usr --enable-static=no
+	make
+}
+
+package() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list