aboutsummaryrefslogtreecommitdiff
path: root/user-scripts
diff options
context:
space:
mode:
authorNunoSempere <nuno.semperelh@protonmail.com>2024-03-14 19:31:04 -0300
committerNunoSempere <nuno.semperelh@protonmail.com>2024-03-14 19:31:04 -0300
commitaf208844b575edb6ce9205507289a00743a8bf4e (patch)
treec36ebd9e175a4d60a1b31d0f94f085a9d1f90aae /user-scripts
parent878d6a890bdc1a8381b0c44c80c36d829cc28fc1 (diff)
reorg makefile and make runtime locations less messy
In particular, stop using the installation directory for anything and instead move to /opt/rosenrot The user specific cache remains at /home/user/.cache
Diffstat (limited to 'user-scripts')
-rw-r--r--user-scripts/debian-12/install-with-dependencies.sh2
-rw-r--r--user-scripts/debian-12/rose-images/rose-1.pngbin640116 -> 0 bytes
-rw-r--r--user-scripts/debian-12/rose-images/rose-2.pngbin485022 -> 0 bytes
-rw-r--r--user-scripts/debian-12/rose-images/rose-homepage-1.6-zoom.pngbin104014 -> 0 bytes
-rw-r--r--user-scripts/debian-12/rose-images/rose-homepage-2.pngbin145422 -> 0 bytes
-rw-r--r--user-scripts/debian-12/rose-images/rose-homepage.pngbin485022 -> 0 bytes
-rw-r--r--user-scripts/debian-12/rose-images/rose-src.txt1
-rw-r--r--user-scripts/debian-12/rosenrot-desktop-icon.png (renamed from user-scripts/debian-12/rose-images/rose-desktop-icon.png)bin756923 -> 756923 bytes
-rwxr-xr-xuser-scripts/debian-12/rosenrot.desktop2
9 files changed, 3 insertions, 2 deletions
diff --git a/user-scripts/debian-12/install-with-dependencies.sh b/user-scripts/debian-12/install-with-dependencies.sh
index e1aa254..687c376 100644
--- a/user-scripts/debian-12/install-with-dependencies.sh
+++ b/user-scripts/debian-12/install-with-dependencies.sh
@@ -23,6 +23,8 @@ cd -
# Debian desktop icon
chmod +x rosenrot.desktop
sudo cp rosenrot.desktop /usr/share/applications
+mkdir -p /opt/rosenrot
+sudo cp rosenrot-desktop-icon.png /opt/rosenrot/
# Optionally, set a shortcut (within GNOME)
# https://askubuntu.com/questions/597395/how-to-set-custom-keyboard-shortcuts-from-terminal/1007035#1007035
diff --git a/user-scripts/debian-12/rose-images/rose-1.png b/user-scripts/debian-12/rose-images/rose-1.png
deleted file mode 100644
index f2c546a..0000000
--- a/user-scripts/debian-12/rose-images/rose-1.png
+++ /dev/null
Binary files differ
diff --git a/user-scripts/debian-12/rose-images/rose-2.png b/user-scripts/debian-12/rose-images/rose-2.png
deleted file mode 100644
index 9944beb..0000000
--- a/user-scripts/debian-12/rose-images/rose-2.png
+++ /dev/null
Binary files differ
diff --git a/user-scripts/debian-12/rose-images/rose-homepage-1.6-zoom.png b/user-scripts/debian-12/rose-images/rose-homepage-1.6-zoom.png
deleted file mode 100644
index 97183ac..0000000
--- a/user-scripts/debian-12/rose-images/rose-homepage-1.6-zoom.png
+++ /dev/null
Binary files differ
diff --git a/user-scripts/debian-12/rose-images/rose-homepage-2.png b/user-scripts/debian-12/rose-images/rose-homepage-2.png
deleted file mode 100644
index 2770c78..0000000
--- a/user-scripts/debian-12/rose-images/rose-homepage-2.png
+++ /dev/null
Binary files differ
diff --git a/user-scripts/debian-12/rose-images/rose-homepage.png b/user-scripts/debian-12/rose-images/rose-homepage.png
deleted file mode 100644
index 9944beb..0000000
--- a/user-scripts/debian-12/rose-images/rose-homepage.png
+++ /dev/null
Binary files differ
diff --git a/user-scripts/debian-12/rose-images/rose-src.txt b/user-scripts/debian-12/rose-images/rose-src.txt
deleted file mode 100644
index 30650de..0000000
--- a/user-scripts/debian-12/rose-images/rose-src.txt
+++ /dev/null
@@ -1 +0,0 @@
-<https://www.onlygfx.com/red-rose-png-image-transparent/>
diff --git a/user-scripts/debian-12/rose-images/rose-desktop-icon.png b/user-scripts/debian-12/rosenrot-desktop-icon.png
index 163494f..163494f 100644
--- a/user-scripts/debian-12/rose-images/rose-desktop-icon.png
+++ b/user-scripts/debian-12/rosenrot-desktop-icon.png
Binary files differ
diff --git a/user-scripts/debian-12/rosenrot.desktop b/user-scripts/debian-12/rosenrot.desktop
index c970b7a..dc30dc7 100755
--- a/user-scripts/debian-12/rosenrot.desktop
+++ b/user-scripts/debian-12/rosenrot.desktop
@@ -6,4 +6,4 @@ Terminal=false
Exec=/bin/rose %u
Name=Rose
Comment=Minimalistic browser
-Icon=/home/nuno/Documents/workspace/rosenrot/user-scripts/debian-12/rose-images/rose-desktop-icon.png
+Icon=/opt/rosenrot/rosenrot-desktop-icon.png