<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mate-icon-theme, branch v1.23.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.23.2</title>
<updated>2019-10-12T10:10:18+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2019-10-12T10:10:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-icon-theme/commit/?id=25130d5c3194eba42c9908aacc05c627548bce8b'/>
<id>25130d5c3194eba42c9908aacc05c627548bce8b</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-10-12T10:06:05+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2019-10-12T10:06:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-icon-theme/commit/?id=20f6ac1b7080d62305a240049ab0b7c1c3c14941'/>
<id>20f6ac1b7080d62305a240049ab0b7c1c3c14941</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Travis CI: use Debian "testing" instead "sid"</title>
<updated>2019-10-07T13:10:37+00:00</updated>
<author>
<name>Pablo Barciela</name>
<email>scow@riseup.net</email>
</author>
<published>2019-10-07T13:10:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-icon-theme/commit/?id=cc097861f90ca412bfe1ba6362370ac758d1329d'/>
<id>cc097861f90ca412bfe1ba6362370ac758d1329d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>travis(ci): enable notify_servers</title>
<updated>2019-10-06T16:31:25+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2019-10-06T16:31:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-icon-theme/commit/?id=31ad9d3c074f49055f5b154c61e6202174dff6ea'/>
<id>31ad9d3c074f49055f5b154c61e6202174dff6ea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add mate/256x256/actions/mail-send.png</title>
<updated>2019-10-01T16:40:36+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2019-09-28T15:23:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-icon-theme/commit/?id=a12b6a25fac0479c86638ace42fdd64f74f8c8e1'/>
<id>a12b6a25fac0479c86638ace42fdd64f74f8c8e1</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-22T15:51:34+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=b8f068f9805cc6a62dca22a37f5e2658171e35b1'/>
<id>b8f068f9805cc6a62dca22a37f5e2658171e35b1</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:06:25+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=0e2aa2a3887d008ec6ac39894ed482b49f871eee'/>
<id>0e2aa2a3887d008ec6ac39894ed482b49f871eee</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-19T22:26:38+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=9fb9c47166ee36ba846bd4cc7703e3a6696e4d07'/>
<id>9fb9c47166ee36ba846bd4cc7703e3a6696e4d07</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>preferences-system-time.png files are not generated from sources</title>
<updated>2019-08-19T21:13:08+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2019-08-13T00:29:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-icon-theme/commit/?id=88d7ce676027bd9d463850893a4ecfa679db11fb'/>
<id>88d7ce676027bd9d463850893a4ecfa679db11fb</id>
<content type='text'>
Test:

  $ ./autogen.sh --prefix=/usr
  $ make -C mate clean-png-icons build-png-icons
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Test:

  $ ./autogen.sh --prefix=/usr
  $ make -C mate clean-png-icons build-png-icons
</pre>
</div>
</content>
</entry>
<entry>
<title>Use radial gradient (Blur 13.9%, Opacity 73.4%) for MATE logo shadow</title>
<updated>2019-07-26T18:26:46+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2019-07-24T10:35:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-icon-theme/commit/?id=2a00f200ec2f6bb89c94aa0c2c9b8541df9e03b3'/>
<id>2a00f200ec2f6bb89c94aa0c2c9b8541df9e03b3</id>
<content type='text'>
Icons pulled from mate-desktop:
https://github.com/mate-desktop/mate-desktop/commit/01c40983fb0c016549158b690fb8a5e54fbe508e

cp mate-desktop/icons/16x16/apps/mate-desktop.png mate-icon-theme/mate/16x16/apps/mate-desktop.png
cp mate-desktop/icons/22x22/apps/mate-desktop.png mate-icon-theme/mate/22x22/apps/mate-desktop.png
cp mate-desktop/icons/24x24/apps/mate-desktop.png mate-icon-theme/mate/24x24/apps/mate-desktop.png
cp mate-desktop/icons/32x32/apps/mate-desktop.png mate-icon-theme/mate/32x32/apps/mate-desktop.png
cp mate-desktop/icons/48x48/apps/mate-desktop.png mate-icon-theme/mate/48x48/apps/mate-desktop.png
cp mate-desktop/icons/scalable/apps/mate-desktop.svg mate-icon-theme/mate/scalable/apps/mate-desktop.svg
history | cut -c 8-
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Icons pulled from mate-desktop:
https://github.com/mate-desktop/mate-desktop/commit/01c40983fb0c016549158b690fb8a5e54fbe508e

cp mate-desktop/icons/16x16/apps/mate-desktop.png mate-icon-theme/mate/16x16/apps/mate-desktop.png
cp mate-desktop/icons/22x22/apps/mate-desktop.png mate-icon-theme/mate/22x22/apps/mate-desktop.png
cp mate-desktop/icons/24x24/apps/mate-desktop.png mate-icon-theme/mate/24x24/apps/mate-desktop.png
cp mate-desktop/icons/32x32/apps/mate-desktop.png mate-icon-theme/mate/32x32/apps/mate-desktop.png
cp mate-desktop/icons/48x48/apps/mate-desktop.png mate-icon-theme/mate/48x48/apps/mate-desktop.png
cp mate-desktop/icons/scalable/apps/mate-desktop.svg mate-icon-theme/mate/scalable/apps/mate-desktop.svg
history | cut -c 8-
</pre>
</div>
</content>
</entry>
</feed>
