Skip to content
This repository has been archived by the owner on Mar 27, 2020. It is now read-only.

Commit

Permalink
Gnome-shell-3.24&3.26: [DashToDockExtension] Drop our running-dot assets
Browse files Browse the repository at this point in the history
We no longer bundle our own assets anymore. Users should make your own
dot indicators by yourself. :/

Related issue: #724, #566.
  • Loading branch information
tista500 committed Aug 27, 2018
1 parent 23546c0 commit 5ec618e
Show file tree
Hide file tree
Showing 25 changed files with 18 additions and 1,823 deletions.
34 changes: 0 additions & 34 deletions shell/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -49,23 +49,6 @@ shell_asset_file = \
$(shelldir)/assets/window-close-active.svg \
$(shelldir)/assets/window-close-hover.svg \
$(shelldir)/assets/window-close.svg
shell_asset_dot_file = \
$(shelldir)/assets/dot/running1-bottom.svg \
$(shelldir)/assets/dot/running1-left.svg \
$(shelldir)/assets/dot/running1-right.svg \
$(shelldir)/assets/dot/running1-top.svg \
$(shelldir)/assets/dot/running2-bottom.svg \
$(shelldir)/assets/dot/running2-left.svg \
$(shelldir)/assets/dot/running2-right.svg \
$(shelldir)/assets/dot/running2-top.svg \
$(shelldir)/assets/dot/running3-bottom.svg \
$(shelldir)/assets/dot/running3-left.svg \
$(shelldir)/assets/dot/running3-right.svg \
$(shelldir)/assets/dot/running3-top.svg \
$(shelldir)/assets/dot/running4-bottom.svg \
$(shelldir)/assets/dot/running4-left.svg \
$(shelldir)/assets/dot/running4-right.svg \
$(shelldir)/assets/dot/running4-top.svg
shell_extension_windowlist_file = \
$(shelldir)/extensions/window-list/classic.css \
$(shelldir)/extensions/window-list/stylesheet.css \
Expand Down Expand Up @@ -326,15 +309,11 @@ sassc_option = -M -t compact
all:
if ENABLE_GNOME
$(MKDIR_P) $(srcdir)/gnome-shell/assets
$(MKDIR_P) $(srcdir)/gnome-shell/assets/dot
$(MKDIR_P) $(srcdir)/gnome-shell/extensions/workspaces-to-dock/assets
$(MKDIR_P) $(srcdir)/gnome-shell-nokto/assets
$(MKDIR_P) $(srcdir)/gnome-shell-nokto/assets/dot
$(MKDIR_P) $(srcdir)/gnome-shell-eta/assets
$(MKDIR_P) $(srcdir)/gnome-shell-eta/assets/dot
$(MKDIR_P) $(srcdir)/gnome-shell-eta/extensions/workspaces-to-dock/assets
$(MKDIR_P) $(srcdir)/gnome-shell-nokto-eta/assets
$(MKDIR_P) $(srcdir)/gnome-shell-nokto-eta/assets/dot

cd $(srcdir)/sass && \
$(SASSC) $(sassc_option) \
Expand Down Expand Up @@ -421,15 +400,13 @@ install-data-local:
if ENABLE_GNOME
$(MKDIR_P) $(adaptadir)/gnome-shell
$(MKDIR_P) $(adaptadir)/gnome-shell/assets
$(MKDIR_P) $(adaptadir)/gnome-shell/assets/dot
$(MKDIR_P) $(adaptadir)/gnome-shell/extensions
$(MKDIR_P) $(adaptadir)/gnome-shell/extensions/window-list
$(MKDIR_P) $(adaptadir)/gnome-shell/extensions/workspaces-to-dock
$(MKDIR_P) $(adaptadir)/gnome-shell/extensions/workspaces-to-dock/assets
cp -Rv $(shell_file) $(adaptadir)/gnome-shell
cp -Rv $(shell_pad_osd_file) $(adaptadir)/gnome-shell
cp -Rv $(shell_asset_file) $(adaptadir)/gnome-shell/assets
cp -Rv $(shell_asset_dot_file) $(adaptadir)/gnome-shell/assets/dot
cp -Rv $(shell_extension_windowlist_file) \
$(adaptadir)/gnome-shell/extensions/window-list
cp -Rv $(shell_extension_workspace_file) \
Expand All @@ -442,15 +419,13 @@ endif

