summaryrefslogtreecommitdiff
path: root/data/icons/22x22
diff options
context:
space:
mode:
Diffstat (limited to 'data/icons/22x22')
-rw-r--r--data/icons/22x22/Makefile.am2
-rw-r--r--data/icons/22x22/actions/Makefile.am15
-rw-r--r--data/icons/22x22/apps/Makefile.am17
-rw-r--r--data/icons/22x22/status/Makefile.am70
4 files changed, 0 insertions, 104 deletions
diff --git a/data/icons/22x22/Makefile.am b/data/icons/22x22/Makefile.am
deleted file mode 100644
index c755e92..0000000
--- a/data/icons/22x22/Makefile.am
+++ /dev/null
@@ -1,2 +0,0 @@
-SUBDIRS = actions apps status
-
diff --git a/data/icons/22x22/actions/Makefile.am b/data/icons/22x22/actions/Makefile.am
deleted file mode 100644
index e69fab1..0000000
--- a/data/icons/22x22/actions/Makefile.am
+++ /dev/null
@@ -1,15 +0,0 @@
-themedir = $(pkgdatadir)/icons/hicolor
-size = 22x22
-context = actions
-
-iconsdir = $(themedir)/$(size)/$(context)
-
-icons_DATA = \
- gpm-hibernate.png \
- gpm-suspend.png
-
-noinst_DATA =
-
-EXTRA_DIST = \
- $(icons_DATA) \
- $(noinst_DATA)
diff --git a/data/icons/22x22/apps/Makefile.am b/data/icons/22x22/apps/Makefile.am
deleted file mode 100644
index 78ab6ac..0000000
--- a/data/icons/22x22/apps/Makefile.am
+++ /dev/null
@@ -1,17 +0,0 @@
-themedir = $(datadir)/icons/hicolor
-size = 22x22
-context = apps
-
-iconsdir = $(themedir)/$(size)/$(context)
-
-icons_DATA = \
- mate-brightness-applet.png \
- mate-inhibit-applet.png \
- mate-power-manager.png \
- mate-power-statistics.png
-
-noinst_DATA =
-
-EXTRA_DIST = \
- $(icons_DATA) \
- $(noinst_DATA)
diff --git a/data/icons/22x22/status/Makefile.am b/data/icons/22x22/status/Makefile.am
deleted file mode 100644
index 57e2f97..0000000
--- a/data/icons/22x22/status/Makefile.am
+++ /dev/null
@@ -1,70 +0,0 @@
-themedir = $(pkgdatadir)/icons/hicolor
-size = 22x22
-context = status
-
-iconsdir = $(themedir)/$(size)/$(context)
-
-
-icons_DATA = \
- gpm-ac-adapter.png \
- gpm-brightness-lcd.png \
- gpm-brightness-kbd.png \
- gpm-brightness-lcd-disabled.png \
- gpm-brightness-kbd-disabled.png \
- gpm-brightness-lcd-invalid.png \
- gpm-brightness-kbd-invalid.png \
- gpm-inhibit.png \
- gpm-inhibit-invalid.png \
- gpm-keyboard-000.png \
- gpm-keyboard-020.png \
- gpm-keyboard-040.png \
- gpm-keyboard-060.png \
- gpm-keyboard-080.png \
- gpm-keyboard-100.png \
- gpm-phone-000.png \
- gpm-phone-020.png \
- gpm-phone-040.png \
- gpm-phone-060.png \
- gpm-phone-080.png \
- gpm-phone-100.png \
- gpm-mouse-000.png \
- gpm-mouse-020.png \
- gpm-mouse-040.png \
- gpm-mouse-060.png \
- gpm-mouse-080.png \
- gpm-mouse-100.png \
- gpm-battery-000.png \
- gpm-battery-020.png \
- gpm-battery-040.png \
- gpm-battery-060.png \
- gpm-battery-080.png \
- gpm-battery-100.png \
- gpm-battery-000-charging.png \
- gpm-battery-020-charging.png \
- gpm-battery-040-charging.png \
- gpm-battery-060-charging.png \
- gpm-battery-080-charging.png \
- gpm-battery-100-charging.png \
- gpm-battery-missing.png \
- gpm-battery-charged.png \
- gpm-battery-empty.png \
- gpm-ups-000.png \
- gpm-ups-020.png \
- gpm-ups-040.png \
- gpm-ups-060.png \
- gpm-ups-080.png \
- gpm-ups-100.png \
- gpm-ups-000-charging.png \
- gpm-ups-020-charging.png \
- gpm-ups-040-charging.png \
- gpm-ups-060-charging.png \
- gpm-ups-080-charging.png \
- gpm-ups-100-charging.png \
- gpm-ups-missing.png
-
-noinst_DATA =
-
-EXTRA_DIST = \
- $(icons_DATA) \
- $(noinst_DATA)
-