summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2026-07-24 12:38:02 +0200
committerYuval Adam <_@yuv.al>2026-07-24 12:38:02 +0200
commita0e54437fe03b36903faa8b600b6ba903cb15392 (patch)
tree049de98522cf6bac18c548edee8b4d56b7ed24c0 /packaging
parent8e64e5eef0173b3f7586404650151acc684e57d7 (diff)
Add GNOME Shell status indicator
Diffstat (limited to 'packaging')
-rw-r--r--packaging/arch/PKGBUILD6
1 files changed, 6 insertions, 0 deletions
diff --git a/packaging/arch/PKGBUILD b/packaging/arch/PKGBUILD
index a135145..f527d65 100644
--- a/packaging/arch/PKGBUILD
+++ b/packaging/arch/PKGBUILD
@@ -7,6 +7,7 @@ arch=('any')
license=('GPL-3.0-or-later')
depends=(
'ffmpeg'
+ 'gnome-shell'
'libnotify'
'python'
'python-gobject'
@@ -46,4 +47,9 @@ package() {
"$pkgdir/usr/share/dbus-1/services/org.parley.Transcription1.service"
install -Dm644 src/parley/interfaces/org.parley.Transcription1.xml \
"$pkgdir/usr/share/dbus-1/interfaces/org.parley.Transcription1.xml"
+
+ local extension_dir="$pkgdir/usr/share/gnome-shell/extensions/parley@org.parley"
+ install -Dm644 extension/metadata.json "$extension_dir/metadata.json"
+ install -Dm644 extension/extension.js "$extension_dir/extension.js"
+ install -Dm644 extension/stylesheet.css "$extension_dir/stylesheet.css"
}