Skip to content
This repository has been archived by the owner on Jan 22, 2022. It is now read-only.

Commit

Permalink
New Brand Morph Logo (#343)
Browse files Browse the repository at this point in the history
  • Loading branch information
cibersheep authored Nov 30, 2020
1 parent 01b1daf commit e550a08
Show file tree
Hide file tree
Showing 9 changed files with 93 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,6 @@ add_subdirectory(po)

add_subdirectory(doc)

install(FILES morph-browser.png DESTINATION ${CMAKE_INSTALL_DATADIR}/morph-browser)

install(FILES morph-browser.svg DESTINATION ${CMAKE_INSTALL_DATADIR}/morph-browser)
install(FILES morph-browser-splash.svg DESTINATION ${CMAKE_INSTALL_DATADIR}/morph-browser)
add_subdirectory(click-hooks)
1 change: 1 addition & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ webbrowser-app is a lightweight web browser tailored for Ubuntu,
based on the Oxide web engine and using the Ubuntu UI components.
It requires Qt 5.5 to build and run.

Morph Icon is based on Origami Licensed CC-by Creative Mania from the Noun Project

= Building =

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Lightweight web browser tailored for Ubuntu,
based on the Qt WebEngine and using the Ubuntu UI components.
It requires Qt 5.9 to build and run.

Morph Icon is based on Origami Licensed CC-by Creative Mania from the Noun Project

= Building =

Expand Down
2 changes: 1 addition & 1 deletion debian/morph-browser.install
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ usr/bin/morph-browser
usr/share/morph-browser/*.qml
usr/share/morph-browser/qmldir
usr/share/morph-browser/*.js
usr/share/morph-browser/*.png
usr/share/morph-browser/*.svg
usr/share/morph-browser/actions/*.qml
usr/share/morph-browser/webbrowser/
usr/share/applications/morph-browser.desktop
Expand Down
26 changes: 26 additions & 0 deletions morph-browser-splash.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed morph-browser.png
Binary file not shown.
58 changes: 58 additions & 0 deletions morph-browser.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/app/webbrowser/manifest.json.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"framework": "ubuntu-sdk-16.04",
"architecture": "@CLICK_ARCH@",
"title": "Morph Browser",
"icon": "@CMAKE_INSTALL_DATADIR@/morph-browser/morph-browser.png",
"icon": "@CMAKE_INSTALL_DATADIR@/morph-browser/morph-browser.svg",
"hooks": {
"clock": {
"apparmor": "morph-browser.apparmor",
Expand Down
5 changes: 3 additions & 2 deletions src/app/webbrowser/morph-browser.desktop.in.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ _GenericName=Morph Web Browser
_Comment=Browse the World Wide Web using QtWebEngine
_Keywords=Internet;WWW;Browser;Web;Explorer
Type=Application
Icon=@CMAKE_INSTALL_FULL_DATADIR@/morph-browser/morph-browser.png
Icon=@CMAKE_INSTALL_FULL_DATADIR@/morph-browser/morph-browser.svg
Exec=morph-browser %u
Terminal=false
Categories=Network;WebBrowser;
Expand All @@ -14,7 +14,8 @@ X-Ubuntu-Touch=true
X-Ubuntu-Gettext-Domain=morph-browser
X-Ubuntu-Single-Instance=true
X-Ubuntu-Default-Department-ID=web-browsers
X-Ubuntu-Splash-Color=#FFFFFF
X-Ubuntu-Splash-Color=#0D7499
X-Ubuntu-Splash-Image=@CMAKE_INSTALL_FULL_DATADIR@/morph-browser/morph-browser-splash.svg
Actions=new-window;Incognito;

[Desktop Action new-window]
Expand Down

0 comments on commit e550a08

Please sign in to comment.