annotator: 2.0.0 -> 2.0.2 (#497439)
This commit is contained in:
@@ -8,30 +8,26 @@
|
||||
vala,
|
||||
wrapGAppsHook4,
|
||||
desktop-file-utils,
|
||||
gtk3,
|
||||
shared-mime-info,
|
||||
libarchive,
|
||||
libgee,
|
||||
pantheon,
|
||||
libxml2,
|
||||
libhandy,
|
||||
libportal-gtk4,
|
||||
libwebp,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "annotator";
|
||||
version = "2.0.0";
|
||||
version = "2.0.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "phase1geo";
|
||||
repo = "annotator";
|
||||
tag = finalAttrs.version;
|
||||
hash = "sha256-mv3fMlYB4XcAWI6O6wN8ujNRDLZlX3ef/gKdOMYEHq0=";
|
||||
hash = "sha256-nJxms/df5OnASbdj4a2IjHyRT5PA2EaKHkBoQsyv8T8=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace src/Application.vala \
|
||||
--replace-fail 'Environment.set_variable( "GDK_BACKEND", "x11", true );' ""
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [
|
||||
pkg-config
|
||||
meson
|
||||
@@ -39,15 +35,16 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
vala
|
||||
wrapGAppsHook4
|
||||
desktop-file-utils
|
||||
shared-mime-info
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
libarchive
|
||||
libgee
|
||||
pantheon.granite7
|
||||
libportal-gtk4
|
||||
libxml2
|
||||
libhandy
|
||||
gtk3
|
||||
libwebp
|
||||
];
|
||||
|
||||
meta = {
|
||||
|
||||
Reference in New Issue
Block a user