From e77fbdc213d3cc639d30a3e1a69d29532edff763 Mon Sep 17 00:00:00 2001 From: Luca Ferretti Date: Thu, 10 Jan 2008 13:50:53 +0000 Subject: Move "nautilus" named icon from icon/appicon to data/icons matching the 2008-01-10 Luca Ferretti * configure.in: * data/Makefile.am: * data/icons/*: * icons/Makefile.am: * icons/appicon/*: Move "nautilus" named icon from icon/appicon to data/icons matching the directory and naming structure of other GNOME projects. This will also help if we'll need to add custom themeable icons. svn path=/trunk/; revision=13583 --- ChangeLog | 14 ++ configure.in | 17 +- data/Makefile.am | 1 + data/icons/16x16/Makefile.am | 1 + data/icons/16x16/apps/Makefile.am | 29 +++ data/icons/16x16/apps/nautilus.png | Bin 0 -> 874 bytes data/icons/16x16/apps/nautilus.svg | 262 +++++++++++++++++++++++++++ data/icons/22x22/Makefile.am | 1 + data/icons/22x22/apps/Makefile.am | 29 +++ data/icons/22x22/apps/nautilus.png | Bin 0 -> 1270 bytes data/icons/22x22/apps/nautilus.svg | 323 ++++++++++++++++++++++++++++++++++ data/icons/24x24/Makefile.am | 1 + data/icons/24x24/apps/Makefile.am | 24 +++ data/icons/24x24/apps/nautilus.png | Bin 0 -> 1310 bytes data/icons/32x32/Makefile.am | 1 + data/icons/32x32/apps/Makefile.am | 29 +++ data/icons/32x32/apps/nautilus.png | Bin 0 -> 2345 bytes data/icons/32x32/apps/nautilus.svg | 314 +++++++++++++++++++++++++++++++++ data/icons/Makefile.am | 14 ++ data/icons/scalable/Makefile.am | 1 + data/icons/scalable/apps/Makefile.am | 24 +++ data/icons/scalable/apps/nautilus.svg | 275 +++++++++++++++++++++++++++++ icons/Makefile.am | 2 - icons/appicon/16x16/Makefile.am | 29 --- icons/appicon/16x16/nautilus.png | Bin 874 -> 0 bytes icons/appicon/16x16/nautilus.svg | 262 --------------------------- icons/appicon/22x22/Makefile.am | 29 --- icons/appicon/22x22/nautilus.png | Bin 1270 -> 0 bytes icons/appicon/22x22/nautilus.svg | 323 ---------------------------------- icons/appicon/24x24/Makefile.am | 24 --- icons/appicon/24x24/nautilus.png | Bin 1310 -> 0 bytes icons/appicon/32x32/Makefile.am | 29 --- icons/appicon/32x32/nautilus.png | Bin 2345 -> 0 bytes icons/appicon/32x32/nautilus.svg | 314 --------------------------------- icons/appicon/Makefile.am | 3 - icons/appicon/scalable/Makefile.am | 24 --- icons/appicon/scalable/nautilus.svg | 275 ----------------------------- 37 files changed, 1354 insertions(+), 1320 deletions(-) create mode 100644 data/icons/16x16/Makefile.am create mode 100644 data/icons/16x16/apps/Makefile.am create mode 100644 data/icons/16x16/apps/nautilus.png create mode 100644 data/icons/16x16/apps/nautilus.svg create mode 100644 data/icons/22x22/Makefile.am create mode 100644 data/icons/22x22/apps/Makefile.am create mode 100644 data/icons/22x22/apps/nautilus.png create mode 100644 data/icons/22x22/apps/nautilus.svg create mode 100644 data/icons/24x24/Makefile.am create mode 100644 data/icons/24x24/apps/Makefile.am create mode 100644 data/icons/24x24/apps/nautilus.png create mode 100644 data/icons/32x32/Makefile.am create mode 100644 data/icons/32x32/apps/Makefile.am create mode 100644 data/icons/32x32/apps/nautilus.png create mode 100644 data/icons/32x32/apps/nautilus.svg create mode 100644 data/icons/Makefile.am create mode 100644 data/icons/scalable/Makefile.am create mode 100644 data/icons/scalable/apps/Makefile.am create mode 100644 data/icons/scalable/apps/nautilus.svg delete mode 100644 icons/appicon/16x16/Makefile.am delete mode 100644 icons/appicon/16x16/nautilus.png delete mode 100644 icons/appicon/16x16/nautilus.svg delete mode 100644 icons/appicon/22x22/Makefile.am delete mode 100644 icons/appicon/22x22/nautilus.png delete mode 100644 icons/appicon/22x22/nautilus.svg delete mode 100644 icons/appicon/24x24/Makefile.am delete mode 100644 icons/appicon/24x24/nautilus.png delete mode 100644 icons/appicon/32x32/Makefile.am delete mode 100644 icons/appicon/32x32/nautilus.png delete mode 100644 icons/appicon/32x32/nautilus.svg delete mode 100644 icons/appicon/Makefile.am delete mode 100644 icons/appicon/scalable/Makefile.am delete mode 100644 icons/appicon/scalable/nautilus.svg diff --git a/ChangeLog b/ChangeLog index c570aa6c3..b6e9bff1c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2008-01-10 Luca Ferretti + + * configure.in: + * data/Makefile.am: + * data/icons/*: + * icons/Makefile.am: + * icons/appicon/*: + Move "nautilus" named icon from icon/appicon to data/icons + matching the directory and naming structure of other GNOME + projects. + + This will also help if we'll need to add custom themeable + icons. + 2008-01-10 Alexander Larsson * libnautilus-private/nautilus-mime-actions.c: diff --git a/configure.in b/configure.in index d8ae3faee..86b776cbe 100644 --- a/configure.in +++ b/configure.in @@ -462,15 +462,20 @@ cut-n-paste-code/libegg/Makefile cut-n-paste-code/gsequence/Makefile cut-n-paste-code/widgets/Makefile data/Makefile +data/icons/Makefile +data/icons/16x16/Makefile +data/icons/16x16/apps/Makefile +data/icons/22x22/Makefile +data/icons/22x22/apps/Makefile +data/icons/24x24/Makefile +data/icons/24x24/apps/Makefile +data/icons/32x32/Makefile +data/icons/32x32/apps/Makefile +data/icons/scalable/Makefile +data/icons/scalable/apps/Makefile data/patterns/Makefile docs/Makefile icons/Makefile -icons/appicon/Makefile -icons/appicon/16x16/Makefile -icons/appicon/22x22/Makefile -icons/appicon/24x24/Makefile -icons/appicon/32x32/Makefile -icons/appicon/scalable/Makefile libbackground/Makefile libnautilus-private/Makefile libnautilus-extension/Makefile diff --git a/data/Makefile.am b/data/Makefile.am index 6fea76049..293441139 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -22,6 +22,7 @@ EXTRA_DIST = $(nautilusdata_DATA) \ CLEANFILES = $(xml_files) SUBDIRS = \ + icons \ patterns \ $(NULL) diff --git a/data/icons/16x16/Makefile.am b/data/icons/16x16/Makefile.am new file mode 100644 index 000000000..ebbd1452f --- /dev/null +++ b/data/icons/16x16/Makefile.am @@ -0,0 +1 @@ +SUBDIRS = apps diff --git a/data/icons/16x16/apps/Makefile.am b/data/icons/16x16/apps/Makefile.am new file mode 100644 index 000000000..093bd1ca8 --- /dev/null +++ b/data/icons/16x16/apps/Makefile.am @@ -0,0 +1,29 @@ +NULL = +themedir = $(datadir)/icons/hicolor +size = 16x16 +context = apps + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + nautilus.png \ + $(NULL) + +icons_SOURCE = \ + nautilus.svg \ + $(NULL) + +EXTRA_DIST = \ + $(icons_DATA) \ + $(icons_SOURCE) + +gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor + +install-data-hook: + @-if test -z "$(DESTDIR)"; then \ + echo "Updating Gtk icon cache."; \ + $(gtk_update_icon_cache); \ + else \ + echo "*** Icon cache not updated. After install, run this:"; \ + echo "*** $(gtk_update_icon_cache)"; \ + fi diff --git a/data/icons/16x16/apps/nautilus.png b/data/icons/16x16/apps/nautilus.png new file mode 100644 index 000000000..fa5c46910 Binary files /dev/null and b/data/icons/16x16/apps/nautilus.png differ diff --git a/data/icons/16x16/apps/nautilus.svg b/data/icons/16x16/apps/nautilus.svg new file mode 100644 index 000000000..5bd489464 --- /dev/null +++ b/data/icons/16x16/apps/nautilus.svg @@ -0,0 +1,262 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + Ulisse Perusin + + + Nautilus + + + Nautilus + file manager + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/icons/22x22/Makefile.am b/data/icons/22x22/Makefile.am new file mode 100644 index 000000000..ebbd1452f --- /dev/null +++ b/data/icons/22x22/Makefile.am @@ -0,0 +1 @@ +SUBDIRS = apps diff --git a/data/icons/22x22/apps/Makefile.am b/data/icons/22x22/apps/Makefile.am new file mode 100644 index 000000000..acb7b5c97 --- /dev/null +++ b/data/icons/22x22/apps/Makefile.am @@ -0,0 +1,29 @@ +NULL = +themedir = $(datadir)/icons/hicolor +size = 22x22 +context = apps + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + nautilus.png \ + $(NULL) + +icons_SOURCE = \ + nautilus.svg \ + $(NULL) + +EXTRA_DIST = \ + $(icons_DATA) \ + $(icons_SOURCE) + +gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor + +install-data-hook: + @-if test -z "$(DESTDIR)"; then \ + echo "Updating Gtk icon cache."; \ + $(gtk_update_icon_cache); \ + else \ + echo "*** Icon cache not updated. After install, run this:"; \ + echo "*** $(gtk_update_icon_cache)"; \ + fi diff --git a/data/icons/22x22/apps/nautilus.png b/data/icons/22x22/apps/nautilus.png new file mode 100644 index 000000000..945d4d740 Binary files /dev/null and b/data/icons/22x22/apps/nautilus.png differ diff --git a/data/icons/22x22/apps/nautilus.svg b/data/icons/22x22/apps/nautilus.svg new file mode 100644 index 000000000..d18c6de70 --- /dev/null +++ b/data/icons/22x22/apps/nautilus.svg @@ -0,0 +1,323 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + Ulisse Perusin + + + Nautilus + + + Nautilus + file manager + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/icons/24x24/Makefile.am b/data/icons/24x24/Makefile.am new file mode 100644 index 000000000..ebbd1452f --- /dev/null +++ b/data/icons/24x24/Makefile.am @@ -0,0 +1 @@ +SUBDIRS = apps diff --git a/data/icons/24x24/apps/Makefile.am b/data/icons/24x24/apps/Makefile.am new file mode 100644 index 000000000..899b3f7c2 --- /dev/null +++ b/data/icons/24x24/apps/Makefile.am @@ -0,0 +1,24 @@ +NULL = +themedir = $(datadir)/icons/hicolor +size = 24x24 +context = apps + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + nautilus.png \ + $(NULL) + +EXTRA_DIST = \ + $(icons_DATA) + +gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor + +install-data-hook: + @-if test -z "$(DESTDIR)"; then \ + echo "Updating Gtk icon cache."; \ + $(gtk_update_icon_cache); \ + else \ + echo "*** Icon cache not updated. After install, run this:"; \ + echo "*** $(gtk_update_icon_cache)"; \ + fi diff --git a/data/icons/24x24/apps/nautilus.png b/data/icons/24x24/apps/nautilus.png new file mode 100644 index 000000000..ea61f182c Binary files /dev/null and b/data/icons/24x24/apps/nautilus.png differ diff --git a/data/icons/32x32/Makefile.am b/data/icons/32x32/Makefile.am new file mode 100644 index 000000000..ebbd1452f --- /dev/null +++ b/data/icons/32x32/Makefile.am @@ -0,0 +1 @@ +SUBDIRS = apps diff --git a/data/icons/32x32/apps/Makefile.am b/data/icons/32x32/apps/Makefile.am new file mode 100644 index 000000000..9241d3a3c --- /dev/null +++ b/data/icons/32x32/apps/Makefile.am @@ -0,0 +1,29 @@ +NULL = +themedir = $(datadir)/icons/hicolor +size = 32x32 +context = apps + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + nautilus.png \ + $(NULL) + +icons_SOURCE = \ + nautilus.svg \ + $(NULL) + +EXTRA_DIST = \ + $(icons_DATA) \ + $(icons_SOURCE) + +gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor + +install-data-hook: + @-if test -z "$(DESTDIR)"; then \ + echo "Updating Gtk icon cache."; \ + $(gtk_update_icon_cache); \ + else \ + echo "*** Icon cache not updated. After install, run this:"; \ + echo "*** $(gtk_update_icon_cache)"; \ + fi diff --git a/data/icons/32x32/apps/nautilus.png b/data/icons/32x32/apps/nautilus.png new file mode 100644 index 000000000..3f4f8e0f9 Binary files /dev/null and b/data/icons/32x32/apps/nautilus.png differ diff --git a/data/icons/32x32/apps/nautilus.svg b/data/icons/32x32/apps/nautilus.svg new file mode 100644 index 000000000..2bcf1371b --- /dev/null +++ b/data/icons/32x32/apps/nautilus.svg @@ -0,0 +1,314 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + Ulisse Perusin + + + Nautilus + + + Nautilus + file manager + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am new file mode 100644 index 000000000..87db08603 --- /dev/null +++ b/data/icons/Makefile.am @@ -0,0 +1,14 @@ +SUBDIRS = 16x16 22x22 24x24 32x32 scalable + +gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor + +install-data-hook: update-icon-cache +uninstall-hook: update-icon-cache +update-icon-cache: + @-if test -z "$(DESTDIR)"; then \ + echo "Updating Gtk icon cache."; \ + $(gtk_update_icon_cache); \ + else \ + echo "*** Icon cache not updated. After (un)install, run this:"; \ + echo "*** $(gtk_update_icon_cache)"; \ + fi diff --git a/data/icons/scalable/Makefile.am b/data/icons/scalable/Makefile.am new file mode 100644 index 000000000..ebbd1452f --- /dev/null +++ b/data/icons/scalable/Makefile.am @@ -0,0 +1 @@ +SUBDIRS = apps diff --git a/data/icons/scalable/apps/Makefile.am b/data/icons/scalable/apps/Makefile.am new file mode 100644 index 000000000..46109ecfd --- /dev/null +++ b/data/icons/scalable/apps/Makefile.am @@ -0,0 +1,24 @@ +NULL = +themedir = $(datadir)/icons/hicolor +size = scalable +context = apps + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + nautilus.svg \ + $(NULL) + +EXTRA_DIST = \ + $(icons_DATA) + +gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor + +install-data-hook: + @-if test -z "$(DESTDIR)"; then \ + echo "Updating Gtk icon cache."; \ + $(gtk_update_icon_cache); \ + else \ + echo "*** Icon cache not updated. After install, run this:"; \ + echo "*** $(gtk_update_icon_cache)"; \ + fi diff --git a/data/icons/scalable/apps/nautilus.svg b/data/icons/scalable/apps/nautilus.svg new file mode 100644 index 000000000..df00a0dcd --- /dev/null +++ b/data/icons/scalable/apps/nautilus.svg @@ -0,0 +1,275 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + Ulisse Perusin + + + Nautilus + + + Nautilus + file manager + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/Makefile.am b/icons/Makefile.am index 139516d9b..b292f7724 100644 --- a/icons/Makefile.am +++ b/icons/Makefile.am @@ -1,7 +1,5 @@ NULL= -SUBDIRS = appicon - icondir = $(datadir)/pixmaps/nautilus icon_DATA =\ diff --git a/icons/appicon/16x16/Makefile.am b/icons/appicon/16x16/Makefile.am deleted file mode 100644 index 093bd1ca8..000000000 --- a/icons/appicon/16x16/Makefile.am +++ /dev/null @@ -1,29 +0,0 @@ -NULL = -themedir = $(datadir)/icons/hicolor -size = 16x16 -context = apps - -iconsdir = $(themedir)/$(size)/$(context) - -icons_DATA = \ - nautilus.png \ - $(NULL) - -icons_SOURCE = \ - nautilus.svg \ - $(NULL) - -EXTRA_DIST = \ - $(icons_DATA) \ - $(icons_SOURCE) - -gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor - -install-data-hook: - @-if test -z "$(DESTDIR)"; then \ - echo "Updating Gtk icon cache."; \ - $(gtk_update_icon_cache); \ - else \ - echo "*** Icon cache not updated. After install, run this:"; \ - echo "*** $(gtk_update_icon_cache)"; \ - fi diff --git a/icons/appicon/16x16/nautilus.png b/icons/appicon/16x16/nautilus.png deleted file mode 100644 index fa5c46910..000000000 Binary files a/icons/appicon/16x16/nautilus.png and /dev/null differ diff --git a/icons/appicon/16x16/nautilus.svg b/icons/appicon/16x16/nautilus.svg deleted file mode 100644 index 5bd489464..000000000 --- a/icons/appicon/16x16/nautilus.svg +++ /dev/null @@ -1,262 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - Ulisse Perusin - - - Nautilus - - - Nautilus - file manager - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/icons/appicon/22x22/Makefile.am b/icons/appicon/22x22/Makefile.am deleted file mode 100644 index acb7b5c97..000000000 --- a/icons/appicon/22x22/Makefile.am +++ /dev/null @@ -1,29 +0,0 @@ -NULL = -themedir = $(datadir)/icons/hicolor -size = 22x22 -context = apps - -iconsdir = $(themedir)/$(size)/$(context) - -icons_DATA = \ - nautilus.png \ - $(NULL) - -icons_SOURCE = \ - nautilus.svg \ - $(NULL) - -EXTRA_DIST = \ - $(icons_DATA) \ - $(icons_SOURCE) - -gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor - -install-data-hook: - @-if test -z "$(DESTDIR)"; then \ - echo "Updating Gtk icon cache."; \ - $(gtk_update_icon_cache); \ - else \ - echo "*** Icon cache not updated. After install, run this:"; \ - echo "*** $(gtk_update_icon_cache)"; \ - fi diff --git a/icons/appicon/22x22/nautilus.png b/icons/appicon/22x22/nautilus.png deleted file mode 100644 index 945d4d740..000000000 Binary files a/icons/appicon/22x22/nautilus.png and /dev/null differ diff --git a/icons/appicon/22x22/nautilus.svg b/icons/appicon/22x22/nautilus.svg deleted file mode 100644 index d18c6de70..000000000 --- a/icons/appicon/22x22/nautilus.svg +++ /dev/null @@ -1,323 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - Ulisse Perusin - - - Nautilus - - - Nautilus - file manager - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/icons/appicon/24x24/Makefile.am b/icons/appicon/24x24/Makefile.am deleted file mode 100644 index 899b3f7c2..000000000 --- a/icons/appicon/24x24/Makefile.am +++ /dev/null @@ -1,24 +0,0 @@ -NULL = -themedir = $(datadir)/icons/hicolor -size = 24x24 -context = apps - -iconsdir = $(themedir)/$(size)/$(context) - -icons_DATA = \ - nautilus.png \ - $(NULL) - -EXTRA_DIST = \ - $(icons_DATA) - -gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor - -install-data-hook: - @-if test -z "$(DESTDIR)"; then \ - echo "Updating Gtk icon cache."; \ - $(gtk_update_icon_cache); \ - else \ - echo "*** Icon cache not updated. After install, run this:"; \ - echo "*** $(gtk_update_icon_cache)"; \ - fi diff --git a/icons/appicon/24x24/nautilus.png b/icons/appicon/24x24/nautilus.png deleted file mode 100644 index ea61f182c..000000000 Binary files a/icons/appicon/24x24/nautilus.png and /dev/null differ diff --git a/icons/appicon/32x32/Makefile.am b/icons/appicon/32x32/Makefile.am deleted file mode 100644 index 9241d3a3c..000000000 --- a/icons/appicon/32x32/Makefile.am +++ /dev/null @@ -1,29 +0,0 @@ -NULL = -themedir = $(datadir)/icons/hicolor -size = 32x32 -context = apps - -iconsdir = $(themedir)/$(size)/$(context) - -icons_DATA = \ - nautilus.png \ - $(NULL) - -icons_SOURCE = \ - nautilus.svg \ - $(NULL) - -EXTRA_DIST = \ - $(icons_DATA) \ - $(icons_SOURCE) - -gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor - -install-data-hook: - @-if test -z "$(DESTDIR)"; then \ - echo "Updating Gtk icon cache."; \ - $(gtk_update_icon_cache); \ - else \ - echo "*** Icon cache not updated. After install, run this:"; \ - echo "*** $(gtk_update_icon_cache)"; \ - fi diff --git a/icons/appicon/32x32/nautilus.png b/icons/appicon/32x32/nautilus.png deleted file mode 100644 index 3f4f8e0f9..000000000 Binary files a/icons/appicon/32x32/nautilus.png and /dev/null differ diff --git a/icons/appicon/32x32/nautilus.svg b/icons/appicon/32x32/nautilus.svg deleted file mode 100644 index 2bcf1371b..000000000 --- a/icons/appicon/32x32/nautilus.svg +++ /dev/null @@ -1,314 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - Ulisse Perusin - - - Nautilus - - - Nautilus - file manager - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/icons/appicon/Makefile.am b/icons/appicon/Makefile.am deleted file mode 100644 index 25f9c2940..000000000 --- a/icons/appicon/Makefile.am +++ /dev/null @@ -1,3 +0,0 @@ -NULL = - -SUBDIRS = 16x16 22x22 24x24 32x32 scalable \ No newline at end of file diff --git a/icons/appicon/scalable/Makefile.am b/icons/appicon/scalable/Makefile.am deleted file mode 100644 index 46109ecfd..000000000 --- a/icons/appicon/scalable/Makefile.am +++ /dev/null @@ -1,24 +0,0 @@ -NULL = -themedir = $(datadir)/icons/hicolor -size = scalable -context = apps - -iconsdir = $(themedir)/$(size)/$(context) - -icons_DATA = \ - nautilus.svg \ - $(NULL) - -EXTRA_DIST = \ - $(icons_DATA) - -gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor - -install-data-hook: - @-if test -z "$(DESTDIR)"; then \ - echo "Updating Gtk icon cache."; \ - $(gtk_update_icon_cache); \ - else \ - echo "*** Icon cache not updated. After install, run this:"; \ - echo "*** $(gtk_update_icon_cache)"; \ - fi diff --git a/icons/appicon/scalable/nautilus.svg b/icons/appicon/scalable/nautilus.svg deleted file mode 100644 index df00a0dcd..000000000 --- a/icons/appicon/scalable/nautilus.svg +++ /dev/null @@ -1,275 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - Ulisse Perusin - - - Nautilus - - - Nautilus - file manager - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -- cgit v1.2.1