[Swfdec] 2 commits - AUTHORS configure.ac data/icons
Benjamin Otte
company at kemper.freedesktop.org
Sun Oct 21 04:36:40 PDT 2007
AUTHORS | 1 +
configure.ac | 1 +
data/icons/16x16/Makefile.am | 2 ++
data/icons/16x16/swfdec.png |binary
data/icons/22x22/swfdec.png |binary
data/icons/Makefile.am | 2 +-
6 files changed, 5 insertions(+), 1 deletion(-)
New commits:
commit d6d82c2ed0e54d070fd0fd2bca41829aed370f4f
Author: Benjamin Otte <otte at gnome.org>
Date: Sun Oct 21 13:36:18 2007 +0200
add Cristian for his logo
diff --git a/AUTHORS b/AUTHORS
index 9b941b6..4c23fee 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,5 +1,6 @@
Andreas Henriksson <andreas at fatal.se>
Benjamin Otte <otte at gnome.org>
+Cristian Grada <krigenator at gmail.com>
David Schleef <ds at schleef.org>
Eric Anholt <eric at anholt.net>
Nguyá»
n Thái Ngá»c Duy <pclouds at gmail.com>
commit c861aca82e14d14e1ffb7f1828b489fa3a1739e9
Author: Cristian Grada <krigenator at gmail.com>
Date: Sun Oct 21 13:35:46 2007 +0200
add proper images for 16x16 and 22x22
diff --git a/configure.ac b/configure.ac
index 04ada89..97d474b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -319,6 +319,7 @@ AC_CONFIG_FILES(
Makefile
data/Makefile
data/icons/Makefile
+data/icons/16x16/Makefile
data/icons/22x22/Makefile
data/icons/24x24/Makefile
data/icons/32x32/Makefile
diff --git a/data/icons/16x16/Makefile.am b/data/icons/16x16/Makefile.am
new file mode 100644
index 0000000..a9625f1
--- /dev/null
+++ b/data/icons/16x16/Makefile.am
@@ -0,0 +1,2 @@
+icondir = $(datadir)/icons/hicolor/16x16/apps
+icon_DATA = swfdec.png
diff --git a/data/icons/16x16/swfdec.png b/data/icons/16x16/swfdec.png
new file mode 100644
index 0000000..6771f9a
Binary files /dev/null and b/data/icons/16x16/swfdec.png differ
diff --git a/data/icons/22x22/swfdec.png b/data/icons/22x22/swfdec.png
index 52ac41e..3965243 100644
Binary files a/data/icons/22x22/swfdec.png and b/data/icons/22x22/swfdec.png differ
diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am
index 9e8dc55..31513f3 100644
--- a/data/icons/Makefile.am
+++ b/data/icons/Makefile.am
@@ -1 +1 @@
-SUBDIRS = 22x22 24x24 32x32 48x48 scalable
+SUBDIRS = 16x16 22x22 24x24 32x32 48x48 scalable
More information about the Swfdec
mailing list