[arch-commits] Commit in gnome-pie (13 files)

Balló György bgyorgy at archlinux.org
Mon Aug 11 13:07:35 UTC 2014


    Date: Monday, August 11, 2014 @ 15:07:35
  Author: bgyorgy
Revision: 117177

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

Added:
  gnome-pie/repos/
  gnome-pie/repos/community-i686/
  gnome-pie/repos/community-i686/PKGBUILD
    (from rev 117176, gnome-pie/trunk/PKGBUILD)
  gnome-pie/repos/community-i686/gee-0.8.patch
    (from rev 117176, gnome-pie/trunk/gee-0.8.patch)
  gnome-pie/repos/community-i686/gnome-pie.install
    (from rev 117176, gnome-pie/trunk/gnome-pie.install)
  gnome-pie/repos/community-i686/gnome-session.patch
    (from rev 117176, gnome-pie/trunk/gnome-session.patch)
  gnome-pie/repos/community-i686/transparency.patch
    (from rev 117176, gnome-pie/trunk/transparency.patch)
  gnome-pie/repos/community-x86_64/
  gnome-pie/repos/community-x86_64/PKGBUILD
    (from rev 117176, gnome-pie/trunk/PKGBUILD)
  gnome-pie/repos/community-x86_64/gee-0.8.patch
    (from rev 117176, gnome-pie/trunk/gee-0.8.patch)
  gnome-pie/repos/community-x86_64/gnome-pie.install
    (from rev 117176, gnome-pie/trunk/gnome-pie.install)
  gnome-pie/repos/community-x86_64/gnome-session.patch
    (from rev 117176, gnome-pie/trunk/gnome-session.patch)
  gnome-pie/repos/community-x86_64/transparency.patch
    (from rev 117176, gnome-pie/trunk/transparency.patch)

--------------------------------------+
 community-i686/PKGBUILD              |   42 +++++++++++++++++++++++++++
 community-i686/gee-0.8.patch         |   29 +++++++++++++++++++
 community-i686/gnome-pie.install     |   11 +++++++
 community-i686/gnome-session.patch   |   50 +++++++++++++++++++++++++++++++++
 community-i686/transparency.patch    |   24 +++++++++++++++
 community-x86_64/PKGBUILD            |   42 +++++++++++++++++++++++++++
 community-x86_64/gee-0.8.patch       |   29 +++++++++++++++++++
 community-x86_64/gnome-pie.install   |   11 +++++++
 community-x86_64/gnome-session.patch |   50 +++++++++++++++++++++++++++++++++
 community-x86_64/transparency.patch  |   24 +++++++++++++++
 10 files changed, 312 insertions(+)

