]> www.fi.muni.cz Git - evince.git/commitdiff
Add 24x24 icon. Thanks to Michael Monreal <infernux@web.de>.
authorNickolay V. Shmyrev <nshmyrev@yandex.ru>
Wed, 22 Nov 2006 02:20:20 +0000 (02:20 +0000)
committerNickolay V. Shmyrev <nshmyrev@src.gnome.org>
Wed, 22 Nov 2006 02:20:20 +0000 (02:20 +0000)
2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>

* configure.ac:
* data/icons/24x24/.cvsignore:
* data/icons/24x24/Makefile.am:
* data/icons/24x24/evince.png:
* data/icons/Makefile.am:

Add 24x24 icon. Thanks to
Michael Monreal <infernux@web.de>.

ChangeLog
configure.ac
data/icons/24x24/.cvsignore [new file with mode: 0644]
data/icons/24x24/Makefile.am [new file with mode: 0644]
data/icons/24x24/evince.png [new file with mode: 0644]
data/icons/Makefile.am

index 5b6f3924f37c676845062251013a2a3774ce729c..0e02b50c788498f78063c92e1374d48bfbb02a47 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
+
+       * configure.ac:
+       * data/icons/24x24/.cvsignore:
+       * data/icons/24x24/Makefile.am:
+       * data/icons/24x24/evince.png:
+       * data/icons/Makefile.am:
+       
+       Add 24x24 icon. Thanks to 
+       Michael Monreal <infernux@web.de>.
+
 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
 
        * configure.ac: Fix typo in configure.ac. Thanks
index debbe2a3f5fd456a472730f7f8eefc1f5e145a8e..78b9c88986714f2982e18dfaa75a0afe8449961f 100644 (file)
@@ -378,6 +378,7 @@ cut-n-paste/totem-screensaver/Makefile
 data/evince.desktop.in
 data/icons/16x16/Makefile
 data/icons/22x22/Makefile
+data/icons/24x24/Makefile
 data/icons/48x48/Makefile
 data/icons/Makefile
 data/icons/scalable/Makefile
diff --git a/data/icons/24x24/.cvsignore b/data/icons/24x24/.cvsignore
new file mode 100644 (file)
index 0000000..282522d
--- /dev/null
@@ -0,0 +1,2 @@
+Makefile
+Makefile.in
diff --git a/data/icons/24x24/Makefile.am b/data/icons/24x24/Makefile.am
new file mode 100644 (file)
index 0000000..f7daf3e
--- /dev/null
@@ -0,0 +1,4 @@
+icondir = $(datadir)/icons/hicolor/24x24/apps
+icon_DATA = evince.png
+
+EXTRA_DIST = $(icon_DATA)
diff --git a/data/icons/24x24/evince.png b/data/icons/24x24/evince.png
new file mode 100644 (file)
index 0000000..0e6f369
Binary files /dev/null and b/data/icons/24x24/evince.png differ
index 8b264bb93b22b1f1b9fd1dd09bf2304ecfcc17b6..8938de691245c766c63f1e215c7389c42e4238a4 100644 (file)
@@ -1,2 +1,2 @@
-SUBDIRS = 16x16 22x22 48x48 scalable
+SUBDIRS = 16x16 22x22 24x24 48x48 scalable