commit vala-panel-appmenu for openSUSE:Factory

2020-09-29 Thread root
Hello community,

here is the log from the commit of package vala-panel-appmenu for 
openSUSE:Factory checked in at 2020-09-29 19:03:56

Comparing /work/SRC/openSUSE:Factory/vala-panel-appmenu (Old)
 and  /work/SRC/openSUSE:Factory/.vala-panel-appmenu.new.4249 (New)


Package is "vala-panel-appmenu"

Tue Sep 29 19:03:56 2020 rev:6 rq:838405 version:0.7.5~git20200915.1e8791e

Changes:

--- /work/SRC/openSUSE:Factory/vala-panel-appmenu/vala-panel-appmenu.changes
2020-02-04 19:55:49.729408232 +0100
+++ 
/work/SRC/openSUSE:Factory/.vala-panel-appmenu.new.4249/vala-panel-appmenu.changes
  2020-09-29 19:04:10.545946400 +0200
@@ -1,0 +2,15 @@
+Tue Sep 29 02:09:37 UTC 2020 - i...@marguerite.su
+
+- Update to version 0.7.5~git20200915.1e8791e:
+  * importer: process events after layout parse. For #327
+  * importer: small fixes
+  * meson: fix budgie applet name
+  * ci: fixed release
+  * ci: use VERSION only when required
+  * ci: add VERSION
+  * all: fully switch to meson
+  * meson: make docs installation configurable
+  * meson: clarify or later
+  * Update .gitlab-ci.yml
+
+---

Old:

  vala-panel-appmenu-0.7.3.tar.xz

New:

  _service
  vala-panel-appmenu-0.7.5~git20200915.1e8791e.tar.xz



Other differences:
--
++ vala-panel-appmenu.spec ++
--- /var/tmp/diff_new_pack.5L2kuW/_old  2020-09-29 19:04:11.381947415 +0200
+++ /var/tmp/diff_new_pack.5L2kuW/_new  2020-09-29 19:04:11.385947420 +0200
@@ -17,20 +17,19 @@
 
 
 Name:   vala-panel-appmenu
-Version:0.7.3
+Version:0.7.5~git20200915.1e8791e
 Release:0
 Summary:AppMenu plugin for xfce4-panel, mate-panel and vala-panel
 License:LGPL-3.0-or-later
 Group:  System/GUI/Other
-URL:https://gitlab.com/vala-panel-project/vala-panel-appmenu
+URL:https://github.com/rilian-la-te/vala-panel-appmenu
 Source: %{name}-%{version}.tar.xz
 BuildRequires:  bamf-daemon
-BuildRequires:  cmake >= 3.6
 BuildRequires:  fdupes
 BuildRequires:  git
+BuildRequires:  meson
 BuildRequires:  pkgconfig
 BuildRequires:  vala >= 0.24
-BuildRequires:  vala-cmake-modules
 BuildRequires:  pkgconfig(dbusmenu-glib-0.4)
 BuildRequires:  pkgconfig(gio-2.0) >= 2.44
 BuildRequires:  pkgconfig(gio-unix-2.0) >= 2.44
@@ -209,13 +208,12 @@
 %build
 export CFLAGS="$CFLAGS -I/usr/include/harfbuzz"
 export CXXFLAGS="$CXXFLAGS -I/usr/include/harfbuzz"
-%cmake \
-  -DCMAKE_SHARED_LINKER_FLAGS="" \
-  -DCMAKE_INSTALL_LIBEXECDIR=%{_libexecdir}
-make %{?_smp_mflags} V=1
+meson --prefix=%{_prefix} build
+meson compile -C build
 
 %install
-%cmake_install
+DESTDIR=%{buildroot} meson install -C build --no-rebuild
+rm -rf %{buildroot}%{_datadir}/{appmenu-gtk-module,vala-panel-appmenu}/doc
 %find_lang %{name}
 %fdupes %{buildroot}%{_datadir}/
 
@@ -269,7 +267,7 @@
 %files -n libappmenu-gtk2-parser0
 %defattr(-,root,root)
 %{_libdir}/libappmenu-gtk2-parser.so.0
-%{_libdir}/libappmenu-gtk2-parser.so.%{version}
+%{_libdir}/libappmenu-gtk2-parser.so.0.7
 
 %files -n libappmenu-gtk2-parser-devel
 %defattr(-,root,root)
@@ -279,7 +277,7 @@
 %files -n libappmenu-gtk3-parser0
 %defattr(-,root,root)
 %{_libdir}/libappmenu-gtk3-parser.so.0
