Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,7 @@
[submodule "system_files/usr/share/gnome-shell/extensions/search-light@icedman.github.com"]
path = system_files/usr/share/gnome-shell/extensions/search-light@icedman.github.com
url = https://github.com/icedman/search-light.git
[submodule "system_files/usr/share/gnome-shell/extensions/tmp/bazaar-integration@kolunmi.github.io"]
path = system_files/usr/share/gnome-shell/extensions/tmp/bazaar-integration@kolunmi.github.io
url = https://github.com/AlexanderVanhee/bazaar-companion.git
branch = main
Comment thread
hanthor marked this conversation as resolved.
Outdated
3 changes: 3 additions & 0 deletions build_scripts/21-build-gnome-extensions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ dnf -y install glib2-devel meson sassc cmake dbus-devel
# AppIndicator Support
glib-compile-schemas --strict /usr/share/gnome-shell/extensions/appindicatorsupport@rgcjonas.gmail.com/schemas

# Bazaar Companion
mv /usr/share/gnome-shell/extensions/tmp/bazaar-integration@kolunmi.github.io/src/ /usr/share/gnome-shell/extensions/bazaar-integration@kolunmi.github.io/

# Blur My Shell
make -C /usr/share/gnome-shell/extensions/blur-my-shell@aunetx
unzip -o /usr/share/gnome-shell/extensions/blur-my-shell@aunetx/build/blur-my-shell@aunetx.shell-extension.zip -d /usr/share/gnome-shell/extensions/blur-my-shell@aunetx
Expand Down
Loading