diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-04-21 10:14:45 +0200 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-04-21 10:14:45 +0200 |
commit | 564593462ea4dd96fbe4842469b7a0da920a13f2 (patch) | |
tree | 18b2e3b9ece473535048dc17c7282662427e6108 /extra/scim | |
parent | 81cc989543d935f11be84b3fb0696a57c2d9abd2 (diff) | |
parent | 905dec08e7144fe77aad1161778a6c3b74ff305c (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
core/openssl/PKGBUILD
extra/scim/PKGBUILD
extra/vim/PKGBUILD
testing/cogl/PKGBUILD
testing/kmod/PKGBUILD
testing/rhythmbox/PKGBUILD
Diffstat (limited to 'extra/scim')
-rw-r--r-- | extra/scim/PKGBUILD | 27 | ||||
-rw-r--r-- | extra/scim/install | 2 |
2 files changed, 17 insertions, 12 deletions
diff --git a/extra/scim/PKGBUILD b/extra/scim/PKGBUILD index e8a4224f7..5d56274ae 100644 --- a/extra/scim/PKGBUILD +++ b/extra/scim/PKGBUILD @@ -1,34 +1,41 @@ -# $Id: PKGBUILD 137306 2011-09-06 22:52:36Z bisson $ +# $Id: PKGBUILD 156513 2012-04-20 01:11:09Z bisson $ # Maintainer: Gaetan Bisson <bisson@archlinux.org> # Contributor: damir <damir@archlinux.org> # Contributor: Gan Lu <rhythm.gan@gmail.com> pkgname=scim -pkgver=1.4.11 -pkgrel=2 +pkgver=1.4.12 +pkgrel=1 pkgdesc='Input method user interface and development platform' url='http://www.scim-im.org/projects/scim' -license=('GPL') -arch=('i686' 'x86_64' 'mips64el') +license=('LGPL') options=('!libtool') +arch=('i686' 'x86_64' 'mips64el') makedepends=('intltool') -depends=('gtk2' 'libtool') +depends=('libltdl' 'gtk2') backup=('etc/scim/config' 'etc/scim/global') -source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz") -sha1sums=('e202e42df52f5c9a88f6ae4d4ce04f94bc22e27c') +source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz" + 'ftp://ftp.archlinux.org/other/scim/scim-docs-20120420.tar.xz') +sha1sums=('948180ec0af18e435a95edbdb840cf41f3b24d32' + 'b2cccb43673e1760abf6825768bc4354a981a0ad') + +# Docs tarball temporarily generated with: +# svn co https://scim.svn.sourceforge.net/svnroot/scim/scim/trunk/docs docs install=install build() { cd "${srcdir}/${pkgname}-${pkgver}" + mv ../docs . ./bootstrap + sed 's/\$nls_cv_use_gnu_gettext/yes/' -i configure + ./configure \ --prefix=/usr \ --sysconfdir=/etc \ --disable-static \ - --with-gnu-ld \ - --with-x \ + --with-gtk-version=2 # still a couple issues with 3 make } diff --git a/extra/scim/install b/extra/scim/install index 405061cb4..c05312bfd 100644 --- a/extra/scim/install +++ b/extra/scim/install @@ -1,7 +1,5 @@ post_install() { - echo -n 'updating gtk.immodules... ' /usr/bin/gtk-query-immodules-2.0 > /etc/gtk-2.0/gtk.immodules - echo 'done.' } post_upgrade() { |