<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mate-icon-theme/mate/24x24/apps, branch master</title>
<subtitle>MATE default icon theme</subtitle>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-icon-theme/'/>
<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>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>
<entry>
<title>add missing preferences-system-time icon</title>
<updated>2019-06-22T16:23:22+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2019-06-19T08:47:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-icon-theme/commit/?id=3c5c0d3facb4f7adf38b63eecd03994fca374e3c'/>
<id>3c5c0d3facb4f7adf38b63eecd03994fca374e3c</id>
<content type='text'>
Fixes https://github.com/mate-desktop/mate-icon-theme/issues/37
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes https://github.com/mate-desktop/mate-icon-theme/issues/37
</pre>
</div>
</content>
</entry>
<entry>
<title>rename mate logo</title>
<updated>2019-05-10T15:13:12+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=94c14747dea4c674468d2f9fc7ca19e71f99f91d'/>
<id>94c14747dea4c674468d2f9fc7ca19e71f99f91d</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>Upgrade svg source files to Inkscape 0.92.4</title>
<updated>2019-04-08T15:37:41+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2019-04-02T00:11:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-icon-theme/commit/?id=37c0d20ea6f8bd46a06335928c3a06fe6230c046'/>
<id>37c0d20ea6f8bd46a06335928c3a06fe6230c046</id>
<content type='text'>
$ inkscape -V
Inkscape 0.92.4 (unknown)
$ find . -type f -name Makefile.am -print0 | xargs -0 sed -i 's/ --convert-dpi-method=scale-document//g'
$ find . -type f -name Makefile.am -print0 | xargs -0 sed -i 's/ --convert-dpi-method=scale-viewbox//g'
$ find ./src -name *.svg -exec inkscape --convert-dpi-method=none --verb=FileVacuum --verb=FileSave --verb=FileQuit {} \;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
$ inkscape -V
Inkscape 0.92.4 (unknown)
$ find . -type f -name Makefile.am -print0 | xargs -0 sed -i 's/ --convert-dpi-method=scale-document//g'
$ find . -type f -name Makefile.am -print0 | xargs -0 sed -i 's/ --convert-dpi-method=scale-viewbox//g'
$ find ./src -name *.svg -exec inkscape --convert-dpi-method=none --verb=FileVacuum --verb=FileSave --verb=FileQuit {} \;
</pre>
</div>
</content>
</entry>
<entry>
<title>Gen png icons from source - Mate theme</title>
<updated>2019-04-08T15:37:41+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2019-04-01T13:36:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-icon-theme/commit/?id=6712a9086e50603efb83f9e20fe08cccd830b05f'/>
<id>6712a9086e50603efb83f9e20fe08cccd830b05f</id>
<content type='text'>
clean &amp; build:
  make -C mate clean-png-icons
  make -C mate build-png-icons
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
clean &amp; build:
  make -C mate clean-png-icons
  make -C mate build-png-icons
</pre>
</div>
</content>
</entry>
<entry>
<title>Gen png icons from source. Mate: apps, categories &amp; devices</title>
<updated>2019-03-30T17:01:00+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2019-03-26T16:27:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-icon-theme/commit/?id=c8ac150b8a7aca83fb984eac0b2619b4daf30071'/>
<id>c8ac150b8a7aca83fb984eac0b2619b4daf30071</id>
<content type='text'>
clean &amp; build:
  make -C mate clean-png-icons
  make -C mate build-png-icons
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
clean &amp; build:
  make -C mate clean-png-icons
  make -C mate build-png-icons
</pre>
</div>
</content>
</entry>
<entry>
<title>Update terminal icons for mate theme</title>
<updated>2019-03-24T14:57:06+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2019-03-21T19:20:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-icon-theme/commit/?id=c236eabf6ac46e88f474578ecdfa5b10556ea1f4'/>
<id>c236eabf6ac46e88f474578ecdfa5b10556ea1f4</id>
<content type='text'>
icons:
  apps/utilities-terminal
  apps/utilities-system-monitor

clean &amp; build:
  make -C mate clean-png-icons
  make -C mate build-png-icons
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
icons:
  apps/utilities-terminal
  apps/utilities-system-monitor

clean &amp; build:
  make -C mate clean-png-icons
  make -C mate build-png-icons
</pre>
</div>
</content>
</entry>
<entry>
<title>add a symlink for bluetooth icon</title>
<updated>2018-10-07T18:20:03+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2018-10-07T18:20:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-icon-theme/commit/?id=0ba194a49ce7861ee1bddf587de021dbc02d9850'/>
<id>0ba194a49ce7861ee1bddf587de021dbc02d9850</id>
<content type='text'>
fixes missing blueberry menu icon in f29
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fixes missing blueberry menu icon in f29
</pre>
</div>
</content>
</entry>
</feed>
