[arch-commits] Commit in gnome-pie/repos (12 files)

Balló György bgyorgy at archlinux.org
Mon Apr 20 15:14:13 UTC 2015


    Date: Monday, April 20, 2015 @ 17:14:13
  Author: bgyorgy
Revision: 131752

archrelease: copy trunk to community-i686, community-x86_64

Added:
  gnome-pie/repos/community-i686/PKGBUILD
    (from rev 131751, gnome-pie/trunk/PKGBUILD)
  gnome-pie/repos/community-i686/gnome-pie.install
    (from rev 131751, gnome-pie/trunk/gnome-pie.install)
  gnome-pie/repos/community-i686/gnome.patch
    (from rev 131751, gnome-pie/trunk/gnome.patch)
  gnome-pie/repos/community-x86_64/PKGBUILD
    (from rev 131751, gnome-pie/trunk/PKGBUILD)
  gnome-pie/repos/community-x86_64/gnome-pie.install
    (from rev 131751, gnome-pie/trunk/gnome-pie.install)
  gnome-pie/repos/community-x86_64/gnome.patch
    (from rev 131751, gnome-pie/trunk/gnome.patch)
Deleted:
  gnome-pie/repos/community-i686/PKGBUILD
  gnome-pie/repos/community-i686/gnome-pie.install
  gnome-pie/repos/community-i686/gnome-session.patch
  gnome-pie/repos/community-x86_64/PKGBUILD
  gnome-pie/repos/community-x86_64/gnome-pie.install
  gnome-pie/repos/community-x86_64/gnome-session.patch

--------------------------------------+
 /PKGBUILD                            |   76 +++++++++++++++
 /gnome-pie.install                   |   22 ++++
 community-i686/PKGBUILD              |   36 -------
 community-i686/gnome-pie.install     |   11 --
 community-i686/gnome-session.patch   |   50 ----------
 community-i686/gnome.patch           |  161 +++++++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD            |   36 -------
 community-x86_64/gnome-pie.install   |   11 --
 community-x86_64/gnome-session.patch |   50 ----------
 community-x86_64/gnome.patch         |  161 +++++++++++++++++++++++++++++++++
 10 files changed, 420 insertions(+), 194 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-04-20 15:14:03 UTC (rev 131751)
