gdk-pixbuf-xlib: init at 2019-10-19-unstable
https://mail.gnome.org/archives/desktop-devel-list/2019-November/msg00009.html
This commit is contained in:
@@ -0,0 +1,55 @@
|
|||||||
|
{ stdenv
|
||||||
|
, fetchFromGitLab
|
||||||
|
, meson
|
||||||
|
, ninja
|
||||||
|
, pkg-config
|
||||||
|
, docbook-xsl-nons
|
||||||
|
, docbook_xml_dtd_43
|
||||||
|
, gtk-doc
|
||||||
|
, gdk-pixbuf
|
||||||
|
, libX11
|
||||||
|
}:
|
||||||
|
|
||||||
|
stdenv.mkDerivation rec {
|
||||||
|
pname = "gdk-pixbuf-xlib";
|
||||||
|
version = "2019-10-19-unstable";
|
||||||
|
|
||||||
|
outputs = [ "out" "dev" "devdoc" ];
|
||||||
|
|
||||||
|
src = fetchFromGitLab {
|
||||||
|
domain = "gitlab.gnome.org";
|
||||||
|
owner = "Archive";
|
||||||
|
repo = "gdk-pixbuf-xlib";
|
||||||
|
rev = "dc22ea36f69755007c66877284596df270532cc1";
|
||||||
|
sha256 = "XhBQ4wano+MtGaqF6JNKoWgYQN6eBW+b8ZCGEBGt8IM=";
|
||||||
|
};
|
||||||
|
|
||||||
|
nativeBuildInputs = [
|
||||||
|
meson
|
||||||
|
ninja
|
||||||
|
pkg-config
|
||||||
|
docbook-xsl-nons
|
||||||
|
docbook_xml_dtd_43
|
||||||
|
gtk-doc
|
||||||
|
];
|
||||||
|
|
||||||
|
buildInputs = [
|
||||||
|
libX11
|
||||||
|
];
|
||||||
|
|
||||||
|
propagatedBuildInputs = [
|
||||||
|
gdk-pixbuf
|
||||||
|
];
|
||||||
|
|
||||||
|
mesonFlags = [
|
||||||
|
"-Dgtk_doc=true"
|
||||||
|
];
|
||||||
|
|
||||||
|
meta = with stdenv.lib; {
|
||||||
|
description = "Deprecated API for integrating GdkPixbuf with Xlib data types";
|
||||||
|
homepage = "https://gitlab.gnome.org/Archive/gdk-pixbuf-xlib";
|
||||||
|
maintainers = teams.gnome.members;
|
||||||
|
license = licenses.lgpl21Plus;
|
||||||
|
platforms = platforms.unix;
|
||||||
|
};
|
||||||
|
}
|
||||||
@@ -12089,6 +12089,8 @@ in
|
|||||||
|
|
||||||
gdk-pixbuf = callPackage ../development/libraries/gdk-pixbuf { };
|
gdk-pixbuf = callPackage ../development/libraries/gdk-pixbuf { };
|
||||||
|
|
||||||
|
gdk-pixbuf-xlib = callPackage ../development/libraries/gdk-pixbuf/xlib.nix { };
|
||||||
|
|
||||||
gnome-sharp = callPackage ../development/libraries/gnome-sharp { };
|
gnome-sharp = callPackage ../development/libraries/gnome-sharp { };
|
||||||
|
|
||||||
gnome-menus = callPackage ../development/libraries/gnome-menus { };
|
gnome-menus = callPackage ../development/libraries/gnome-menus { };
|
||||||
|
|||||||
Reference in New Issue
Block a user