[transmageddon] Add scaled icons for Transmageddon



commit b83df36b1e384c3f9b2de86d02e134c28dd1fa20
Author: Christian Fredrik Kalager Schaller <uraeus linuxrising org>
Date:   Fri Nov 29 14:53:15 2013 +0100

    Add scaled icons for Transmageddon

 Makefile.am                     |    2 +-
 configure.ac                    |    8 ++++++++
 icons/16x16/Makefile.am         |    4 ++++
 icons/16x16/transmageddon.png   |  Bin 0 -> 845 bytes
 icons/22x22/Makefile.am         |    4 ++++
 icons/22x22/transmageddon.png   |  Bin 0 -> 1104 bytes
 icons/24x24/Makefile.am         |    4 ++++
 icons/24x24/transmageddon.png   |  Bin 0 -> 1140 bytes
 icons/256x256/Makefile.am       |    4 ++++
 icons/256x256/transmageddon.png |  Bin 0 -> 17511 bytes
 icons/32x32/Makefile.am         |    4 ++++
 icons/32x32/transmageddon.png   |  Bin 0 -> 1342 bytes
 icons/48x48/Makefile.am         |    4 ++++
 icons/48x48/transmageddon.png   |  Bin 0 -> 2356 bytes
 icons/Makefile.am               |    3 +++
 src/transmageddon.png           |  Bin 18213 -> 0 bytes
 16 files changed, 36 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index a0c283e..916e971 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,6 @@
 ACLOCAL_AMFLAGS = -I common/m4 ${ACLOCAL_FLAGS}
 
-SUBDIRS        = bin src common po profiles presets
+SUBDIRS        = bin src common po profiles presets appdata icons
 
 @INTLTOOL_DESKTOP_RULE@
 
diff --git a/configure.ac b/configure.ac
index 32f3e15..5a028c3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -63,9 +63,17 @@ dnl output stuff
 AC_CONFIG_FILES([
 Makefile
 appdata/transmageddon.xml
+appdata/Makefile
 bin/Makefile
 common/Makefile
 common/m4/Makefile
+icons/Makefile
+icons/16x16/Makefile
+icons/22x22/Makefile
+icons/24x24/Makefile
+icons/32x32/Makefile
+icons/48x48/Makefile
+icons/256x256/Makefile
 src/about.py
 src/Makefile
 profiles/Makefile
diff --git a/icons/16x16/Makefile.am b/icons/16x16/Makefile.am
new file mode 100644
index 0000000..2fddd52
--- /dev/null
+++ b/icons/16x16/Makefile.am
@@ -0,0 +1,4 @@
+icondir = $(datadir)/icons/hicolor/16x16/apps
+icon_DATA = transmageddon.png
+
+EXTRA_DIST = $(icon_DATA) 
diff --git a/icons/16x16/transmageddon.png b/icons/16x16/transmageddon.png
new file mode 100644
index 0000000..3d2316f
Binary files /dev/null and b/icons/16x16/transmageddon.png differ
diff --git a/icons/22x22/Makefile.am b/icons/22x22/Makefile.am
new file mode 100644
index 0000000..5627d68
--- /dev/null
+++ b/icons/22x22/Makefile.am
@@ -0,0 +1,4 @@
+icondir = $(datadir)/icons/hicolor/22x22/apps
+icon_DATA = transmageddon.png
+
+EXTRA_DIST = $(icon_DATA) 
diff --git a/icons/22x22/transmageddon.png b/icons/22x22/transmageddon.png
new file mode 100644
index 0000000..55008ef
Binary files /dev/null and b/icons/22x22/transmageddon.png differ
diff --git a/icons/24x24/Makefile.am b/icons/24x24/Makefile.am
new file mode 100644
index 0000000..963ca8e
--- /dev/null
+++ b/icons/24x24/Makefile.am
@@ -0,0 +1,4 @@
+icondir = $(datadir)/icons/hicolor/24x24/apps
+icon_DATA = transmageddon.png
+
+EXTRA_DIST = $(icon_DATA) 
diff --git a/icons/24x24/transmageddon.png b/icons/24x24/transmageddon.png
new file mode 100644
index 0000000..68ba20b
Binary files /dev/null and b/icons/24x24/transmageddon.png differ
diff --git a/icons/256x256/Makefile.am b/icons/256x256/Makefile.am
new file mode 100644
index 0000000..4f06f69
--- /dev/null
+++ b/icons/256x256/Makefile.am
@@ -0,0 +1,4 @@
+icondir = $(datadir)/icons/hicolor/256x256/apps
+icon_DATA = transmageddon.png
+
+EXTRA_DIST = $(icon_DATA) 
diff --git a/icons/256x256/transmageddon.png b/icons/256x256/transmageddon.png
new file mode 100644
index 0000000..5733bc3
Binary files /dev/null and b/icons/256x256/transmageddon.png differ
diff --git a/icons/32x32/Makefile.am b/icons/32x32/Makefile.am
new file mode 100644
index 0000000..be79fc6
--- /dev/null
+++ b/icons/32x32/Makefile.am
@@ -0,0 +1,4 @@
+icondir = $(datadir)/icons/hicolor/32x32/apps
+icon_DATA = transmageddon.png
+
+EXTRA_DIST = $(icon_DATA) 
diff --git a/icons/32x32/transmageddon.png b/icons/32x32/transmageddon.png
new file mode 100644
index 0000000..761a3f8
Binary files /dev/null and b/icons/32x32/transmageddon.png differ
diff --git a/icons/48x48/Makefile.am b/icons/48x48/Makefile.am
new file mode 100644
index 0000000..a7afeb8
--- /dev/null
+++ b/icons/48x48/Makefile.am
@@ -0,0 +1,4 @@
+icondir = $(datadir)/icons/hicolor/48x48/apps
+icon_DATA = transmageddon.png
+
+EXTRA_DIST = $(icon_DATA) 
diff --git a/icons/48x48/transmageddon.png b/icons/48x48/transmageddon.png
new file mode 100644
index 0000000..5ffb68d
Binary files /dev/null and b/icons/48x48/transmageddon.png differ
diff --git a/icons/Makefile.am b/icons/Makefile.am
new file mode 100644
index 0000000..73d5b4d
--- /dev/null
+++ b/icons/Makefile.am
@@ -0,0 +1,3 @@
+SUBDIRS = 16x16 22x22 24x24 32x32 48x48 256x256 scalable
+
+EXTRA_DIST = transmageddon.svg


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