-%{_libdir}/libappmenu-gtk3-parser.so.%{version}
+%{_libdir}/libappmenu-gtk3-parser.so.0.7
 
 %files -n libappmenu-gtk3-parser-devel
 %defattr(-,root,root)

++ _service ++

  
https://github.com/rilian-la-te/vala-panel-appmenu
git
.git
0.7.5~git%cd.%h
master
enable
  
  
vala-panel-appmenu-*.tar
xz
  
  
vala-panel-appmenu
  




commit vala-panel-appmenu for openSUSE:Factory

2020-02-04 Thread root
Hello community,

here is the log from the commit of package vala-panel-appmenu for 
openSUSE:Factory checked in at 2020-02-04 19:55:46

Comparing /work/SRC/openSUSE:Factory/vala-panel-appmenu (Old)
 and  /work/SRC/openSUSE:Factory/.vala-panel-appmenu.new.26092 (New)


Package is "vala-panel-appmenu"

Tue Feb  4 19:55:46 2020 rev:5 rq:769859 version:0.7.3

Changes:

--- /work/SRC/openSUSE:Factory/vala-panel-appmenu/vala-panel-appmenu.changes
2019-12-21 12:30:05.127326261 +0100
+++ 
/work/SRC/openSUSE:Factory/.vala-panel-appmenu.new.26092/vala-panel-appmenu.changes
 2020-02-04 19:55:49.729408232 +0100
@@ -1,0 +2,6 @@
+Mon Feb  3 16:47:16 UTC 2020 - Dominique Leuenberger 
+
+- BuildRequire pkgconfig(systemd) instead of systemd: allow OBS to
+  shortcut through the -mini flavors.
+
+---



Other differences:
--
++ vala-panel-appmenu.spec ++
--- /var/tmp/diff_new_pack.X6LIz6/_old  2020-02-04 19:55:51.013408981 +0100
+++ /var/tmp/diff_new_pack.X6LIz6/_new  2020-02-04 19:55:51.029408990 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package vala-panel-appmenu
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,14 +22,13 @@
 Summary:AppMenu plugin for xfce4-panel, mate-panel and vala-panel
 License:LGPL-3.0-or-later
 Group:  System/GUI/Other
-Url:https://gitlab.com/vala-panel-project/vala-panel-appmenu
+URL:https://gitlab.com/vala-panel-project/vala-panel-appmenu
 Source: %{name}-%{version}.tar.xz
 BuildRequires:  bamf-daemon
 BuildRequires:  cmake >= 3.6
 BuildRequires:  fdupes
 BuildRequires:  git
 BuildRequires:  pkgconfig
-BuildRequires:  systemd
 BuildRequires:  vala >= 0.24
 BuildRequires:  vala-cmake-modules
 BuildRequires:  pkgconfig(dbusmenu-glib-0.4)
@@ -45,6 +44,7 @@
 BuildRequires:  pkgconfig(libwnck-3.0) >= 3.4.0
 BuildRequires:  pkgconfig(libxfce4panel-2.0)
 BuildRequires:  pkgconfig(libxfconf-0)
+BuildRequires:  pkgconfig(systemd)
 %if 0%{?suse_version} > 1320 || (0%{?sle_version} >= 120300 && 
0%{?is_opensuse})
 BuildRequires:  pkgconfig(libmatepanelapplet-4.0)
 BuildRequires:  pkgconfig(vala-panel) >= 0.3.7
@@ -81,7 +81,7 @@
 Group:  System/GUI/Other
 BuildArch:  noarch
 %glib2_gsettings_schema_requires
-%systemd_requires
+%systemd_ordering
 
 %description -n appmenu-gtk-module-common
 This package contains common data-files for appmenu-gtk{2,3}-module.




commit vala-panel-appmenu for openSUSE:Factory

2019-12-21 Thread root
Hello community,

here is the log from the commit of package vala-panel-appmenu for 
openSUSE:Factory checked in at 2019-12-21 12:29:56

Comparing /work/SRC/openSUSE:Factory/vala-panel-appmenu (Old)
 and  /work/SRC/openSUSE:Factory/.vala-panel-appmenu.new.6675 (New)


Package is "vala-panel-appmenu"

Sat Dec 21 12:29:56 2019 rev:4 rq:758046 version:0.7.3

Changes:

