[buoh] Added 22x22, 24x24, 32x32 and 48x48 icons



commit c6f4f202e65711096ae7e78812c15324f0022698
Author: Pablo Castellano <pablog src gnome org>
Date:   Thu Jan 7 02:28:20 2010 +0100

    Added 22x22, 24x24, 32x32 and 48x48 icons
    
    Also updated POTFILES.in

 configure.in                 |    4 ++++
 data/icons/22x22/Makefile.am |    5 +++++
 data/icons/22x22/buoh.png    |  Bin 0 -> 1570 bytes
 data/icons/24x24/Makefile.am |    5 +++++
 data/icons/24x24/buoh.png    |  Bin 0 -> 1714 bytes
 data/icons/32x32/Makefile.am |    5 +++++
 data/icons/32x32/buoh.png    |  Bin 0 -> 2388 bytes
 data/icons/48x48/Makefile.am |    5 +++++
 data/icons/48x48/buoh.png    |  Bin 0 -> 3995 bytes
 data/icons/Makefile.am       |    2 +-
 po/POTFILES.in               |    4 ++++
 11 files changed, 29 insertions(+), 1 deletions(-)
---
diff --git a/configure.in b/configure.in
index 0856b3f..d634319 100644
--- a/configure.in
+++ b/configure.in
@@ -90,5 +90,9 @@ src/Makefile
 data/Makefile
 data/icons/Makefile
 data/icons/16x16/Makefile
+data/icons/22x22/Makefile
+data/icons/24x24/Makefile
+data/icons/32x32/Makefile
+data/icons/48x48/Makefile
 data/icons/64x64/Makefile
 ])
diff --git a/data/icons/22x22/Makefile.am b/data/icons/22x22/Makefile.am
new file mode 100644
index 0000000..6bcd899
--- /dev/null
+++ b/data/icons/22x22/Makefile.am
@@ -0,0 +1,5 @@
+icondir = $(datadir)/icons/hicolor/22x22/apps
+icon_DATA = buoh.png
+
+EXTRA_DIST = $(icon_DATA)
+
diff --git a/data/icons/22x22/buoh.png b/data/icons/22x22/buoh.png
new file mode 100644
index 0000000..daa6e46
Binary files /dev/null and b/data/icons/22x22/buoh.png differ
diff --git a/data/icons/24x24/Makefile.am b/data/icons/24x24/Makefile.am
new file mode 100644
index 0000000..6081137
--- /dev/null
+++ b/data/icons/24x24/Makefile.am
@@ -0,0 +1,5 @@
+icondir = $(datadir)/icons/hicolor/24x24/apps
+icon_DATA = buoh.png
+
+EXTRA_DIST = $(icon_DATA)
+
diff --git a/data/icons/24x24/buoh.png b/data/icons/24x24/buoh.png
new file mode 100644
index 0000000..0ef733b
Binary files /dev/null and b/data/icons/24x24/buoh.png differ
diff --git a/data/icons/32x32/Makefile.am b/data/icons/32x32/Makefile.am
new file mode 100644
index 0000000..a54f71e
--- /dev/null
+++ b/data/icons/32x32/Makefile.am
@@ -0,0 +1,5 @@
+icondir = $(datadir)/icons/hicolor/32x32/apps
+icon_DATA = buoh.png
+
+EXTRA_DIST = $(icon_DATA)
+
diff --git a/data/icons/32x32/buoh.png b/data/icons/32x32/buoh.png
new file mode 100644
index 0000000..a01bf60
Binary files /dev/null and b/data/icons/32x32/buoh.png differ
diff --git a/data/icons/48x48/Makefile.am b/data/icons/48x48/Makefile.am
new file mode 100644
index 0000000..c6d90b1
--- /dev/null
+++ b/data/icons/48x48/Makefile.am
@@ -0,0 +1,5 @@
+icondir = $(datadir)/icons/hicolor/48x48/apps
+icon_DATA = buoh.png
+
+EXTRA_DIST = $(icon_DATA)
+
diff --git a/data/icons/48x48/buoh.png b/data/icons/48x48/buoh.png
new file mode 100644
index 0000000..5995455
Binary files /dev/null and b/data/icons/48x48/buoh.png differ
diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am
index 4d8766d..4c84105 100644
--- a/data/icons/Makefile.am
+++ b/data/icons/Makefile.am
@@ -1 +1 @@
-SUBDIRS = 16x16 64x64
+SUBDIRS = 16x16 22x22 24x24 32x32 48x48 64x64
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 8f582b3..427c071 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -1,10 +1,14 @@
 # List of source files containing translatable strings.
 # Please keep this file sorted alphabetically.
+data/buoh.desktop.in
 data/buoh.schemas.in
 src/buoh.c
 src/buoh-add-comic-dialog.c
+src/buoh-comic.c
 src/buoh-comic-list.c
 src/buoh-comic-manager-date.c
+src/main.c
 src/buoh-properties-dialog.c
 src/buoh-view.c
+src/buoh-view-comic.c
 src/buoh-window.c



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