gnome3.devhelp: 3.28.1 → 3.30.0
This commit is contained in:
parent
c7c4e6c9fa
commit
e0d8c80f01
@ -1,22 +1,29 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, gnome3, gtk3, wrapGAppsHook
|
{ stdenv, fetchurl, meson, ninja, pkgconfig, gnome3, gtk3, wrapGAppsHook
|
||||||
, glib, appstream-glib, gobjectIntrospection
|
, glib, amtk, appstream-glib, gobjectIntrospection
|
||||||
, webkitgtk, gettext, itstool, gsettings-desktop-schemas }:
|
, webkitgtk, gettext, itstool, gsettings-desktop-schemas }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "devhelp-${version}";
|
name = "devhelp-${version}";
|
||||||
version = "3.28.1";
|
version = "3.30.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnome/sources/devhelp/${gnome3.versionBranch version}/${name}.tar.xz";
|
url = "mirror://gnome/sources/devhelp/${gnome3.versionBranch version}/${name}.tar.xz";
|
||||||
sha256 = "08a8xizjqz68k30zd37r7g516azhan9bbrjsvv10hjd5dg3f476s";
|
sha256 = "1rzilsn0v8dj86djankllc5f10d58f6rwg4w1fffh5zly10nlli5";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig gettext itstool wrapGAppsHook appstream-glib gobjectIntrospection ];
|
nativeBuildInputs = [ meson ninja pkgconfig gettext itstool wrapGAppsHook appstream-glib gobjectIntrospection ];
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
glib gtk3 webkitgtk
|
glib gtk3 webkitgtk amtk
|
||||||
gnome3.defaultIconTheme gsettings-desktop-schemas
|
gnome3.defaultIconTheme gsettings-desktop-schemas
|
||||||
];
|
];
|
||||||
|
|
||||||
|
doCheck = true;
|
||||||
|
|
||||||
|
postPatch = ''
|
||||||
|
chmod +x meson_post_install.py # patchShebangs requires executable file
|
||||||
|
patchShebangs meson_post_install.py
|
||||||
|
'';
|
||||||
|
|
||||||
passthru = {
|
passthru = {
|
||||||
updateScript = gnome3.updateScript {
|
updateScript = gnome3.updateScript {
|
||||||
packageName = "devhelp";
|
packageName = "devhelp";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user