--- /work/SRC/openSUSE:Factory/vala-panel-appmenu/vala-panel-appmenu.changes
2019-11-26 16:50:48.528283058 +0100
+++ 
/work/SRC/openSUSE:Factory/.vala-panel-appmenu.new.6675/vala-panel-appmenu.changes
  2019-12-21 12:30:05.127326261 +0100
@@ -1,0 +2,5 @@
+Thu Dec 19 04:52:21 UTC 2019 - Marguerite Su 
+
+- fix tumbleweed build with pango 1.44
+
+---



Other differences:
--
++ vala-panel-appmenu.spec ++
--- /var/tmp/diff_new_pack.yCd0wQ/_old  2019-12-21 12:30:07.171327232 +0100
+++ /var/tmp/diff_new_pack.yCd0wQ/_new  2019-12-21 12:30:07.207327250 +0100
@@ -39,6 +39,7 @@
 BuildRequires:  pkgconfig(gmodule-2.0) >= 2.44
 BuildRequires:  pkgconfig(gthread-2.0) >= 2.44
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.10
+BuildRequires:  pkgconfig(harfbuzz)
 BuildRequires:  pkgconfig(libbamf3) >= 0.5.0
 BuildRequires:  pkgconfig(libpeas-1.0) >= 1.2
 BuildRequires:  pkgconfig(libwnck-3.0) >= 3.4.0
@@ -206,6 +207,8 @@
 %setup -q
 
 %build
+export CFLAGS="$CFLAGS -I/usr/include/harfbuzz"
+export CXXFLAGS="$CXXFLAGS -I/usr/include/harfbuzz"
 %cmake \
   -DCMAKE_SHARED_LINKER_FLAGS="" \
   -DCMAKE_INSTALL_LIBEXECDIR=%{_libexecdir}




commit vala-panel-appmenu for openSUSE:Factory

2019-11-26 Thread root
Hello community,

here is the log from the commit of package vala-panel-appmenu for 
openSUSE:Factory checked in at 2019-11-26 16:50:36

Comparing /work/SRC/openSUSE:Factory/vala-panel-appmenu (Old)
 and  /work/SRC/openSUSE:Factory/.vala-panel-appmenu.new.26869 (New)


Package is "vala-panel-appmenu"

Tue Nov 26 16:50:36 2019 rev:3 rq:743091 version:0.7.3

Changes:

--- /work/SRC/openSUSE:Factory/vala-panel-appmenu/vala-panel-appmenu.changes
2018-09-17 14:27:18.659737567 +0200
+++ 
/work/SRC/openSUSE:Factory/.vala-panel-appmenu.new.26869/vala-panel-appmenu.changes
 2019-11-26 16:50:48.528283058 +0100
@@ -1,0 +2,19 @@
+Sat Oct 19 09:35:03 UTC 2019 - Christophe Giboudeaux 
+
+- Drop the appmenu-qt requirement. appmenu-qt is unmaintained and
+  will be removed from Leap 15.2 and factory soon.
+
+---
+Sat Oct 19 04:25:09 UTC 2019 - Marguerite Su 
+
+- update version 0.7.3
+  * fixes blacklist and multimodule
+- changes in version 0.7.2
+  * Meson and various fixes
+
+---
+Sun Apr 28 12:11:08 UTC 2019 - Vinzenz Vietzke 
+
+- Update spec file: new upstream Url
+
+---

Old:

  vala-panel-appmenu-0.7.1.tar.gz

New:

  vala-panel-appmenu-0.7.3.tar.xz



Other differences:
--
++ vala-panel-appmenu.spec ++
--- /var/tmp/diff_new_pack.Ds4Ou0/_old  2019-11-26 16:50:50.732282260 +0100
+++ /var/tmp/diff_new_pack.Ds4Ou0/_new  2019-11-26 16:50:50.736282259 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package vala-panel-appmenu
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,18 +12,18 @@
 # 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/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   vala-panel-appmenu
-Version:0.7.1
+Version:0.7.3
 Release:0
 Summary:AppMenu plugin for xfce4-panel, mate-panel and vala-panel
 License:LGPL-3.0-or-later
 Group:  System/GUI/Other
-Url:https://github.com/rilian-la-te/vala-panel-appmenu
-Source: %{name}-%{version}.tar.gz
+Url:https://gitlab.com/vala-panel-project/vala-panel-appmenu
+Source: %{name}-%{version}.tar.xz
 BuildRequires:  bamf-daemon
 BuildRequires:  cmake >= 3.6
 BuildRequires:  fdupes