+++ community-i686/PKGBUILD	2015-04-20 15:14:13 UTC (rev 131752)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=gnome-pie
-_pkgname=Gnome-Pie
-pkgver=0.5.7
-pkgrel=1
-pkgdesc="Circular application launcher for GNOME"
-arch=('i686' 'x86_64')
-url="http://gnome-pie.simonschneegans.de/"
-license=('GPL')
-depends=('bamf' 'libgee' 'gnome-menus')
-makedepends=('cmake' 'vala')
-install=$pkgname.install
-source=($_pkgname-$pkgver.tar.gz::https://github.com/Simmesimme/$_pkgname/archive/v$pkgver.tar.gz
-        gnome-session.patch)
-md5sums=('b35994b55a893f3c9ce3ac664d7286db'
-         '7e2875e5ace6eb0742389e85c9145871')
-
-prepare() {
-  cd $_pkgname-$pkgver
-  patch -Np1 -i ../gnome-session.patch
-}
-
-build() {
-  cd $_pkgname-$pkgver
-  [[ -d build ]] || mkdir build
-  cd build
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd $_pkgname-$pkgver/build
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-pie/repos/community-i686/PKGBUILD (from rev 131751, gnome-pie/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-04-20 15:14:13 UTC (rev 131752)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=gnome-pie
+_pkgname=Gnome-Pie
+pkgver=0.6.1
+pkgrel=1
+pkgdesc="Circular application launcher for GNOME"
+arch=('i686' 'x86_64')
+url="http://gnome-pie.simonschneegans.de/"
+license=('GPL')
+depends=('bamf' 'libgee' 'gnome-menus')
+makedepends=('cmake' 'vala')
+install=$pkgname.install
+source=($_pkgname-$pkgver.tar.gz::https://github.com/Simmesimme/$_pkgname/archive/v$pkgver.tar.gz
+        gnome.patch)
+md5sums=('3540af02d551695d9fe6d6a5969e214f'
+         '8868652bc69593667f015bd73f9dad77')
+
+prepare() {
+  cd $_pkgname-$pkgver
+
+  # Compatibility fixes for recent GNOME versions
+  patch -Np1 -i ../gnome.patch
+}
+
+build() {
+  cd $_pkgname-$pkgver
+  [[ -d build ]] || mkdir build
+  cd build
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd $_pkgname-$pkgver/build
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/gnome-pie.install
===================================================================
--- community-i686/gnome-pie.install	2015-04-20 15:14:03 UTC (rev 131751)
+++ community-i686/gnome-pie.install	2015-04-20 15:14:13 UTC (rev 131752)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: gnome-pie/repos/community-i686/gnome-pie.install (from rev 131751, gnome-pie/trunk/gnome-pie.install)
===================================================================
--- community-i686/gnome-pie.install	                        (rev 0)
+++ community-i686/gnome-pie.install	2015-04-20 15:14:13 UTC (rev 131752)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Deleted: community-i686/gnome-session.patch
===================================================================
--- community-i686/gnome-session.patch	2015-04-20 15:14:03 UTC (rev 131751)
+++ community-i686/gnome-session.patch	2015-04-20 15:14:13 UTC (rev 131752)
@@ -1,50 +0,0 @@
-diff -Naur Gnome-Pie-0.5.5.orig/src/actionGroups/sessionGroup.vala Gnome-Pie-0.5.5/src/actionGroups/sessionGroup.vala
---- Gnome-Pie-0.5.5.orig/src/actionGroups/sessionGroup.vala	2013-03-17 12:15:02.000000000 +0100
-+++ Gnome-Pie-0.5.5/src/actionGroups/sessionGroup.vala	2014-08-11 13:20:44.830325275 +0200
-@@ -58,13 +58,13 @@
- //    	iface = GLib.Bus.get_proxy_sync(GLib.BusType.SESSION, "org.freedesktop.ConsoleKit", "/org/freedesktop/ConsoleKit/Manager");
-     
-         this.add_action(new AppAction(_("Shutdown"), "gnome-shutdown", 
--            "dbus-send --print-reply --dest=org.gnome.SessionManager /org/gnome/SessionManager org.gnome.SessionManager.RequestShutdown"));
-+            "dbus-send --print-reply --dest=org.gnome.SessionManager /org/gnome/SessionManager org.gnome.SessionManager.Shutdown"));
-             
--        this.add_action(new AppAction(_("Logout"), "gnome-session-logout", 
-+        this.add_action(new AppAction(_("Logout"), "gnome-logout", 
-             "dbus-send --print-reply --dest=org.gnome.SessionManager /org/gnome/SessionManager org.gnome.SessionManager.Logout uint32:1"));
-             
--        this.add_action(new AppAction(_("Reboot"), "gnome-session-reboot", 
--            "dbus-send --print-reply --dest=org.gnome.SessionManager /org/gnome/SessionManager org.gnome.SessionManager.RequestReboot"));
-+        this.add_action(new AppAction(_("Reboot"), "view-refresh", 
-+            "dbus-send --print-reply --dest=org.gnome.SessionManager /org/gnome/SessionManager org.gnome.SessionManager.Reboot"));
-     }
-     
-     // TODO: check for available interfaces --- these may work too:
-diff -Naur Gnome-Pie-0.5.5.orig/src/pies/defaultConfig.vala Gnome-Pie-0.5.5/src/pies/defaultConfig.vala
---- Gnome-Pie-0.5.5.orig/src/pies/defaultConfig.vala	2013-03-17 12:15:02.000000000 +0100
-+++ Gnome-Pie-0.5.5/src/pies/defaultConfig.vala	2014-08-11 13:22:50.953499473 +0200
-@@ -47,11 +47,11 @@
-             bookmarks.add_group(new DevicesGroup(bookmarks.id));
-         
-         // add a pie with session controls
--        var session = PieManager.create_persistent_pie(_("Session"), "gnome-session-halt", new Trigger.from_string("<Control><Alt>q"));
-+        var session = PieManager.create_persistent_pie(_("Session"), "gnome-logout", new Trigger.from_string("<Control><Alt>q"));
-             session.add_group(new SessionGroup(session.id));
-         
-         // add a pie with a main menu
--        var menu = PieManager.create_persistent_pie(_("Main Menu"), "alacarte", new Trigger.from_string("<Control><Alt>space"));
-+        var menu = PieManager.create_persistent_pie(_("Main Menu"), "gnome-main-menu", new Trigger.from_string("<Control><Alt>space"));
-             menu.add_group(new MenuGroup(menu.id));
-         
-         // add a pie with window controls
-diff -Naur Gnome-Pie-0.5.5.orig/src/utilities/config.vala Gnome-Pie-0.5.5/src/utilities/config.vala
---- Gnome-Pie-0.5.5.orig/src/utilities/config.vala	2014-08-11 14:22:10.914071339 +0200
-+++ Gnome-Pie-0.5.5/src/utilities/config.vala	2014-08-11 14:22:30.664573331 +0200
-@@ -180,7 +180,7 @@
-         
-         if (themes.size > 0) {
-             if (current == "") {
--                current = "Unity";
-+                current = "Adwaita";
-                 warning("No theme specified! Using default...");
-             }
-             foreach (var t in themes) {

Copied: gnome-pie/repos/community-i686/gnome.patch (from rev 131751, gnome-pie/trunk/gnome.patch)
===================================================================
--- community-i686/gnome.patch	                        (rev 0)
+++ community-i686/gnome.patch	2015-04-20 15:14:13 UTC (rev 131752)
@@ -0,0 +1,161 @@
+diff -Naur Gnome-Pie-0.6.1.orig/src/actionGroups/devicesGroup.vala Gnome-Pie-0.6.1/src/actionGroups/devicesGroup.vala
+--- Gnome-Pie-0.6.1.orig/src/actionGroups/devicesGroup.vala	2015-04-20 14:16:01.012535306 +0000
++++ Gnome-Pie-0.6.1/src/actionGroups/devicesGroup.vala	2015-04-20 14:34:13.181211266 +0000
+@@ -33,7 +33,7 @@
+     public static GroupRegistry.TypeDescription register() {
+         var description = new GroupRegistry.TypeDescription();
+         description.name = _("Group: Devices");
+-        description.icon = "harddrive";
++        description.icon = "drive-harddisk";
+         description.description = _("Shows a Slice for each plugged in devices, like USB-Sticks.");
+         description.id = "devices";
+         return description;
+@@ -82,7 +82,7 @@
+ 
+     private void load() {
+         // add root device
+-        this.add_action(new UriAction(_("Root"), "harddrive", "file:///"));
++        this.add_action(new UriAction(_("Root"), "drive-harddisk", "file:///"));
+ 
+         // add all other devices
+         foreach(var mount in this.monitor.get_mounts()) {
+diff -Naur Gnome-Pie-0.6.1.orig/src/actionGroups/menuGroup.vala Gnome-Pie-0.6.1/src/actionGroups/menuGroup.vala
+--- Gnome-Pie-0.6.1.orig/src/actionGroups/menuGroup.vala	2015-04-20 14:16:01.012535306 +0000
++++ Gnome-Pie-0.6.1/src/actionGroups/menuGroup.vala	2015-04-20 14:22:30.410914120 +0000
+@@ -33,7 +33,7 @@
+     public static GroupRegistry.TypeDescription register() {
+         var description = new GroupRegistry.TypeDescription();
+         description.name = _("Group: Main menu");
+-        description.icon = "gnome-main-menu";
++        description.icon = "start-here";
+         description.description = _("Displays your main menu structure.");
+         description.id = "menu";
+         return description;
+diff -Naur Gnome-Pie-0.6.1.orig/src/actionGroups/sessionGroup.vala Gnome-Pie-0.6.1/src/actionGroups/sessionGroup.vala
+--- Gnome-Pie-0.6.1.orig/src/actionGroups/sessionGroup.vala	2015-04-20 14:16:01.012535306 +0000
++++ Gnome-Pie-0.6.1/src/actionGroups/sessionGroup.vala	2015-04-20 14:39:11.883213936 +0000
+@@ -33,7 +33,7 @@
+     public static GroupRegistry.TypeDescription register() {
+         var description = new GroupRegistry.TypeDescription();
+         description.name = _("Group: Session Control");
+-        description.icon = "gnome-logout";
++        description.icon = "system-log-out";
+         description.description = _("Shows a Slice for Shutdown, Reboot, and Hibernate.");
+         description.id = "session";
+         return description;
+@@ -57,14 +57,14 @@
+ //        iface = GLib.Bus.get_proxy_sync(GLib.BusType.SESSION, "org.kde.ksmserver", "/KSMServer");
+ //        iface = GLib.Bus.get_proxy_sync(GLib.BusType.SESSION, "org.freedesktop.ConsoleKit", "/org/freedesktop/ConsoleKit/Manager");
+ 
+-        this.add_action(new AppAction(_("Shutdown"), "gnome-shutdown",
+-            "dbus-send --print-reply --dest=org.gnome.SessionManager /org/gnome/SessionManager org.gnome.SessionManager.RequestShutdown"));
++        this.add_action(new AppAction(_("Shutdown"), "system-shutdown",
++            "dbus-send --print-reply --dest=org.gnome.SessionManager /org/gnome/SessionManager org.gnome.SessionManager.Shutdown"));
+ 
+-        this.add_action(new AppAction(_("Logout"), "gnome-session-logout",
++        this.add_action(new AppAction(_("Logout"), "system-log-out",
+             "dbus-send --print-reply --dest=org.gnome.SessionManager /org/gnome/SessionManager org.gnome.SessionManager.Logout uint32:1"));
+ 
+-        this.add_action(new AppAction(_("Reboot"), "gnome-session-reboot",
+-            "dbus-send --print-reply --dest=org.gnome.SessionManager /org/gnome/SessionManager org.gnome.SessionManager.RequestReboot"));
++        this.add_action(new AppAction(_("Reboot"), "view-refresh",
++            "dbus-send --print-reply --dest=org.gnome.SessionManager /org/gnome/SessionManager org.gnome.SessionManager.Reboot"));
+     }
+ 
+     // TODO: check for available interfaces --- these may work too:
+diff -Naur Gnome-Pie-0.6.1.orig/src/actionGroups/windowListGroup.vala Gnome-Pie-0.6.1/src/actionGroups/windowListGroup.vala
+--- Gnome-Pie-0.6.1.orig/src/actionGroups/windowListGroup.vala	2015-04-20 14:16:01.012535306 +0000
++++ Gnome-Pie-0.6.1/src/actionGroups/windowListGroup.vala	2015-04-20 14:44:10.345223458 +0000
+@@ -32,7 +32,7 @@
+     public static GroupRegistry.TypeDescription register() {
+         var description = new GroupRegistry.TypeDescription();
+         description.name = _("Group: Window List");
+-        description.icon = "gnome-window-manager";
++        description.icon = "preferences-system-windows";
+         description.description = _("Shows a Slice for each of your opened Windows. Almost like Alt-Tab.");
+         description.id = "window_list";
+         return description;
+diff -Naur Gnome-Pie-0.6.1.orig/src/gui/piePreviewAddSign.vala Gnome-Pie-0.6.1/src/gui/piePreviewAddSign.vala
+--- Gnome-Pie-0.6.1.orig/src/gui/piePreviewAddSign.vala	2015-04-20 14:16:01.012535306 +0000
++++ Gnome-Pie-0.6.1/src/gui/piePreviewAddSign.vala	2015-04-20 14:32:42.304950652 +0000
+@@ -87,7 +87,7 @@
+     /////////////////////////////////////////////////////////////////////
+ 
+     public void load() {
+-        this.icon = new Icon("add", 36);
++        this.icon = new Icon("list-add", 36);
+     }
+ 
+     /////////////////////////////////////////////////////////////////////
+diff -Naur Gnome-Pie-0.6.1.orig/src/gui/piePreviewDeleteSign.vala Gnome-Pie-0.6.1/src/gui/piePreviewDeleteSign.vala
+--- Gnome-Pie-0.6.1.orig/src/gui/piePreviewDeleteSign.vala	2015-04-20 14:16:01.012535306 +0000
++++ Gnome-Pie-0.6.1/src/gui/piePreviewDeleteSign.vala	2015-04-20 14:36:32.490589922 +0000
+@@ -85,7 +85,7 @@
+     /////////////////////////////////////////////////////////////////////
+ 
+     public void load() {
+-        this.icon = new Icon("stock_delete", PiePreviewDeleteSign.radius*2);
++        this.icon = new Icon("edit-delete", PiePreviewDeleteSign.radius*2);
+     }
+ 
+     /////////////////////////////////////////////////////////////////////
+diff -Naur Gnome-Pie-0.6.1.orig/src/pies/defaultConfig.vala Gnome-Pie-0.6.1/src/pies/defaultConfig.vala
+--- Gnome-Pie-0.6.1.orig/src/pies/defaultConfig.vala	2015-04-20 14:16:01.012535306 +0000
++++ Gnome-Pie-0.6.1/src/pies/defaultConfig.vala	2015-04-20 15:04:38.770052475 +0000
+@@ -26,11 +26,11 @@
+     public void create_default_config() {
+ 
+         // add a pie with playback controls
+-        var multimedia = PieManager.create_persistent_pie(_("Multimedia"), "stock_media-play", new Trigger.from_string("<Control><Alt>m"));
+-            multimedia.add_action(new KeyAction(_("Next Track"), "stock_media-next", "XF86AudioNext", true));
+-            multimedia.add_action(new KeyAction(_("Stop"), "stock_media-stop", "XF86AudioStop"));
+-            multimedia.add_action(new KeyAction(_("Previous Track"), "stock_media-prev", "XF86AudioPrev"));
+-            multimedia.add_action(new KeyAction(_("Play/Pause"), "stock_media-play", "XF86AudioPlay"));
++        var multimedia = PieManager.create_persistent_pie(_("Multimedia"), "media-playback-start", new Trigger.from_string("<Control><Alt>m"));
++            multimedia.add_action(new KeyAction(_("Next Track"), "media-skip-forward", "XF86AudioNext", true));
++            multimedia.add_action(new KeyAction(_("Stop"), "media-playback-stop", "XF86AudioStop"));
++            multimedia.add_action(new KeyAction(_("Previous Track"), "media-skip-backward", "XF86AudioPrev"));
++            multimedia.add_action(new KeyAction(_("Play/Pause"), "media-playback-start", "XF86AudioPlay"));
+ 
+         // add a pie with the users default applications
+         var apps = PieManager.create_persistent_pie(_("Applications"), "applications-accessories", new Trigger.from_string("<Control><Alt>a"));
+@@ -47,20 +47,20 @@
+             bookmarks.add_group(new DevicesGroup(bookmarks.id));
+ 
+         // add a pie with session controls
+-        var session = PieManager.create_persistent_pie(_("Session"), "gnome-session-halt", new Trigger.from_string("<Control><Alt>q"));
++        var session = PieManager.create_persistent_pie(_("Session"), "system-log-out", new Trigger.from_string("<Control><Alt>q"));
+             session.add_group(new SessionGroup(session.id));
+ 
+         // add a pie with a main menu
+-        var menu = PieManager.create_persistent_pie(_("Main Menu"), "alacarte", new Trigger.from_string("<Control><Alt>space"));
++        var menu = PieManager.create_persistent_pie(_("Main Menu"), "start-here", new Trigger.from_string("<Control><Alt>space"));
+             menu.add_group(new MenuGroup(menu.id));
+ 
+         // add a pie with window controls
+-        var window = PieManager.create_persistent_pie(_("Window"), "gnome-window-manager", new Trigger.from_string("<Control><Alt>w"));
+-            window.add_action(new KeyAction(_("Scale"), "top", "<Control><Alt>s"));
+-            window.add_action(new KeyAction(_("Minimize"), "bottom", "<Alt>F9", true));
++        var window = PieManager.create_persistent_pie(_("Window"), "preferences-system-windows", new Trigger.from_string("<Control><Alt>w"));
++            window.add_action(new KeyAction(_("Scale"), "go-top", "<Control><Alt>s"));
++            window.add_action(new KeyAction(_("Minimize"), "go-bottom", "<Alt>F9", true));
+             window.add_action(new KeyAction(_("Close"), "window-close", "<Alt>F4"));
+-            window.add_action(new KeyAction(_("Maximize"), "window_fullscreen", "<Alt>F10"));
+-            window.add_action(new KeyAction(_("Restore"), "window_nofullscreen", "<Alt>F5"));
++            window.add_action(new KeyAction(_("Maximize"), "view-fullscreen", "<Alt>F10"));
++            window.add_action(new KeyAction(_("Restore"), "view-restore", "<Alt>F5"));
+ 
+         // save the configuration to file
+         Pies.save();
+diff -Naur Gnome-Pie-0.6.1.orig/src/utilities/config.vala Gnome-Pie-0.6.1/src/utilities/config.vala
+--- Gnome-Pie-0.6.1.orig/src/utilities/config.vala	2015-04-20 14:16:01.012535306 +0000
++++ Gnome-Pie-0.6.1/src/utilities/config.vala	2015-04-20 14:16:34.909063576 +0000
+@@ -192,7 +192,7 @@
+ 
+         if (themes.size > 0) {
+             if (current == "") {
+-                current = "Unity";
++                current = "Adwaita";
+                 warning("No theme specified! Using default...");
+             }
+             foreach (var t in themes) {

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-04-20 15:14:03 UTC (rev 131751)
+++ community-x86_64/PKGBUILD	2015-04-20 15:14:13 UTC (rev 131752)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=gnome-pie
-_pkgname=Gnome-Pie
-pkgver=0.5.7
-pkgrel=1
-pkgdesc="Circular application launcher for GNOME"
-arch=('i686' 'x86_64')
-url="http://gnome-pie.simonschneegans.de/"
-license=('GPL')
-depends=('bamf' 'libgee' 'gnome-menus')
-makedepends=('cmake' 'vala')
-install=$pkgname.install
-source=($_pkgname-$pkgver.tar.gz::https://github.com/Simmesimme/$_pkgname/archive/v$pkgver.tar.gz
-        gnome-session.patch)
-md5sums=('b35994b55a893f3c9ce3ac664d7286db'
-         '7e2875e5ace6eb0742389e85c9145871')
-
-prepare() {
-  cd $_pkgname-$pkgver
-  patch -Np1 -i ../gnome-session.patch
-}
-
-build() {
-  cd $_pkgname-$pkgver
-  [[ -d build ]] || mkdir build
-  cd build
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd $_pkgname-$pkgver/build
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-pie/repos/community-x86_64/PKGBUILD (from rev 131751, gnome-pie/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-04-20 15:14:13 UTC (rev 131752)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=gnome-pie
+_pkgname=Gnome-Pie
+pkgver=0.6.1
+pkgrel=1
+pkgdesc="Circular application launcher for GNOME"
+arch=('i686' 'x86_64')
+url="http://gnome-pie.simonschneegans.de/"
+license=('GPL')
+depends=('bamf' 'libgee' 'gnome-menus')
+makedepends=('cmake' 'vala')
+install=$pkgname.install
+source=($_pkgname-$pkgver.tar.gz::https://github.com/Simmesimme/$_pkgname/archive/v$pkgver.tar.gz
+        gnome.patch)
+md5sums=('3540af02d551695d9fe6d6a5969e214f'
+         '8868652bc69593667f015bd73f9dad77')
+
+prepare() {
+  cd $_pkgname-$pkgver
+
+  # Compatibility fixes for recent GNOME versions
+  patch -Np1 -i ../gnome.patch
+}
+
+build() {
+  cd $_pkgname-$pkgver
+  [[ -d build ]] || mkdir build
+  cd build
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd $_pkgname-$pkgver/build
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/gnome-pie.install
===================================================================
--- community-x86_64/gnome-pie.install	2015-04-20 15:14:03 UTC (rev 131751)
+++ community-x86_64/gnome-pie.install	2015-04-20 15:14:13 UTC (rev 131752)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: gnome-pie/repos/community-x86_64/gnome-pie.install (from rev 131751, gnome-pie/trunk/gnome-pie.install)
===================================================================
--- community-x86_64/gnome-pie.install	                        (rev 0)
+++ community-x86_64/gnome-pie.install	2015-04-20 15:14:13 UTC (rev 131752)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Deleted: community-x86_64/gnome-session.patch
===================================================================
--- community-x86_64/gnome-session.patch	2015-04-20 15:14:03 UTC (rev 131751)
+++ community-x86_64/gnome-session.patch	2015-04-20 15:14:13 UTC (rev 131752)
@@ -1,50 +0,0 @@
-diff -Naur Gnome-Pie-0.5.5.orig/src/actionGroups/sessionGroup.vala Gnome-Pie-0.5.5/src/actionGroups/sessionGroup.vala
---- Gnome-Pie-0.5.5.orig/src/actionGroups/sessionGroup.vala	2013-03-17 12:15:02.000000000 +0100
-+++ Gnome-Pie-0.5.5/src/actionGroups/sessionGroup.vala	2014-08-11 13:20:44.830325275 +0200
-@@ -58,13 +58,13 @@
- //    	iface = GLib.Bus.get_proxy_sync(GLib.BusType.SESSION, "org.freedesktop.ConsoleKit", "/org/freedesktop/ConsoleKit/Manager");
-     
-         this.add_action(new AppAction(_("Shutdown"), "gnome-shutdown", 
--            "dbus-send --print-reply --dest=org.gnome.SessionManager /org/gnome/SessionManager org.gnome.SessionManager.RequestShutdown"));
-+            "dbus-send --print-reply --dest=org.gnome.SessionManager /org/gnome/SessionManager org.gnome.SessionManager.Shutdown"));
-             
--        this.add_action(new AppAction(_("Logout"), "gnome-session-logout", 
-+        this.add_action(new AppAction(_("Logout"), "gnome-logout", 
-             "dbus-send --print-reply --dest=org.gnome.SessionManager /org/gnome/SessionManager org.gnome.SessionManager.Logout uint32:1"));
-             
--        this.add_action(new AppAction(_("Reboot"), "gnome-session-reboot", 
--            "dbus-send --print-reply --dest=org.gnome.SessionManager /org/gnome/SessionManager org.gnome.SessionManager.RequestReboot"));
-+        this.add_action(new AppAction(_("Reboot"), "view-refresh", 
-+            "dbus-send --print-reply --dest=org.gnome.SessionManager /org/gnome/SessionManager org.gnome.SessionManager.Reboot"));
-     }
-     
-     // TODO: check for available interfaces --- these may work too:
-diff -Naur Gnome-Pie-0.5.5.orig/src/pies/defaultConfig.vala Gnome-Pie-0.5.5/src/pies/defaultConfig.vala
---- Gnome-Pie-0.5.5.orig/src/pies/defaultConfig.vala	2013-03-17 12:15:02.000000000 +0100
-+++ Gnome-Pie-0.5.5/src/pies/defaultConfig.vala	2014-08-11 13:22:50.953499473 +0200
-@@ -47,11 +47,11 @@
-             bookmarks.add_group(new DevicesGroup(bookmarks.id));
-         
-         // add a pie with session controls
--        var session = PieManager.create_persistent_pie(_("Session"), "gnome-session-halt", new Trigger.from_string("<Control><Alt>q"));
-+        var session = PieManager.create_persistent_pie(_("Session"), "gnome-logout", new Trigger.from_string("<Control><Alt>q"));
-             session.add_group(new SessionGroup(session.id));
-         
-         // add a pie with a main menu
--        var menu = PieManager.create_persistent_pie(_("Main Menu"), "alacarte", new Trigger.from_string("<Control><Alt>space"));
-+        var menu = PieManager.create_persistent_pie(_("Main Menu"), "gnome-main-menu", new Trigger.from_string("<Control><Alt>space"));
-             menu.add_group(new MenuGroup(menu.id));
-         
-         // add a pie with window controls
-diff -Naur Gnome-Pie-0.5.5.orig/src/utilities/config.vala Gnome-Pie-0.5.5/src/utilities/config.vala
---- Gnome-Pie-0.5.5.orig/src/utilities/config.vala	2014-08-11 14:22:10.914071339 +0200
-+++ Gnome-Pie-0.5.5/src/utilities/config.vala	2014-08-11 14:22:30.664573331 +0200
-@@ -180,7 +180,7 @@
-         
-         if (themes.size > 0) {
-             if (current == "") {
--                current = "Unity";
-+                current = "Adwaita";
-                 warning("No theme specified! Using default...");
-             }
-             foreach (var t in themes) {

Copied: gnome-pie/repos/community-x86_64/gnome.patch (from rev 131751, gnome-pie/trunk/gnome.patch)
===================================================================
--- community-x86_64/gnome.patch	                        (rev 0)
+++ community-x86_64/gnome.patch	2015-04-20 15:14:13 UTC (rev 131752)
@@ -0,0 +1,161 @@
+diff -Naur Gnome-Pie-0.6.1.orig/src/actionGroups/devicesGroup.vala Gnome-Pie-0.6.1/src/actionGroups/devicesGroup.vala
+--- Gnome-Pie-0.6.1.orig/src/actionGroups/devicesGroup.vala	2015-04-20 14:16:01.012535306 +0000
++++ Gnome-Pie-0.6.1/src/actionGroups/devicesGroup.vala	2015-04-20 14:34:13.181211266 +0000
+@@ -33,7 +33,7 @@
+     public static GroupRegistry.TypeDescription register() {
+         var description = new GroupRegistry.TypeDescription();
+         description.name = _("Group: Devices");
+-        description.icon = "harddrive";
++        description.icon = "drive-harddisk";
+         description.description = _("Shows a Slice for each plugged in devices, like USB-Sticks.");
+         description.id = "devices";
+         return description;
+@@ -82,7 +82,7 @@
+ 
+     private void load() {
+         // add root device
+-        this.add_action(new UriAction(_("Root"), "harddrive", "file:///"));
++        this.add_action(new UriAction(_("Root"), "drive-harddisk", "file:///"));
+ 
+         // add all other devices
+         foreach(var mount in this.monitor.get_mounts()) {
+diff -Naur Gnome-Pie-0.6.1.orig/src/actionGroups/menuGroup.vala Gnome-Pie-0.6.1/src/actionGroups/menuGroup.vala
+--- Gnome-Pie-0.6.1.orig/src/actionGroups/menuGroup.vala	2015-04-20 14:16:01.012535306 +0000
++++ Gnome-Pie-0.6.1/src/actionGroups/menuGroup.vala	2015-04-20 14:22:30.410914120 +0000
+@@ -33,7 +33,7 @@
+     public static GroupRegistry.TypeDescription register() {
+         var description = new GroupRegistry.TypeDescription();
+         description.name = _("Group: Main menu");
+-        description.icon = "gnome-main-menu";
++        description.icon = "start-here";
+         description.description = _("Displays your main menu structure.");
+         description.id = "menu";
+         return description;
+diff -Naur Gnome-Pie-0.6.1.orig/src/actionGroups/sessionGroup.vala Gnome-Pie-0.6.1/src/actionGroups/sessionGroup.vala
+--- Gnome-Pie-0.6.1.orig/src/actionGroups/sessionGroup.vala	2015-04-20 14:16:01.012535306 +0000
++++ Gnome-Pie-0.6.1/src/actionGroups/sessionGroup.vala	2015-04-20 14:39:11.883213936 +0000
+@@ -33,7 +33,7 @@
+     public static GroupRegistry.TypeDescription register() {
+         var description = new GroupRegistry.TypeDescription();
+         description.name = _("Group: Session Control");
+-        description.icon = "gnome-logout";
++        description.icon = "system-log-out";
+         description.description = _("Shows a Slice for Shutdown, Reboot, and Hibernate.");
+         description.id = "session";
+         return description;
+@@ -57,14 +57,14 @@
+ //        iface = GLib.Bus.get_proxy_sync(GLib.BusType.SESSION, "org.kde.ksmserver", "/KSMServer");
+ //        iface = GLib.Bus.get_proxy_sync(GLib.BusType.SESSION, "org.freedesktop.ConsoleKit", "/org/freedesktop/ConsoleKit/Manager");
+ 
+-        this.add_action(new AppAction(_("Shutdown"), "gnome-shutdown",
+-            "dbus-send --print-reply --dest=org.gnome.SessionManager /org/gnome/SessionManager org.gnome.SessionManager.RequestShutdown"));
++        this.add_action(new AppAction(_("Shutdown"), "system-shutdown",
++            "dbus-send --print-reply --dest=org.gnome.SessionManager /org/gnome/SessionManager org.gnome.SessionManager.Shutdown"));
+ 
+-        this.add_action(new AppAction(_("Logout"), "gnome-session-logout",
++        this.add_action(new AppAction(_("Logout"), "system-log-out",
+             "dbus-send --print-reply --dest=org.gnome.SessionManager /org/gnome/SessionManager org.gnome.SessionManager.Logout uint32:1"));
+ 
+-        this.add_action(new AppAction(_("Reboot"), "gnome-session-reboot",
+-            "dbus-send --print-reply --dest=org.gnome.SessionManager /org/gnome/SessionManager org.gnome.SessionManager.RequestReboot"));
++        this.add_action(new AppAction(_("Reboot"), "view-refresh",
++            "dbus-send --print-reply --dest=org.gnome.SessionManager /org/gnome/SessionManager org.gnome.SessionManager.Reboot"));
+     }
+ 
+     // TODO: check for available interfaces --- these may work too:
+diff -Naur Gnome-Pie-0.6.1.orig/src/actionGroups/windowListGroup.vala Gnome-Pie-0.6.1/src/actionGroups/windowListGroup.vala
+--- Gnome-Pie-0.6.1.orig/src/actionGroups/windowListGroup.vala	2015-04-20 14:16:01.012535306 +0000
++++ Gnome-Pie-0.6.1/src/actionGroups/windowListGroup.vala	2015-04-20 14:44:10.345223458 +0000
+@@ -32,7 +32,7 @@
+     public static GroupRegistry.TypeDescription register() {
+         var description = new GroupRegistry.TypeDescription();
+         description.name = _("Group: Window List");
+-        description.icon = "gnome-window-manager";
++        description.icon = "preferences-system-windows";
+         description.description = _("Shows a Slice for each of your opened Windows. Almost like Alt-Tab.");
+         description.id = "window_list";
+         return description;
+diff -Naur Gnome-Pie-0.6.1.orig/src/gui/piePreviewAddSign.vala Gnome-Pie-0.6.1/src/gui/piePreviewAddSign.vala
+--- Gnome-Pie-0.6.1.orig/src/gui/piePreviewAddSign.vala	2015-04-20 14:16:01.012535306 +0000
++++ Gnome-Pie-0.6.1/src/gui/piePreviewAddSign.vala	2015-04-20 14:32:42.304950652 +0000
+@@ -87,7 +87,7 @@
+     /////////////////////////////////////////////////////////////////////
+ 
+     public void load() {
+-        this.icon = new Icon("add", 36);
++        this.icon = new Icon("list-add", 36);
+     }
+ 
+     /////////////////////////////////////////////////////////////////////
+diff -Naur Gnome-Pie-0.6.1.orig/src/gui/piePreviewDeleteSign.vala Gnome-Pie-0.6.1/src/gui/piePreviewDeleteSign.vala
+--- Gnome-Pie-0.6.1.orig/src/gui/piePreviewDeleteSign.vala	2015-04-20 14:16:01.012535306 +0000
++++ Gnome-Pie-0.6.1/src/gui/piePreviewDeleteSign.vala	2015-04-20 14:36:32.490589922 +0000
+@@ -85,7 +85,7 @@
+     /////////////////////////////////////////////////////////////////////
+ 
+     public void load() {
+-        this.icon = new Icon("stock_delete", PiePreviewDeleteSign.radius*2);
++        this.icon = new Icon("edit-delete", PiePreviewDeleteSign.radius*2);
+     }
+ 
+     /////////////////////////////////////////////////////////////////////
+diff -Naur Gnome-Pie-0.6.1.orig/src/pies/defaultConfig.vala Gnome-Pie-0.6.1/src/pies/defaultConfig.vala
+--- Gnome-Pie-0.6.1.orig/src/pies/defaultConfig.vala	2015-04-20 14:16:01.012535306 +0000
++++ Gnome-Pie-0.6.1/src/pies/defaultConfig.vala	2015-04-20 15:04:38.770052475 +0000
+@@ -26,11 +26,11 @@
+     public void create_default_config() {
+ 
+         // add a pie with playback controls
+-        var multimedia = PieManager.create_persistent_pie(_("Multimedia"), "stock_media-play", new Trigger.from_string("<Control><Alt>m"));
+-            multimedia.add_action(new KeyAction(_("Next Track"), "stock_media-next", "XF86AudioNext", true));
+-            multimedia.add_action(new KeyAction(_("Stop"), "stock_media-stop", "XF86AudioStop"));
+-            multimedia.add_action(new KeyAction(_("Previous Track"), "stock_media-prev", "XF86AudioPrev"));
+-            multimedia.add_action(new KeyAction(_("Play/Pause"), "stock_media-play", "XF86AudioPlay"));
++        var multimedia = PieManager.create_persistent_pie(_("Multimedia"), "media-playback-start", new Trigger.from_string("<Control><Alt>m"));
++            multimedia.add_action(new KeyAction(_("Next Track"), "media-skip-forward", "XF86AudioNext", true));
++            multimedia.add_action(new KeyAction(_("Stop"), "media-playback-stop", "XF86AudioStop"));
++            multimedia.add_action(new KeyAction(_("Previous Track"), "media-skip-backward", "XF86AudioPrev"));
++            multimedia.add_action(new KeyAction(_("Play/Pause"), "media-playback-start", "XF86AudioPlay"));
+ 
+         // add a pie with the users default applications
+         var apps = PieManager.create_persistent_pie(_("Applications"), "applications-accessories", new Trigger.from_string("<Control><Alt>a"));
+@@ -47,20 +47,20 @@
+             bookmarks.add_group(new DevicesGroup(bookmarks.id));
+ 
+         // add a pie with session controls
+-        var session = PieManager.create_persistent_pie(_("Session"), "gnome-session-halt", new Trigger.from_string("<Control><Alt>q"));
++        var session = PieManager.create_persistent_pie(_("Session"), "system-log-out", new Trigger.from_string("<Control><Alt>q"));
+             session.add_group(new SessionGroup(session.id));
+ 
+         // add a pie with a main menu
+-        var menu = PieManager.create_persistent_pie(_("Main Menu"), "alacarte", new Trigger.from_string("<Control><Alt>space"));
++        var menu = PieManager.create_persistent_pie(_("Main Menu"), "start-here", new Trigger.from_string("<Control><Alt>space"));
+             menu.add_group(new MenuGroup(menu.id));
+ 
+         // add a pie with window controls
+-        var window = PieManager.create_persistent_pie(_("Window"), "gnome-window-manager", new Trigger.from_string("<Control><Alt>w"));
+-            window.add_action(new KeyAction(_("Scale"), "top", "<Control><Alt>s"));
+-            window.add_action(new KeyAction(_("Minimize"), "bottom", "<Alt>F9", true));
++        var window = PieManager.create_persistent_pie(_("Window"), "preferences-system-windows", new Trigger.from_string("<Control><Alt>w"));
++            window.add_action(new KeyAction(_("Scale"), "go-top", "<Control><Alt>s"));
++            window.add_action(new KeyAction(_("Minimize"), "go-bottom", "<Alt>F9", true));
+             window.add_action(new KeyAction(_("Close"), "window-close", "<Alt>F4"));
+-            window.add_action(new KeyAction(_("Maximize"), "window_fullscreen", "<Alt>F10"));
+-            window.add_action(new KeyAction(_("Restore"), "window_nofullscreen", "<Alt>F5"));
++            window.add_action(new KeyAction(_("Maximize"), "view-fullscreen", "<Alt>F10"));
++            window.add_action(new KeyAction(_("Restore"), "view-restore", "<Alt>F5"));
+ 
+         // save the configuration to file
+         Pies.save();
+diff -Naur Gnome-Pie-0.6.1.orig/src/utilities/config.vala Gnome-Pie-0.6.1/src/utilities/config.vala
+--- Gnome-Pie-0.6.1.orig/src/utilities/config.vala	2015-04-20 14:16:01.012535306 +0000
++++ Gnome-Pie-0.6.1/src/utilities/config.vala	2015-04-20 14:16:34.909063576 +0000
+@@ -192,7 +192,7 @@
+ 
+         if (themes.size > 0) {
+             if (current == "") {
+-                current = "Unity";
++                current = "Adwaita";
+                 warning("No theme specified! Using default...");
+             }
+             foreach (var t in themes) {



More information about the arch-commits mailing list