<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mate-icon-theme, branch v1.22.2</title>
<subtitle>MATE default icon theme</subtitle>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-icon-theme/'/>
<entry>
<title>release 1.22.2</title>
<updated>2019-09-20T11:39:07+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2019-09-20T11:39:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-icon-theme/commit/?id=15a50faaebe99735d489a16cd79537537fd0042d'/>
<id>15a50faaebe99735d489a16cd79537537fd0042d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tx: sync with transifex</title>
<updated>2019-09-20T11:35:20+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2019-09-20T11:35:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-icon-theme/commit/?id=3024df5551ef37fd3419e80f94f61f43a289dd3f'/>
<id>3024df5551ef37fd3419e80f94f61f43a289dd3f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix mate/22x22/devices/printer.png</title>
<updated>2019-08-22T17:17:35+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2019-08-20T21:30:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-icon-theme/commit/?id=861b81f6df4d8bf1c9603dd44d0bfe5a1fa3c7d1'/>
<id>861b81f6df4d8bf1c9603dd44d0bfe5a1fa3c7d1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Upscale 22x22px icons to 24x24px adding 1px to the edges</title>
<updated>2019-08-21T14:42:19+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2019-08-20T15:54:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-icon-theme/commit/?id=4f18c0da4c9d1640636928b99782dad03f86f61e'/>
<id>4f18c0da4c9d1640636928b99782dad03f86f61e</id>
<content type='text'>
Helper script:
  dirs=()
  for dir in $(find ./mate/24x24 -mindepth 1 -maxdepth 1 -type d); do
      directory=$(basename $dir)
      if [ -f "mate/22x22/$directory/Makefile.am" ]; \
      then
          cp mate/22x22/$directory/Makefile.am mate/24x24/$directory/Makefile.am
          sed -i -e 's/-w=22 -h=22/-w=24 -h=24/g' mate/24x24/$directory/Makefile.am
          dirs+=($directory)
      fi
  done
  ./autogen.sh
  for dir in ${dirs[@]}; do
      make -C mate/24x24/$dir clean-png-icons build-png-icons
  done

Change:
  -       @inkscape -z $^ --export-area=A:B:C:D -w=24 -h=24 -e=$@ 1&gt; /dev/null
  +       @inkscape -z $^ --export-area=A-1:B-1:C+1:D+1 -w=24 -h=24 -e=$@ 1&gt; /dev/null
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Helper script:
  dirs=()
  for dir in $(find ./mate/24x24 -mindepth 1 -maxdepth 1 -type d); do
      directory=$(basename $dir)
      if [ -f "mate/22x22/$directory/Makefile.am" ]; \
      then
          cp mate/22x22/$directory/Makefile.am mate/24x24/$directory/Makefile.am
          sed -i -e 's/-w=22 -h=22/-w=24 -h=24/g' mate/24x24/$directory/Makefile.am
          dirs+=($directory)
      fi
  done
  ./autogen.sh
  for dir in ${dirs[@]}; do
      make -C mate/24x24/$dir clean-png-icons build-png-icons
  done

Change:
  -       @inkscape -z $^ --export-area=A:B:C:D -w=24 -h=24 -e=$@ 1&gt; /dev/null
  +       @inkscape -z $^ --export-area=A-1:B-1:C+1:D+1 -w=24 -h=24 -e=$@ 1&gt; /dev/null
</pre>
</div>
</content>
</entry>
<entry>
<title>Gen png mimetypes icons from paper-sheets.svg - Mate theme</title>
<updated>2019-08-21T14:41:25+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2019-08-12T20:42:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-icon-theme/commit/?id=dd933f6aaa2359e357bc668df46aea10c8dc5b20'/>
<id>dd933f6aaa2359e357bc668df46aea10c8dc5b20</id>
<content type='text'>
clean &amp; build:
  make -C mate/16x16/mimetypes   clean-png-icons build-png-icons
  make -C mate/22x22/mimetypes   clean-png-icons build-png-icons
  make -C mate/24x24/mimetypes   clean-png-icons build-png-icons
  make -C mate/32x32/mimetypes   clean-png-icons build-png-icons
  make -C mate/48x48/mimetypes   clean-png-icons build-png-icons
  make -C mate/256x256/mimetypes clean-png-icons build-png-icons
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
clean &amp; build:
  make -C mate/16x16/mimetypes   clean-png-icons build-png-icons
  make -C mate/22x22/mimetypes   clean-png-icons build-png-icons
  make -C mate/24x24/mimetypes   clean-png-icons build-png-icons
  make -C mate/32x32/mimetypes   clean-png-icons build-png-icons
  make -C mate/48x48/mimetypes   clean-png-icons build-png-icons
  make -C mate/256x256/mimetypes clean-png-icons build-png-icons
</pre>
</div>
</content>
</entry>
<entry>
<title>use folder icon as example</title>
<updated>2019-06-03T20:27:28+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2019-06-03T20:26:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-icon-theme/commit/?id=a922ae72e06b29fba8961065384fe691bd8c0ed6'/>
<id>a922ae72e06b29fba8961065384fe691bd8c0ed6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>travis: use fedora-30 and ubuntu-19.04 for building</title>
<updated>2019-05-28T07:14:40+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2019-05-28T07:14:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-icon-theme/commit/?id=9177af499fb42ac3939ec75a412046ebfce5b98c'/>
<id>9177af499fb42ac3939ec75a412046ebfce5b98c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>rename mate logo</title>
<updated>2019-05-28T07:12:20+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2019-05-09T19:07:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-icon-theme/commit/?id=a0e630161be688e125bba5cbeb0886c27f138131'/>
<id>a0e630161be688e125bba5cbeb0886c27f138131</id>
<content type='text'>
fixes https://github.com/mate-desktop/mate-panel/issues/959
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fixes https://github.com/mate-desktop/mate-panel/issues/959
</pre>
</div>
</content>
</entry>
<entry>
<title>release 1.22.1</title>
<updated>2019-04-09T08:38:56+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2019-04-09T08:38:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-icon-theme/commit/?id=9bc2c94fe278f4b0ad05007215d63bbfb678daad'/>
<id>9bc2c94fe278f4b0ad05007215d63bbfb678daad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>sync with transifex</title>
<updated>2019-04-09T08:36:42+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2019-04-09T08:36:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-icon-theme/commit/?id=6b79427974260ddc6341819f478443f9e78f53ae'/>
<id>6b79427974260ddc6341819f478443f9e78f53ae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
