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

Gaetan Bisson bisson at nymeria.archlinux.org
Sat Jun 15 00:05:57 UTC 2013


    Date: Saturday, June 15, 2013 @ 02:05:57
  Author: bisson
Revision: 188493

db-move: moved scim-pinyin from [testing] to [extra] (i686, x86_64)

Added:
  scim-pinyin/repos/extra-i686/PKGBUILD
    (from rev 188487, scim-pinyin/repos/testing-i686/PKGBUILD)
  scim-pinyin/repos/extra-x86_64/PKGBUILD
    (from rev 188487, scim-pinyin/repos/testing-x86_64/PKGBUILD)
Deleted:
  scim-pinyin/repos/extra-i686/PKGBUILD
  scim-pinyin/repos/extra-x86_64/PKGBUILD
  scim-pinyin/repos/testing-i686/
  scim-pinyin/repos/testing-x86_64/

-----------------------+
 /PKGBUILD             |   54 ++++++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD   |   31 ---------------------------
 extra-x86_64/PKGBUILD |   31 ---------------------------
 3 files changed, 54 insertions(+), 62 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2013-06-15 00:05:56 UTC (rev 188492)
+++ extra-i686/PKGBUILD	2013-06-15 00:05:57 UTC (rev 188493)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-# Contributer: Gan Lu <rhythm.gan at gmail.com>
-
-pkgname=scim-pinyin
-pkgver=0.5.92
-pkgrel=1
-pkgdesc='Chinese pinyin input 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.xz")
-sha1sums=('d7c2d52a5712753af241a5301db23527ba438ea1')
-
-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/extra-i686/PKGBUILD (from rev 188487, scim-pinyin/repos/testing-i686/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2013-06-15 00:05:57 UTC (rev 188493)
@@ -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
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2013-06-15 00:05:56 UTC (rev 188492)
+++ extra-x86_64/PKGBUILD	2013-06-15 00:05:57 UTC (rev 188493)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-# Contributer: Gan Lu <rhythm.gan at gmail.com>
-
-pkgname=scim-pinyin
-pkgver=0.5.92
-pkgrel=1
-pkgdesc='Chinese pinyin input 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.xz")
-sha1sums=('d7c2d52a5712753af241a5301db23527ba438ea1')
-
-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/extra-x86_64/PKGBUILD (from rev 188487, scim-pinyin/repos/testing-x86_64/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2013-06-15 00:05:57 UTC (rev 188493)
@@ -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