summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
Diffstat (limited to 'packaging')
-rw-r--r--packaging/arch/PKGBUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/packaging/arch/PKGBUILD b/packaging/arch/PKGBUILD
index f527d65..7ade6df 100644
--- a/packaging/arch/PKGBUILD
+++ b/packaging/arch/PKGBUILD
@@ -8,6 +8,7 @@ license=('GPL-3.0-or-later')
depends=(
'ffmpeg'
'gnome-shell'
+ 'ibus'
'libnotify'
'python'
'python-gobject'
@@ -43,6 +44,8 @@ package() {
install -Dm644 data/systemd/parley.service \
"$pkgdir/usr/lib/systemd/user/parley.service"
+ install -Dm644 data/systemd/parley-ibus.service \
+ "$pkgdir/usr/lib/systemd/user/parley-ibus.service"
install -Dm644 data/dbus/org.parley.Transcription1.service \
"$pkgdir/usr/share/dbus-1/services/org.parley.Transcription1.service"
install -Dm644 src/parley/interfaces/org.parley.Transcription1.xml \