From e447d2da0840ee8551f4371d33a20060068965cc Mon Sep 17 00:00:00 2001 From: "Nickolay V. Shmyrev" Date: Wed, 22 Nov 2006 02:20:20 +0000 Subject: [PATCH] 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 . --- ChangeLog | 11 +++++++++++ configure.ac | 1 + data/icons/24x24/.cvsignore | 2 ++ data/icons/24x24/Makefile.am | 4 ++++ data/icons/24x24/evince.png | Bin 0 -> 1226 bytes data/icons/Makefile.am | 2 +- 6 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 data/icons/24x24/.cvsignore create mode 100644 data/icons/24x24/Makefile.am create mode 100644 data/icons/24x24/evince.png diff --git a/ChangeLog b/ChangeLog index 5b6f3924..0e02b50c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +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 diff --git a/configure.ac b/configure.ac index debbe2a3..78b9c889 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 00000000..282522db --- /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 00000000..f7daf3e9 --- /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 0000000000000000000000000000000000000000..0e6f3690976952024dea7537853fc179d7c728b9 GIT binary patch literal 1226 zcmV;*1U37KP)KA1k3)IuqkLZ~!- zv(yApP@hT-l(sHVd~6>ILf_m%5CT>ks}35on8ZwyNoKio@A>+WnP}1&`_dk`3mne( z`}LJb{k^SsmH-+Kov+`t zHge_5*4G2IRZ+t*)Z*^T%`d#P2)ANSb~A;Lp`xQEo3kLNO?&RUkh1Z$aun| ziFs-&%T(6W`|}YR09wR0422dzDHISb3Q+Or4@R0BnZI_8iety99U5Ze@#CNr1q}@( zGd@ZwR4$bog`pH$#9jheUh(xM4)#yq@mKRM)*U`f)ul_=Z|z1rk0&Qiu(7+FVBHQ9 zDR0T)mFi_IFIdhS-X~cDTuy-%f_IAqJ+ZmZk;b{Sp#lx}! zz*<66P!$$p2Mz#G-qpoeJVhjAGyd5pgc}=K-_^xvJWbN|5fL;C3<1;%h$Vn<(8lk- zP9_#3R8xbLt|64lGT(g^tF)Ago*qWyX%Z<9ErPEXZje$?UgA)enOPlR8W5!kYnm>nF%2!*hsQS9>a)g$nH;m_d& zwfpwr&&-gzbBFO$rx@$*rl7tav@*nn=*1Fk}(lvK;_l3!W!rC(>lHNoJBRo@P-lRt4ODGEbzkj9d5O zB+?#+f<($=F6}Keky80kk=*svB4~LAST#kH372n9f4`*tl>((!)>IK$>;Vzj`A*B~ z0ACA@yIU}g1%QzU<@9NJ*XIE`_x1c2M4%MDh?rUnSAPFBXLPCI=c8zTch55K7t$nJ z5D^skIcXCMz_!d^28X6UsNN7!**D+IrAA@oASGqy#LilP0s!|DpwS(e=~a@jLvfG+zr>w`rRwd>%(S87wR)*;smYp{3f>f}i od_KB;cQPEUbo+Z-J^t_YH`W0V-;VN4wg3PC07*qoM6N<$f>N6`Q2+n{ literal 0 HcmV?d00001 diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am index 8b264bb9..8938de69 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 -- 2.43.0