Skip to content

Commit 0036f44

Browse files
Gaetangsemet
Gaetan
authored andcommitted
Add bootstrap script for fedora
1 parent 6c7ebed commit 0036f44

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@ install-schemas:
109109
install -Dm644 "$(DEV_DATA_DIR)/guake.desktop" "$(DESTDIR)$(prefix)/share/applications/guake.desktop"
110110
install -Dm644 "$(DEV_DATA_DIR)/guake-prefs.desktop" "$(DESTDIR)$(prefix)/share/applications/guake-prefs.desktop"
111111
mkdir -p $(DESTDIR)$(IMAGE_DIR)
112-
install -Dm644 $(DEV_DATA_DIR)/pixmaps/*.png "$(DESTDIR)$(prefix)$(IMAGE_DIR)/"
113-
install -Dm644 $(DEV_DATA_DIR)/pixmaps/*.svg "$(DESTDIR)$(prefix)$(IMAGE_DIR)/"
112+
install -Dm644 $(DEV_DATA_DIR)/pixmaps/*.png "$(DESTDIR)$(IMAGE_DIR)/"
113+
install -Dm644 $(DEV_DATA_DIR)/pixmaps/*.svg "$(DESTDIR)$(IMAGE_DIR)/"
114114
install -Dm644 $(DEV_DATA_DIR)/pixmaps/guake.png "$(DESTDIR)$(prefix)/share/pixmaps/guake.png"
115115
mkdir -p $(DESTDIR)$(SHARE_DIR)
116116
mkdir -p $(DESTDIR)$(GLADE_DIR)

scripts/bootstrap-dev-fedora.sh

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#!/bin/bash
2+
3+
echo "Install packages needed for execution"
4+
5+
sudo apt install -y \
6+
python3-devel \
7+
python3-cario \
8+
python3-dbus \
9+
python3-pip \
10+
keybinder3 \

0 commit comments

Comments
 (0)