[arch-commits] Commit in gnome-pie/trunk (PKGBUILD transparency.patch)

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


    Date: Thursday, January 22, 2015 @ 04:12:20
  Author: bgyorgy
Revision: 126389

upgpkg: gnome-pie 0.5.6-1

Update to version 0.5.6

Modified:
  gnome-pie/trunk/PKGBUILD
Deleted:
  gnome-pie/trunk/transparency.patch

--------------------+
 PKGBUILD           |    9 +++------
 transparency.patch |   24 ------------------------
 2 files changed, 3 insertions(+), 30 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-01-22 03:08:38 UTC (rev 126388)
+++ PKGBUILD	2015-01-22 03:12:20 UTC (rev 126389)
@@ -3,8 +3,8 @@
 
 pkgname=gnome-pie
 _pkgname=Gnome-Pie
-pkgver=0.5.5
-pkgrel=4
+pkgver=0.5.6
+pkgrel=1
 pkgdesc="Circular application launcher for GNOME"
 arch=('i686' 'x86_64')
 url="http://gnome-pie.simonschneegans.de/"
@@ -14,17 +14,14 @@
 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'
+md5sums=('aeabdb76c1516ccd9afd6e32a70d1fec'
          '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
 }
 

Deleted: transparency.patch
===================================================================
--- transparency.patch	2015-01-22 03:08:38 UTC (rev 126388)
+++ transparency.patch	2015-01-22 03:12:20 UTC (rev 126389)
@@ -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