Default icons for the liveinst link on the desktop. The *-logos packages can override this icon, but anaconda is apparently supposed to be providing a default one. --- Makefile.am | 2 +- anaconda.spec.in | 1 + icons/Makefile.am | 22 ++++++++++++++++++++++ icons/hicolor/16x16/Makefile.am | 22 ++++++++++++++++++++++ icons/hicolor/16x16/apps/Makefile.am | 23 +++++++++++++++++++++++ icons/hicolor/16x16/apps/anaconda.png | Bin 0 -> 925 bytes icons/hicolor/22x22/Makefile.am | 22 ++++++++++++++++++++++ icons/hicolor/22x22/apps/Makefile.am | 23 +++++++++++++++++++++++ icons/hicolor/22x22/apps/anaconda.png | Bin 0 -> 1326 bytes icons/hicolor/24x24/Makefile.am | 22 ++++++++++++++++++++++ icons/hicolor/24x24/apps/Makefile.am | 23 +++++++++++++++++++++++ icons/hicolor/24x24/apps/anaconda.png | Bin 0 -> 1368 bytes icons/hicolor/32x32/Makefile.am | 22 ++++++++++++++++++++++ icons/hicolor/32x32/apps/Makefile.am | 23 +++++++++++++++++++++++ icons/hicolor/32x32/apps/anaconda.png | Bin 0 -> 1860 bytes icons/hicolor/48x48/Makefile.am | 22 ++++++++++++++++++++++ icons/hicolor/48x48/apps/Makefile.am | 23 +++++++++++++++++++++++ icons/hicolor/48x48/apps/anaconda.png | Bin 0 -> 3020 bytes icons/hicolor/Makefile.am | 22 ++++++++++++++++++++++ 19 files changed, 271 insertions(+), 1 deletions(-) create mode 100644 icons/Makefile.am create mode 100644 icons/hicolor/16x16/Makefile.am create mode 100644 icons/hicolor/16x16/apps/Makefile.am create mode 100644 icons/hicolor/16x16/apps/anaconda.png create mode 100644 icons/hicolor/22x22/Makefile.am create mode 100644 icons/hicolor/22x22/apps/Makefile.am create mode 100644 icons/hicolor/22x22/apps/anaconda.png create mode 100644 icons/hicolor/24x24/Makefile.am create mode 100644 icons/hicolor/24x24/apps/Makefile.am create mode 100644 icons/hicolor/24x24/apps/anaconda.png create mode 100644 icons/hicolor/32x32/Makefile.am create mode 100644 icons/hicolor/32x32/apps/Makefile.am create mode 100644 icons/hicolor/32x32/apps/anaconda.png create mode 100644 icons/hicolor/48x48/Makefile.am create mode 100644 icons/hicolor/48x48/apps/Makefile.am create mode 100644 icons/hicolor/48x48/apps/anaconda.png create mode 100644 icons/hicolor/Makefile.am diff --git a/Makefile.am b/Makefile.am index 818378b..21fa489 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,7 +21,7 @@ ACLOCAL_AMFLAGS = -I m4 SUBDIRS = isys po loader booty storage textw utils scripts bootdisk \ installclasses iw command-stubs ui docs pixmaps tests fonts \ - gptsync liveinst + gptsync liveinst icons EXTRA_DIST = config.rpath COPYING pychecker-false-positives \ pycheckrc-for-anaconda runpychecker.sh lang-table \ diff --git a/anaconda.spec.in b/anaconda.spec.in index 4a0940a..0ec2c61 100644 --- a/anaconda.spec.in +++ b/anaconda.spec.in @@ -218,6 +218,7 @@ update-desktop-database &> /dev/null || : %config(noreplace) %{_sysconfdir}/security/console.apps/* %{_sysconfdir}/X11/xinit/xinitrc.d/* %{_datadir}/applications/*.desktop +%{_datadir}/icons/hicolor/* %endif %changelog diff --git a/icons/Makefile.am b/icons/Makefile.am new file mode 100644 index 0000000..0fdcec3 --- /dev/null +++ b/icons/Makefile.am @@ -0,0 +1,22 @@ +# icons/Makefile.am for anaconda +# +# Copyright (C) 2010 Red Hat, Inc. +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as published +# by the Free Software Foundation; either version 2.1 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. +# +# Author: David Cantrell <dcantrell@xxxxxxxxxx> + +SUBDIRS = hicolor + +MAINTAINERCLEANFILES = Makefile.in diff --git a/icons/hicolor/16x16/Makefile.am b/icons/hicolor/16x16/Makefile.am new file mode 100644 index 0000000..ab8a795 --- /dev/null +++ b/icons/hicolor/16x16/Makefile.am @@ -0,0 +1,22 @@ +# icons/hicolor/16x16/Makefile.am for anaconda +# +# Copyright (C) 2010 Red Hat, Inc. +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as published +# by the Free Software Foundation; either version 2.1 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. +# +# Author: David Cantrell <dcantrell@xxxxxxxxxx> + +SUBDIRS = apps + +MAINTAINERCLEANFILES = Makefile.in diff --git a/icons/hicolor/16x16/apps/Makefile.am b/icons/hicolor/16x16/apps/Makefile.am new file mode 100644 index 0000000..6b600a4 --- /dev/null +++ b/icons/hicolor/16x16/apps/Makefile.am @@ -0,0 +1,23 @@ +# icons/hicolor/16x16/apps/Makefile.am for anaconda +# +# Copyright (C) 2010 Red Hat, Inc. +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as published +# by the Free Software Foundation; either version 2.1 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. +# +# Author: David Cantrell <dcantrell@xxxxxxxxxx> + +iconsdir = $(datadir)/icons/hicolor/16x16/apps +dist_icons_DATA = anaconda.png + +MAINTAINERCLEANFILES = Makefile.in diff --git a/icons/hicolor/16x16/apps/anaconda.png b/icons/hicolor/16x16/apps/anaconda.png new file mode 100644 index 0000000000000000000000000000000000000000..c58fae5b8fb5958853d2d53a33d5af95edfc2bf3 GIT binary patch literal 925 zcmV;O17iG%P)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00004b3#c}2nYxW zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ zaAhuUa%Y?FJQ@H101$LVSaeirbZlh+NMUkhAVhL$c4etgw=w_#02FjZSad;kbZBpK z07_wNbz&e>bY*F7Wpd{G_b&hd03&ooSaefwb#h~60BCe{a5^t9bYX61Z!TtXWo2Y# zb8B>Oa4v6hXMM7arvLx~uSrBfR5*=|ld*4GRTPK6`|dT*#O5`5PC^pbNNJO_baDj} zGZNCX7#NV~LR2Bqfwe>V3z)i81tGN*rCnIssjVsus@PDZ{sAOusDd5zlteOlaqfGu z{c`VRpt2jL{-iUVb3T1%I3kK70GiF_=jQn@pY-oFE{WnP5FRJuEUtHe|3&k@T#6nw z8jYU-L=;6_yLR=Xf?xQ4>FmN%;n7$46BSAyUIjY<=fIPszulmh?4zS^`Tg0mr2EhQ zXAd7fdFlaJVQ<#!@3-HcsjZhTKOouNCtmpy+CM|<3GvDmIy(tRAKxO)a%LuH#=Dum z37}pIUI@y8h~sz#xb9!NL+9>g{`&PX0NRGw=o^mW9gdHW3BwARPA>qwdT1%n^NYq9 zlCEawgReO-<7D0x>eKIVLNYe?CIFu2k!2aL8UTzLW8Pa^|ATNM<m|$E?3ugddCp)k zz}lS6%}r)!t4Jx)I%Q~(rWt_x^Tp=k<m41nQ`1N(nVz1eTCL*yJ^<qrA&2@9rPR>i zB_PE)S4g!M<x-hE&)MDGWqW&@t*tFutrpf=%B2!<{5Mic27|%qgj8z)b-H%?L^F<K zgb)NlfH8(3IK}Mj98yYz5F>#8&p^FVC^9!UN0KCTyWQcS@B4&dh?J7Oy*-ptCjqHW zan8wpzt7s*8r5o*TCGO0Sj1XOnx=F*9op?SN-305c%C-`^m;v<b8KvEu(-HLyWK_z zfpZQiCBE;Yl%i6pu)4ZRy<W#!I|B531GLsGFE3+^K?s2m0&6YKxnUV&n4h0VDMg;= zBfz0P+`04P?U{4u-lf%Qk);_rOUaIU2qAc@TxNVCBuNt1H=eU_W*+P8i{Uc`!B_)N z`~afHYs6aHlES-kaG;+mfNnQy0`I)e^8fQMOcy_BH0|Ys00000NkvXXu0mjfn&+U) literal 0 HcmV?d00001 diff --git a/icons/hicolor/22x22/Makefile.am b/icons/hicolor/22x22/Makefile.am new file mode 100644 index 0000000..3b94dde --- /dev/null +++ b/icons/hicolor/22x22/Makefile.am @@ -0,0 +1,22 @@ +# icons/hicolor/22x22/Makefile.am for anaconda +# +# Copyright (C) 2010 Red Hat, Inc. +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as published +# by the Free Software Foundation; either version 2.1 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. +# +# Author: David Cantrell <dcantrell@xxxxxxxxxx> + +SUBDIRS = apps + +MAINTAINERCLEANFILES = Makefile.in diff --git a/icons/hicolor/22x22/apps/Makefile.am b/icons/hicolor/22x22/apps/Makefile.am new file mode 100644 index 0000000..d189b10 --- /dev/null +++ b/icons/hicolor/22x22/apps/Makefile.am @@ -0,0 +1,23 @@ +# icons/hicolor/22x22/apps/Makefile.am for anaconda +# +# Copyright (C) 2010 Red Hat, Inc. +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as published +# by the Free Software Foundation; either version 2.1 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. +# +# Author: David Cantrell <dcantrell@xxxxxxxxxx> + +iconsdir = $(datadir)/icons/hicolor/22x22/apps +dist_icons_DATA = anaconda.png + +MAINTAINERCLEANFILES = Makefile.in diff --git a/icons/hicolor/22x22/apps/anaconda.png b/icons/hicolor/22x22/apps/anaconda.png new file mode 100644 index 0000000000000000000000000000000000000000..062eb7687b7d4f58f4a6348413e021910fd41b30 GIT binary patch literal 1326 zcmV+}1=0G6P)<h;3K|Lk000e1NJLTq000&M000&U1^@s6#I$TX00004b3#c}2nYxW zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ zaAhuUa%Y?FJQ@H101$LVSaeirbZlh+NMUkhAVhL$c4etgw=w_#02FjZSad;kbZBpK z07_wNbz&e>bY*F7Wpd{G_b&hd03&ooSaefwb#h~60BCe{a5^t9bYX61Z!TtXWo2Y# zb8B>Oa4v6hXMM7arvLy1KuJVFR5*>bl}%_|RTRg6_r8yL^Jd<>WRiJNORY^4i`7I+ zied>AO6|}utczd~KdRV8-3Wq^jZj1|%erwR2t{3pA_}^A65Lcl?83TG+O&)GD{V4P zCX-Cwo5_9eT^DJFf)zyUfwQ<D=YRj_f6l#ERI63)g~@w@3Yh=2@YSyAZ_)Y?R{riA zRD_W7%jeGRoA_72larGsU@lMp_O4Wm<Gs(mS2DNm5oBwC24S)`6YAzSr<U4gWomNr zm;(<bQ&UsPoj77c<1h@x_tW3KvDj#y?(gdph9MEnYXsA88^OpJ<;R}}ol^hxM;8A0 zol8%?lXi0bXq~a#TuGfm?!aefKL6owj3*{0tW@jw_wLzeMp1<8y0qKdi5~cx8=t;R zv=X7Urhat}b@U7a`CdaxNxfbtpDP;mM(u+z3`eWgs)pOe3&T)6b71d&ujt#IP6x+v zNYfOpHNp!>CqAZjqfYHslScJ4iyc9;*`(2EAf?3fN<?w|@TpUiTQ`VqbcM7G>-C|* zVLOgvY}+QwGL%v%r4WT)a<6`Y@xmwg!6y3p`tW@p&-3W*?ZvVzHgDQu2*WuZhN0*J zkByDxq%^AK-m;KVa&cycBuU8Sa(JGHUn*hSHu-!W+qN+b11Tk1Yvyj=BuP_tJhH>k zS@zlnrVPVS965Sq|D!ub%rs5;`ImD9l?rK^qLd;@5`5pMQmGIG0i{xjPNzebWoWJG z@qOmzZqn1!L(X=B6DN+3gkdO5K;|s_<j}Su^U~$ZY<X}qNs=Ih03gdU&YwSz@B3)2 zSz216SS*rdS=aBsZ-5IIXLw@gPV4&h8z+I2a&&amQHk2)c^<2+RhrG^uC^PDgCM{( zO-$3o_x<jHS(X8CYoW&C;vz%ahKS?%c|e-Gcke#5eR#VW$1#>=G7wZ47#Lu6b(L1D zMUo`lw9_>0x)6eLxxCI^YbyQyxUNgFSS%bqe0bc<=ksrljqNh#=jTyMA*Ez?c9vqX zNDu@FA&^ocgg|RemSv=AN|t5RYBlEP=jrX~!7vPzQjCv}n^6?KWj30Pr><PNg4UWs zq0kLpSy^FaWd)!+cPDEh1eRrC+jiGyXJ;vw%d}dp{btmPvf<%jqf)7mWf?+<ZsCLw zU4~lgb>Q3MPP@%gvq=<1EH)a%aZKE9bM@MFlu|j<^NPAuD)G`QFXB1{Ov~){ss@rI zK_v+Vw}9g~6pBR(1(*6_g9{ffuu%JxBuPlK^{h<OWO&PFOd+H^`_ow}{Q)D7jo`X2 zN+}j<3n-<C+ig^m;5rU&(Zh9J+<YDo3=R%r+c}anL1*ioA`O9*G7$$49{k9*?PGvp z7>3-CL9dGopwl$fhGF11j<77NTc|aqbR5TMtv3Pyk|>Hk6hI#E0OxKG_J6Q7U|9g- k_Wc(B6R-xfxL2R)UmimdRwD1#!~g&Q07*qoM6N<$f{ycQ(f|Me literal 0 HcmV?d00001 diff --git a/icons/hicolor/24x24/Makefile.am b/icons/hicolor/24x24/Makefile.am new file mode 100644 index 0000000..c4a4745 --- /dev/null +++ b/icons/hicolor/24x24/Makefile.am @@ -0,0 +1,22 @@ +# icons/hicolor/24x24/Makefile.am for anaconda +# +# Copyright (C) 2010 Red Hat, Inc. +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as published +# by the Free Software Foundation; either version 2.1 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. +# +# Author: David Cantrell <dcantrell@xxxxxxxxxx> + +SUBDIRS = apps + +MAINTAINERCLEANFILES = Makefile.in diff --git a/icons/hicolor/24x24/apps/Makefile.am b/icons/hicolor/24x24/apps/Makefile.am new file mode 100644 index 0000000..2e1f206 --- /dev/null +++ b/icons/hicolor/24x24/apps/Makefile.am @@ -0,0 +1,23 @@ +# icons/hicolor/24x24/apps/Makefile.am for anaconda +# +# Copyright (C) 2010 Red Hat, Inc. +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as published +# by the Free Software Foundation; either version 2.1 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. +# +# Author: David Cantrell <dcantrell@xxxxxxxxxx> + +iconsdir = $(datadir)/icons/hicolor/24x24/apps +dist_icons_DATA = anaconda.png + +MAINTAINERCLEANFILES = Makefile.in diff --git a/icons/hicolor/24x24/apps/anaconda.png b/icons/hicolor/24x24/apps/anaconda.png new file mode 100644 index 0000000000000000000000000000000000000000..e69f822ffa25a4d13a53b01874e235a6ae83b6d9 GIT binary patch literal 1368 zcmV-e1*iInP)<h;3K|Lk000e1NJLTq000;O000;W1^@s6;CDUv00004b3#c}2nYxW zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ zaAhuUa%Y?FJQ@H101$LVSaeirbZlh+NMUkhAVhL$c4etgw=w_#02FjZSad;kbZBpK z07_wNbz&e>bY*F7Wpd{G_b&hd03&ooSaefwb#h~60BCe{a5^t9bYX61Z!TtXWo2Y# zb8B>Oa4v6hXMM7arvLy1YDq*vR7i=vl}n6NMHGg=s$2Kj-P7H44?WN@A|qyah%Xd1 zvvM;eKnxp#iBTsIBqqj$s2dXFj*T0m3l^@x#ApnzjCA6LC?v{)urZ7igD||Lr@Lo{ z?&+R;>sGm#2gC;p0-ofg7FG5C=bZmk9WgpO%EL7IP|^Pn0(Gy=lh6Hd3~OJ#*BK$4 z@AsU0dEb2z%*~}=S;u?5xcB40scsWsu>jVRUO&&wH}B7r^uD-f0Dl+x@CWbiPLkxf z=X!wv;kPEl%F`cum6t}zZ`cY})A{2f*H3@P?@t|0=2mPp#uyvNaTjBEpE&X5ng7h7 zR;xLO-+SlSmf@`hDIFZgLF-M-uieDu<F8SfnMV0OSARZ3Z|7$eN{_iE$6;z}3dvk> zyFLARtybGKIy!2XFy&p~;@GiIpLSh;MG%B2wZLtyCGD$X_Z{cvuNRp-_Y2cIK4Dt* zGd(>`v)ROP914XZ-EMdN(W4&?-5vDZT_j!K-#@healg~)5JeHL=Ml#-I!)0*5jl1e z^TxMCt2R(97AX`8WV2cN`}=WSmuhv;Nv#~K)oS8j351Y)D=RC)bzLrwkJD<l2*Z%R zT#izyM3~7D<?@7Ki0isIj)M?_%U7;ot!3lzMn@-l>~37SRGuS8j%;7|$fJEyN`5+f zmX-bec%F;a8m%?CT#j<N%<9#vDV0hjNrJT&Yc0h>ft!EcBA+i11Y!B$!LcWovRD#X zX0qXd&6~HVYuBzbP^pk42||cv9WGqBK)GB7pw()jl)`ZwthE?p7^tjd{I?07eP)|` zb@JLF;1FOJQrV27b-HIoaRsebi`(rsNs=tP)|yJCf|L>=1lepBr4+^(j4=Q-nk}wO zPBJt!M7P)7yHp)ntJTDT7Y~dK3=BkRnqo}Ks!D}{fdPUbAWhR{k|arp<CukWhBQqH z!;rzjK{A<$%^QdDeV=?^KH9Zw*GR2a6AF--O!W5l=U-6udL6AbQc5mex<s*9q*|?F zj6n#2)*53Bj^kjAK}t!h)uPd8P%f2FN|7W9BO@d3?Ck7e;70|>cBiwe*=#a7IY~aB zM@os5l6t*Py<T6|Vd-u3dOft(0C=8<=XoflP)ac|F+mhXbUK|KfTM<ohx=w{X4RUt zYZzQRh?I9acS&Sp%yRU`7*b<MwPt>Po_4#<T(?WN*P}T-LuxEjQw`!ccB<8CP6;8h zK@gb!a@iT%|0aPKpj;Qv^^nd2S-MCNgdx5kkj+G7vN;-!1{cT2xmBMcNfL~)q-lzf zlHv91@O?j{;y5-+DS7_<c?yLBPi)yr6h^e$Z5qu6iPofA6Kjp{`9x7fl+6$YAtp^1 zvUVJjIKfzpH5P<GDaDN&H;e$HojZ4)h@$8fYpqzQ%<@ae+U0)>*L7_slOYHKlv2cT zOt06Y-EJ?p>*5{T>2$t6b?Vex0&oByC@!vd(C^<8pb7L?oCk7|NIgK8fcVG2dC>OI ahyGuJ!1PR%sa<pc0000<MNUMnLSTYvNN;=q literal 0 HcmV?d00001 diff --git a/icons/hicolor/32x32/Makefile.am b/icons/hicolor/32x32/Makefile.am new file mode 100644 index 0000000..0dee034 --- /dev/null +++ b/icons/hicolor/32x32/Makefile.am @@ -0,0 +1,22 @@ +# icons/hicolor/32x32/Makefile.am for anaconda +# +# Copyright (C) 2010 Red Hat, Inc. +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as published +# by the Free Software Foundation; either version 2.1 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. +# +# Author: David Cantrell <dcantrell@xxxxxxxxxx> + +SUBDIRS = apps + +MAINTAINERCLEANFILES = Makefile.in diff --git a/icons/hicolor/32x32/apps/Makefile.am b/icons/hicolor/32x32/apps/Makefile.am new file mode 100644 index 0000000..378201b --- /dev/null +++ b/icons/hicolor/32x32/apps/Makefile.am @@ -0,0 +1,23 @@ +# icons/hicolor/32x32/apps/Makefile.am for anaconda +# +# Copyright (C) 2010 Red Hat, Inc. +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as published +# by the Free Software Foundation; either version 2.1 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. +# +# Author: David Cantrell <dcantrell@xxxxxxxxxx> + +iconsdir = $(datadir)/icons/hicolor/32x32/apps +dist_icons_DATA = anaconda.png + +MAINTAINERCLEANFILES = Makefile.in diff --git a/icons/hicolor/32x32/apps/anaconda.png b/icons/hicolor/32x32/apps/anaconda.png new file mode 100644 index 0000000000000000000000000000000000000000..51bbdc74f968ac0d26c0c9a2bc7dd4302fa0cd0c GIT binary patch literal 1860 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 literal 0 HcmV?d00001 diff --git a/icons/hicolor/48x48/Makefile.am b/icons/hicolor/48x48/Makefile.am new file mode 100644 index 0000000..9d23a6e --- /dev/null +++ b/icons/hicolor/48x48/Makefile.am @@ -0,0 +1,22 @@ +# icons/hicolor/48x48/Makefile.am for anaconda +# +# Copyright (C) 2010 Red Hat, Inc. +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as published +# by the Free Software Foundation; either version 2.1 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. +# +# Author: David Cantrell <dcantrell@xxxxxxxxxx> + +SUBDIRS = apps + +MAINTAINERCLEANFILES = Makefile.in diff --git a/icons/hicolor/48x48/apps/Makefile.am b/icons/hicolor/48x48/apps/Makefile.am new file mode 100644 index 0000000..3cf250f --- /dev/null +++ b/icons/hicolor/48x48/apps/Makefile.am @@ -0,0 +1,23 @@ +# icons/hicolor/48x48/apps/Makefile.am for anaconda +# +# Copyright (C) 2010 Red Hat, Inc. +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as published +# by the Free Software Foundation; either version 2.1 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. +# +# Author: David Cantrell <dcantrell@xxxxxxxxxx> + +iconsdir = $(datadir)/icons/hicolor/48x48/apps +dist_icons_DATA = anaconda.png + +MAINTAINERCLEANFILES = Makefile.in diff --git a/icons/hicolor/48x48/apps/anaconda.png b/icons/hicolor/48x48/apps/anaconda.png new file mode 100644 index 0000000000000000000000000000000000000000..c633dd38c8be549c6529b0275fb6c4301bc24e78 GIT binary patch literal 3020 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 O0000<MNUMnLSTYxaNte= literal 0 HcmV?d00001 diff --git a/icons/hicolor/Makefile.am b/icons/hicolor/Makefile.am new file mode 100644 index 0000000..97e9d5f --- /dev/null +++ b/icons/hicolor/Makefile.am @@ -0,0 +1,22 @@ +# icons/hicolor/Makefile.am for anaconda +# +# Copyright (C) 2010 Red Hat, Inc. +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as published +# by the Free Software Foundation; either version 2.1 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. +# +# Author: David Cantrell <dcantrell@xxxxxxxxxx> + +SUBDIRS = 16x16 22x22 24x24 32x32 48x48 + +MAINTAINERCLEANFILES = Makefile.in -- 1.6.6.1 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list