From e447d2da0840ee8551f4371d33a20060068965cc Mon Sep 17 00:00:00 2001 From: Nickolay V. Shmyrev Date: Wed, 22 Nov 2006 02:20:20 +0000 Subject: Add 24x24 icon. Thanks to Michael Monreal . 2006-11-22 Nickolay V. Shmyrev * 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 . --- diff --git a/ChangeLog b/ChangeLog index 5b6f392..0e02b50 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,16 @@ 2006-11-22 Nickolay V. Shmyrev + * 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 . + +2006-11-22 Nickolay V. Shmyrev + * configure.ac: Fix typo in configure.ac. Thanks to dmacks@netspace.org for notification. diff --git a/configure.ac b/configure.ac index debbe2a..78b9c88 100644 --- a/configure.ac +++ b/configure.ac @@ -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 index 0000000..282522d --- /dev/null +++ b/data/icons/24x24/.cvsignore @@ -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 index 0000000..f7daf3e --- /dev/null +++ b/data/icons/24x24/Makefile.am @@ -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 index 0000000..0e6f369 --- /dev/null +++ b/data/icons/24x24/evince.png Binary files differ diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am index 8b264bb..8938de6 100644 --- a/data/icons/Makefile.am +++ b/data/icons/Makefile.am @@ -1,2 +1,2 @@ -SUBDIRS = 16x16 22x22 48x48 scalable +SUBDIRS = 16x16 22x22 24x24 48x48 scalable -- cgit v0.9.1