Copied: gnome-pie/repos/community-i686/PKGBUILD (from rev 117176, gnome-pie/trunk/PKGBUILD)
===================================================================
--- repos/community-i686/PKGBUILD	                        (rev 0)
+++ repos/community-i686/PKGBUILD	2014-08-11 13:07:35 UTC (rev 117177)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: György Balló <ballogy at freestart.hu>
+
+pkgname=gnome-pie
+_pkgname=Gnome-Pie
+pkgver=0.5.5
+pkgrel=4
+pkgdesc="Circular application launcher for GNOME"
+arch=('i686' 'x86_64')
+url="http://gnome-pie.simonschneegans.de/"
+license=('GPL')
+depends=('libunique3' '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
+        gee-0.8.patch
+        transparency.patch
+        gnome-session.patch)
+md5sums=('6f70079f8a59bdcd4afe17a3f016b196'
+         'ad0f33d00a2d11bd180714c45651b47f'
+         '25b9ce2382a84c01ffc702cf504650b7'
+         '7e2875e5ace6eb0742389e85c9145871')
+
+prepare() {
+  cd $_pkgname-$pkgver
+  patch -Np1 -i ../gee-0.8.patch
+  patch -Np1 -i ../transparency.patch
+  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/gee-0.8.patch (from rev 117176, gnome-pie/trunk/gee-0.8.patch)
===================================================================
--- repos/community-i686/gee-0.8.patch	                        (rev 0)
+++ repos/community-i686/gee-0.8.patch	2014-08-11 13:07:35 UTC (rev 117177)
@@ -0,0 +1,29 @@
+Description: change gee API to 0.8
+Author: Jörg Frings-Fürst <debian at jff-webhosting.net>
+Bug: https://github.com/Simmesimme/Gnome-Pie/issues/77
+Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=753863
+Last-Update: 2014-07-21
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+Index: trunk/CMakeLists.txt
+===================================================================
+--- trunk.orig/CMakeLists.txt	2013-03-17 12:15:02.000000000 +0100
++++ trunk/CMakeLists.txt	2014-07-21 17:44:36.814563290 +0200
+@@ -43,7 +43,7 @@
+ 
+ pkg_check_modules(GIO REQUIRED gio-unix-2.0)
+ pkg_check_modules(CAIRO REQUIRED cairo)
+-pkg_check_modules(GEE REQUIRED gee-1.0)
++pkg_check_modules(GEE REQUIRED gee-0.8)
+ pkg_check_modules(X11 REQUIRED x11)
+ pkg_check_modules(XML REQUIRED libxml-2.0)
+ pkg_check_modules(XTST REQUIRED xtst)
+@@ -155,7 +155,7 @@
+ 
+ set(VALA_PKGS
+   cairo
+-  gee-1.0
++  gee-0.8
+   x11
+   gio-unix-2.0
+   posix

Copied: gnome-pie/repos/community-i686/gnome-pie.install (from rev 117176, gnome-pie/trunk/gnome-pie.install)
===================================================================
--- repos/community-i686/gnome-pie.install	                        (rev 0)
+++ repos/community-i686/gnome-pie.install	2014-08-11 13:07:35 UTC (rev 117177)
@@ -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
+}

Copied: gnome-pie/repos/community-i686/gnome-session.patch (from rev 117176, gnome-pie/trunk/gnome-session.patch)
===================================================================
--- repos/community-i686/gnome-session.patch	                        (rev 0)
+++ repos/community-i686/gnome-session.patch	2014-08-11 13:07:35 UTC (rev 117177)
@@ -0,0 +1,50 @@
+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/transparency.patch (from rev 117176, gnome-pie/trunk/transparency.patch)
===================================================================
--- repos/community-i686/transparency.patch	                        (rev 0)
+++ repos/community-i686/transparency.patch	2014-08-11 13:07:35 UTC (rev 117177)
@@ -0,0 +1,24 @@
+From 73f2ac8b2fe5c709de52ea4d4f0aa4c8d3926506 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Rapha=C3=ABl=20Rochet?= <raphael at rri.fr>
+Date: Fri, 17 Jan 2014 16:25:17 +0100
+Subject: [PATCH] Adding app_paintable=true on pie window
+
+---
+ src/renderers/pieWindow.vala | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/src/renderers/pieWindow.vala b/src/renderers/pieWindow.vala
+index 66ed863..4b8973d 100644
+--- a/src/renderers/pieWindow.vala
++++ b/src/renderers/pieWindow.vala
+@@ -85,6 +85,7 @@ public class PieWindow : Gtk.Window {
+         this.set_resizable(false);
+         this.icon_name = "gnome-pie";
+         this.set_accept_focus(false);
++        this.app_paintable = true;
+         
+         // check for compositing
+         if (this.screen.is_composited()) {
+-- 
+2.0.3
+

Copied: gnome-pie/repos/community-x86_64/PKGBUILD (from rev 117176, gnome-pie/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2014-08-11 13:07:35 UTC (rev 117177)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: György Balló <ballogy at freestart.hu>
+
+pkgname=gnome-pie
+_pkgname=Gnome-Pie
+pkgver=0.5.5
+pkgrel=4
+pkgdesc="Circular application launcher for GNOME"
+arch=('i686' 'x86_64')
+url="http://gnome-pie.simonschneegans.de/"
+license=('GPL')
+depends=('libunique3' '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
+        gee-0.8.patch
+        transparency.patch
+        gnome-session.patch)
+md5sums=('6f70079f8a59bdcd4afe17a3f016b196'
+         'ad0f33d00a2d11bd180714c45651b47f'
+         '25b9ce2382a84c01ffc702cf504650b7'
+         '7e2875e5ace6eb0742389e85c9145871')
+
+prepare() {
+  cd $_pkgname-$pkgver
+  patch -Np1 -i ../gee-0.8.patch
+  patch -Np1 -i ../transparency.patch
+  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/gee-0.8.patch (from rev 117176, gnome-pie/trunk/gee-0.8.patch)
===================================================================
--- repos/community-x86_64/gee-0.8.patch	                        (rev 0)
+++ repos/community-x86_64/gee-0.8.patch	2014-08-11 13:07:35 UTC (rev 117177)
@@ -0,0 +1,29 @@
+Description: change gee API to 0.8
+Author: Jörg Frings-Fürst <debian at jff-webhosting.net>
+Bug: https://github.com/Simmesimme/Gnome-Pie/issues/77
+Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=753863
+Last-Update: 2014-07-21
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+Index: trunk/CMakeLists.txt
+===================================================================
+--- trunk.orig/CMakeLists.txt	2013-03-17 12:15:02.000000000 +0100
++++ trunk/CMakeLists.txt	2014-07-21 17:44:36.814563290 +0200
+@@ -43,7 +43,7 @@
+ 
+ pkg_check_modules(GIO REQUIRED gio-unix-2.0)
+ pkg_check_modules(CAIRO REQUIRED cairo)
+-pkg_check_modules(GEE REQUIRED gee-1.0)
++pkg_check_modules(GEE REQUIRED gee-0.8)
+ pkg_check_modules(X11 REQUIRED x11)
+ pkg_check_modules(XML REQUIRED libxml-2.0)
+ pkg_check_modules(XTST REQUIRED xtst)
+@@ -155,7 +155,7 @@
+ 
+ set(VALA_PKGS
+   cairo
+-  gee-1.0
++  gee-0.8
+   x11
+   gio-unix-2.0
+   posix

Copied: gnome-pie/repos/community-x86_64/gnome-pie.install (from rev 117176, gnome-pie/trunk/gnome-pie.install)
===================================================================
--- repos/community-x86_64/gnome-pie.install	                        (rev 0)
+++ repos/community-x86_64/gnome-pie.install	2014-08-11 13:07:35 UTC (rev 117177)
@@ -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
+}

Copied: gnome-pie/repos/community-x86_64/gnome-session.patch (from rev 117176, gnome-pie/trunk/gnome-session.patch)
===================================================================
--- repos/community-x86_64/gnome-session.patch	                        (rev 0)
+++ repos/community-x86_64/gnome-session.patch	2014-08-11 13:07:35 UTC (rev 117177)
@@ -0,0 +1,50 @@
+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/transparency.patch (from rev 117176, gnome-pie/trunk/transparency.patch)
===================================================================
--- repos/community-x86_64/transparency.patch	                        (rev 0)
+++ repos/community-x86_64/transparency.patch	2014-08-11 13:07:35 UTC (rev 117177)
@@ -0,0 +1,24 @@
+From 73f2ac8b2fe5c709de52ea4d4f0aa4c8d3926506 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Rapha=C3=ABl=20Rochet?= <raphael at rri.fr>
+Date: Fri, 17 Jan 2014 16:25:17 +0100
+Subject: [PATCH] Adding app_paintable=true on pie window
+
+---
+ src/renderers/pieWindow.vala | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/src/renderers/pieWindow.vala b/src/renderers/pieWindow.vala
+index 66ed863..4b8973d 100644
+--- a/src/renderers/pieWindow.vala
++++ b/src/renderers/pieWindow.vala
+@@ -85,6 +85,7 @@ public class PieWindow : Gtk.Window {
+         this.set_resizable(false);
+         this.icon_name = "gnome-pie";
+         this.set_accept_focus(false);
++        this.app_paintable = true;
+         
+         // check for compositing
+         if (this.screen.is_composited()) {
+-- 
+2.0.3
+




More information about the arch-commits mailing list