From bbcf1dabd26bb4e93aa4780d1771c3b449c068ec Mon Sep 17 00:00:00 2001 From: NunoSempere Date: Tue, 28 Mar 2023 11:19:11 -0600 Subject: Revert "tweak: move things around" This reverts commit ca59138a2aef96960381f986b8c683634e4d8e63. --- extra/screenshots/1-startup.png | Bin 262932 -> 0 bytes extra/screenshots/2-blog.png | Bin 546534 -> 0 bytes extra/screenshots/3-multiple-tabs.png | Bin 175909 -> 0 bytes extra/screenshots/4-money-stuff-raw.png | Bin 255892 -> 0 bytes extra/screenshots/5-money-stuff-readability.png | Bin 203170 -> 0 bytes .../artifacts/compile_flags/compile_flags.txt | 27 ----------- .../artifacts/compile_flags/get-compile-flags.sh | 5 -- extra/user-scripts/styles/images/style-nuno.png | Bin 182500 -> 0 bytes .../user-scripts/styles/images/style-original.png | Bin 178824 -> 0 bytes extra/user-scripts/styles/style-nuno.css | 52 --------------------- extra/user-scripts/styles/style-original.css | 37 --------------- .../ubuntu-20.04/install-with-dependencies.sh | 27 ----------- .../ubuntu-20.04/rose-images/rose-1.png | Bin 640116 -> 0 bytes .../ubuntu-20.04/rose-images/rose-2.png | Bin 485022 -> 0 bytes .../ubuntu-20.04/rose-images/rose-desktop-icon.png | Bin 756923 -> 0 bytes .../ubuntu-20.04/rose-images/rose-homepage.png | Bin 485022 -> 0 bytes .../ubuntu-20.04/rose-images/rose-src.txt | 1 - extra/user-scripts/ubuntu-20.04/rose.desktop | 9 ---- extra/user-scripts/valgrind-notes.md | 9 ---- 19 files changed, 167 deletions(-) delete mode 100644 extra/screenshots/1-startup.png delete mode 100644 extra/screenshots/2-blog.png delete mode 100644 extra/screenshots/3-multiple-tabs.png delete mode 100644 extra/screenshots/4-money-stuff-raw.png delete mode 100644 extra/screenshots/5-money-stuff-readability.png delete mode 100644 extra/user-scripts/artifacts/compile_flags/compile_flags.txt delete mode 100644 extra/user-scripts/artifacts/compile_flags/get-compile-flags.sh delete mode 100644 extra/user-scripts/styles/images/style-nuno.png delete mode 100644 extra/user-scripts/styles/images/style-original.png delete mode 100644 extra/user-scripts/styles/style-nuno.css delete mode 100644 extra/user-scripts/styles/style-original.css delete mode 100644 extra/user-scripts/ubuntu-20.04/install-with-dependencies.sh delete mode 100644 extra/user-scripts/ubuntu-20.04/rose-images/rose-1.png delete mode 100644 extra/user-scripts/ubuntu-20.04/rose-images/rose-2.png delete mode 100644 extra/user-scripts/ubuntu-20.04/rose-images/rose-desktop-icon.png delete mode 100644 extra/user-scripts/ubuntu-20.04/rose-images/rose-homepage.png delete mode 100644 extra/user-scripts/ubuntu-20.04/rose-images/rose-src.txt delete mode 100755 extra/user-scripts/ubuntu-20.04/rose.desktop delete mode 100644 extra/user-scripts/valgrind-notes.md (limited to 'extra') diff --git a/extra/screenshots/1-startup.png b/extra/screenshots/1-startup.png deleted file mode 100644 index 1691ee6..0000000 Binary files a/extra/screenshots/1-startup.png and /dev/null differ diff --git a/extra/screenshots/2-blog.png b/extra/screenshots/2-blog.png deleted file mode 100644 index ceb423e..0000000 Binary files a/extra/screenshots/2-blog.png and /dev/null differ diff --git a/extra/screenshots/3-multiple-tabs.png b/extra/screenshots/3-multiple-tabs.png deleted file mode 100644 index 2d60c9d..0000000 Binary files a/extra/screenshots/3-multiple-tabs.png and /dev/null differ diff --git a/extra/screenshots/4-money-stuff-raw.png b/extra/screenshots/4-money-stuff-raw.png deleted file mode 100644 index 2b8c959..0000000 Binary files a/extra/screenshots/4-money-stuff-raw.png and /dev/null differ diff --git a/extra/screenshots/5-money-stuff-readability.png b/extra/screenshots/5-money-stuff-readability.png deleted file mode 100644 index d9afdbd..0000000 Binary files a/extra/screenshots/5-money-stuff-readability.png and /dev/null differ diff --git a/extra/user-scripts/artifacts/compile_flags/compile_flags.txt b/extra/user-scripts/artifacts/compile_flags/compile_flags.txt deleted file mode 100644 index 7fd8daf..0000000 --- a/extra/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/extra/user-scripts/artifacts/compile_flags/get-compile-flags.sh b/extra/user-scripts/artifacts/compile_flags/get-compile-flags.sh deleted file mode 100644 index aaa9e01..0000000 --- a/extra/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/extra/user-scripts/styles/images/style-nuno.png b/extra/user-scripts/styles/images/style-nuno.png deleted file mode 100644 index e9e6bbe..0000000 Binary files a/extra/user-scripts/styles/images/style-nuno.png and /dev/null differ diff --git a/extra/user-scripts/styles/images/style-original.png b/extra/user-scripts/styles/images/style-original.png deleted file mode 100644 index 65c7ffb..0000000 Binary files a/extra/user-scripts/styles/images/style-original.png and /dev/null differ diff --git a/extra/user-scripts/styles/style-nuno.css b/extra/user-scripts/styles/style-nuno.css deleted file mode 100644 index c7c07b6..0000000 --- a/extra/user-scripts/styles/style-nuno.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/extra/user-scripts/styles/style-original.css b/extra/user-scripts/styles/style-original.css deleted file mode 100644 index 45805d7..0000000 --- a/extra/user-scripts/styles/style-original.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/extra/user-scripts/ubuntu-20.04/install-with-dependencies.sh b/extra/user-scripts/ubuntu-20.04/install-with-dependencies.sh deleted file mode 100644 index 940abe1..0000000 --- a/extra/user-scripts/ubuntu-20.04/install-with-dependencies.sh +++ /dev/null @@ -1,27 +0,0 @@ -# Dependencies -sudo apt install libwebkit2gtk-4.0-dev -sudo apt install clang -# sudo apt instal sudo apt install gstreamer1.0-plugins-good gstreamer1.0-libav - -# Adblock -git clone https://github.com/jun7/wyebadblock -cd wyebadblock -make -sudo make install -cd .. - -# Rose config -user=$(whoami) -mkdir -p /home/$user/.cache/rose -cp ../../config.def.h ../../config.h # you should also probably customize this yourself. -sed "s/fenze/$user/g" ../../config.h - -# sudo bash ../../install.sh -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/extra/user-scripts/ubuntu-20.04/rose-images/rose-1.png b/extra/user-scripts/ubuntu-20.04/rose-images/rose-1.png deleted file mode 100644 index f2c546a..0000000 Binary files a/extra/user-scripts/ubuntu-20.04/rose-images/rose-1.png and /dev/null differ diff --git a/extra/user-scripts/ubuntu-20.04/rose-images/rose-2.png b/extra/user-scripts/ubuntu-20.04/rose-images/rose-2.png deleted file mode 100644 index 9944beb..0000000 Binary files a/extra/user-scripts/ubuntu-20.04/rose-images/rose-2.png and /dev/null differ diff --git a/extra/user-scripts/ubuntu-20.04/rose-images/rose-desktop-icon.png b/extra/user-scripts/ubuntu-20.04/rose-images/rose-desktop-icon.png deleted file mode 100644 index 163494f..0000000 Binary files a/extra/user-scripts/ubuntu-20.04/rose-images/rose-desktop-icon.png and /dev/null differ diff --git a/extra/user-scripts/ubuntu-20.04/rose-images/rose-homepage.png b/extra/user-scripts/ubuntu-20.04/rose-images/rose-homepage.png deleted file mode 100644 index 9944beb..0000000 Binary files a/extra/user-scripts/ubuntu-20.04/rose-images/rose-homepage.png and /dev/null differ diff --git a/extra/user-scripts/ubuntu-20.04/rose-images/rose-src.txt b/extra/user-scripts/ubuntu-20.04/rose-images/rose-src.txt deleted file mode 100644 index 30650de..0000000 --- a/extra/user-scripts/ubuntu-20.04/rose-images/rose-src.txt +++ /dev/null @@ -1 +0,0 @@ - diff --git a/extra/user-scripts/ubuntu-20.04/rose.desktop b/extra/user-scripts/ubuntu-20.04/rose.desktop deleted file mode 100755 index 80a5176..0000000 --- a/extra/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= /usr/bin/rose %u -Name=Rose -Comment=Minimalistic browser -Icon=/home/loki/Documents/core/software/fresh/C/rose-browser/rosenrot/user-scripts/ubuntu-20.04/rose-images/rose-desktop-icon.png diff --git a/extra/user-scripts/valgrind-notes.md b/extra/user-scripts/valgrind-notes.md deleted file mode 100644 index 1fa2e1d..0000000 --- a/extra/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 -``` -- cgit v1.2.3