cinnamon.mint-artwork: 1.6.8 -> 1.7.0

The cursors are moved from this package to mint-cursor-themes.

usr/share/mint-artwork/sounds/* are updated under a license of cc-by-40.
This commit is contained in:
Bobby Rong 2022-11-29 19:55:19 +08:00
parent 2d2f2738f1
commit 590ec12c5b
No known key found for this signature in database
2 changed files with 6 additions and 5 deletions

View file

@ -171,7 +171,8 @@ in
# theme # theme
sound-theme-freedesktop sound-theme-freedesktop
nixos-artwork.wallpapers.simple-dark-gray nixos-artwork.wallpapers.simple-dark-gray
mint-artwork # cursors mint-artwork
mint-cursor-themes
mint-themes mint-themes
mint-x-icons mint-x-icons
mint-y-icons mint-y-icons

View file

@ -7,14 +7,14 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "mint-artwork"; pname = "mint-artwork";
version = "1.6.8"; version = "1.7.0";
src = fetchurl { src = fetchurl {
urls = [ urls = [
"http://packages.linuxmint.com/pool/main/m/mint-artwork/mint-artwork_${version}.tar.xz" "http://packages.linuxmint.com/pool/main/m/mint-artwork/mint-artwork_${version}.tar.xz"
"https://web.archive.org/web/20221129013553/http://packages.linuxmint.com/pool/main/m/mint-artwork/mint-artwork_${version}.tar.xz" "https://web.archive.org/web/20221130011545/http://packages.linuxmint.com/pool/main/m/mint-artwork/mint-artwork_${version}.tar.xz"
]; ];
hash = "sha256-HPnb5Mb6tvzREZbW9SyDNQ6ST6RPmOUVdA9MW8oyRAM="; hash = "sha256-1dBLsN9nTzrqitlwoobYnjh1qKXR6UOaDsTkBMfnX1k=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
homepage = "https://github.com/linuxmint/mint-artwork"; homepage = "https://github.com/linuxmint/mint-artwork";
description = "Artwork for the cinnamon desktop"; description = "Artwork for the cinnamon desktop";
license = licenses.gpl3; # from debian/copyright license = with licenses; [ gpl3Plus cc-by-40 ]; # from debian/copyright
platforms = platforms.linux; platforms = platforms.linux;
maintainers = teams.cinnamon.members; maintainers = teams.cinnamon.members;
}; };