[arch-commits] Commit in scim-tables/trunk (PKGBUILD)

2018-06-07 Thread Felix Yan via arch-commits
Date: Thursday, June 7, 2018 @ 06:37:15
  Author: felixonmars
Revision: 326163

upgpkg: scim-tables 0.5.14.1-3

BUILDINFO Rebuild

Modified:
  scim-tables/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-07 06:34:34 UTC (rev 326162)
+++ PKGBUILD2018-06-07 06:37:15 UTC (rev 326163)
@@ -5,7 +5,7 @@
 
 pkgname=scim-tables
 pkgver=0.5.14.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Generic table input method module for SCIM'
 url='https://github.com/scim-im/scim-tables'
 arch=('x86_64')
@@ -13,7 +13,7 @@
 depends=('scim')
 makedepends=('intltool')
 
source=("https://downloads.sourceforge.net/sourceforge/scim/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('3fd8528f4bad10b7612cd470ec7a9b53a9b391bf629b74a168ce1f6aa05d06cd')
+sha512sums=('081e11e4d01792770becd8deb96b9d0ef10c9e1d5549322d0740d635cc55b2a5e2e74a4d4642763aacf626f0cd6b9855864192d00c74d86a6b97fc55df68d34a')
 
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"


[arch-commits] Commit in scim-tables/trunk (PKGBUILD)

2017-08-04 Thread Gaëtan Bisson
Date: Friday, August 4, 2017 @ 09:07:27
  Author: bisson
Revision: 301630

use https source

Modified:
  scim-tables/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-08-04 09:07:24 UTC (rev 301629)
+++ PKGBUILD2017-08-04 09:07:27 UTC (rev 301630)
@@ -7,12 +7,12 @@
 pkgver=0.5.14.1
 pkgrel=2
 pkgdesc='Generic table input method module for SCIM'
-url='http://sourceforge.net/projects/scim/'
+url='https://github.com/scim-im/scim-tables'
 arch=('i686' 'x86_64')
 license=('GPL')
 depends=('scim')
 makedepends=('intltool')
-source=("http://downloads.sourceforge.net/sourceforge/scim/${pkgname}-${pkgver}.tar.gz;)
+source=("https://downloads.sourceforge.net/sourceforge/scim/${pkgname}-${pkgver}.tar.gz;)
 sha256sums=('3fd8528f4bad10b7612cd470ec7a9b53a9b391bf629b74a168ce1f6aa05d06cd')
 
 build() {


[arch-commits] Commit in scim-tables/trunk (PKGBUILD)

2017-03-01 Thread Gaëtan Bisson
Date: Thursday, March 2, 2017 @ 01:35:52
  Author: bisson
Revision: 289841

switch to sha256sum

Modified:
  scim-tables/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 01:35:47 UTC (rev 289840)
+++ PKGBUILD2017-03-02 01:35:52 UTC (rev 289841)
@@ -13,7 +13,7 @@
 depends=('scim')
 makedepends=('intltool')
 
source=("http://downloads.sourceforge.net/sourceforge/scim/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('bee90f7322ba8cf256af14e0837460f87037e37d')
+sha256sums=('3fd8528f4bad10b7612cd470ec7a9b53a9b391bf629b74a168ce1f6aa05d06cd')
 
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"


[arch-commits] Commit in scim-tables/trunk (PKGBUILD)

2015-12-06 Thread Gaetan Bisson
Date: Sunday, December 6, 2015 @ 22:47:38
  Author: bisson
Revision: 253035

upstream update

Modified:
  scim-tables/trunk/PKGBUILD

--+
 PKGBUILD |9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 21:47:37 UTC (rev 253034)
+++ PKGBUILD2015-12-06 21:47:38 UTC (rev 253035)
@@ -4,19 +4,20 @@
 # Contributor: damir 
 
 pkgname=scim-tables
-pkgver=0.5.13
+pkgver=0.5.14.1
 pkgrel=1
 pkgdesc='Generic table input method module for SCIM'
-url='http://www.scim-im.org/'
+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.xz;)
-sha1sums=('75363466cfca30e3cdff804e0dad713f12521776')
+source=("http://downloads.sourceforge.net/sourceforge/scim/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('bee90f7322ba8cf256af14e0837460f87037e37d')
 
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"
+   ./bootstrap
./configure --prefix=/usr
make
 }


[arch-commits] Commit in scim-tables/trunk (PKGBUILD)

2015-12-06 Thread Evangelos Foutras
Date: Monday, December 7, 2015 @ 08:35:50
  Author: foutrelis
Revision: 253263

C++11 ABI rebuild

Modified:
  scim-tables/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-07 07:34:59 UTC (rev 253262)
+++ PKGBUILD2015-12-07 07:35:50 UTC (rev 253263)
@@ -5,7 +5,7 @@
 
 pkgname=scim-tables
 pkgver=0.5.14.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Generic table input method module for SCIM'
 url='http://sourceforge.net/projects/scim/'
 arch=('i686' 'x86_64')


[arch-commits] Commit in scim-tables/trunk (PKGBUILD)

2013-10-26 Thread Gaetan Bisson
Date: Saturday, October 26, 2013 @ 09:51:58
  Author: bisson
Revision: 197494

remove options enforced by newer pacman

Modified:
  scim-tables/trunk/PKGBUILD

--+
 PKGBUILD |4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 07:51:53 UTC (rev 197493)
+++ PKGBUILD2013-10-26 07:51:58 UTC (rev 197494)
@@ -15,11 +15,9 @@
 
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
+   ./configure --prefix=/usr
make
 }
 



[arch-commits] Commit in scim-tables/trunk (PKGBUILD)

2013-06-13 Thread Gaetan Bisson
Date: Thursday, June 13, 2013 @ 08:51:26
  Author: bisson
Revision: 188219

upstream update

Modified:
  scim-tables/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-06-13 06:51:04 UTC (rev 188218)
+++ PKGBUILD2013-06-13 06:51:26 UTC (rev 188219)
@@ -1,10 +1,10 @@
 # $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Gan Lu rhythm@gmail.com
 # Contributor: damir da...@archlinux.org
-# Contributor: Gan Lu rhythm@gmail.com
-# Maintainer: Gaetan Bisson bis...@archlinux.org
 
 pkgname=scim-tables
-pkgver=0.5.12
+pkgver=0.5.13
 pkgrel=1
 pkgdesc='Generic table input method module for SCIM'
 url='http://www.scim-im.org/'
@@ -13,7 +13,7 @@
 depends=('scim')
 makedepends=('intltool')
 
source=(http://downloads.sourceforge.net/sourceforge/scim/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('c83515c1c3ce0c40fb7cf30f576d8837a06a626f')
+sha1sums=('75363466cfca30e3cdff804e0dad713f12521776')
 
 options=('!libtool')
 



[arch-commits] Commit in scim-tables/trunk (PKGBUILD)

2013-04-19 Thread Gaetan Bisson
Date: Friday, April 19, 2013 @ 17:05:48
  Author: bisson
Revision: 183254

upstream update

Modified:
  scim-tables/trunk/PKGBUILD

--+
 PKGBUILD |   10 ++
 1 file changed, 6 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-19 14:51:53 UTC (rev 183253)
+++ PKGBUILD2013-04-19 15:05:48 UTC (rev 183254)
@@ -4,20 +4,22 @@
 # Maintainer: Gaetan Bisson bis...@archlinux.org
 
 pkgname=scim-tables
-pkgver=0.5.11
+pkgver=0.5.12
 pkgrel=1
 pkgdesc='Generic table input method module for SCIM'
 url='http://www.scim-im.org/'
 arch=('i686' 'x86_64')
 license=('GPL')
 depends=('scim')
-options=('!libtool')
+makedepends=('intltool')
 
source=(http://downloads.sourceforge.net/sourceforge/scim/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('25dd1fcc809f57671e7df369f4011c14ba225b6b')
+sha1sums=('c83515c1c3ce0c40fb7cf30f576d8837a06a626f')
 
+options=('!libtool')
+
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure --prefix=/usr --enable-static=no
+   ./configure --prefix=/usr --disable-static
make
 }
 



[arch-commits] Commit in scim-tables/trunk (PKGBUILD)

2012-08-15 Thread Gaetan Bisson
Date: Wednesday, August 15, 2012 @ 11:29:02
  Author: bisson
Revision: 165323

upstream update

Modified:
  scim-tables/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-08-15 15:28:33 UTC (rev 165322)
+++ PKGBUILD2012-08-15 15:29:02 UTC (rev 165323)
@@ -4,16 +4,16 @@
 # Maintainer: Gaetan Bisson bis...@archlinux.org
 
 pkgname=scim-tables
-pkgver=0.5.10
-pkgrel=2
+pkgver=0.5.11
+pkgrel=1
 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=('c6e6fbdceba5cb982349fee8391e16a9c2fe')
+source=(http://downloads.sourceforge.net/sourceforge/scim/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('25dd1fcc809f57671e7df369f4011c14ba225b6b')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in scim-tables/trunk (PKGBUILD)

2012-01-18 Thread Gaetan Bisson
Date: Wednesday, January 18, 2012 @ 23:58:17
  Author: bisson
Revision: 146904

rebuild for libpng-1.5

Modified:
  scim-tables/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-01-19 04:55:00 UTC (rev 146903)
+++ PKGBUILD2012-01-19 04:58:17 UTC (rev 146904)
@@ -5,10 +5,10 @@
 
 pkgname=scim-tables
 pkgver=0.5.10
-pkgrel=1
+pkgrel=2
 pkgdesc='Generic table input method module for SCIM'
+url='http://www.scim-im.org/'
 arch=('i686' 'x86_64')
-url='http://www.scim-im.org/'
 license=('GPL')
 depends=('scim')
 options=('!libtool')



[arch-commits] Commit in scim-tables/trunk (PKGBUILD)

2011-08-07 Thread Gaetan Bisson
Date: Sunday, August 7, 2011 @ 19:21:19
  Author: bisson
Revision: 134848

upstream update

Modified:
  scim-tables/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-08-07 21:23:41 UTC (rev 134847)
+++ PKGBUILD2011-08-07 23:21:19 UTC (rev 134848)
@@ -4,8 +4,8 @@
 # Maintainer: Gaetan Bisson bis...@archlinux.org
 
 pkgname=scim-tables
-pkgver=0.5.9
-pkgrel=2
+pkgver=0.5.10
+pkgrel=1
 pkgdesc='Generic table input method module for SCIM'
 arch=('i686' 'x86_64')
 url='http://www.scim-im.org/'
@@ -13,7 +13,7 @@
 depends=('scim')
 options=('!libtool')
 
source=(http://downloads.sourceforge.net/sourceforge/scim/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('aeca1c8a2eb10a214edc07fa248cd7450f78e387')
+sha1sums=('c6e6fbdceba5cb982349fee8391e16a9c2fe')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in scim-tables/trunk (PKGBUILD)

2011-02-22 Thread Gaetan Bisson
Date: Tuesday, February 22, 2011 @ 15:15:32
  Author: bisson
Revision: 110895

various cleanup

Modified:
  scim-tables/trunk/PKGBUILD

--+
 PKGBUILD |   28 
 1 file changed, 16 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-02-22 20:15:30 UTC (rev 110894)
+++ PKGBUILD2011-02-22 20:15:32 UTC (rev 110895)
@@ -1,23 +1,27 @@
 # $Id$
-# Maintainer: damir da...@archlinux.org
+# Contributor: damir da...@archlinux.org
 # Contributor: Gan Lu rhythm@gmail.com
+# Maintainer: Gaetan Bisson bis...@archlinux.org
 
 pkgname=scim-tables
 pkgver=0.5.9
-pkgrel=1
-pkgdesc=SCIM multi language input method engine (including CJK)
+pkgrel=2
+pkgdesc='Generic table input method module for SCIM'
 arch=('i686' 'x86_64')
-url=http://www.scim-im.org/;
+url='http://www.scim-im.org/'
 license=('GPL')
-depends=('scim=1.4.8')
+depends=('scim')
 options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/scim/$pkgname-$pkgver.tar.gz)
-md5sums=('ef7d54966d0b07b1db49358213558065')
+source=(http://downloads.sourceforge.net/sourceforge/scim/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('aeca1c8a2eb10a214edc07fa248cd7450f78e387')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
-#  sed -i s#string#cstring# src/scim_generic_table.h || return 1
-  ./configure --prefix=/usr --disable-static || return 1
-  make || return 1
-  make DESTDIR=$pkgdir install || return 1
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure --prefix=/usr --enable-static=no
+   make
 }
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+}