appstream: 0.14.4 → 0.15.2

https://github.com/ximion/appstream/blob/v0.15.2/NEWS
This commit is contained in:
Bobby Rong 2022-02-24 23:44:20 +08:00
parent 7c504659c8
commit 33ed5aeef7
No known key found for this signature in database
GPG key ID: ED07364437C91161
2 changed files with 15 additions and 12 deletions

View file

@ -14,19 +14,19 @@
, glib , glib
, xapian , xapian
, libxml2 , libxml2
, libxmlb
, libyaml , libyaml
, gobject-introspection , gobject-introspection
, pcre , pcre
, itstool , itstool
, gperf , gperf
, vala , vala
, lmdb
, curl , curl
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "appstream"; pname = "appstream";
version = "0.14.4"; version = "0.15.2";
outputs = [ "out" "dev" ]; outputs = [ "out" "dev" ];
@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
owner = "ximion"; owner = "ximion";
repo = "appstream"; repo = "appstream";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-DJXCw50f+8c58bJw6xx0ECfkc9/KcWaeA+ne2zmTyhg="; sha256 = "sha256-/JZ49wjtcInbGUOVVjevVSrLCHcA60FMT165rhfb78Q=";
}; };
patches = [ patches = [
@ -65,9 +65,9 @@ stdenv.mkDerivation rec {
glib glib
xapian xapian
libxml2 libxml2
libxmlb
libyaml libyaml
gperf gperf
lmdb
curl curl
]; ];
@ -88,5 +88,5 @@ stdenv.mkDerivation rec {
''; '';
license = licenses.lgpl21Plus; license = licenses.lgpl21Plus;
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }

View file

@ -1,18 +1,21 @@
diff --git a/data/meson.build b/data/meson.build diff --git a/data/meson.build b/data/meson.build
index 1eb3dfb0..623b66ec 100644 index 53f31cb4..90f40e77 100644
--- a/data/meson.build --- a/data/meson.build
+++ b/data/meson.build +++ b/data/meson.build
@@ -26,4 +26,4 @@ i18n.merge_file ( @@ -68,7 +68,7 @@ test('as-validate_metainfo.cli',
) )
install_data ('appstream.conf', install_data('appstream.conf',
- install_dir: get_option('sysconfdir')) - install_dir: get_option('sysconfdir'))
+ install_dir: get_option('prefix') / 'etc') + install_dir: get_option('prefix') / 'etc')
if get_option('compose')
ascompose_metainfo = 'org.freedesktop.appstream.compose.metainfo.xml'
diff --git a/meson.build b/meson.build diff --git a/meson.build b/meson.build
index dc1fb1a5..5ee03b73 100644 index 2efe86b7..9dc79e28 100644
--- a/meson.build --- a/meson.build
+++ b/meson.build +++ b/meson.build
@@ -108,12 +108,12 @@ if get_option ('gir') @@ -107,12 +107,12 @@ if get_option ('gir')
dependency('gobject-introspection-1.0', version: '>=1.56') dependency('gobject-introspection-1.0', version: '>=1.56')
endif endif