summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorOrangeJuicelol2020-12-10 22:48:54 +0700
committerOrangeJuicelol2020-12-10 22:48:54 +0700
commit37f5e9aafab3a8ad1b3c246595e13820d9bf3e9b (patch)
tree1a825dcf30597e37a71c6b74af7d92246ee94bf7 /PKGBUILD
parent6448446af1ff3c050ed83d6b8f3be8e3c3783e1a (diff)
downloadaur-37f5e9aafab3a8ad1b3c246595e13820d9bf3e9b.tar.gz
Adding emacs package
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f8ca72b35503..a7d4c7d54d72 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -164,11 +164,12 @@ package_ibus-mozc-ut-united() {
}
package_emacs-mozc-ut-united() {
- pkgdesc="Mozc for Emacs with UT dictionary"
+ pkgdesc="Emacs engine module for Mozc with UT dictionary"
arch=('i686' 'x86_64')
- depends=("mozc=${_mozcver}" 'emacs')
+ depends=('emacs')
provides=('emacs-mozc')
conflicts=('emacs-mozc' 'emacs-mozc-bin' 'emacs-mozc-ut2')
+ install=emacs-mozc.install
cd "${srcdir}/mozc/src"
install -D -m 755 out_linux/${_bldtype}/mozc_emacs_helper "${pkgdir}/usr/bin/mozc_emacs_helper"
@@ -177,5 +178,5 @@ package_emacs-mozc-ut-united() {
}
# Global pkgdesc and depends are here so that they will be picked up by AUR
-pkgdesc="IBus engine module for Mozc with UT dictionary"
-depends=('qt5-base' 'ibus>=1.4.1' 'zinnia')
+pkgdesc="A Japanese Input Method for Chromium OS, Windows, Mac and Linux (the Open Source Edition of Google Japanese Input)"
+depends=('qt5-base' 'zinnia')