libgsf: 1.14.44 → 1.14.45
This commit is contained in:
parent
426e6ee183
commit
4439234623
@ -1,12 +1,13 @@
|
|||||||
{ fetchurl, stdenv, pkgconfig, intltool, gettext, glib, libxml2, zlib, bzip2
|
{ fetchurl, stdenv, pkgconfig, intltool, gettext, glib, libxml2, zlib, bzip2
|
||||||
, python, perl, gdk_pixbuf, libiconv, libintl }:
|
, python, perl, gdk_pixbuf, libiconv, libintl, gnome3 }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "libgsf-1.14.44";
|
pname = "libgsf";
|
||||||
|
version = "1.14.45";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnome/sources/libgsf/1.14/${name}.tar.xz";
|
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
|
||||||
sha256 = "1ppzfk3zmmgrg9jh8vc4dacddbfngjslq2wpj94pcr3i0c8dxgk8";
|
sha256 = "1yk91ccf7z9b8d8ac6vip3gc5c0pkwgabqy6l0pj0kf43l7jrg2w";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig intltool libintl ];
|
nativeBuildInputs = [ pkgconfig intltool libintl ];
|
||||||
@ -21,6 +22,12 @@ stdenv.mkDerivation rec {
|
|||||||
doCheck = true;
|
doCheck = true;
|
||||||
preCheck = "patchShebangs ./tests/";
|
preCheck = "patchShebangs ./tests/";
|
||||||
|
|
||||||
|
passthru = {
|
||||||
|
updateScript = gnome3.updateScript {
|
||||||
|
packageName = pname;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "GNOME's Structured File Library";
|
description = "GNOME's Structured File Library";
|
||||||
homepage = https://www.gnome.org/projects/libgsf;
|
homepage = https://www.gnome.org/projects/libgsf;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user