[gnome-applets] netspeed: move status icons to correct directory
- From: Alberts Muktupāvels <muktupavels src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-applets] netspeed: move status icons to correct directory
- Date: Tue, 10 Mar 2020 22:18:00 +0000 (UTC)
commit 54b89952be2078abacfb1d5fe0cb3a2ae889d609
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date: Wed Mar 11 00:12:28 2020 +0200
netspeed: move status icons to correct directory
These icons used to have 24px height but was changed in
7e292844efba759ec9179e933f44570765b9e9cd.
https://gitlab.gnome.org/GNOME/gnome-applets/issues/8
configure.ac | 2 +-
netspeed/icons/16x16/Makefile.am | 2 +-
netspeed/icons/{24x24 => 16x16}/status/Makefile.am | 2 +-
.../icons/{24x24 => 16x16}/status/netspeed-wireless-100.png | Bin
.../icons/{24x24 => 16x16}/status/netspeed-wireless-25.png | Bin
.../icons/{24x24 => 16x16}/status/netspeed-wireless-50.png | Bin
.../icons/{24x24 => 16x16}/status/netspeed-wireless-75.png | Bin
netspeed/icons/24x24/Makefile.am | 2 +-
8 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index e304c9224..c26039fce 100644
--- a/configure.ac
+++ b/configure.ac
@@ -644,11 +644,11 @@ AC_CONFIG_FILES([
netspeed/icons/16x16/Makefile
netspeed/icons/16x16/apps/Makefile
netspeed/icons/16x16/devices/Makefile
+ netspeed/icons/16x16/status/Makefile
netspeed/icons/22x22/Makefile
netspeed/icons/22x22/apps/Makefile
netspeed/icons/24x24/Makefile
netspeed/icons/24x24/apps/Makefile
- netspeed/icons/24x24/status/Makefile
netspeed/icons/32x32/Makefile
netspeed/icons/32x32/apps/Makefile
netspeed/icons/48x48/Makefile
diff --git a/netspeed/icons/16x16/Makefile.am b/netspeed/icons/16x16/Makefile.am
index eb00566d4..dfde3f106 100644
--- a/netspeed/icons/16x16/Makefile.am
+++ b/netspeed/icons/16x16/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = apps devices
+SUBDIRS = apps devices status
-include $(top_srcdir)/git.mk
diff --git a/netspeed/icons/24x24/status/Makefile.am b/netspeed/icons/16x16/status/Makefile.am
similarity index 95%
rename from netspeed/icons/24x24/status/Makefile.am
rename to netspeed/icons/16x16/status/Makefile.am
index 8ff64c8d7..4acd971cc 100644
--- a/netspeed/icons/24x24/status/Makefile.am
+++ b/netspeed/icons/16x16/status/Makefile.am
@@ -1,5 +1,5 @@
themedir = $(datadir)/icons/hicolor
-size = 24x24
+size = 16x16
context = status
iconsdir = $(themedir)/$(size)/$(context)
diff --git a/netspeed/icons/24x24/status/netspeed-wireless-100.png
b/netspeed/icons/16x16/status/netspeed-wireless-100.png
similarity index 100%
rename from netspeed/icons/24x24/status/netspeed-wireless-100.png
rename to netspeed/icons/16x16/status/netspeed-wireless-100.png
diff --git a/netspeed/icons/24x24/status/netspeed-wireless-25.png
b/netspeed/icons/16x16/status/netspeed-wireless-25.png
similarity index 100%
rename from netspeed/icons/24x24/status/netspeed-wireless-25.png
rename to netspeed/icons/16x16/status/netspeed-wireless-25.png
diff --git a/netspeed/icons/24x24/status/netspeed-wireless-50.png
b/netspeed/icons/16x16/status/netspeed-wireless-50.png
similarity index 100%
rename from netspeed/icons/24x24/status/netspeed-wireless-50.png
rename to netspeed/icons/16x16/status/netspeed-wireless-50.png
diff --git a/netspeed/icons/24x24/status/netspeed-wireless-75.png
b/netspeed/icons/16x16/status/netspeed-wireless-75.png
similarity index 100%
rename from netspeed/icons/24x24/status/netspeed-wireless-75.png
rename to netspeed/icons/16x16/status/netspeed-wireless-75.png
diff --git a/netspeed/icons/24x24/Makefile.am b/netspeed/icons/24x24/Makefile.am
index 8aac1909b..237e20997 100644
--- a/netspeed/icons/24x24/Makefile.am
+++ b/netspeed/icons/24x24/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = apps status
+SUBDIRS = apps
-include $(top_srcdir)/git.mk
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]