Hello community,

here is the log from the commit of package plasma-browser-integration for 
openSUSE:Factory checked in at 2018-01-10 23:30:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/plasma-browser-integration (Old)
 and      /work/SRC/openSUSE:Factory/.plasma-browser-integration.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "plasma-browser-integration"

Wed Jan 10 23:30:20 2018 rev:1 rq:555407 
version:0.0.3git.20171203T045021~a164e4b

Changes:
--------
New Changes file:

--- /dev/null   2018-01-05 12:14:39.755488130 +0100
+++ 
/work/SRC/openSUSE:Factory/.plasma-browser-integration.new/plasma-browser-integration.changes
       2018-01-10 23:30:21.601561016 +0100
@@ -0,0 +1,15 @@
+-------------------------------------------------------------------
+Fri Dec  8 22:29:35 UTC 2017 - [email protected]
+
+- Separate WebExtension into -extension subpackage
+- Don't build it by default (enabled in KUE)
+
+-------------------------------------------------------------------
+Fri Jul 14 20:04:24 UTC 2017 - [email protected]
+
+- Move firefox file from /usr/lib into /usr/lib{,64}
+
+-------------------------------------------------------------------
+Fri Apr 28 17:37:58 UTC 2017 - [email protected]
+
+- Initial packaging

New:
----
  _service
  plasma-browser-integration-0.0.3git.20171203T045021~a164e4b.tar.xz
  plasma-browser-integration.changes
  plasma-browser-integration.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ plasma-browser-integration.spec ++++++
#
# spec file for package plasma-browser-integration
#
# Copyright (c) 2017 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

%bcond_with browser_extension

Name:           plasma-browser-integration
Version:        0.0.3git.20171203T045021~a164e4b
Release:        0
%define kf5_version 5.2.0
Summary:        Helper for the KDE Plasma Browser Integration
License:        GPL-3.0+
Group:          Productivity/Networking/Web/Utilities
Url:            https://cgit.kde.org/plasma-browser-integration.git
Source0:        plasma-browser-integration-%{version}.tar.xz
BuildRequires:  extra-cmake-modules >= %kf5_version
BuildRequires:  cmake(Qt5Core) >= 5.7.0
BuildRequires:  cmake(Qt5DBus) >= 5.7.0
BuildRequires:  cmake(Qt5Gui) >= 5.7.0
BuildRequires:  cmake(KF5Activities) >= %kf5_version
BuildRequires:  cmake(KF5I18n) >= %kf5_version
BuildRequires:  cmake(KF5Notifications) >= %kf5_version
BuildRequires:  cmake(KF5KIO) >= %kf5_version
BuildRequires:  cmake(KF5Runner) >= %kf5_version
BuildRequires:  cmake(KF5WindowSystem) >= %kf5_version

%description
This package contains a helper binary necessary for the WebExtension to
work.

%package extension
Summary:        WebExtension for KDE Plamsa Browser Integration
Group:          Productivity/Networking/Web/Utilities
Requires:       %{name} = %{version}

%description extension
This package contains a WebExtension to integrate the browser better into
KDE Plasma.

%prep
%setup -q

%build
%if %{with browser_extension}
%cmake_kf5 -d build -- -DINSTALL_CHROME_EXTENSION=1
%else
%cmake_kf5 -d build -- -DINSTALL_CHROME_EXTENSION=0
%endif

%make_jobs

%install
cd build
%make_install
if [ "%{_libdir}" != "%{_libexecdir}" ]; then
        # Move mozilla native messaging file to correct location
        mv %{buildroot}%{_libexecdir}/mozilla %{buildroot}%{_libdir}
fi

%if %{without browser_extension}
# Do not download the extension automatically
rm -r %{buildroot}%{_datadir}/{chromium-browser,google-chrome}
%endif

%files
%{_bindir}/plasma-browser-integration-host
%{_libqt5_plugindir}/krunner_browsertabs.so
%{_kf5_servicesdir}/plasma-runner-browsertabs.desktop
%dir %{_sysconfdir}/chromium
%{_sysconfdir}/chromium/native-messaging-hosts
%dir %{_sysconfdir}/opt/chrome
%{_sysconfdir}/opt/chrome/native-messaging-hosts
%dir %{_libdir}/mozilla
%{_libdir}/mozilla/native-messaging-hosts

%if %{with browser_extension}
%files extension
%{_datadir}/plasma-browser-integration
%dir %{_datadir}/chromium-browser
%dir %{_datadir}/chromium-browser/extensions
%{_datadir}/chromium-browser/extensions/cimiefiiaegbelhefglklhhakcgmhkai.json
%dir %{_datadir}/google-chrome
%dir %{_datadir}/google-chrome/extensions
%{_datadir}/google-chrome/extensions/cimiefiiaegbelhefglklhhakcgmhkai.json
%endif

%changelog
++++++ _service ++++++
<services>
  <service name="tar_scm" mode="disabled">
    <param 
name="url">git://anongit.kde.org/plasma-browser-integration.git</param>
    <param name="scm">git</param>
    <param name="versionformat">0.0.3git.%ci~%h</param>
  </service>
  <service name="recompress" mode="disabled">
    <param name="file">*.tar</param>
    <param name="compression">xz</param>
  </service>
  <service name="set_version" mode="disabled"/>
</services>

Reply via email to