Merge master into staging-next

This commit is contained in:
Frederik Rietdijk
2018-12-08 12:40:13 +01:00
28 changed files with 716 additions and 427 deletions

View File

@@ -2,17 +2,22 @@
stdenv.mkDerivation rec {
name = "elementary-icon-theme-${version}";
version = "5.0";
version = "5.0.1";
src = fetchFromGitHub {
owner = "elementary";
repo = "icons";
rev = version;
sha256 = "146s26q4bb5sag35iv42hrnbdciam2ajl7s5s5jayli5vp8bw08w";
sha256 = "1rw924b3ixfdff368dpv4vgsykwncmrvj9a6yfss0cf236xnvr9b";
};
nativeBuildInputs = [ meson ninja python3 gtk3 ];
# Disable installing gimp and inkscape palette files
mesonFlags = [
"-Dpalettes=false"
];
postPatch = ''
chmod +x meson/symlink.py
patchShebangs .