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

Gaetan Bisson bisson at archlinux.org
Sun Dec 6 21:38:02 UTC 2015


    Date: Sunday, December 6, 2015 @ 22:38:02
  Author: bisson
Revision: 253025

upstream update

Modified:
  scim/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-12-06 21:34:35 UTC (rev 253024)
+++ PKGBUILD	2015-12-06 21:38:02 UTC (rev 253025)
@@ -4,10 +4,10 @@
 # Contributor: Gan Lu <rhythm.gan at gmail.com>
 
 pkgname=scim
-pkgver=1.4.14
-pkgrel=6
+pkgver=1.4.15
+pkgrel=1
 pkgdesc='Input method user interface and development platform'
-url='http://www.scim-im.org/projects/scim'
+url='http://sourceforge.net/projects/scim/'
 license=('LGPL')
 arch=('i686' 'x86_64')
 depends=('libltdl' 'gtk2')
@@ -15,7 +15,7 @@
             'gtk3: gtk3 immodule')
 makedepends=('intltool' 'qt4' 'gtk3' 'optipng')
 source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha1sums=('73391be371dd7ef9f9af8b3a211e2bedec0cf71b')
+sha1sums=('771d81b5c81164840f7d45c39165c2990cc809bd')
 
 backup=('etc/scim/config' 'etc/scim/global')
 install=install
@@ -23,6 +23,7 @@
 build() {
 	cd "${srcdir}/${pkgname}-${pkgver}"
 	find -name '*.png' -exec optipng -quiet -force -fix {} +
+	./bootstrap
 	./configure \
 		--prefix=/usr \
 		--sysconfdir=/etc \



More information about the arch-commits mailing list