cinnamon.pix: 3.4.1 -> 3.4.2

Also enable optional brasero / colord support.

https://github.com/linuxmint/pix/compare/3.4.1...3.4.2
This commit is contained in:
R. Ryantm 2024-07-20 01:39:32 +00:00 committed by Bobby Rong
parent b098e0c792
commit 066e65c2f0
No known key found for this signature in database

View File

@ -4,6 +4,8 @@
, pkg-config , pkg-config
, meson , meson
, ninja , ninja
, brasero
, colord
, exiv2 , exiv2
, libheif , libheif
, libjpeg , libjpeg
@ -17,10 +19,10 @@
, gsettings-desktop-schemas , gsettings-desktop-schemas
, librsvg , librsvg
, libwebp , libwebp
, libX11
, lcms2 , lcms2
, bison , bison
, flex , flex
, clutter-gtk
, wrapGAppsHook3 , wrapGAppsHook3
, shared-mime-info , shared-mime-info
, python3 , python3
@ -31,13 +33,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "pix"; pname = "pix";
version = "3.4.1"; version = "3.4.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "linuxmint"; owner = "linuxmint";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "sha256-QkgjUzoBOXE3mxXy/Lq3YkHq7f9oE97FeP7PHIBDHvc="; sha256 = "sha256-Ra+5hXSNPRc2LvTeEYwg1xSnIYgrpfvTrpPwzuTXhdU=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
@ -53,7 +55,8 @@ stdenv.mkDerivation rec {
]; ];
buildInputs = [ buildInputs = [
clutter-gtk brasero
colord
exiv2 exiv2
glib glib
gsettings-desktop-schemas gsettings-desktop-schemas
@ -72,6 +75,7 @@ stdenv.mkDerivation rec {
libsecret libsecret
libtiff libtiff
libwebp libwebp
libX11
xapp xapp
]; ];