[arch-commits] Commit in gnome-do/repos (14 files)

Balló György bgyorgy at archlinux.org
Mon Oct 20 02:52:14 UTC 2014


    Date: Monday, October 20, 2014 @ 04:52:14
  Author: bgyorgy
Revision: 121002

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

Added:
  gnome-do/repos/community-i686/PKGBUILD
    (from rev 121001, gnome-do/trunk/PKGBUILD)
  gnome-do/repos/community-i686/fix-build.patch
    (from rev 121001, gnome-do/trunk/fix-build.patch)
  gnome-do/repos/community-i686/gnome-do.install
    (from rev 121001, gnome-do/trunk/gnome-do.install)
  gnome-do/repos/community-i686/revert-threading-fix.patch
    (from rev 121001, gnome-do/trunk/revert-threading-fix.patch)
  gnome-do/repos/community-x86_64/PKGBUILD
    (from rev 121001, gnome-do/trunk/PKGBUILD)
  gnome-do/repos/community-x86_64/fix-build.patch
    (from rev 121001, gnome-do/trunk/fix-build.patch)
  gnome-do/repos/community-x86_64/gnome-do.install
    (from rev 121001, gnome-do/trunk/gnome-do.install)
  gnome-do/repos/community-x86_64/revert-threading-fix.patch
    (from rev 121001, gnome-do/trunk/revert-threading-fix.patch)
Deleted:
  gnome-do/repos/community-i686/PKGBUILD
  gnome-do/repos/community-i686/fix-build.patch
  gnome-do/repos/community-i686/gnome-do.install
  gnome-do/repos/community-x86_64/PKGBUILD
  gnome-do/repos/community-x86_64/fix-build.patch
  gnome-do/repos/community-x86_64/gnome-do.install

---------------------------------------------+
 /PKGBUILD                                   |   88 ++++++++++++++++++++++++++
 /fix-build.patch                            |   24 +++++++
 /gnome-do.install                           |   44 +++++++++++++
 community-i686/PKGBUILD                     |   39 -----------
 community-i686/fix-build.patch              |   12 ---
 community-i686/gnome-do.install             |   22 ------
 community-i686/revert-threading-fix.patch   |   13 +++
 community-x86_64/PKGBUILD                   |   39 -----------
 community-x86_64/fix-build.patch            |   12 ---
 community-x86_64/gnome-do.install           |   22 ------
 community-x86_64/revert-threading-fix.patch |   13 +++
 11 files changed, 182 insertions(+), 146 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-10-20 02:52:04 UTC (rev 121001)
