cinnamon.pix: 3.0.2 -> 3.2.0

https://github.com/linuxmint/pix/compare/3.0.2...3.2.0
This commit is contained in:
Bobby Rong 2023-11-28 20:44:39 +08:00
parent ade3f1a030
commit 7abff91341
No known key found for this signature in database

View file

@ -1,7 +1,6 @@
{ stdenv { stdenv
, lib , lib
, fetchFromGitHub , fetchFromGitHub
, fetchpatch
, pkg-config , pkg-config
, meson , meson
, ninja , ninja
@ -34,24 +33,15 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "pix"; pname = "pix";
version = "3.0.2"; version = "3.2.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "linuxmint"; owner = "linuxmint";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "sha256-iNUhcHG4nCZ4WNELodyLdztzfNg9g+F0eQrZHXS6Zj0="; sha256 = "sha256-hhtW2QyexGIyovhWOReeJ0bxgye8LJl1RrEs0/5+q24=";
}; };
patches = [
# Fix build with exiv2 0.28, can be removed on next update
# https://github.com/linuxmint/pix/pull/178
(fetchpatch {
url = "https://github.com/linuxmint/pix/commit/46e19703a973d51fa97e6a22121560f5ba200eea.patch";
sha256 = "sha256-Z+pUxoy0m/agXW++YxEUhRuax0qvuGVXNhU8d9mvGh4=";
})
];
nativeBuildInputs = [ nativeBuildInputs = [
bison bison
desktop-file-utils desktop-file-utils