This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gomatebindings. commit 5a506ca145c726b268e959062db47a2eb8f60c72 Author: Mihai Moldovan <ionic@ionic.de> Date: Thu Jun 9 23:16:46 2016 +0200 x2gomatebindings.spec: add dependency upon gnome-icon-theme-symbolic for OpenSuSE Leap 42.1, OpenSuSE 13.2 and SLE{S,D} 12. --- debian/changelog | 2 ++ x2gomatebindings.spec | 6 ++++++ 2 files changed, 8 insertions(+) diff --git a/debian/changelog b/debian/changelog index a1751d7..e628db3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -21,6 +21,8 @@ x2gomatebindings (0.0.1.4-0~x2go1) UNRELEASED; urgency=low leading to a build failure. - The last change should have really been for mate-menus-branding, not mate-menus. + - Add dependency upon gnome-icon-theme-symbolic for OpenSuSE Leap 42.1, + OpenSuSE 13.2 and SLE{S,D} 12. * debian/control: - Maintainer change in package: X2Go Developers <x2go-dev@lists.x2go.org>. diff --git a/x2gomatebindings.spec b/x2gomatebindings.spec index 35a3212..ba900d3 100644 --- a/x2gomatebindings.spec +++ b/x2gomatebindings.spec @@ -16,6 +16,9 @@ Source1: %{name}-rpmlintrc BuildRequires: autoconf >= 2.57, automake >= 1.7.6 BuildRequires: mate-common BuildRequires: gnome-icon-theme +%if 0%{?suse_version} >= 1315 +BuildRequires: gnome-icon-theme-symbolic +%endif BuildRequires: mate-desktop-devel BuildRequires: mate-file-manager-devel BuildRequires: pkgconfig @@ -43,6 +46,9 @@ Requires: desktop-file-utils Requires: mate-session-manager Requires: caja >= 1.6.0 Requires: gnome-icon-theme +%if 0%{?suse_version} >= 1315 +Requires: gnome-icon-theme-symbolic +%endif # Especially (but not only) for directory owning. Requires: filesystem -- Alioth's /srv/git/code.x2go.org/x2gomatebindings.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gomatebindings.git