aboutsummaryrefslogtreecommitdiff
path: root/user-scripts
diff options
context:
space:
mode:
authorNunoSempere <nuno.semperelh@protonmail.com>2024-03-23 21:51:55 -0300
committerNunoSempere <nuno.semperelh@protonmail.com>2024-03-23 21:51:55 -0300
commit07cae73c7116aee9686432783394eaba2c854ab9 (patch)
treef41dcb6e3e3d986e10094765dfbe68f2270294cd /user-scripts
parented76b7e9e72cc2c3b5eeef0707638ff39a7cd31a (diff)
remove extra files
Diffstat (limited to 'user-scripts')
-rw-r--r--user-scripts/artifacts/compile_flags/compile_flags.txt27
-rw-r--r--user-scripts/artifacts/compile_flags/get-compile-flags.sh5
-rw-r--r--user-scripts/debian-12/install-with-dependencies.sh42
-rw-r--r--user-scripts/debian-12/rosenrot-desktop-icon.pngbin756923 -> 0 bytes
-rwxr-xr-xuser-scripts/debian-12/rosenrot.desktop9
-rw-r--r--user-scripts/styles/images/style-nuno.pngbin182500 -> 0 bytes
-rw-r--r--user-scripts/styles/images/style-original.pngbin178824 -> 0 bytes
-rw-r--r--user-scripts/styles/style-v1.css37
-rw-r--r--user-scripts/styles/style-v2.css52
-rw-r--r--user-scripts/styles/style-v3.css70
-rw-r--r--user-scripts/ubuntu-20.04/README.md1
-rw-r--r--user-scripts/ubuntu-20.04/install-with-dependencies.sh24
-rwxr-xr-xuser-scripts/ubuntu-20.04/rose-GIO_MODULE_DIR.desktop9
-rw-r--r--user-scripts/ubuntu-20.04/rose-images/rose-1.pngbin640116 -> 0 bytes
-rw-r--r--user-scripts/ubuntu-20.04/rose-images/rose-2.pngbin485022 -> 0 bytes
-rw-r--r--user-scripts/ubuntu-20.04/rose-images/rose-desktop-icon.pngbin756923 -> 0 bytes
-rw-r--r--user-scripts/ubuntu-20.04/rose-images/rose-homepage-1.6-zoom.pngbin104014 -> 0 bytes
-rw-r--r--user-scripts/ubuntu-20.04/rose-images/rose-homepage-2.pngbin145422 -> 0 bytes
-rw-r--r--user-scripts/ubuntu-20.04/rose-images/rose-homepage.pngbin485022 -> 0 bytes
-rw-r--r--user-scripts/ubuntu-20.04/rose-images/rose-src.txt1
-rwxr-xr-xuser-scripts/ubuntu-20.04/rose.desktop9
-rwxr-xr-xuser-scripts/ubuntu-20.04/rose.sh3
-rw-r--r--user-scripts/valgrind-notes.md9
23 files changed, 0 insertions, 298 deletions
diff --git a/user-scripts/artifacts/compile_flags/compile_flags.txt b/user-scripts/artifacts/compile_flags/compile_flags.txt
deleted file mode 100644
index 7fd8daf..0000000
--- a/user-scripts/artifacts/compile_flags/compile_flags.txt
+++ /dev/null
@@ -1,27 +0,0 @@
--I/usr/include/webkitgtk-4.0
--I/usr/include/glib-2.0
--I/usr/lib/glib-2.0/include
--I/usr/include/sysprof-4
--I/usr/include/gtk-3.0
--I/usr/include/pango-1.0
--I/usr/include/harfbuzz
--I/usr/include/freetype2
--I/usr/include/libpng16
--I/usr/include/libmount
--I/usr/include/blkid
--I/usr/include/fribidi
--I/usr/include/cairo
--I/usr/include/lzo
--I/usr/include/pixman-1
--I/usr/include/gdk-pixbuf-2.0
--I/usr/include/gio-unix-2.0
--I/usr/include/cloudproviders
--I/usr/include/atk-1.0
--I/usr/include/at-spi2-atk/2.0
--I/usr/include/at-spi-2.0
--I/usr/include/dbus-1.0
--I/usr/lib/dbus-1.0/include
--I/usr/include/libsoup-2.4
--I/usr/include/libxml2
--pthread
-
diff --git a/user-scripts/artifacts/compile_flags/get-compile-flags.sh b/user-scripts/artifacts/compile_flags/get-compile-flags.sh
deleted file mode 100644
index aaa9e01..0000000
--- a/user-scripts/artifacts/compile_flags/get-compile-flags.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-DEPS='webkit2gtk-4.0'
-INCS=`pkg-config --cflags ${DEPS}`
-LIBS=`pkg-config --libs ${DEPS}`
-echo $INCS
-echo $LIBS
diff --git a/user-scripts/debian-12/install-with-dependencies.sh b/user-scripts/debian-12/install-with-dependencies.sh
deleted file mode 100644
index 687c376..0000000
--- a/user-scripts/debian-12/install-with-dependencies.sh
+++ /dev/null
@@ -1,42 +0,0 @@
-# Key dependencies
-sudo apt install git vim gcc make
-sudo apt install libwebkit2gtk-4.1-dev
-
-# Optional adblock
-git clone https://github.com/jun7/wyebadblock
-cd wyebadblock
-sudo apt install gstreamer1.0-plugins-good gstreamer1.0-libav
-WEBKITVER=4.1 make
-sudo WEBKITVER=4.1 make install
-
-cd ..
-mkdir -p ~/.config/wyebadblock
-cd ~/.config/wyebadblock
-wget https://easylist.to/easylist/easylist.txt
-cd -
-
-cd ../..
-make build # or just make
-sudo make install
-
-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
-name="rose"
-binding="<CTRL><SHIFT>W"
-action="/usr/bin/rosenrot"
-
-media_keys=org.gnome.settings-daemon.plugins.media-keys
-custom_kbd=org.gnome.settings-daemon.plugins.media-keys.custom-keybinding
-kbd_path=/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/$name/
-new_bindings=`gsettings get $media_keys custom-keybindings | sed -e"s>'\]>','$kbd_path']>"| sed -e"s>@as \[\]>['$kbd_path']>"`
-gsettings set $media_keys custom-keybindings "$new_bindings"
-gsettings set $custom_kbd:$kbd_path name "$name"
-gsettings set $custom_kbd:$kbd_path binding "$binding"
-gsettings set $custom_kbd:$kbd_path command "$action"
diff --git a/user-scripts/debian-12/rosenrot-desktop-icon.png b/user-scripts/debian-12/rosenrot-desktop-icon.png
deleted file mode 100644
index 163494f..0000000
--- a/user-scripts/debian-12/rosenrot-desktop-icon.png
+++ /dev/null
Binary files differ
diff --git a/user-scripts/debian-12/rosenrot.desktop b/user-scripts/debian-12/rosenrot.desktop
deleted file mode 100755
index e6b9494..0000000
--- a/user-scripts/debian-12/rosenrot.desktop
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/usr/bin/env xdg-open
-[Desktop Entry]
-Version=1.0
-Type=Application
-Terminal=false
-Exec=/bin/rosenrot %u
-Name=Rosenrot
-Comment=Minimalistic browser
-Icon=/opt/rosenrot/rosenrot-desktop-icon.png
diff --git a/user-scripts/styles/images/style-nuno.png b/user-scripts/styles/images/style-nuno.png
deleted file mode 100644
index e9e6bbe..0000000
--- a/user-scripts/styles/images/style-nuno.png
+++ /dev/null
Binary files differ
diff --git a/user-scripts/styles/images/style-original.png b/user-scripts/styles/images/style-original.png
deleted file mode 100644
index 65c7ffb..0000000
--- a/user-scripts/styles/images/style-original.png
+++ /dev/null
Binary files differ
diff --git a/user-scripts/styles/style-v1.css b/user-scripts/styles/style-v1.css
deleted file mode 100644
index 45805d7..0000000
--- a/user-scripts/styles/style-v1.css
+++ /dev/null
@@ -1,37 +0,0 @@
-@define-color Surface0 #313244;
-@define-color Surface1 #45475a;
-@define-color Base #1e1e2e;
-@define-color Mantle #181825;
-@define-color Lavender #b4befe;
-@define-color Text #cdd6f4;
-
-* {
- padding: 0px;
- margin: 0px;
- outline-color: @Lavender;
- color: @Text;
- border-bottom-color: @Base;
-}
-
-window, notebook, headerbar {
- background: @Base;
-}
-
-tabs {
- background-color: @Base;
- padding: 3px;
-}
-
-tab {
- background-color: @Base;
- margin: 5px;
-}
-
-entry {
- background-color: @Surface0;
- padding-left: 10px;
-}
-
-entry:focus {
- box-shadow: none;
-}
diff --git a/user-scripts/styles/style-v2.css b/user-scripts/styles/style-v2.css
deleted file mode 100644
index c7c07b6..0000000
--- a/user-scripts/styles/style-v2.css
+++ /dev/null
@@ -1,52 +0,0 @@
-@define-color Surface0 #313244;
-@define-color Surface1 #45475a;
-@define-color Base #1e1e2e;
-@define-color Mantle #181825;
-@define-color Lavender #b4befe;
-@define-color Text #cdd6f4;
-
-* {
- padding: 0px;
- margin: 0px;
- outline-color: @Lavender;
- color: @Text;
- border-color: white;
- font-size: 16px;
- /*@Base; */
- /* border-bottom-color: @Base; */
-}
-
-window, notebook, headerbar {
- background: @Base;
-}
-
-tabs {
- background-color: @Base;
- padding: 3px;
- outline-color: white;
- border-color: @Base;
-}
-
-tab {
- background-color: @Base;
- margin: 2px 5px 2px 0px;
- padding: 5px;
- border-style: solid;
- /*border-color: white;
- border-bottom-color: white;
- outline-color: white;
- margin: 5px;
- padding-left: 10px;
- padding-right: 10px; */
-}
-
-entry {
- background-color: @Surface0;
- padding-left: 10px;
-}
-
-entry:focus {
- background-color: @Surface0;
- padding-left: 10px;
-
-}
diff --git a/user-scripts/styles/style-v3.css b/user-scripts/styles/style-v3.css
deleted file mode 100644
index 64333b5..0000000
--- a/user-scripts/styles/style-v3.css
+++ /dev/null
@@ -1,70 +0,0 @@
-@define-color Surface0 #313244;
-@define-color Surface1 #45475a;
-@define-color Base #1e1e2e;
-@define-color Mantle #181825;
-@define-color Lavender #b4befe;
-@define-color Text #cdd6f4;
-
-* {
- padding: 0px;
- margin: 0px;
- outline-color: @Lavender;
- color: @Text;
- border-color: white;
- font-size: 25px;
- /*@Base; */
- /* border-bottom-color: @Base; */
-}
-
-window, notebook, headerbar {
- background: @Base;
-}
-
-/* Make titlebar pretty gigantic. I'm pretty myopic. */
-.titlebar {
- padding: 10px;
- font-size: 30px;
-}
-
-
-.titlebar * {
- padding: 10px;
- font-size: 27px;
-}
-
-header * {
- font-size: 20px;
- padding: 5px;
-}
-
-tabs {
- background-color: @Base;
- padding: 3px;
- outline-color: white;
- border-color: @Base;
-}
-
-tab {
- background-color: @Base;
- margin: 2px 5px 2px 0px;
- padding: 5px;
- border-style: solid;
- font-size: 27px;
- /*border-color: white;
- border-bottom-color: white;
- outline-color: white;
- margin: 5px;
- padding-left: 10px;
- padding-right: 10px; */
-}
-
-entry {
- background-color: @Surface0;
- padding-left: 10px;
-}
-
-entry:focus {
- background-color: @Surface0;
- padding-left: 10px;
-
-}
diff --git a/user-scripts/ubuntu-20.04/README.md b/user-scripts/ubuntu-20.04/README.md
deleted file mode 100644
index c0070c9..0000000
--- a/user-scripts/ubuntu-20.04/README.md
+++ /dev/null
@@ -1 +0,0 @@
-Code in this directory refers to a previous version of rosenrot which used the libwebkit2gtk-4.0 api. It is deprecated. See the debian folder for how to use the -4.1 version instead. Package names might vary.
diff --git a/user-scripts/ubuntu-20.04/install-with-dependencies.sh b/user-scripts/ubuntu-20.04/install-with-dependencies.sh
deleted file mode 100644
index 25721db..0000000
--- a/user-scripts/ubuntu-20.04/install-with-dependencies.sh
+++ /dev/null
@@ -1,24 +0,0 @@
-# Key dependencies
-sudo apt install git vim gcc make
-sudo apt install libwebkit2gtk-4.0-dev
-
-# Optional adblock
-git clone https://github.com/jun7/wyebadblock
-cd wyebadblock
-sudo apt install gstreamer1.0-plugins-good gstreamer1.0-libav
-make
-sudo make install
-cd ..
-mkdir -p ~/.config/wyebadblock
-cd ~/.config/wyebadblock
-wget https://easylist.to/easylist/easylist.txt
-cd -
-
-cd ../..
-make build # or just make
-sudo make install
-
-cd -
-# Ubuntu desktop icon
-chmod +x rose.desktop
-sudo cp rose.desktop /usr/share/applications
diff --git a/user-scripts/ubuntu-20.04/rose-GIO_MODULE_DIR.desktop b/user-scripts/ubuntu-20.04/rose-GIO_MODULE_DIR.desktop
deleted file mode 100755
index 9eb5add..0000000
--- a/user-scripts/ubuntu-20.04/rose-GIO_MODULE_DIR.desktop
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/usr/bin/env xdg-open
-[Desktop Entry]
-Version=1.0
-Type=Application
-Terminal=false
-Exec=/home/nuno/Documents/workspace/rosenrot/user-scripts/ubuntu-20.04/rose.sh %u
-Name=Rose
-Comment=Minimalistic browser
-Icon=/home/nuno/Documents/workspace/rosenrot/user-scripts/ubuntu-20.04/rose-images/rose-desktop-icon.png
diff --git a/user-scripts/ubuntu-20.04/rose-images/rose-1.png b/user-scripts/ubuntu-20.04/rose-images/rose-1.png
deleted file mode 100644
index f2c546a..0000000
--- a/user-scripts/ubuntu-20.04/rose-images/rose-1.png
+++ /dev/null
Binary files differ
diff --git a/user-scripts/ubuntu-20.04/rose-images/rose-2.png b/user-scripts/ubuntu-20.04/rose-images/rose-2.png
deleted file mode 100644
index 9944beb..0000000
--- a/user-scripts/ubuntu-20.04/rose-images/rose-2.png
+++ /dev/null
Binary files differ
diff --git a/user-scripts/ubuntu-20.04/rose-images/rose-desktop-icon.png b/user-scripts/ubuntu-20.04/rose-images/rose-desktop-icon.png
deleted file mode 100644
index 163494f..0000000
--- a/user-scripts/ubuntu-20.04/rose-images/rose-desktop-icon.png
+++ /dev/null
Binary files differ
diff --git a/user-scripts/ubuntu-20.04/rose-images/rose-homepage-1.6-zoom.png b/user-scripts/ubuntu-20.04/rose-images/rose-homepage-1.6-zoom.png
deleted file mode 100644
index 97183ac..0000000
--- a/user-scripts/ubuntu-20.04/rose-images/rose-homepage-1.6-zoom.png
+++ /dev/null
Binary files differ
diff --git a/user-scripts/ubuntu-20.04/rose-images/rose-homepage-2.png b/user-scripts/ubuntu-20.04/rose-images/rose-homepage-2.png
deleted file mode 100644
index 2770c78..0000000
--- a/user-scripts/ubuntu-20.04/rose-images/rose-homepage-2.png
+++ /dev/null
Binary files differ
diff --git a/user-scripts/ubuntu-20.04/rose-images/rose-homepage.png b/user-scripts/ubuntu-20.04/rose-images/rose-homepage.png
deleted file mode 100644
index 9944beb..0000000
--- a/user-scripts/ubuntu-20.04/rose-images/rose-homepage.png
+++ /dev/null
Binary files differ
diff --git a/user-scripts/ubuntu-20.04/rose-images/rose-src.txt b/user-scripts/ubuntu-20.04/rose-images/rose-src.txt
deleted file mode 100644
index 30650de..0000000
--- a/user-scripts/ubuntu-20.04/rose-images/rose-src.txt
+++ /dev/null
@@ -1 +0,0 @@
-<https://www.onlygfx.com/red-rose-png-image-transparent/>
diff --git a/user-scripts/ubuntu-20.04/rose.desktop b/user-scripts/ubuntu-20.04/rose.desktop
deleted file mode 100755
index 94e5b04..0000000
--- a/user-scripts/ubuntu-20.04/rose.desktop
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/usr/bin/env xdg-open
-[Desktop Entry]
-Version=1.0
-Type=Application
-Terminal=false
-Exec=/bin/rose %u
-Name=Rose
-Comment=Minimalistic browser
-Icon=/home/nuno/Documents/workspace/rosenrot/user-scripts/ubuntu-20.04/rose-images/rose-desktop-icon.png
diff --git a/user-scripts/ubuntu-20.04/rose.sh b/user-scripts/ubuntu-20.04/rose.sh
deleted file mode 100755
index 62baac9..0000000
--- a/user-scripts/ubuntu-20.04/rose.sh
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-GIO_MODULE_DIR=/usr/lib/x86_64-linux-gnu/gio/modules/ /bin/rose "$1"
-
diff --git a/user-scripts/valgrind-notes.md b/user-scripts/valgrind-notes.md
deleted file mode 100644
index 1fa2e1d..0000000
--- a/user-scripts/valgrind-notes.md
+++ /dev/null
@@ -1,9 +0,0 @@
-In case you arrive at a segmentation fault when working on rose, you can use valgrind.
-
-To do this, you can compile rose with the `DEBUG` value in `build.sh` set to `-g`
-
-and then:
-
-```
-valgrind --track-origins=yes ./rose
-```