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

Balló György bgyorgy at archlinux.org
Thu Jan 22 03:12:30 UTC 2015


    Date: Thursday, January 22, 2015 @ 04:12:30
  Author: bgyorgy
Revision: 126390

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

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

--------------------------------------+
 /PKGBUILD                            |   78 +++++++++++++++++++++++++
 /gee-0.8.patch                       |   58 +++++++++++++++++++
 /gnome-pie.install                   |   22 +++++++
 /gnome-session.patch                 |  100 +++++++++++++++++++++++++++++++++
 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 -------
 14 files changed, 258 insertions(+), 312 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-01-22 03:12:20 UTC (rev 126389)
+++ community-i686/PKGBUILD	2015-01-22 03:12:30 UTC (rev 126390)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-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/PKGBUILD (from rev 126389, gnome-pie/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-01-22 03:12:30 UTC (rev 126390)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=gnome-pie
+_pkgname=Gnome-Pie
+pkgver=0.5.6
+pkgrel=1
+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
+        gnome-session.patch)
+md5sums=('aeabdb76c1516ccd9afd6e32a70d1fec'
+         'ad0f33d00a2d11bd180714c45651b47f'
+         '7e2875e5ace6eb0742389e85c9145871')
+
+prepare() {
+  cd $_pkgname-$pkgver
+  patch -Np1 -i ../gee-0.8.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
+}

Deleted: community-i686/gee-0.8.patch
===================================================================
--- community-i686/gee-0.8.patch	2015-01-22 03:12:20 UTC (rev 126389)
+++ community-i686/gee-0.8.patch	2015-01-22 03:12:30 UTC (rev 126390)
@@ -1,29 +0,0 @@
-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/gee-0.8.patch (from rev 126389, gnome-pie/trunk/gee-0.8.patch)
===================================================================
--- community-i686/gee-0.8.patch	                        (rev 0)
+++ community-i686/gee-0.8.patch	2015-01-22 03:12:30 UTC (rev 126390)
@@ -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

Deleted: community-i686/gnome-pie.install
===================================================================
--- community-i686/gnome-pie.install	2015-01-22 03:12:20 UTC (rev 126389)
+++ community-i686/gnome-pie.install	2015-01-22 03:12:30 UTC (rev 126390)
@@ -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 126389, gnome-pie/trunk/gnome-pie.install)
===================================================================
--- community-i686/gnome-pie.install	                        (rev 0)
+++ community-i686/gnome-pie.install	2015-01-22 03:12:30 UTC (rev 126390)
@@ -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-01-22 03:12:20 UTC (rev 126389)
+++ community-i686/gnome-session.patch	2015-01-22 03:12:30 UTC (rev 126390)
@@ -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-session.patch (from rev 126389, gnome-pie/trunk/gnome-session.patch)
===================================================================
--- community-i686/gnome-session.patch	                        (rev 0)
+++ community-i686/gnome-session.patch	2015-01-22 03:12:30 UTC (rev 126390)
@@ -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) {

Deleted: community-i686/transparency.patch
===================================================================
--- community-i686/transparency.patch	2015-01-22 03:12:20 UTC (rev 126389)
+++ community-i686/transparency.patch	2015-01-22 03:12:30 UTC (rev 126390)
@@ -1,24 +0,0 @@
-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
-

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-01-22 03:12:20 UTC (rev 126389)
+++ community-x86_64/PKGBUILD	2015-01-22 03:12:30 UTC (rev 126390)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-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/PKGBUILD (from rev 126389, gnome-pie/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-01-22 03:12:30 UTC (rev 126390)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=gnome-pie
+_pkgname=Gnome-Pie
+pkgver=0.5.6
+pkgrel=1
+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
+        gnome-session.patch)
+md5sums=('aeabdb76c1516ccd9afd6e32a70d1fec'
+         'ad0f33d00a2d11bd180714c45651b47f'
+         '7e2875e5ace6eb0742389e85c9145871')
+
+prepare() {
+  cd $_pkgname-$pkgver
+  patch -Np1 -i ../gee-0.8.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
+}

Deleted: community-x86_64/gee-0.8.patch
===================================================================
--- community-x86_64/gee-0.8.patch	2015-01-22 03:12:20 UTC (rev 126389)
+++ community-x86_64/gee-0.8.patch	2015-01-22 03:12:30 UTC (rev 126390)
@@ -1,29 +0,0 @@
-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/gee-0.8.patch (from rev 126389, gnome-pie/trunk/gee-0.8.patch)
===================================================================
--- community-x86_64/gee-0.8.patch	                        (rev 0)
+++ community-x86_64/gee-0.8.patch	2015-01-22 03:12:30 UTC (rev 126390)
@@ -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

Deleted: community-x86_64/gnome-pie.install
===================================================================
--- community-x86_64/gnome-pie.install	2015-01-22 03:12:20 UTC (rev 126389)
+++ community-x86_64/gnome-pie.install	2015-01-22 03:12:30 UTC (rev 126390)
@@ -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 126389, gnome-pie/trunk/gnome-pie.install)
===================================================================
--- community-x86_64/gnome-pie.install	                        (rev 0)
+++ community-x86_64/gnome-pie.install	2015-01-22 03:12:30 UTC (rev 126390)
@@ -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-01-22 03:12:20 UTC (rev 126389)
+++ community-x86_64/gnome-session.patch	2015-01-22 03:12:30 UTC (rev 126390)
@@ -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-session.patch (from rev 126389, gnome-pie/trunk/gnome-session.patch)
===================================================================
--- community-x86_64/gnome-session.patch	                        (rev 0)
+++ community-x86_64/gnome-session.patch	2015-01-22 03:12:30 UTC (rev 126390)
@@ -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) {

Deleted: community-x86_64/transparency.patch
===================================================================
--- community-x86_64/transparency.patch	2015-01-22 03:12:20 UTC (rev 126389)
+++ community-x86_64/transparency.patch	2015-01-22 03:12:30 UTC (rev 126390)
@@ -1,24 +0,0 @@
-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