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

Balló György bgyorgy at archlinux.org
Thu Nov 20 01:48:00 UTC 2014


    Date: Thursday, November 20, 2014 @ 02:47:59
  Author: bgyorgy
Revision: 122807

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

Added:
  gnome-do/repos/community-i686/PKGBUILD
    (from rev 122806, gnome-do/trunk/PKGBUILD)
  gnome-do/repos/community-i686/fix-build.patch
    (from rev 122806, gnome-do/trunk/fix-build.patch)
  gnome-do/repos/community-i686/gnome-do.install
    (from rev 122806, gnome-do/trunk/gnome-do.install)
  gnome-do/repos/community-x86_64/PKGBUILD
    (from rev 122806, gnome-do/trunk/PKGBUILD)
  gnome-do/repos/community-x86_64/fix-build.patch
    (from rev 122806, gnome-do/trunk/fix-build.patch)
  gnome-do/repos/community-x86_64/gnome-do.install
    (from rev 122806, gnome-do/trunk/gnome-do.install)
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                         |   78 ++++++++++++++++++++++++++++++++++++
 /fix-build.patch                  |   24 +++++++++++
 /gnome-do.install                 |   44 ++++++++++++++++++++
 community-i686/PKGBUILD           |   44 --------------------
 community-i686/fix-build.patch    |   12 -----
 community-i686/gnome-do.install   |   22 ----------
 community-x86_64/PKGBUILD         |   44 --------------------
 community-x86_64/fix-build.patch  |   12 -----
 community-x86_64/gnome-do.install |   22 ----------
 9 files changed, 146 insertions(+), 156 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-11-20 01:47:22 UTC (rev 122806)
+++ community-i686/PKGBUILD	2014-11-20 01:47:59 UTC (rev 122807)
@@ -1,44 +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.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
-}

Copied: gnome-do/repos/community-i686/PKGBUILD (from rev 122806, gnome-do/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-11-20 01:47:59 UTC (rev 122807)
@@ -0,0 +1,39 @@
+# $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.3
+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)
+md5sums=('698ff640c8b54565725e9f836384c894'
+         '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
+}

Deleted: community-i686/fix-build.patch
===================================================================
--- community-i686/fix-build.patch	2014-11-20 01:47:22 UTC (rev 122806)
+++ community-i686/fix-build.patch	2014-11-20 01:47:59 UTC (rev 122807)
@@ -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 122806, gnome-do/trunk/fix-build.patch)
===================================================================
--- community-i686/fix-build.patch	                        (rev 0)
+++ community-i686/fix-build.patch	2014-11-20 01:47:59 UTC (rev 122807)
@@ -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-11-20 01:47:22 UTC (rev 122806)
+++ community-i686/gnome-do.install	2014-11-20 01:47:59 UTC (rev 122807)
@@ -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 122806, gnome-do/trunk/gnome-do.install)
===================================================================
--- community-i686/gnome-do.install	                        (rev 0)
+++ community-i686/gnome-do.install	2014-11-20 01:47:59 UTC (rev 122807)
@@ -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
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-11-20 01:47:22 UTC (rev 122806)
+++ community-x86_64/PKGBUILD	2014-11-20 01:47:59 UTC (rev 122807)
@@ -1,44 +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.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
-}

Copied: gnome-do/repos/community-x86_64/PKGBUILD (from rev 122806, gnome-do/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-11-20 01:47:59 UTC (rev 122807)
@@ -0,0 +1,39 @@
+# $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.3
+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)
+md5sums=('698ff640c8b54565725e9f836384c894'
+         '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
+}

Deleted: community-x86_64/fix-build.patch
===================================================================
--- community-x86_64/fix-build.patch	2014-11-20 01:47:22 UTC (rev 122806)
+++ community-x86_64/fix-build.patch	2014-11-20 01:47:59 UTC (rev 122807)
@@ -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 122806, gnome-do/trunk/fix-build.patch)
===================================================================
--- community-x86_64/fix-build.patch	                        (rev 0)
+++ community-x86_64/fix-build.patch	2014-11-20 01:47:59 UTC (rev 122807)
@@ -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-11-20 01:47:22 UTC (rev 122806)
+++ community-x86_64/gnome-do.install	2014-11-20 01:47:59 UTC (rev 122807)
@@ -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 122806, gnome-do/trunk/gnome-do.install)
===================================================================
--- community-x86_64/gnome-do.install	                        (rev 0)
+++ community-x86_64/gnome-do.install	2014-11-20 01:47:59 UTC (rev 122807)
@@ -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
+}



More information about the arch-commits mailing list