github PapirusDevelopmentTeam/papirus-icon-theme 20231101

latest releases: 20240501, 20240201, 20231201...
6 months ago

Highlights

The release actually hasn't the highlight, let's call it a maintenance release. It seems like this is the first release where more files have been removed than added (-1338 vs +269). Anyway, there is one notable change:

  • Debian package in our PPA was split to papirus-icon-theme and epapirus-icon-theme packages #3563

For PPA users

In most cases, you will not see the difference. If recommended packages are not denied on your system, epapirus-icon-theme package will be installed as before, but now you can remove ePapirus and ePapirus-Dark icon theme using sudo apt remove epapirus-icon-theme, in case you're not an elementaryOS user.

For package maintainers

The default behavior didn't change. The Makefile still installs all the available icon themes. But we recommend two options to deal with ePapirus and ePapirus-Dark themes:

  1. If your distro supports Pantheon Desktop please split the package to papirus-icon-theme (Papirus, Papirus-Dark, Papirus-Light), and epapirus-icon-theme (ePapirus, ePapirus-Dark). epapirus-icon-theme should have papirus-icon-theme as dependency. See example for deb package.
  2. If your distro does NOT support Pantheon Desktop, please exclude ePapirus and ePapirus-Dark from papirus-icon-theme package using EXCLUDE notation: make EXCLUDE="ePapirus ePapirus-Dark" install.

This saves up to 17309 inodes and up to 72MB of disk space for your users.

Also, if you've previously used the IGNORE= notation in your build script, this release introduces a couple of breaking changes (1e76dba and 5183e15). So, if you've been using a command like make IGNORE="./ePapirus ./ePapirus-Dark" install in your build script, please update it to use the new command: make EXCLUDE="ePapirus ePapirus-Dark" install.

Added icons

Updated icons

Changes and fixes

  • Added couple missing icons for Evolution (Calendar → Year view, and Preferences → News and Blogs) by @SmartFinn
  • Added symlinks for newer versions of OpenJDK and Oracle JDK #3065 by @SmartFinn
  • Added symlinks for Python >3.8 (from 3.8 to 3.11) by @gitadum in #3559
  • Nordic folder color now matches the Nordic Frost palette by @mochaaP in #3547
  • Removed AKS icon #2089 by @SmartFinn
  • Removed custom folder color because folder-color since 0.3.1 (6 May 2023) stops to support it #3551 by @SmartFinn
  • Removed symlinks for non-LTS versions, and versions <17 for Sun JDK, OpenJDK, Oracle JDK and CacaoJVM by @SmartFinn
  • Removed symlinks for older versions of LibreOffice released before 2022 by @SmartFinn
  • Removed symlinks for Python from 2.6 to 3.4 because of End Of Life by @SmartFinn

Others

  • Replaced ICON_THEMES variable with EXTRA_THEMES in Papirus Installer
  • uninstall.sh script now asks before removing an icon theme
  • Allow to pass --reflink=auto to cp command in Makefile using make CP_OPTS='--reflink=auto' install to speed up file coping on file systems with Copy-on-Write support

Supporters

Thank you to our supporters who appear below. We appreciate their support for our work.

If you would like to becoming a supporter, please visit our page on Buy Me a Coffee and Liberapay.

Donate using Liberapay

Buy me a coffee

Full list of commits

Don't miss a new papirus-icon-theme release

NewReleases is sending notifications on new releases.