Hello community, here is the log from the commit of package gtg for openSUSE:Factory checked in at 2014-10-22 16:23:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gtg (Old) and /work/SRC/openSUSE:Factory/.gtg.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gtg" Changes: -------- --- /work/SRC/openSUSE:Factory/gtg/gtg.changes 2013-12-02 07:22:25.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.gtg.new/gtg.changes 2014-10-22 16:23:35.000000000 +0200 @@ -1,0 +2,7 @@ +Sun Oct 19 11:11:04 UTC 2014 - [email protected] + +- Add gtg.appdata.xml: allow GTG to show up as an application in + gnome-software (installation will abort when upstream ships the + file). + +------------------------------------------------------------------- New: ---- gtg.appdata.xml ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gtg.spec ++++++ --- /var/tmp/diff_new_pack.BnPe2x/_old 2014-10-22 16:23:36.000000000 +0200 +++ /var/tmp/diff_new_pack.BnPe2x/_new 2014-10-22 16:23:36.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package gtg # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -23,7 +23,8 @@ License: GPL-3.0+ Group: Productivity/Office/Organizers Url: https://gtg.fritalk.com -Source: http://launchpad.net/gtg/trunk/%{version}/+download/%{name}-%{version}.tar.gz +Source0: http://launchpad.net/gtg/trunk/%{version}/+download/%{name}-%{version}.tar.gz +Source1: gtg.appdata.xml BuildRequires: dbus-1 # dbus-1 is only required for file ownerships BuildRequires: fdupes @@ -65,6 +66,14 @@ mv %{buildroot}%{_datadir}/icons/hicolor/svg %{buildroot}%{_datadir}/icons/hicolor/scalable/apps # We don't ship any other icons in those icon sets.. rm -rf %{buildroot}%{_datadir}/icons/ubuntu-mono-{dark,light} +if [ -f %{buildroot}%{_datadir}/appdata/gtg.appdata.xml ]; then + echo "Please remove the added gtg.appdata.xml file from the sources - the tarball installs it" + false +else + mkdir -p %{buildroot}%{_datadir}/appdata + cp %{S:1} %{buildroot}%{_datadir}/appdata/ +fi + %suse_update_desktop_file %{name} %fdupes -s %{buildroot} @@ -88,6 +97,8 @@ %{_bindir}/gtg_new_task %{python_sitelib}/GTG/ %{python_sitelib}/gtg-%{version}*.egg-info +%dir %{_datadir}/appdata +%{_datadir}/appdata/gtg.appdata.xml %{_datadir}/applications/gtg.desktop %{_datadir}/gtg/ %{_datadir}/icons/hicolor/*/*/* -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
