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

Gaetan Bisson bisson at nymeria.archlinux.org
Tue Feb 19 01:54:27 UTC 2013


    Date: Tuesday, February 19, 2013 @ 02:54:27
  Author: bisson
Revision: 178282

ready for qt4; waiting on FS#33921

Modified:
  uim/trunk/PKGBUILD
  uim/trunk/install

----------+
 PKGBUILD |    8 +++++---
 install  |    1 +
 2 files changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-19 01:12:35 UTC (rev 178281)
+++ PKGBUILD	2013-02-19 01:54:27 UTC (rev 178282)
@@ -4,14 +4,14 @@
 
 pkgname=uim
 pkgver=1.8.4
-pkgrel=2
+pkgrel=3
 pkgdesc='Multilingual input method library'
 url='http://code.google.com/p/uim/'
 license=('custom:BSD')
 arch=('i686' 'x86_64')
 depends=('libxft' 'libedit' 'anthy' 'm17n-lib')
-makedepends=('intltool' 'gettext' 'qt' 'gtk2' 'gtk3' 'gnome-panel')
-optdepends=('qt: immodule and helper applications'
+makedepends=('intltool' 'gettext' 'qt4' 'gtk2' 'gtk3' 'gnome-panel')
+optdepends=('qt4: immodule and helper applications'
             'gtk2: immodule and helper applications'
             'gtk3: immodules and helper applications'
             'gnome-panel: gnome applet indicator')
@@ -24,6 +24,8 @@
 build() {
 	cd "${srcdir}/${pkgname}-${pkgver}"
 
+	source /etc/profile.d/qt4.sh
+
 	./configure \
 		--prefix=/usr \
 		--libexecdir=/usr/lib/uim \

Modified: install
===================================================================
--- install	2013-02-19 01:12:35 UTC (rev 178281)
+++ install	2013-02-19 01:54:27 UTC (rev 178282)
@@ -1,6 +1,7 @@
 post_install() {
 	[[ -x usr/bin/gtk-query-immodules-2.0 ]] && usr/bin/gtk-query-immodules-2.0 > etc/gtk-2.0/gtk.immodules
 	[[ -x usr/bin/gtk-query-immodules-3.0 ]] && usr/bin/gtk-query-immodules-3.0 > usr/lib/gtk-3.0/3.0.0/immodules.cache
+	true
 }
 
 post_upgrade() {




More information about the arch-commits mailing list