@@ -31,6 +31,7 @@
 BuildRequires:  pkgconfig
 BuildRequires:  systemd
 BuildRequires:  vala >= 0.24
+BuildRequires:  vala-cmake-modules
 BuildRequires:  pkgconfig(dbusmenu-glib-0.4)
 BuildRequires:  pkgconfig(gio-2.0) >= 2.44
 BuildRequires:  pkgconfig(gio-unix-2.0) >= 2.44
@@ -162,7 +163,6 @@
 Group:  System/GUI/XFCE
 Requires:   appmenu-gtk2-module = %{version}
 Requires:   appmenu-gtk3-module = %{version}
-Requires:   appmenu-qt
 Requires:   appmenu-registrar = %{version}
 Requires:   bamf-daemon
 Requires:   xfce4-panel
@@ -178,7 +178,6 @@
 Group:  System/GUI/Other
 Requires:   appmenu-gtk2-module = %{version}
 Requires:   appmenu-gtk3-module = %{version}
-Requires:   appmenu-qt
 Requires:   appmenu-registrar = %{version}
 Requires:   bamf-daemon
 Requires:   mate-panel
@@ -193,7 +192,6 @@
 Group:  System/GUI/Other
 Requires:   appmenu-gtk2-module = %{version}
 Requires:   appmenu-gtk3-module = %{version}
-Requires:   appmenu-qt
 Requires:   appmenu-registrar
 Requires:   vala-panel
 Recommends: vala-panel-plugin-appmenu-lang
@@ -268,7 +266,7 @@
 %files -n libappmenu-gtk2-parser0
 %defattr(-,root,root)
 %{_libdir}/libappmenu-gtk2-parser.so.0
-%{_libdir}/libappmenu-gtk2-parser.so.0.7.1
+%{_libdir}/libappmenu-gtk2-parser.so.%{version}
 
 %files -n libappmenu-gtk2-parser-devel
 %defattr(-,root,root)
@@ -278,7 +276,7 @@
 %files -n libappmenu-gtk3-parser0
 %defattr(-,root,root)
 %{_libdir}/libappmenu-gtk3-parser.so.0
-%{_libdir}/libappmenu-gtk3-parser.so.0.7.1
+%{_libdir}/libappmenu-gtk3-parser.so.%{version}
 
 %files -n libappmenu-gtk3-parser-devel
 %defattr(-,root,root)
@@ -322,7 +320,7 @@
 %dir %{_libdir}/vala-panel/applets
 %dir %{_datadir}/vala-panel/
 %dir %{_datadir}/vala-panel/applets/
-%{_datadir}/vala-panel/applets/appmenu.plugin
+%{_datadir}/vala-panel/applets/org.valapanel.appmenu.plugin
 %{_libdir}/vala-panel/applets/libappmenu.so
 

commit vala-panel-appmenu for openSUSE:Factory

2018-09-17 Thread root
Hello community,

here is the log from the commit of package vala-panel-appmenu for 
openSUSE:Factory checked in at 2018-09-17 14:26:59

Comparing /work/SRC/openSUSE:Factory/vala-panel-appmenu (Old)
 and  /work/SRC/openSUSE:Factory/.vala-panel-appmenu.new (New)


Package is "vala-panel-appmenu"

Mon Sep 17 14:26:59 2018 rev:2 rq:635921 version:0.7.1

Changes:

--- /work/SRC/openSUSE:Factory/vala-panel-appmenu/vala-panel-appmenu.changes
2017-05-05 09:59:09.730702620 +0200
+++ 
/work/SRC/openSUSE:Factory/.vala-panel-appmenu.new/vala-panel-appmenu.changes   
2018-09-17 14:27:18.659737567 +0200
@@ -1,0 +2,12 @@
+Mon Sep 10 05:32:18 UTC 2018 - i...@marguerite.su
+
+- update version 0.7.1
+  * see https://github.com/rilian-la-te/vala-panel-appmenu/releases
+- build appmenu-gtk-module along with vala-panel-appmenu.
+  appmenu-qt and appmenu-gtk-module are required for vala-panel-appmenu.
+  our KDE team has appmenu-qt built. we have no standalone appmenu-gtk-module
+  package yet, and no other package requires it indeed.
+  didn't build java support.
+- provides some package names that upstream chose in home:rilian-la-te
+
+---

Old:

  vala-panel-appmenu-0.4.4.tar.gz

New:

  vala-panel-appmenu-0.7.1.tar.gz



