commit gnome-pie for openSUSE:Factory

2019-12-05 Thread root
Hello community,

here is the log from the commit of package gnome-pie for openSUSE:Factory 
checked in at 2019-12-05 17:34:42

Comparing /work/SRC/openSUSE:Factory/gnome-pie (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-pie.new.4691 (New)


Package is "gnome-pie"

Thu Dec  5 17:34:42 2019 rev:6 rq:754118 version:0.7.2

Changes:

--- /work/SRC/openSUSE:Factory/gnome-pie/gnome-pie.changes  2018-10-08 
17:45:57.314443299 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-pie.new.4691/gnome-pie.changes
2019-12-05 17:35:50.785428278 +0100
@@ -1,0 +2,30 @@
+Tue Nov 26 11:32:17 UTC 2019 - Luigi Baldoni 
+
+- Update to version 0.7.2
+  * New Feature: Pies will not close when CTRL or SHIFT is
+pressed while clicking. This feature got requested several
+times so it is now reality! You can now perform multiple
+actions without having to re-open the pie.
+  * Improvement: Gnome-Pie switched from GPL to MIT license.
+  * Improvement: Gnome-Pie will now hide when it looses focus.
+This is helpful under wayland when users click on panels for
+example.
+  * Improvement: Fixed several deprecation warnings.
+  * Improvement: Added Dutch translation (thank you, Heimen
+Stoffels).
+  * Bugfix: Fixed a segmentation fault when a new pie was added
+under Wayland.
+  * Bugfix: Fixed some typos in the English translation (thank
+you, Jörg Frings-Fürst).
+  * Bugfix: Removed creation of obsolete statistics file.
+  * Bugfix: Fixed build with vala 0.42 (thank you, Rico
+Tzschichholz).
+
+- Dropped gnome-pie-fix-build-vala042.patch (merged upstream)
+
+- Added gnome-pie-fix-build-vala046.patch (fix build with vala
+  0.46+)
+
+- Spec cleanup
+
+---

Old:

  gnome-pie-fix-build-vala042.patch
  v0.7.1.tar.gz

New:

  Gnome-Pie-0.7.2.tar.gz
  gnome-pie-fix-build-vala046.patch



Other differences:
--
++ gnome-pie.spec ++
--- /var/tmp/diff_new_pack.qMEkhc/_old  2019-12-05 17:35:53.065427455 +0100
+++ /var/tmp/diff_new_pack.qMEkhc/_new  2019-12-05 17:35:53.073427453 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-pie
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,16 +17,15 @@
 
 
 Name:   gnome-pie
-Version:0.7.1
+Version:0.7.2
 Release:0
 Summary:A circular application launcher for GNOME
-License:GPL-3.0-or-later
+License:MIT
 Group:  System/GUI/GNOME
 URL:https://simmesimme.github.io/gnome-pie.html
-Source: 
https://github.com/Simmesimme/Gnome-Pie/archive/v%{version}.tar.gz
-# PATCH-FIX-UPSTREAM gnome-pie-fix-build-vala042.patch -- Fix build with vala 
0.42.x
-Patch0: gnome-pie-fix-build-vala042.patch
-
+Source: 
https://github.com/Simmesimme/Gnome-Pie/archive/v%{version}.tar.gz#/Gnome-Pie-%{version}.tar.gz
+# PATCH-FIX-UPSTREAM gnome-pie-fix-build-vala046.patch aloi...@gmx.com -- make 
constructor of abstract class protected
+Patch1: gnome-pie-fix-build-vala046.patch
 BuildRequires:  cmake
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
@@ -55,9 +54,7 @@
 
 %prep
 %setup -q -n Gnome-Pie-%{version}
-%if %{pkg_vcmp vala > 0.42}
-%patch0 -p1
-%endif
+%patch1 -p1
 
 %build
 %cmake
@@ -68,16 +65,6 @@
 %suse_update_desktop_file %{name} -r Utilities DesktopUtility
 %fdupes %{buildroot}%{_datadir}
 
-%if 0%{?suse_version} && 0%{?suse_version} < 1330
-%post
-%desktop_database_post
-%icon_theme_cache_post
-
-%postun
-%desktop_database_postun
-%icon_theme_cache_postun
-%endif
-
 %files
 %license COPYING
 %doc AUTHORS TRANSLATING

++ gnome-pie-fix-build-vala042.patch -> gnome-pie-fix-build-vala046.patch 
++
--- /work/SRC/openSUSE:Factory/gnome-pie/gnome-pie-fix-build-vala042.patch  
2018-10-08 17:45:56.542444282 +0200
+++ 
/work/SRC/openSUSE:Factory/.gnome-pie.new.4691/gnome-pie-fix-build-vala046.patch
2019-12-05 17:35:50.081428532 +0100
@@ -1,69 +1,13 @@
-From 86412ee09b7f8bc11f163bc8b6c3a061be279c43 Mon Sep 17 00:00:00 2001
-From: Rico Tzschichholz 
-Date: Wed, 22 Aug 2018 10:38:13 +0200
-Subject: [PATCH] Fix build with vala 0.42
-

- src/utilities/archiveReader.vala | 10 +-
- src/utilities/archiveWriter.vala | 14 +-
- 2 files changed, 18 insertions(+), 6 deletions(-)
-
-diff --git a/src/utilities/archiveReader.vala 
b/src/utilities/archiveReader.vala
-index df248cf..28b7005 100644
 a/src/utilities/archiveReader.vala
-+++ b/src/utilities/archiveReader.vala
-@@ -84,9 +84,13 @@ public class ArchiveReader : GLib.Object {

commit gnome-pie for openSUSE:Factory

2018-10-08 Thread root
Hello community,

here is the log from the commit of package gnome-pie for openSUSE:Factory 
checked in at 2018-10-08 17:44:09

Comparing /work/SRC/openSUSE:Factory/gnome-pie (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-pie.new (New)


Package is "gnome-pie"

Mon Oct  8 17:44:09 2018 rev:5 rq:639764 version:0.7.1

Changes:

--- /work/SRC/openSUSE:Factory/gnome-pie/gnome-pie.changes  2017-08-24 
18:55:06.026597018 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-pie.new/gnome-pie.changes 2018-10-08 
17:45:57.314443299 +0200
@@ -1,0 +2,13 @@
+Wed Oct  3 10:55:58 UTC 2018 - bjorn@gmail.com
+
+- Update to version 0.7.1:
+  + Use gdk monitor on wayland if possible.
+- Add gnome-pie-fix-build-vala042.patch: Fix build with vala 0.42.
+  Only apply when vala 0.42.x and newer is present during build.
+- Drop gnome-pie-fix-invalid-chainup.patch: Fixed upstream.
+- Run spec-cleaner, modernize spec.
+- Conditionalize post(un) handling of desktop_database_post(un) and
+  icon_theme_cache_post(un), no longer needed for modern versions
+  of openSUSE.
+
+---

Old:

  gnome-pie-fix-invalid-chainup.patch
  v0.7.0.tar.gz

New:

  gnome-pie-fix-build-vala042.patch
  v0.7.1.tar.gz



Other differences:
--
++ gnome-pie.spec ++
--- /var/tmp/diff_new_pack.gBE7Li/_old  2018-10-08 17:46:00.782438880 +0200
+++ /var/tmp/diff_new_pack.gBE7Li/_new  2018-10-08 17:46:00.786438874 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-pie
 #
-# 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
@@ -12,24 +12,25 @@
 # 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:   gnome-pie
-Version:0.7.0
+Version:0.7.1
 Release:0
 Summary:A circular application launcher for GNOME
-License:GPL-3.0+
+License:GPL-3.0-or-later
 Group:  System/GUI/GNOME
-Url:https://simmesimme.github.io/gnome-pie.html
+URL:https://simmesimme.github.io/gnome-pie.html
 Source: 
https://github.com/Simmesimme/Gnome-Pie/archive/v%{version}.tar.gz
-# PATCH-FIX-UPSTREAM gnome-pie-fix-invalid-chainup.patch zai...@opensuse.org 
-- Fix invalid chainup discovered by valac 0.35.x
-Patch0: gnome-pie-fix-invalid-chainup.patch
+# PATCH-FIX-UPSTREAM gnome-pie-fix-build-vala042.patch -- Fix build with vala 
0.42.x
+Patch0: gnome-pie-fix-build-vala042.patch
+
 BuildRequires:  cmake
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
-BuildRequires:  hicolor-icon-theme
+BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
 BuildRequires:  vala >= 0.22
 BuildRequires:  pkgconfig(appindicator3-0.1)
@@ -44,7 +45,6 @@
 BuildRequires:  pkgconfig(libxml-2.0)
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(xtst)
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 GNOME-Pie is a circular application launcher (pie menu).
@@ -55,17 +55,20 @@
 
 %prep
 %setup -q -n Gnome-Pie-%{version}
+%if %{pkg_vcmp vala > 0.42}
 %patch0 -p1
+%endif
 
 %build
 %cmake
-make
+make %{?_smp_mflags}
 
 %install
 %cmake_install
 %suse_update_desktop_file %{name} -r Utilities DesktopUtility
 %fdupes %{buildroot}%{_datadir}
 
+%if 0%{?suse_version} && 0%{?suse_version} < 1330
 %post
 %desktop_database_post
 %icon_theme_cache_post
@@ -73,10 +76,11 @@
 %postun
 %desktop_database_postun
 %icon_theme_cache_postun
+%endif
 
 %files
-%defattr(-,root,root)
-%doc AUTHORS COPYING TRANSLATING
+%license COPYING
+%doc AUTHORS TRANSLATING
 %{_bindir}/gnome-pie
 %{_datadir}/applications/gnome-pie.desktop
 %{_datadir}/doc/gnome-pie/
@@ -101,6 +105,6 @@
 %{_datadir}/icons/hicolor/scalable/apps/gnome-pie-symbolic.svg
 %{_datadir}/icons/hicolor/scalable/apps/gnome-pie.svg
 %{_datadir}/locale/zanata.xml
-%{_datadir}/man/man1/gnome-pie.1.gz
+%{_mandir}/man1/gnome-pie.1%{?ext_man}
 
 %changelog

++ gnome-pie-fix-build-vala042.patch ++
>From 86412ee09b7f8bc11f163bc8b6c3a061be279c43 Mon Sep 17 00:00:00 2001
From: Rico Tzschichholz 
Date: Wed, 22 Aug 2018 10:38:13 +0200
Subject: [PATCH] Fix build with vala 0.42

---
 src/utilities/archiveReader.vala | 10 +-
 src/utilities/archiveWriter.vala | 14 +-
 2 files changed, 18 insertions(+), 6 deletions(-)

diff --git a/src/utilities/archiveReader.vala 

commit gnome-pie for openSUSE:Factory

2017-08-24 Thread root
Hello community,

here is the log from the commit of package gnome-pie for openSUSE:Factory 
checked in at 2017-08-24 18:55:03

Comparing /work/SRC/openSUSE:Factory/gnome-pie (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-pie.new (New)


Package is "gnome-pie"

Thu Aug 24 18:55:03 2017 rev:4 rq:518086 version:0.7.0

Changes:

--- /work/SRC/openSUSE:Factory/gnome-pie/gnome-pie.changes  2017-08-16 
16:18:17.150876344 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-pie.new/gnome-pie.changes 2017-08-24 
18:55:06.026597018 +0200
@@ -1,0 +2,5 @@
+Sun Aug 20 11:25:56 UTC 2017 - zai...@opensuse.org
+
+- Drop pkgconfig(unique-3.0) BuildRequires: No longer needed.
+
+---



Other differences:
--
++ gnome-pie.spec ++
--- /var/tmp/diff_new_pack.5j4CbC/_old  2017-08-24 18:55:06.850481009 +0200
+++ /var/tmp/diff_new_pack.5j4CbC/_new  2017-08-24 18:55:06.854480446 +0200
@@ -42,7 +42,6 @@
 BuildRequires:  pkgconfig(libgnome-menu-3.0)
 BuildRequires:  pkgconfig(libwnck-3.0)
 BuildRequires:  pkgconfig(libxml-2.0)
-BuildRequires:  pkgconfig(unique-3.0)
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(xtst)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build




commit gnome-pie for openSUSE:Factory

2017-08-16 Thread root
Hello community,

here is the log from the commit of package gnome-pie for openSUSE:Factory 
checked in at 2017-08-16 16:18:14

Comparing /work/SRC/openSUSE:Factory/gnome-pie (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-pie.new (New)


Package is "gnome-pie"

Wed Aug 16 16:18:14 2017 rev:3 rq:516880 version:0.7.0

Changes:

--- /work/SRC/openSUSE:Factory/gnome-pie/gnome-pie.changes  2017-03-02 
19:34:55.372121542 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-pie.new/gnome-pie.changes 2017-08-16 
16:18:17.150876344 +0200
@@ -1,0 +2,5 @@
+Tue Aug  8 20:09:07 UTC 2017 - jeng...@inai.de
+
+- Fix RPM group. Drop redundant mention of Linux.
+
+---



Other differences:
--
++ gnome-pie.spec ++
--- /var/tmp/diff_new_pack.4PUPgr/_old  2017-08-16 16:18:18.278718031 +0200
+++ /var/tmp/diff_new_pack.4PUPgr/_new  2017-08-16 16:18:18.294715786 +0200
@@ -21,7 +21,7 @@
 Release:0
 Summary:A circular application launcher for GNOME
 License:GPL-3.0+
-Group:  User Interface/Desktops
+Group:  System/GUI/GNOME
 Url:https://simmesimme.github.io/gnome-pie.html
 Source: 
https://github.com/Simmesimme/Gnome-Pie/archive/v%{version}.tar.gz
 # PATCH-FIX-UPSTREAM gnome-pie-fix-invalid-chainup.patch zai...@opensuse.org 
-- Fix invalid chainup discovered by valac 0.35.x
@@ -48,7 +48,7 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
-GNOME-Pie is a circular application launcher (pie menu) for Linux.
+GNOME-Pie is a circular application launcher (pie menu).
 It is made of several pies, each consisting of multiple slices.
 The user presses a key stroke which opens the desired pie. By
 activating one of its slices, applications may be launched, key




commit gnome-pie for openSUSE:Factory

2017-03-02 Thread root
Hello community,

here is the log from the commit of package gnome-pie for openSUSE:Factory 
checked in at 2017-03-02 19:34:54

Comparing /work/SRC/openSUSE:Factory/gnome-pie (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-pie.new (New)


Package is "gnome-pie"

Thu Mar  2 19:34:54 2017 rev:2 rq:460321 version:0.7.0

Changes:

--- /work/SRC/openSUSE:Factory/gnome-pie/gnome-pie.changes  2016-09-11 
00:53:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-pie.new/gnome-pie.changes 2017-03-02 
19:34:55.372121542 +0100
@@ -1,0 +2,24 @@
+Fri Feb 24 22:36:23 UTC 2017 - zai...@opensuse.org
+
+- Update to version 0.7.0:
+  + New Feature: Added the possibility to automatically fill the
+fields “name”, “command” and “icon” of a new slice by selecting
+an application from a list.
+  + Improvement: The library “bamf” which has been made optional
+before is now completely removed from the dependencies. This
+makes the code base easier to manage and it seems that there is
+no improvement to the icon selection when using this library.
+  + Bugfix:
+- It is now possible again to drag’n’drop URLs and URIs to the
+  pie preview.
+- Long press for activation of slices works again.
+- Add gnome-pie-fix-invalid-chainup.patch: Fix invalid chainup
+  discovered by valac 0.35.x
+
+---
+Fri Sep  2 12:58:26 UTC 2016 - zai...@opensuse.org
+
+- Update to version 0.6.9:
+  + Assign icon name to preferences window.
+
+---

Old:

  v0.6.8.tar.gz

New:

  gnome-pie-fix-invalid-chainup.patch
  v0.7.0.tar.gz



Other differences:
--
++ gnome-pie.spec ++
--- /var/tmp/diff_new_pack.CUq6Es/_old  2017-03-02 19:34:56.052025326 +0100
+++ /var/tmp/diff_new_pack.CUq6Es/_new  2017-03-02 19:34:56.056024760 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-pie
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# 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
@@ -17,32 +17,34 @@
 
 
 Name:   gnome-pie
-Version:0.6.8
+Version:0.7.0
 Release:0
 Summary:A circular application launcher for GNOME
 License:GPL-3.0+
 Group:  User Interface/Desktops
 Url:https://simmesimme.github.io/gnome-pie.html
 Source: 
https://github.com/Simmesimme/Gnome-Pie/archive/v%{version}.tar.gz
+# PATCH-FIX-UPSTREAM gnome-pie-fix-invalid-chainup.patch zai...@opensuse.org 
-- Fix invalid chainup discovered by valac 0.35.x
+Patch0: gnome-pie-fix-invalid-chainup.patch
 BuildRequires:  cmake
+BuildRequires:  fdupes
+BuildRequires:  hicolor-icon-theme
+BuildRequires:  hicolor-icon-theme
+BuildRequires:  update-desktop-files
+BuildRequires:  vala >= 0.22
+BuildRequires:  pkgconfig(appindicator3-0.1)
 BuildRequires:  pkgconfig(cairo)
 BuildRequires:  pkgconfig(gee-0.8)
-BuildRequires:  pkgconfig(libxml-2.0)
-BuildRequires:  pkgconfig(xtst)
-BuildRequires:  pkgconfig(unique-3.0)
+BuildRequires:  pkgconfig(gio-unix-2.0)
 BuildRequires:  pkgconfig(gtk+-3.0)
+BuildRequires:  pkgconfig(libarchive)
+BuildRequires:  pkgconfig(libbamf3)
 BuildRequires:  pkgconfig(libgnome-menu-3.0)
-BuildRequires:  hicolor-icon-theme
-BuildRequires:  pkgconfig(appindicator3-0.1)
 BuildRequires:  pkgconfig(libwnck-3.0)
-BuildRequires:  pkgconfig(libbamf3)
-BuildRequires:  pkgconfig(gio-unix-2.0)
+BuildRequires:  pkgconfig(libxml-2.0)
+BuildRequires:  pkgconfig(unique-3.0)
 BuildRequires:  pkgconfig(x11)
-BuildRequires:  pkgconfig(libarchive)
-BuildRequires:  vala >= 0.22
-BuildRequires:  update-desktop-files
-BuildRequires:  hicolor-icon-theme
-BuildRequires:  fdupes
+BuildRequires:  pkgconfig(xtst)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -54,6 +56,7 @@
 
 %prep
 %setup -q -n Gnome-Pie-%{version}
+%patch0 -p1
 
 %build
 %cmake

++ gnome-pie-fix-invalid-chainup.patch ++
>From f0e32138945b4ca0285770c36868bf694b018d32 Mon Sep 17 00:00:00 2001
From: Rico Tzschichholz 
Date: Thu, 16 Feb 2017 16:56:40 +0100
Subject: [PATCH] fix invalid chainup discovered by valac 0.35.x

---
 src/utilities/color.vala | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/utilities/color.vala b/src/utilities/color.vala
index 1e2baf3..5ee787e 100644
--- a/src/utilities/color.vala
+++ b/src/utilities/color.vala
@@ -41,7 +41,7 @@ public class Color: GLib.Object {
 /
 
 public Color() {
-

commit gnome-pie for openSUSE:Factory

2016-09-10 Thread h_root
Hello community,

here is the log from the commit of package gnome-pie for openSUSE:Factory 
checked in at 2016-09-11 00:53:51

Comparing /work/SRC/openSUSE:Factory/gnome-pie (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-pie.new (New)


Package is "gnome-pie"

Changes:

New Changes file:

--- /dev/null   2016-07-07 10:01:34.856033756 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-pie.new/gnome-pie.changes 2016-09-11 
00:53:59.0 +0200
@@ -0,0 +1,5 @@
+---
+Sun Feb 28 17:43:28 UTC 2016 - mailaen...@opensuse.org
+
+- initial packaging
+

New:

  gnome-pie.changes
  gnome-pie.spec
  v0.6.8.tar.gz



Other differences:
--
++ gnome-pie.spec ++
#
# spec file for package gnome-pie
#
# Copyright (c) 2016 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:   gnome-pie
Version:0.6.8
Release:0
Summary:A circular application launcher for GNOME
License:GPL-3.0+
Group:  User Interface/Desktops
Url:https://simmesimme.github.io/gnome-pie.html
Source: 
https://github.com/Simmesimme/Gnome-Pie/archive/v%{version}.tar.gz
BuildRequires:  cmake
BuildRequires:  pkgconfig(cairo)
BuildRequires:  pkgconfig(gee-0.8)
BuildRequires:  pkgconfig(libxml-2.0)
BuildRequires:  pkgconfig(xtst)
BuildRequires:  pkgconfig(unique-3.0)
BuildRequires:  pkgconfig(gtk+-3.0)
BuildRequires:  pkgconfig(libgnome-menu-3.0)
BuildRequires:  hicolor-icon-theme
BuildRequires:  pkgconfig(appindicator3-0.1)
BuildRequires:  pkgconfig(libwnck-3.0)
BuildRequires:  pkgconfig(libbamf3)
BuildRequires:  pkgconfig(gio-unix-2.0)
BuildRequires:  pkgconfig(x11)
BuildRequires:  pkgconfig(libarchive)
BuildRequires:  vala >= 0.22
BuildRequires:  update-desktop-files
BuildRequires:  hicolor-icon-theme
BuildRequires:  fdupes
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%description
GNOME-Pie is a circular application launcher (pie menu) for Linux.
It is made of several pies, each consisting of multiple slices.
The user presses a key stroke which opens the desired pie. By
activating one of its slices, applications may be launched, key
presses may be simulated or files can be opened.

%prep
%setup -q -n Gnome-Pie-%{version}

%build
%cmake
make

%install
%cmake_install
%suse_update_desktop_file %{name} -r Utilities DesktopUtility
%fdupes %{buildroot}%{_datadir}

%post
%desktop_database_post
%icon_theme_cache_post

%postun
%desktop_database_postun
%icon_theme_cache_postun

%files
%defattr(-,root,root)
%doc AUTHORS COPYING TRANSLATING
%{_bindir}/gnome-pie
%{_datadir}/applications/gnome-pie.desktop
%{_datadir}/doc/gnome-pie/
%dir %{_datadir}/gnome-pie/
%dir %{_datadir}/gnome-pie/themes/
%{_datadir}/gnome-pie/themes/adwaita/
%{_datadir}/gnome-pie/themes/adwaita_big/
%{_datadir}/gnome-pie/themes/bright/
%{_datadir}/gnome-pie/themes/elementary/
%{_datadir}/gnome-pie/themes/funky/
%{_datadir}/gnome-pie/themes/gloss/
%{_datadir}/gnome-pie/themes/minimalistic_text/
%{_datadir}/gnome-pie/themes/numix/
%{_datadir}/gnome-pie/themes/o-pie/
%{_datadir}/gnome-pie/themes/simple/
%{_datadir}/gnome-pie/themes/simple_clock/
%{_datadir}/gnome-pie/themes/slim/
%{_datadir}/gnome-pie/themes/space_clock/
%{_datadir}/gnome-pie/themes/unity/
%{_datadir}/gnome-pie/ui/
%{_datadir}/gnome-pie/ui/shapes/
%{_datadir}/icons/hicolor/scalable/apps/gnome-pie-symbolic.svg
%{_datadir}/icons/hicolor/scalable/apps/gnome-pie.svg
%{_datadir}/locale/zanata.xml
%{_datadir}/man/man1/gnome-pie.1.gz

%changelog