Hello community,

here is the log from the commit of package ibus for openSUSE:Factory checked in 
at 2017-09-05 16:07:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ibus (Old)
 and      /work/SRC/openSUSE:Factory/.ibus.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ibus"

Tue Sep  5 16:07:20 2017 rev:78 rq:519666 version:1.5.16

Changes:
--------
--- /work/SRC/openSUSE:Factory/ibus/ibus.changes        2017-08-08 
12:05:30.439056851 +0200
+++ /work/SRC/openSUSE:Factory/.ibus.new/ibus.changes   2017-09-05 
16:07:21.809409386 +0200
@@ -1,0 +2,5 @@
+Tue Aug 29 12:38:07 UTC 2017 - [email protected]
+
+- Don't build the branding-openSUSE-KDE package on SLE 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ibus.spec ++++++
--- /var/tmp/diff_new_pack.14n4cG/_old  2017-09-05 16:07:22.857262038 +0200
+++ /var/tmp/diff_new_pack.14n4cG/_new  2017-09-05 16:07:22.861261476 +0200
@@ -21,8 +21,10 @@
 %define with_python3 0
 %if 0%{?is_opensuse}
 %define with_wayland 1
+%define with_kde 1
 %else
 %define with_wayland 0
+%define with_kde 0
 %endif
 
 Name:           ibus
@@ -37,8 +39,10 @@
 Source2:        README.SUSE
 Source3:        xim.ibus.suse.template
 Source4:        xim.d-ibus-121
+%if %{with_kde}
 Source5:        kde.tar.gz
 Source6:        kde-12.2.tar.gz
+%endif
 Source7:        macros.ibus
 Source10:       ibus-autostart
 Source11:       ibus-autostart.desktop
@@ -87,8 +91,10 @@
 BuildRequires:  python3-devel
 BuildRequires:  pkgconfig(json-glib-1.0)
 # directory ownership {
+%if %{with_kde}
 BuildRequires:  oxygen-icon-theme
 BuildRequires:  oxygen-icon-theme-scalable
+%endif
 BuildRequires:  x11-tools
 # }
 BuildRequires:  pkg-config
@@ -204,6 +210,7 @@
 
 %endif
 
+%if %{with_kde}
 %package branding-openSUSE-KDE
 Summary:        openSUSE branding for KDE
 Group:          System/GUI/KDE
@@ -218,6 +225,7 @@
 
 %description branding-openSUSE-KDE
 openSUSE branding for KDE monochrome icons in systray.
+%endif
 
 %package devel
 Summary:        Development tools for ibus
@@ -333,6 +341,7 @@
 # touch for %%ghost
 touch %{buildroot}/%{_sysconfdir}/dconf/db/ibus
 
+%if %{with_kde}
 # fix kde monochrome icons
 %if 0%{?suse_version} >= 1230
 cp -r %{SOURCE5} ./
@@ -349,6 +358,7 @@
 mkdir -p %{buildroot}%{_datadir}/icons/oxygen/scalable/apps/
 cp -r ibus-keyboard.svgz %{buildroot}%{_datadir}/icons/oxygen/scalable/apps/
 popd
+%endif
 
 # install macros
 mkdir -p %{buildroot}%{_sysconfdir}/rpm
@@ -458,10 +468,12 @@
 %{_datadir}/vala/vapi/ibus-1.0.deps
 %{_datadir}/vala/vapi/ibus-1.0.vapi
 
+%if %{with_kde}
 %files branding-openSUSE-KDE
 %defattr(-,root,root)
 %dir %{_datadir}/icons/oxygen/*
 %dir %{_datadir}/icons/oxygen/*/apps
 %{_datadir}/icons/oxygen/*/apps/ibus-keyboard.*
+%endif
 
 %changelog


Reply via email to