Accepting request 357903 from home:tittiatcoke:branches:GNOME:Factory
The adjustments required to also start using AppData within the KDE tools. This will only work once the AppStream package has been accepted into Factory. OBS-URL: https://build.opensuse.org/request/show/357903 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libzypp-plugin-appdata?expand=0&rev=25
This commit is contained in:
parent
58a2be2086
commit
91c201d5ef
@ -1,6 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Copyright (c) 2014 Dominique Leuenberger, Amsterdam, The Netherlands
|
||||
# Copyright (c) 2016 Raymond Wooninck, Vienna, Austria
|
||||
|
||||
# Permission is hereby granted, free of charge, to any person obtaining
|
||||
# a copy of this software and associated documentation files (the
|
||||
@ -54,3 +55,6 @@ done
|
||||
# Fixup icon that might have uncompressed with odd permissions
|
||||
chmod 755 /var/cache/app-info/icons/*
|
||||
|
||||
# (Re)create the Xapian database required by the KDE tools
|
||||
appstreamcli refresh-index
|
||||
|
||||
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 5 13:36:42 UTC 2016 - tittiatcoke@gmail.com
|
||||
|
||||
- Expand the InstallAppdata.sh so that it (re)builds the Xapian
|
||||
database for the available appdata. This Xapian database is
|
||||
required by the KDE tools (Muon/Discover) to show the
|
||||
installed software
|
||||
* Add Requires on AppStream package as that this provides the
|
||||
appstreamcli binary
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 8 20:08:01 UTC 2015 - dimstar@opensuse.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libzypp-plugin-appdata
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -30,6 +30,8 @@ BuildArch: noarch
|
||||
Requires: appstream-glib >= 0.3.6
|
||||
# appdata hook was introduced in libzypp 14.29.4
|
||||
Requires: libzypp >= 14.29.4
|
||||
# appstreamcli is provided by the AppStream package
|
||||
Requires: AppStream
|
||||
|
||||
%description
|
||||
This plugin extends libzypp to install AppStream metadata, as extracted from the
|
||||
|
Loading…
x
Reference in New Issue
Block a user