summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIan Glen2015-07-05 00:52:02 -0400
committerIan Glen2015-07-05 00:52:02 -0400
commit557991048be2f32084fc694a88975d08b1ef5ff1 (patch)
tree8f592ae0fcc3662a1461d067283b49c3c9985317
parentdeca9daebe6d53f1b885d86e31c19aff9efd522c (diff)
downloadaur-557991048be2f32084fc694a88975d08b1ef5ff1.tar.gz
Removed fcitx as a dependency
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
-rw-r--r--mutate.install15
3 files changed, 3 insertions, 21 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 080703a42a51..4b8608ae431b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,12 @@
-# Generated by makepkg 4.2.1
-# Sun Apr 26 22:02:33 UTC 2015
pkgbase = mutate
pkgdesc = A simple launcher inspired by Alfred.
pkgver = 2.4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/qdore/Mutate
install = mutate.install
arch = i686
arch = x86_64
license = MIT
- depends = fcitx-qt5
depends = qt5-base
depends = qt5-x11extras
depends = boost
diff --git a/PKGBUILD b/PKGBUILD
index 2cee2df9a2a1..5b2270fc8ae2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@ __pkgname=Mutate
_pkgname=mutate
pkgname=${_pkgname}
pkgver=2.4
-pkgrel=1
+pkgrel=2
pkgdesc='A simple launcher inspired by Alfred.'
arch=('i686' 'x86_64')
url="https://github.com/qdore/$__pkgname"
-depends=('fcitx-qt5' 'qt5-base' 'qt5-x11extras' 'boost' 'gtk2' 'icu'
+depends=('qt5-base' 'qt5-x11extras' 'boost' 'gtk2' 'icu'
'libxkbcommon-x11' 'libsm')
provides=("${_pkgname}")
conflicts=("${_pkgname}")
diff --git a/mutate.install b/mutate.install
index 33767cfb3ba0..a5a35d9343d2 100644
--- a/mutate.install
+++ b/mutate.install
@@ -36,21 +36,6 @@ post_install() {
chmod -R a+x /home/$i/.config/Mutate/scripts
chmod -R a+w /home/$i/.config/Mutate
done
-
- # enable fcitx modules for QT
- # check if they already are enabled
- fcitx="False"
- for i in `cat /etc/profile`;do
- if [ "$i" = "QT5_IM_MODULE=fcitx" ] ;then
- fcitx="True"
- fi
- done
-
- # if not, enable put it in /etc/profile
- if [ "$fcitx" = "False" ];then
- echo "export QT5_IM_MODULE=fcitx" >> /etc/profile
- echo 'export XMODIFIERS="@im=fcitx"' >> /etc/profile
- fi
}
post_remove() {