$(MKDIR_P) $(noktodir)/gnome-shell
$(MKDIR_P) $(noktodir)/gnome-shell/assets
$(MKDIR_P) $(noktodir)/gnome-shell/assets/dot
$(MKDIR_P) $(noktodir)/gnome-shell/extensions
$(MKDIR_P) $(noktodir)/gnome-shell/extensions/window-list
$(MKDIR_P) $(noktodir)/gnome-shell/extensions/workspaces-to-dock
$(MKDIR_P) $(noktodir)/gnome-shell/extensions/workspaces-to-dock/assets
cp -Rv $(shell_nokto_file) $(noktodir)/gnome-shell
cp -Rv $(shell_pad_osd_file) $(noktodir)/gnome-shell
cp -Rv $(shell_nokto_asset_file) $(noktodir)/gnome-shell/assets
cp -Rv $(shell_asset_dot_file) $(noktodir)/gnome-shell/assets/dot
cp -Rv $(shell_extension_windowlist_file) \
$(noktodir)/gnome-shell/extensions/window-list
cp -Rv $(shell_extension_workspace_file) \
Expand All @@ -463,15 +438,13 @@ endif

$(MKDIR_P) $(adaptaetadir)/gnome-shell
$(MKDIR_P) $(adaptaetadir)/gnome-shell/assets
$(MKDIR_P) $(adaptaetadir)/gnome-shell/assets/dot
$(MKDIR_P) $(adaptaetadir)/gnome-shell/extensions
$(MKDIR_P) $(adaptaetadir)/gnome-shell/extensions/window-list
$(MKDIR_P) $(adaptaetadir)/gnome-shell/extensions/workspaces-to-dock
$(MKDIR_P) $(adaptaetadir)/gnome-shell/extensions/workspaces-to-dock/assets
cp -Rv $(shelleta_file) $(adaptaetadir)/gnome-shell
cp -Rv $(shell_pad_osd_file) $(adaptaetadir)/gnome-shell
cp -Rv $(shelleta_asset_file) $(adaptaetadir)/gnome-shell/assets
cp -Rv $(shell_asset_dot_file) $(adaptaetadir)/gnome-shell/assets/dot
cp -Rv $(shell_extension_windowlist_file) \
$(adaptaetadir)/gnome-shell/extensions/window-list
cp -Rv $(shell_extension_workspace_file) \
Expand All @@ -484,15 +457,13 @@ endif

