appstream: 0.14.4 → 0.15.2

https://github.com/ximion/appstream/blob/v0.15.2/NEWS

+15 -12
+5 -5
pkgs/development/libraries/appstream/default.nix
··· 14 , glib 15 , xapian 16 , libxml2 17 , libyaml 18 , gobject-introspection 19 , pcre 20 , itstool 21 , gperf 22 , vala 23 - , lmdb 24 , curl 25 }: 26 27 stdenv.mkDerivation rec { 28 pname = "appstream"; 29 - version = "0.14.4"; 30 31 outputs = [ "out" "dev" ]; 32 ··· 34 owner = "ximion"; 35 repo = "appstream"; 36 rev = "v${version}"; 37 - sha256 = "sha256-DJXCw50f+8c58bJw6xx0ECfkc9/KcWaeA+ne2zmTyhg="; 38 }; 39 40 patches = [ ··· 65 glib 66 xapian 67 libxml2 68 libyaml 69 gperf 70 - lmdb 71 curl 72 ]; 73 ··· 88 ''; 89 license = licenses.lgpl21Plus; 90 platforms = platforms.unix; 91 - }; 92 }
··· 14 , glib 15 , xapian 16 , libxml2 17 + , libxmlb 18 , libyaml 19 , gobject-introspection 20 , pcre 21 , itstool 22 , gperf 23 , vala 24 , curl 25 }: 26 27 stdenv.mkDerivation rec { 28 pname = "appstream"; 29 + version = "0.15.2"; 30 31 outputs = [ "out" "dev" ]; 32 ··· 34 owner = "ximion"; 35 repo = "appstream"; 36 rev = "v${version}"; 37 + sha256 = "sha256-/JZ49wjtcInbGUOVVjevVSrLCHcA60FMT165rhfb78Q="; 38 }; 39 40 patches = [ ··· 65 glib 66 xapian 67 libxml2 68 + libxmlb 69 libyaml 70 gperf 71 curl 72 ]; 73 ··· 88 ''; 89 license = licenses.lgpl21Plus; 90 platforms = platforms.unix; 91 + }; 92 }
+10 -7
pkgs/development/libraries/appstream/fix-paths.patch
··· 1 diff --git a/data/meson.build b/data/meson.build 2 - index 1eb3dfb0..623b66ec 100644 3 --- a/data/meson.build 4 +++ b/data/meson.build 5 - @@ -26,4 +26,4 @@ i18n.merge_file ( 6 ) 7 8 - install_data ('appstream.conf', 9 - - install_dir: get_option('sysconfdir')) 10 - + install_dir: get_option('prefix') / 'etc') 11 diff --git a/meson.build b/meson.build 12 - index dc1fb1a5..5ee03b73 100644 13 --- a/meson.build 14 +++ b/meson.build 15 - @@ -108,12 +108,12 @@ if get_option ('gir') 16 dependency('gobject-introspection-1.0', version: '>=1.56') 17 endif 18
··· 1 diff --git a/data/meson.build b/data/meson.build 2 + index 53f31cb4..90f40e77 100644 3 --- a/data/meson.build 4 +++ b/data/meson.build 5 + @@ -68,7 +68,7 @@ test('as-validate_metainfo.cli', 6 ) 7 8 + install_data('appstream.conf', 9 + - install_dir: get_option('sysconfdir')) 10 + + install_dir: get_option('prefix') / 'etc') 11 + 12 + if get_option('compose') 13 + ascompose_metainfo = 'org.freedesktop.appstream.compose.metainfo.xml' 14 diff --git a/meson.build b/meson.build 15 + index 2efe86b7..9dc79e28 100644 16 --- a/meson.build 17 +++ b/meson.build 18 + @@ -107,12 +107,12 @@ if get_option ('gir') 19 dependency('gobject-introspection-1.0', version: '>=1.56') 20 endif 21