summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHyacinthe Cartiaux2014-10-09 11:07:34 +0200
committerHyacinthe Cartiaux2015-06-09 14:15:08 +0200
commit211acc60a3103b5cc44573665d67728a709a4710 (patch)
tree2a63d1f02302bdc3678e15fe52797e63fb6c45f6
parentf41b61c759e7ee5a5d251b127b35db5181301cef (diff)
downloadaur-211acc60a3103b5cc44573665d67728a709a4710.tar.gz
[texmaker-qt4] remove ibus-qt from optdepends
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD3
2 files changed, 1 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 824dc7ba670b..437c070491e3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,7 +11,6 @@ pkgbase = texmaker-qt4
depends = qtwebkit
depends = desktop-file-utils
optdepends = ghostscript: LaTeX to HTML conversion command
- optdepends = ibus-qt: accented characters support
optdepends = poppler: PDF rendering support
provides = texmaker
conflicts = texmaker
diff --git a/PKGBUILD b/PKGBUILD
index 92ecda48abba..234584fd1a79 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,8 +10,7 @@ url="http://www.xm1math.net/texmaker/index.html"
license=('GPL')
depends=('poppler-qt4' 'qtwebkit' 'desktop-file-utils')
optdepends=('ghostscript: LaTeX to HTML conversion command'
- 'ibus-qt: accented characters support'
- 'poppler: PDF rendering support')
+ 'poppler: PDF rendering support')
install="$pkgname.install"
source=("http://www.xm1math.net/texmaker/texmaker-$pkgver.tar.bz2")
md5sums=('9297da00423e341b76295f208a91096c')