<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mate-icon-theme/mate/24x24/emblems, 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>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>moving from https://github.com/perberos/mate-desktop-environment</title>
<updated>2011-12-02T01:26:22+00:00</updated>
<author>
<name>Perberos</name>
<email>perberos@gmail.com</email>
</author>
<published>2011-12-02T01:26:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-icon-theme/commit/?id=783bf11df04627b63812812fc7ba756248499883'/>
<id>783bf11df04627b63812812fc7ba756248499883</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
