[arch-commits] Commit in gcin/trunk (PKGBUILD qt4.patch)

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


    Date: Tuesday, February 19, 2013 @ 02:54:39
  Author: bisson
Revision: 178283

ready for qt4; waiting on FS#33921

Modified:
  gcin/trunk/PKGBUILD
Deleted:
  gcin/trunk/qt4.patch

-----------+
 PKGBUILD  |    8 ++++----
 qt4.patch |   10 ----------
 2 files changed, 4 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-19 01:54:27 UTC (rev 178282)
+++ PKGBUILD	2013-02-19 01:54:39 UTC (rev 178283)
@@ -5,14 +5,14 @@
 
 pkgname=gcin
 pkgver=2.8.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Input method server supporting various input methods'
 url='http://hyperrate.com/dir.php?eid=67'
 license=('LGPL')
 arch=('i686' 'x86_64')
 depends=('gtk2' 'libxtst')
-makedepends=('qt' 'gtk3' 'anthy' 'libchewing')
-optdepends=('qt: support for qt4 input method'
+makedepends=('qt4' 'gtk3' 'anthy' 'libchewing')
+optdepends=('qt4: support for qt4 input method'
             'gtk3: support for gtk3 input method'
             'anthy: support for anthy input method'
             'libchewing: support for chewing input method')
@@ -24,7 +24,7 @@
 build() {
 	cd "${srcdir}/${pkgname}-${pkgver}"
 
-	sed 's/QT=qt4/QT=qt/' -i qt4-im/Makefile
+	source /etc/profile.d/qt4.sh
 	sed 's/lib64/lib/g' -i configure
 	sed '/include suffixes-rule/a \
 		CFLAGS+='"${CFLAGS}"' \

Deleted: qt4.patch
===================================================================
--- qt4.patch	2013-02-19 01:54:27 UTC (rev 178282)
+++ qt4.patch	2013-02-19 01:54:39 UTC (rev 178283)
@@ -1,10 +0,0 @@
-diff -Naur old/qt4-im/Makefile new/qt4-im/Makefile
---- old/qt4-im/Makefile	2011-12-19 14:52:46.000000000 +1100
-+++ new/qt4-im/Makefile	2012-03-05 09:22:46.732614803 +1100
-@@ -1,5 +1,5 @@
- include ../config.mak
--QT=qt4
-+QT=qt
- QTIM=$(QT)/plugins/inputmethods
- IMMODULES=$(libdir)/$(QTIM)
- 




More information about the arch-commits mailing list