+++ community-i686/PKGBUILD	2014-10-20 02:52:14 UTC (rev 121002)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Allan McRae <allan at archlinux.org>
-# Contributor: Doehni <dohny at gmx.de>
-
-pkgname=gnome-do
-pkgver=0.95.1
-pkgrel=3
-pkgdesc="Quickly search for many items present on your desktop or the web, and perform useful actions on those items"
-arch=('i686' 'x86_64')
-url="http://cooperteam.net/"
-license=('GPL3')
-depends=('gconf-sharp' 'gnome-desktop2' 'gnome-keyring-sharp' 'mono-addins' 'notify-sharp' 'gkeyfile-sharp')
-makedepends=('intltool' 'gio-sharp')
-install=$pkgname.install
-source=(http://launchpad.net/do/trunk/$pkgver/+download/$pkgname-$pkgver.tar.gz
-        fix-build.patch)
-md5sums=('1f61376718d75d3defcdf81958754296'
-         '4ac79a8270bc6c1539f56b8f56043894')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Fix build
-  patch -Np1 -i ../fix-build.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-              --disable-schemas-install \
-              --with-gconf-schema-file-dir=/usr/share/gconf/schemas
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-do/repos/community-i686/PKGBUILD (from rev 121001, gnome-do/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-10-20 02:52:14 UTC (rev 121002)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Allan McRae <allan at archlinux.org>
+# Contributor: Doehni <dohny at gmx.de>
+
+pkgname=gnome-do
+pkgver=0.95.2
+pkgrel=1
+pkgdesc="Quickly search for many items present on your desktop or the web, and perform useful actions on those items"
+arch=('i686' 'x86_64')
+url="http://do.cooperteam.net/"
+license=('GPL3')
+depends=('gconf-sharp' 'gnome-desktop2' 'gnome-keyring-sharp' 'mono-addins' 'notify-sharp' 'gkeyfile-sharp')
+makedepends=('intltool' 'gio-sharp')
+install=$pkgname.install
+source=(http://launchpad.net/do/trunk/$pkgver/+download/$pkgname-$pkgver.tar.gz
+        fix-build.patch
+        revert-threading-fix.patch)
+md5sums=('a0631f39ce778fd679eca6a56e1b9f54'
+         '4ac79a8270bc6c1539f56b8f56043894'
+         'c8e19008369144fda6a0a6a06f6ac3dd')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Fix build
+  patch -Np1 -i ../fix-build.patch
+
+  # Revert threading fix to avoid freeze on start
+  patch -Np1 -i ../revert-threading-fix.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+              --disable-schemas-install \
+              --with-gconf-schema-file-dir=/usr/share/gconf/schemas
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/fix-build.patch
===================================================================
--- community-i686/fix-build.patch	2014-10-20 02:52:04 UTC (rev 121001)
+++ community-i686/fix-build.patch	2014-10-20 02:52:14 UTC (rev 121002)
@@ -1,12 +0,0 @@
-diff -Naur gnome-do-0.95.1.orig/Do/src/Do.UI/PluginNodeView.cs gnome-do-0.95.1/Do/src/Do.UI/PluginNodeView.cs
---- gnome-do-0.95.1.orig/Do/src/Do.UI/PluginNodeView.cs	2014-10-06 02:04:38.165823000 +0200
-+++ gnome-do-0.95.1/Do/src/Do.UI/PluginNodeView.cs	2014-10-06 02:04:59.252989251 +0200
-@@ -94,7 +94,7 @@
- 
- 			cell = new CellRendererPixbuf ();				
- 			cell.SetFixedSize (IconSize + IconPadding, IconSize + IconPadding);
--			AppendColumn ("Icon", cell, IconDataFunc as TreeCellDataFunc);
-+			AppendColumn ("Icon", cell, IconDataFunc);
- 
- 			cell = new Gtk.CellRendererText ();
- 			(cell as CellRendererText).WrapWidth = WrapWidth;

Copied: gnome-do/repos/community-i686/fix-build.patch (from rev 121001, gnome-do/trunk/fix-build.patch)
===================================================================
--- community-i686/fix-build.patch	                        (rev 0)
+++ community-i686/fix-build.patch	2014-10-20 02:52:14 UTC (rev 121002)
@@ -0,0 +1,12 @@
+diff -Naur gnome-do-0.95.1.orig/Do/src/Do.UI/PluginNodeView.cs gnome-do-0.95.1/Do/src/Do.UI/PluginNodeView.cs
+--- gnome-do-0.95.1.orig/Do/src/Do.UI/PluginNodeView.cs	2014-10-06 02:04:38.165823000 +0200
++++ gnome-do-0.95.1/Do/src/Do.UI/PluginNodeView.cs	2014-10-06 02:04:59.252989251 +0200
+@@ -94,7 +94,7 @@
+ 
+ 			cell = new CellRendererPixbuf ();				
+ 			cell.SetFixedSize (IconSize + IconPadding, IconSize + IconPadding);
+-			AppendColumn ("Icon", cell, IconDataFunc as TreeCellDataFunc);
++			AppendColumn ("Icon", cell, IconDataFunc);
+ 
+ 			cell = new Gtk.CellRendererText ();
+ 			(cell as CellRendererText).WrapWidth = WrapWidth;

Deleted: community-i686/gnome-do.install
===================================================================
--- community-i686/gnome-do.install	2014-10-20 02:52:04 UTC (rev 121001)
+++ community-i686/gnome-do.install	2014-10-20 02:52:14 UTC (rev 121002)
@@ -1,22 +0,0 @@
-pkgname=gnome-do
-
-post_install() {
-  gconfpkg --install $pkgname
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-pre_upgrade() {
-  pre_remove $1
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  gconfpkg --uninstall $pkgname
-}
-
-post_remove() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}

Copied: gnome-do/repos/community-i686/gnome-do.install (from rev 121001, gnome-do/trunk/gnome-do.install)
===================================================================
--- community-i686/gnome-do.install	                        (rev 0)
+++ community-i686/gnome-do.install	2014-10-20 02:52:14 UTC (rev 121002)
@@ -0,0 +1,22 @@
+pkgname=gnome-do
+
+post_install() {
+  gconfpkg --install $pkgname
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+pre_upgrade() {
+  pre_remove $1
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  gconfpkg --uninstall $pkgname
+}
+
+post_remove() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}

Copied: gnome-do/repos/community-i686/revert-threading-fix.patch (from rev 121001, gnome-do/trunk/revert-threading-fix.patch)
===================================================================
--- community-i686/revert-threading-fix.patch	                        (rev 0)
+++ community-i686/revert-threading-fix.patch	2014-10-20 02:52:14 UTC (rev 121002)
@@ -0,0 +1,13 @@
+diff -Naur gnome-do-0.95.2.orig/Do/src/Do.cs gnome-do-0.95.2/Do/src/Do.cs
+--- gnome-do-0.95.2.orig/Do/src/Do.cs	2014-10-20 02:44:11.403239022 +0000
++++ gnome-do-0.95.2/Do/src/Do.cs	2014-10-20 02:44:23.873198312 +0000
+@@ -73,9 +73,7 @@
+ 			if (!Preferences.QuietStart)
+ 				Controller.Summon ();
+ 
+-			Gdk.Threads.Enter ();
+ 			Gtk.Application.Run ();
+-			Gdk.Threads.Leave ();
+ 
+ 			RelevanceProvider.Serialize (RelevanceProvider.DefaultProvider);
+ 		}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-10-20 02:52:04 UTC (rev 121001)
+++ community-x86_64/PKGBUILD	2014-10-20 02:52:14 UTC (rev 121002)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Allan McRae <allan at archlinux.org>
-# Contributor: Doehni <dohny at gmx.de>
-
-pkgname=gnome-do
-pkgver=0.95.1
-pkgrel=3
-pkgdesc="Quickly search for many items present on your desktop or the web, and perform useful actions on those items"
-arch=('i686' 'x86_64')
-url="http://cooperteam.net/"
-license=('GPL3')
-depends=('gconf-sharp' 'gnome-desktop2' 'gnome-keyring-sharp' 'mono-addins' 'notify-sharp' 'gkeyfile-sharp')
-makedepends=('intltool' 'gio-sharp')
-install=$pkgname.install
-source=(http://launchpad.net/do/trunk/$pkgver/+download/$pkgname-$pkgver.tar.gz
-        fix-build.patch)
-md5sums=('1f61376718d75d3defcdf81958754296'
-         '4ac79a8270bc6c1539f56b8f56043894')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Fix build
-  patch -Np1 -i ../fix-build.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-              --disable-schemas-install \
-              --with-gconf-schema-file-dir=/usr/share/gconf/schemas
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-do/repos/community-x86_64/PKGBUILD (from rev 121001, gnome-do/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-10-20 02:52:14 UTC (rev 121002)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Allan McRae <allan at archlinux.org>
+# Contributor: Doehni <dohny at gmx.de>
+
+pkgname=gnome-do
+pkgver=0.95.2
+pkgrel=1
+pkgdesc="Quickly search for many items present on your desktop or the web, and perform useful actions on those items"
+arch=('i686' 'x86_64')
+url="http://do.cooperteam.net/"
+license=('GPL3')
+depends=('gconf-sharp' 'gnome-desktop2' 'gnome-keyring-sharp' 'mono-addins' 'notify-sharp' 'gkeyfile-sharp')
+makedepends=('intltool' 'gio-sharp')
+install=$pkgname.install
+source=(http://launchpad.net/do/trunk/$pkgver/+download/$pkgname-$pkgver.tar.gz
+        fix-build.patch
+        revert-threading-fix.patch)
+md5sums=('a0631f39ce778fd679eca6a56e1b9f54'
+         '4ac79a8270bc6c1539f56b8f56043894'
+         'c8e19008369144fda6a0a6a06f6ac3dd')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Fix build
+  patch -Np1 -i ../fix-build.patch
+
+  # Revert threading fix to avoid freeze on start
+  patch -Np1 -i ../revert-threading-fix.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+              --disable-schemas-install \
+              --with-gconf-schema-file-dir=/usr/share/gconf/schemas
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/fix-build.patch
===================================================================
--- community-x86_64/fix-build.patch	2014-10-20 02:52:04 UTC (rev 121001)
+++ community-x86_64/fix-build.patch	2014-10-20 02:52:14 UTC (rev 121002)
@@ -1,12 +0,0 @@
-diff -Naur gnome-do-0.95.1.orig/Do/src/Do.UI/PluginNodeView.cs gnome-do-0.95.1/Do/src/Do.UI/PluginNodeView.cs
---- gnome-do-0.95.1.orig/Do/src/Do.UI/PluginNodeView.cs	2014-10-06 02:04:38.165823000 +0200
-+++ gnome-do-0.95.1/Do/src/Do.UI/PluginNodeView.cs	2014-10-06 02:04:59.252989251 +0200
-@@ -94,7 +94,7 @@
- 
- 			cell = new CellRendererPixbuf ();				
- 			cell.SetFixedSize (IconSize + IconPadding, IconSize + IconPadding);
--			AppendColumn ("Icon", cell, IconDataFunc as TreeCellDataFunc);
-+			AppendColumn ("Icon", cell, IconDataFunc);
- 
- 			cell = new Gtk.CellRendererText ();
- 			(cell as CellRendererText).WrapWidth = WrapWidth;

Copied: gnome-do/repos/community-x86_64/fix-build.patch (from rev 121001, gnome-do/trunk/fix-build.patch)
===================================================================
--- community-x86_64/fix-build.patch	                        (rev 0)
+++ community-x86_64/fix-build.patch	2014-10-20 02:52:14 UTC (rev 121002)
@@ -0,0 +1,12 @@
+diff -Naur gnome-do-0.95.1.orig/Do/src/Do.UI/PluginNodeView.cs gnome-do-0.95.1/Do/src/Do.UI/PluginNodeView.cs
+--- gnome-do-0.95.1.orig/Do/src/Do.UI/PluginNodeView.cs	2014-10-06 02:04:38.165823000 +0200
++++ gnome-do-0.95.1/Do/src/Do.UI/PluginNodeView.cs	2014-10-06 02:04:59.252989251 +0200
+@@ -94,7 +94,7 @@
+ 
+ 			cell = new CellRendererPixbuf ();				
+ 			cell.SetFixedSize (IconSize + IconPadding, IconSize + IconPadding);
+-			AppendColumn ("Icon", cell, IconDataFunc as TreeCellDataFunc);
++			AppendColumn ("Icon", cell, IconDataFunc);
+ 
+ 			cell = new Gtk.CellRendererText ();
+ 			(cell as CellRendererText).WrapWidth = WrapWidth;

Deleted: community-x86_64/gnome-do.install
===================================================================
--- community-x86_64/gnome-do.install	2014-10-20 02:52:04 UTC (rev 121001)
+++ community-x86_64/gnome-do.install	2014-10-20 02:52:14 UTC (rev 121002)
@@ -1,22 +0,0 @@
-pkgname=gnome-do
-
-post_install() {
-  gconfpkg --install $pkgname
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-pre_upgrade() {
-  pre_remove $1
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  gconfpkg --uninstall $pkgname
-}
-
-post_remove() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}

Copied: gnome-do/repos/community-x86_64/gnome-do.install (from rev 121001, gnome-do/trunk/gnome-do.install)
===================================================================
--- community-x86_64/gnome-do.install	                        (rev 0)
+++ community-x86_64/gnome-do.install	2014-10-20 02:52:14 UTC (rev 121002)
@@ -0,0 +1,22 @@
+pkgname=gnome-do
+
+post_install() {
+  gconfpkg --install $pkgname
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+pre_upgrade() {
+  pre_remove $1
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  gconfpkg --uninstall $pkgname
+}
+
+post_remove() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}

Copied: gnome-do/repos/community-x86_64/revert-threading-fix.patch (from rev 121001, gnome-do/trunk/revert-threading-fix.patch)
===================================================================
--- community-x86_64/revert-threading-fix.patch	                        (rev 0)
+++ community-x86_64/revert-threading-fix.patch	2014-10-20 02:52:14 UTC (rev 121002)
@@ -0,0 +1,13 @@
+diff -Naur gnome-do-0.95.2.orig/Do/src/Do.cs gnome-do-0.95.2/Do/src/Do.cs
+--- gnome-do-0.95.2.orig/Do/src/Do.cs	2014-10-20 02:44:11.403239022 +0000
++++ gnome-do-0.95.2/Do/src/Do.cs	2014-10-20 02:44:23.873198312 +0000
+@@ -73,9 +73,7 @@
+ 			if (!Preferences.QuietStart)
+ 				Controller.Summon ();
+ 
+-			Gdk.Threads.Enter ();
+ 			Gtk.Application.Run ();
+-			Gdk.Threads.Leave ();
+ 
+ 			RelevanceProvider.Serialize (RelevanceProvider.DefaultProvider);
+ 		}



More information about the arch-commits mailing list