~mate-desktop/mate-desktop/+git/mate-icon-theme:1.22

Last commit made on 2020-03-01
Get this branch:
git clone -b 1.22 https://git.launchpad.net/~mate-desktop/mate-desktop/+git/mate-icon-theme

Branch merges

Branch information

Recent commits

0f37daf... by Pablo Barciela <email address hidden>

Travis CI: arch build: add intltool

d28be12... by Pablo Barciela <email address hidden>

Travis CI: Fix build error, add .build.yml

f01a042... by raveit65

travis ci: use fedora:latest

01f1a86... by Pablo Barciela <email address hidden>

Travis CI: use Ubuntu 19.10 instead 19.04

e93e9e5... by Pablo Barciela <email address hidden>

Travis CI: use Debian "testing" instead "sid"

fa0f8e9... by raveit65

travis(ci): enable notify_servers

15a50fa... by raveit65

release 1.22.2

3024df5... by raveit65

tx: sync with transifex

861b81f... by Robert Antoni Buj Gelonch

Fix mate/22x22/devices/printer.png

4f18c0d... by Robert Antoni Buj Gelonch

Upscale 22x22px icons to 24x24px adding 1px to the edges

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> /dev/null
  + @inkscape -z $^ --export-area=A-1:B-1:C+1:D+1 -w=24 -h=24 -e=$@ 1> /dev/null