nautilus-annotations: 0.10.0 -> 2.0.1

This commit is contained in:
Gabriel Arazas 2023-07-17 11:48:55 +08:00
parent b2c62f2341
commit 8cb6fa4e6f
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -4,6 +4,7 @@
, glib , glib
, gnome , gnome
, gtksourceview5 , gtksourceview5
, libadwaita
, autoreconfHook , autoreconfHook
, wrapGAppsHook , wrapGAppsHook
, pkg-config , pkg-config
@ -11,20 +12,28 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "nautilus-annotations"; pname = "nautilus-annotations";
version = "0.10.0"; version = "2.0.1";
src = fetchFromGitLab { src = fetchFromGitLab {
domain = "gitlab.gnome.org"; domain = "gitlab.gnome.org";
owner = "madmurphy"; owner = "madmurphy";
repo = "nautilus-annotations"; repo = "nautilus-annotations";
rev = version; rev = version;
sha256 = "sha256-obhy95HvlZuiqTf6IC+epqiWS8hcDHsOkYLSJ8LZ6z0="; hash = "sha256-BivnmsACnpxdd6FV+ncdDd5ZwtJSSzNExoiCXeXIFkA=";
}; };
nativeBuildInputs = nativeBuildInputs = [
[ autoreconfHook glib gnome.nautilus pkg-config wrapGAppsHook ]; autoreconfHook
glib
gnome.nautilus
pkg-config
wrapGAppsHook
];
buildInputs = [ gtksourceview5 ]; buildInputs = [
libadwaita
gtksourceview5
];
preConfigure = '' preConfigure = ''
./bootstrap ./bootstrap