Other differences:
--
++ vala-panel-appmenu.spec ++
--- /var/tmp/diff_new_pack.7DyZP1/_old  2018-09-17 14:27:20.263736187 +0200
+++ /var/tmp/diff_new_pack.7DyZP1/_new  2018-09-17 14:27:20.271736180 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package vala-panel-appmenu
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -17,17 +17,21 @@
 
 
 Name:   vala-panel-appmenu
-Version:0.4.4
+Version:0.7.1
 Release:0
 Summary:AppMenu plugin for xfce4-panel, mate-panel and vala-panel
-License:LGPL-3.0+
+License:LGPL-3.0-or-later
 Group:  System/GUI/Other
 Url:https://github.com/rilian-la-te/vala-panel-appmenu
-Source: 
https://github.com/rilian-la-te/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz
-BuildRequires:  cmake >= 2.8
+Source: %{name}-%{version}.tar.gz
+BuildRequires:  bamf-daemon
+BuildRequires:  cmake >= 3.6
 BuildRequires:  fdupes
+BuildRequires:  git
 BuildRequires:  pkgconfig
+BuildRequires:  systemd
 BuildRequires:  vala >= 0.24
+BuildRequires:  pkgconfig(dbusmenu-glib-0.4)
 BuildRequires:  pkgconfig(gio-2.0) >= 2.44
 BuildRequires:  pkgconfig(gio-unix-2.0) >= 2.44
 BuildRequires:  pkgconfig(glib-2.0) >= 2.44
@@ -48,6 +52,86 @@
 This is Global Menu plugin for using with Xfce Panel, MATE Panel
 and Vala Panel.
 
+%package -n appmenu-gtk3-module
+Summary:GtkMenuShell D-Bus exporter (GTK+ 3)
+Group:  System/GUI/Other
+Requires:   appmenu-gtk-module-common
+Requires:   libappmenu-gtk3-parser0 = %{version}
+Provides:   appmenu-gtk3 = %{version}
+%gtk3_immodule_requires
+
+%description -n appmenu-gtk3-module
+This GTK 3 module exports GtkMenuShells over D-Bus.
+
+%package -n appmenu-gtk2-module
+Summary:GtkMenuShell D-Bus exporter (GTK+ 2)
+Group:  System/GUI/Other
+Requires:   appmenu-gtk-module-common
+Requires:   libappmenu-gtk2-parser0 = %{version}
+Provides:   appmenu-gtk = %{version}
+%gtk2_immodule_requires
+
+%description -n appmenu-gtk2-module
+This GTK 2 module exports GtkMenuShells over D-Bus.
+
+%package -n appmenu-gtk-module-common
+Summary:Common files for appmenu-gtk{2,3}-module
+Group:  System/GUI/Other
+BuildArch:  noarch
+%glib2_gsettings_schema_requires
+%systemd_requires
+
+%description -n appmenu-gtk-module-common
+This package contains common data-files for appmenu-gtk{2,3}-module.
+
+%package -n libappmenu-gtk3-parser0
+Summary:GtkMenuShell to GMenuModel parser
+Group:  System/Libraries
+
+%description -n libappmenu-gtk3-parser0
+This library converts GtkMenuShells into GMenuModels.
+
+%package -n libappmenu-gtk3-parser-devel
+Summary:Development files for libappmenu-gtk3-parser
+Group:  Development/Libraries/C and C++
+Requires:   libappmenu-gtk-parser-devel = %{version}
+Requires:   libappmenu-gtk3-parser0 = %{version}
+
+%description -n libappmenu-gtk3-parser-devel
+This package contains development-files for libappmenu-gtk3-parser.
+
+%package -n libappmenu-gtk2-parser0
+Summary:Gtk2MenuShell to GMenuModel parser
+Group:  System/Libraries
+
+%description -n libappmenu-gtk2-parser0
+This library 

commit vala-panel-appmenu for openSUSE:Factory

2017-05-05 Thread root
Hello community,

here is the log from the commit of package vala-panel-appmenu for 
openSUSE:Factory checked in at 2017-05-05 09:59:02

Comparing /work/SRC/openSUSE:Factory/vala-panel-appmenu (Old)
 and  /work/SRC/openSUSE:Factory/.vala-panel-appmenu.new (New)


Package is "vala-panel-appmenu"

Fri May  5 09:59:02 2017 rev:1 rq:487988 version:0.4.4

Changes:

New Changes file:

