gnome3.grilo-plugins: 0.3.7 → 0.3.8
This commit is contained in:
@@ -1,22 +1,19 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, intltool, sqlite
|
{ stdenv, fetchurl, meson, ninja, pkgconfig, gettext, sqlite
|
||||||
, gnome3, libxml2, gupnp, gssdp, lua5, liboauth, gupnp-av
|
, gnome3, libxml2, gupnp, gssdp, lua5, liboauth, gupnp-av
|
||||||
, gmime, json-glib, avahi, tracker, dleyna-server, itstool }:
|
, gmime, json-glib, avahi, tracker, dleyna-server, itstool }:
|
||||||
|
|
||||||
let
|
let
|
||||||
pname = "grilo-plugins";
|
pname = "grilo-plugins";
|
||||||
version = "0.3.7";
|
version = "0.3.8";
|
||||||
major = stdenv.lib.versions.majorMinor version;
|
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
name = "${pname}-${version}";
|
name = "${pname}-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnome/sources/${pname}/${major}/${name}.tar.xz";
|
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${name}.tar.xz";
|
||||||
sha256 = "0838mm7sdfwsiw022rjb27dlbbxncpx5jrpv3qzfadli66y3nbzw";
|
sha256 = "0nync07gah3jkpb5ph5d3gwbygmabnih2m3hfz7lkvjl2l5pgpac";
|
||||||
};
|
};
|
||||||
|
|
||||||
installFlags = [ "GRL_PLUGINS_DIR=$(out)/lib/grilo-${major}" ];
|
nativeBuildInputs = [ meson ninja pkgconfig gettext itstool ];
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig intltool itstool ];
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
gnome3.grilo libxml2 gupnp gssdp gnome3.libgdata
|
gnome3.grilo libxml2 gupnp gssdp gnome3.libgdata
|
||||||
lua5 liboauth gupnp-av sqlite gnome3.gnome-online-accounts
|
lua5 liboauth gupnp-av sqlite gnome3.gnome-online-accounts
|
||||||
@@ -36,7 +33,7 @@ in stdenv.mkDerivation rec {
|
|||||||
homepage = https://wiki.gnome.org/Projects/Grilo;
|
homepage = https://wiki.gnome.org/Projects/Grilo;
|
||||||
description = "A collection of plugins for the Grilo framework";
|
description = "A collection of plugins for the Grilo framework";
|
||||||
maintainers = gnome3.maintainers;
|
maintainers = gnome3.maintainers;
|
||||||
license = licenses.lgpl2;
|
license = licenses.lgpl21;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user