summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2026-07-24 12:46:45 +0200
committerYuval Adam <_@yuv.al>2026-07-24 12:46:45 +0200
commitc6a83f2392293bd34c0c9ba6286bf34063446027 (patch)
tree8d4845328fa99a505bd83fe1d62be0ea6278861e /packaging
parenta0e54437fe03b36903faa8b600b6ba903cb15392 (diff)
Add IBus passthrough insertion prototype
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 \