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