--- /dev/null   2017-03-01 00:40:19.279048016 +0100
+++ 
/work/SRC/openSUSE:Factory/.vala-panel-appmenu.new/vala-panel-appmenu.changes   
2017-05-05 09:59:09.730702620 +0200
@@ -0,0 +1,4 @@
+---
+Thu Apr 13 11:23:50 UTC 2017 - sor.ale...@meowr.ru
+
+- Initial package.

New:

  vala-panel-appmenu-0.4.4.tar.gz
  vala-panel-appmenu.changes
  vala-panel-appmenu.spec



Other differences:
--
++ vala-panel-appmenu.spec ++
#
# spec file for package vala-panel-appmenu
#
# 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/
#


Name:   vala-panel-appmenu
Version:0.4.4
Release:0
Summary:AppMenu plugin for xfce4-panel, mate-panel and vala-panel
License:LGPL-3.0+
Group:  System/GUI/Other
Url:https://github.com/rilian-la-te/vala-panel-appmenu
Source: 
https://github.com/rilian-la-te/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz
BuildRequires:  cmake >= 2.8
BuildRequires:  fdupes
BuildRequires:  pkgconfig
BuildRequires:  vala >= 0.24
BuildRequires:  pkgconfig(gio-2.0) >= 2.44
BuildRequires:  pkgconfig(gio-unix-2.0) >= 2.44
BuildRequires:  pkgconfig(glib-2.0) >= 2.44
BuildRequires:  pkgconfig(gmodule-2.0) >= 2.44
BuildRequires:  pkgconfig(gthread-2.0) >= 2.44
BuildRequires:  pkgconfig(gtk+-3.0) >= 3.10
BuildRequires:  pkgconfig(libbamf3) >= 0.5.0
BuildRequires:  pkgconfig(libpeas-1.0) >= 1.2
BuildRequires:  pkgconfig(libwnck-3.0) >= 3.4.0
BuildRequires:  pkgconfig(libxfce4panel-2.0)
BuildRequires:  pkgconfig(libxfconf-0)
%if 0%{?suse_version} > 1320 || (0%{?sle_version} >= 120300 && 0%{?is_opensuse})
BuildRequires:  pkgconfig(libmatepanelapplet-4.0)
BuildRequires:  pkgconfig(vala-panel) >= 0.3.7
%endif

%description
This is Global Menu plugin for using with Xfce Panel, MATE Panel
and Vala Panel.

%package lang
# FIXME: consider using %%lang_package macro
Summary:Languages for package vala-panel-appmenu
Group:  System/Localization
Suggests:   xfce4-panel-plugin-appmenu = %{version}
Supplements:packageand(bundle-lang-other:xfce4-panel-plugin-appmenu)
Provides:   %{name}-lang-all = %{version}
Provides:   xfce4-panel-plugin-appmenu-lang = %{version}
Provides:   xfce4-panel-plugin-appmenu-lang-all = %{version}
BuildArch:  noarch
%if 0%{?suse_version} > 1320 || (0%{?sle_version} >= 120300 && 0%{?is_opensuse})
Suggests:   mate-applet-appmenu = %{version}
Suggests:   vala-panel-plugin-appmenu = %{version}
Supplements:packageand(bundle-lang-other:mate-applet-appmenu)
Supplements:packageand(bundle-lang-other:vala-panel-plugin-appmenu)
Provides:   mate-applet-appmenu-lang = %{version}
Provides:   mate-applet-appmenu-lang-all = %{version}
Provides:   vala-panel-plugin-appmenu-lang = %{version}
Provides:   vala-panel-plugin-appmenu-lang-all = %{version}
%endif

%description lang
Provides translations to the packages xfce4-panel-plugin-appmenu,
mate-applet-appmenu and vala-panel-plugin-appmenu.

%package -n xfce4-panel-plugin-appmenu
Summary:AppMenu (Global Menu) plugin for xfce4-panel
Group:  System/GUI/XFCE
Requires:   unity-gtk-module-common
Requires:   xfce4-panel
Recommends: xfce4-panel-plugin-appmenu-lang

%description -n xfce4-panel-plugin-appmenu
This is Global Menu plugin for using with Xfce Panel.

%if 0%{?suse_version} > 1320 || (0%{?sle_version} >= 120300 && 0%{?is_opensuse})
%package -n mate-applet-appmenu
Summary:AppMenu (Global Menu) plugin for mate-panel
Group:  System/GUI/Other
Requires:   mate-panel
Requires:   unity-gtk-module-common
Recommends: mate-applet-appmenu-lang

%description -n