$(MKDIR_P) $(noktoetadir)/gnome-shell
$(MKDIR_P) $(noktoetadir)/gnome-shell/assets
$(MKDIR_P) $(noktoetadir)/gnome-shell/assets/dot
$(MKDIR_P) $(noktoetadir)/gnome-shell/extensions
$(MKDIR_P) $(noktoetadir)/gnome-shell/extensions/window-list
$(MKDIR_P) $(noktoetadir)/gnome-shell/extensions/workspaces-to-dock
$(MKDIR_P) $(noktoetadir)/gnome-shell/extensions/workspaces-to-dock/assets
cp -Rv $(shell_nokto_eta_file) $(noktoetadir)/gnome-shell
cp -Rv $(shell_pad_osd_file) $(noktoetadir)/gnome-shell
cp -Rv $(shell_nokto_eta_asset_file) $(noktoetadir)/gnome-shell/assets
cp -Rv $(shell_asset_dot_file) $(noktoetadir)/gnome-shell/assets/dot
cp -Rv $(shell_extension_windowlist_file) \
$(noktoetadir)/gnome-shell/extensions/window-list
cp -Rv $(shell_extension_workspace_file) \
Expand Down Expand Up @@ -605,21 +576,17 @@ CLEANFILES += \
$(srcdir)/gnome-shell/*.svg \
$(srcdir)/gnome-shell/*.png \
$(srcdir)/gnome-shell/assets/*.svg \
$(srcdir)/gnome-shell/assets/dot/*.svg \
$(srcdir)/gnome-shell/extensions/workspaces-to-dock/assets/*.svg \
$(srcdir)/gnome-shell-eta/extensions/workspaces-to-dock/assets/*.svg \
$(srcdir)/gnome-shell-eta/*.svg \
$(srcdir)/gnome-shell-eta/*.png \
$(srcdir)/gnome-shell-eta/assets/*.svg \
$(srcdir)/gnome-shell-eta/assets/dot/*.svg \
$(srcdir)/gnome-shell-nokto/*.svg \
$(srcdir)/gnome-shell-nokto/*.png \
$(srcdir)/gnome-shell-nokto/assets/*.svg \
$(srcdir)/gnome-shell-nokto/assets/dot/*.svg \
$(srcdir)/gnome-shell-nokto-eta/*.svg \
$(srcdir)/gnome-shell-nokto-eta/*.png \
$(srcdir)/gnome-shell-nokto-eta/assets/*.svg \
$(srcdir)/gnome-shell-nokto-eta/assets/dot/*.svg \
$(srcdir)/asset/assets-gnome-shell/common/checkbox-hover.svg \
$(srcdir)/asset/assets-gnome-shell/common/checkbox.svg \
$(srcdir)/asset/assets-gnome-shell/common/corner-ripple-ltr.svg \
Expand All @@ -637,7 +604,6 @@ CLEANFILES += \
$(srcdir)/asset/assets-gnome-shell/common/window-close.svg \
$(srcdir)/asset/assets-gnome-shell/common/window-close-active.svg \
$(srcdir)/asset/assets-gnome-shell/common/window-close-hover.svg \
$(srcdir)/asset/assets-gnome-shell/dot/*.svg \
$(srcdir)/asset/assets-gnome-shell/workspaces-to-dock/*.svg
if GNOME_IS_326_OR_NEWER
CLEANFILES += \
Expand Down
17 changes: 0 additions & 17 deletions shell/asset/assets-gnome-shell.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,23 +40,6 @@ nokto/calendar-arrow-left.svg assets
nokto/calendar-arrow-right-hover.svg assets
nokto/calendar-arrow-right.svg assets

dot/running1-bottom.svg assets/dot r1
dot/running1-left.svg assets/dot r1
dot/running1-right.svg assets/dot r1
dot/running1-top.svg assets/dot r1
dot/running2-bottom.svg assets/dot r1
dot/running2-left.svg assets/dot r1
dot/running2-right.svg assets/dot r1
dot/running2-top.svg assets/dot r1
dot/running3-bottom.svg assets/dot r1
dot/running3-left.svg assets/dot r1
dot/running3-right.svg assets/dot r1
dot/running3-top.svg assets/dot r1
dot/running4-bottom.svg assets/dot r1
dot/running4-left.svg assets/dot r1
dot/running4-right.svg assets/dot r1
dot/running4-top.svg assets/dot r1

workspaces-to-dock/four-bottom.svg extensions/workspaces-to-dock/assets r1
workspaces-to-dock/four-left.svg extensions/workspaces-to-dock/assets r1
workspaces-to-dock/four-right.svg extensions/workspaces-to-dock/assets r1
Expand Down
86 changes: 0 additions & 86 deletions shell/asset/assets-gnome-shell/dot/running1-bottom.svg.in

This file was deleted.

86 changes: 0 additions & 86 deletions shell/asset/assets-gnome-shell/dot/running1-left.svg.in

This file was deleted.

Loading

0 comments on commit 5ec618e

Please sign in to comment.