[gnome-games] gnobots2: Move icons into <game>/data/ directories



commit c21cf5bd6fb0e6790d52c256158465ed8ed46309
Author: Robert Ancell <robert ancell canonical com>
Date:   Fri Dec 30 15:50:34 2011 +1100

    gnobots2: Move icons into <game>/data/ directories

 configure.in                                       |    1 +
 gnobots2/data/Makefile.am                          |    2 ++
 gnobots2/data/gnobots2.desktop.in.in               |    2 +-
 .../data/icons/16x16/gnobots2.png                  |  Bin 864 -> 864 bytes
 .../data/icons/22x22/gnobots2.png                  |  Bin 1330 -> 1330 bytes
 .../data/icons/24x24/gnobots2.png                  |  Bin 1358 -> 1358 bytes
 .../data/icons/32x32/gnobots2.png                  |  Bin 2071 -> 2071 bytes
 .../data/icons/48x48/gnobots2.png                  |  Bin 3129 -> 3129 bytes
 gnobots2/data/icons/Makefile.am                    |   13 +++++++++++++
 .../data/icons/scalable/gnobots2.svg               |    0
 10 files changed, 17 insertions(+), 1 deletions(-)
---
diff --git a/configure.in b/configure.in
index bd092d5..22581a8 100644
--- a/configure.in
+++ b/configure.in
@@ -859,6 +859,7 @@ quadrapassel/help/Makefile
 quadrapassel/src/Makefile
 gnobots2/Makefile
 gnobots2/data/Makefile
+gnobots2/data/icons/Makefile
 gnobots2/help/Makefile
 gnobots2/src/Makefile
 gnibbles/Makefile
diff --git a/gnobots2/data/Makefile.am b/gnobots2/data/Makefile.am
index e30773e..46d6710 100644
--- a/gnobots2/data/Makefile.am
+++ b/gnobots2/data/Makefile.am
@@ -1,3 +1,5 @@
+SUBDIRS = icons
+
 schema_in_files = gnobots2.schemas.in
 if HAVE_GNOME
 schemadir = $(GCONF_SCHEMA_FILE_DIR)
diff --git a/gnobots2/data/gnobots2.desktop.in.in b/gnobots2/data/gnobots2.desktop.in.in
index 208f8c8..4ff17ec 100644
--- a/gnobots2/data/gnobots2.desktop.in.in
+++ b/gnobots2/data/gnobots2.desktop.in.in
@@ -7,7 +7,7 @@ Terminal=false
 Type=Application
 Categories=GNOME;GTK;Game;ArcadeGame;
 X-GNOME-Bugzilla-Bugzilla=GNOME
-X-GNOME-Bugzilla-Product=gnome-games
+X-GNOME-Bugzilla-Product=gnome-robots
 X-GNOME-Bugzilla-Component=BugBuddyBugs
 X-GNOME-Bugzilla-Version= VERSION@
 StartupNotify=true
diff --git a/icons/hicolor_apps_16x16_gnome-robots.png b/gnobots2/data/icons/16x16/gnobots2.png
similarity index 100%
rename from icons/hicolor_apps_16x16_gnome-robots.png
rename to gnobots2/data/icons/16x16/gnobots2.png
diff --git a/icons/hicolor_apps_22x22_gnome-robots.png b/gnobots2/data/icons/22x22/gnobots2.png
similarity index 100%
rename from icons/hicolor_apps_22x22_gnome-robots.png
rename to gnobots2/data/icons/22x22/gnobots2.png
diff --git a/icons/hicolor_apps_24x24_gnome-robots.png b/gnobots2/data/icons/24x24/gnobots2.png
similarity index 100%
rename from icons/hicolor_apps_24x24_gnome-robots.png
rename to gnobots2/data/icons/24x24/gnobots2.png
diff --git a/icons/hicolor_apps_32x32_gnome-robots.png b/gnobots2/data/icons/32x32/gnobots2.png
similarity index 100%
rename from icons/hicolor_apps_32x32_gnome-robots.png
rename to gnobots2/data/icons/32x32/gnobots2.png
diff --git a/icons/hicolor_apps_48x48_gnome-robots.png b/gnobots2/data/icons/48x48/gnobots2.png
similarity index 100%
rename from icons/hicolor_apps_48x48_gnome-robots.png
rename to gnobots2/data/icons/48x48/gnobots2.png
diff --git a/gnobots2/data/icons/Makefile.am b/gnobots2/data/icons/Makefile.am
new file mode 100644
index 0000000..dd0d1a0
--- /dev/null
+++ b/gnobots2/data/icons/Makefile.am
@@ -0,0 +1,13 @@
+icon16dir=$(datadir)/icons/hicolor/16x16/apps
+icon22dir=$(datadir)/icons/hicolor/22x22/apps
+icon24dir=$(datadir)/icons/hicolor/24x24/apps
+icon32dir=$(datadir)/icons/hicolor/32x32/apps
+icon48dir=$(datadir)/icons/hicolor/48x48/apps
+iconscalabledir=$(datadir)/icons/hicolor/scalable/apps
+
+icon16_DATA = 16x16/gnobots2.png
+icon22_DATA = 22x22/gnobots2.png
+icon24_DATA = 24x24/gnobots2.png
+icon32_DATA = 32x32/gnobots2.png
+icon48_DATA = 48x48/gnobots2.png
+iconscalable_DATA = scalable/gnobots2.svg
diff --git a/icons/hicolor_apps_scalable_gnome-robots.svg b/gnobots2/data/icons/scalable/gnobots2.svg
similarity index 100%
rename from icons/hicolor_apps_scalable_gnome-robots.svg
rename to gnobots2/data/icons/scalable/gnobots2.svg



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]