summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 3fe32ea575d4edaa32db66d3397e79f2c223b37c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Maintainer: Gomasy <nyan@gomasy.jp>

pkgname=ibus-autostart-kimpanel
pkgver=1.2
pkgrel=1
pkgdesc="iBus daemon autostart with XDG Autostart Specification (kimpanel)"
arch=('any')
license=('none')
depends=('ibus')
conflicts=('ibus-autostart')

package() {
  mkdir -p "$pkgdir/etc/xdg/autostart"
  cat <<'EOF' > "$pkgdir/etc/xdg/autostart/ibus-daemon.desktop"
[Desktop Entry]
Name=IBus (KIMPanel)
GenericName=Input Method Framework
Comment=Start IBus Input Method Framework
Exec=ibus-daemon -rxR --panel=/usr/lib/kimpanel-ibus-panel
Icon=ibus
NoDisplay=true
Type=Application
Categories=System;Utility;
X-KDE-autostart-after=panel
EOF
}