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

2015-02-26 Thread Jan de Groot
Date: Thursday, February 26, 2015 @ 13:25:05
  Author: jgc
Revision: 128252

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

Added:
  gnome-do/repos/community-staging-i686/
  gnome-do/repos/community-staging-i686/03_dbus_sharp_2.diff
(from rev 128251, gnome-do/trunk/03_dbus_sharp_2.diff)
  gnome-do/repos/community-staging-i686/PKGBUILD
(from rev 128251, gnome-do/trunk/PKGBUILD)
  gnome-do/repos/community-staging-i686/fix-build.patch
(from rev 128251, gnome-do/trunk/fix-build.patch)
  gnome-do/repos/community-staging-i686/gnome-do.install
(from rev 128251, gnome-do/trunk/gnome-do.install)
  gnome-do/repos/community-staging-x86_64/
  gnome-do/repos/community-staging-x86_64/03_dbus_sharp_2.diff
(from rev 128251, gnome-do/trunk/03_dbus_sharp_2.diff)
  gnome-do/repos/community-staging-x86_64/PKGBUILD
(from rev 128251, gnome-do/trunk/PKGBUILD)
  gnome-do/repos/community-staging-x86_64/fix-build.patch
(from rev 128251, gnome-do/trunk/fix-build.patch)
  gnome-do/repos/community-staging-x86_64/gnome-do.install
(from rev 128251, gnome-do/trunk/gnome-do.install)

---+
 community-staging-i686/03_dbus_sharp_2.diff   |   13 ++
 community-staging-i686/PKGBUILD   |   45 
 community-staging-i686/fix-build.patch|   12 ++
 community-staging-i686/gnome-do.install   |   22 +++
 community-staging-x86_64/03_dbus_sharp_2.diff |   13 ++
 community-staging-x86_64/PKGBUILD |   45 
 community-staging-x86_64/fix-build.patch  |   12 ++
 community-staging-x86_64/gnome-do.install |   22 +++
 8 files changed, 184 insertions(+)

Copied: gnome-do/repos/community-staging-i686/03_dbus_sharp_2.diff (from rev 
128251, gnome-do/trunk/03_dbus_sharp_2.diff)
===
--- community-staging-i686/03_dbus_sharp_2.diff (rev 0)
+++ community-staging-i686/03_dbus_sharp_2.diff 2015-02-26 12:25:05 UTC (rev 
128252)
@@ -0,0 +1,13 @@
+--- a/configure.ac
 b/configure.ac
+@@ -97,8 +97,8 @@
+ AC_SUBST([GKEYFILE_SHARP_LIBS])
+ 
+ dnl -- Use D-Bus# where available.
+-PKG_CHECK_MODULES([DBUS_SHARP], [dbus-sharp-1.0], HAVE_DBUS_SHARP=yes, 
HAVE_DBUS_SHARP=no)
+-PKG_CHECK_MODULES([DBUS_SHARP_GLIB], [dbus-sharp-glib-1.0], 
HAVE_DBUS_SHARP_GLIB=yes, HAVE_DBUS_SHARP_GLIB=no)
++PKG_CHECK_MODULES([DBUS_SHARP], [dbus-sharp-2.0], HAVE_DBUS_SHARP=yes, 
HAVE_DBUS_SHARP=no)
++PKG_CHECK_MODULES([DBUS_SHARP_GLIB], [dbus-sharp-glib-2.0], 
HAVE_DBUS_SHARP_GLIB=yes, HAVE_DBUS_SHARP_GLIB=no)
+ 
+ if test x$HAVE_DBUS_SHARP = xyes ; then
+   DBUS_BUILD_DEFINES=-define:USE_DBUS_SHARP

Copied: gnome-do/repos/community-staging-i686/PKGBUILD (from rev 128251, 
gnome-do/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-02-26 12:25:05 UTC (rev 128252)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Doehni do...@gmx.de
+
+pkgname=gnome-do
+pkgver=0.95.3
+pkgrel=2
+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
+03_dbus_sharp_2.diff
+fix-build.patch)
+md5sums=('698ff640c8b54565725e9f836384c894'
+ '4629501823d94099fbb9d613913839a6'
+ '4ac79a8270bc6c1539f56b8f56043894')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Fix build
+  patch -Np1 -i ../fix-build.patch
+
+  # Use dbus-sharp-2
+  patch -Np1 -i ../03_dbus_sharp_2.diff
+}
+
+build() {
+  cd $pkgname-$pkgver
+  autoreconf -fi
+  ./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-staging-i686/fix-build.patch (from rev 128251, 
gnome-do/trunk/fix-build.patch)
===
--- community-staging-i686/fix-build.patch  (rev 0)
+++ community-staging-i686/fix-build.patch  2015-02-26 12:25:05 UTC (rev 
128252)
@@ -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.cs2014-10-06 
02:04:38.165823000 +0200
 

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

2014-10-13 Thread Balló György
Date: Monday, October 13, 2014 @ 21:47:09
  Author: bgyorgy
Revision: 120623

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

Added:
  gnome-do/repos/community-i686/PKGBUILD
(from rev 120622, gnome-do/trunk/PKGBUILD)
  gnome-do/repos/community-i686/fix-build.patch
(from rev 120622, gnome-do/trunk/fix-build.patch)
  gnome-do/repos/community-i686/gnome-do.install
(from rev 120622, gnome-do/trunk/gnome-do.install)
  gnome-do/repos/community-x86_64/PKGBUILD
(from rev 120622, gnome-do/trunk/PKGBUILD)
  gnome-do/repos/community-x86_64/fix-build.patch
(from rev 120622, gnome-do/trunk/fix-build.patch)
  gnome-do/repos/community-x86_64/gnome-do.install
(from rev 120622, gnome-do/trunk/gnome-do.install)
Deleted:
  gnome-do/repos/community-i686/05_do_gtk_threading_correctly.diff
  gnome-do/repos/community-i686/fix-build.patch
  gnome-do/repos/community-x86_64/05_do_gtk_threading_correctly.diff
  gnome-do/repos/community-x86_64/fix-build.patch

-+
 /fix-build.patch|   24 +++
 community-i686/05_do_gtk_threading_correctly.diff   |   12 -
 community-i686/PKGBUILD |   39 ++
 community-i686/fix-build.patch  |   12 -
 community-i686/gnome-do.install |   22 ++
 community-x86_64/05_do_gtk_threading_correctly.diff |   12 -
 community-x86_64/PKGBUILD   |   39 ++
 community-x86_64/fix-build.patch|   12 -
 community-x86_64/gnome-do.install   |   22 ++
 9 files changed, 146 insertions(+), 48 deletions(-)

Deleted: community-i686/05_do_gtk_threading_correctly.diff
===
--- community-i686/05_do_gtk_threading_correctly.diff   2014-10-13 19:46:43 UTC 
(rev 120622)
+++ community-i686/05_do_gtk_threading_correctly.diff   2014-10-13 19:47:09 UTC 
(rev 120623)
@@ -1,12 +0,0 @@
 a/Do/src/Do.cs
-+++ b/Do/src/Do.cs
-@@ -73,7 +73,9 @@
-   if (!Preferences.QuietStart)
-   Controller.Summon ();
- 
-+  Gdk.Threads.Enter ();
-   Gtk.Application.Run ();
-+  Gdk.Threads.Leave ();
-   
-   RelevanceProvider.Serialize 
(RelevanceProvider.DefaultProvider);
-   }

Copied: gnome-do/repos/community-i686/PKGBUILD (from rev 120622, 
gnome-do/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-13 19:47:09 UTC (rev 120623)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Doehni do...@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
+}

Deleted: community-i686/fix-build.patch
===
--- community-i686/fix-build.patch  2014-10-13 19:46:43 UTC (rev 120622)
+++ community-i686/fix-build.patch  2014-10-13 19:47:09 UTC (rev 120623)
@@ -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.cs2014-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 

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

2014-01-06 Thread Balló György
Date: Monday, January 6, 2014 @ 22:06:24
  Author: bgyorgy
Revision: 103497

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

Added:
  gnome-do/repos/community-i686/PKGBUILD
(from rev 103496, gnome-do/trunk/PKGBUILD)
  gnome-do/repos/community-i686/gnome-do.install
(from rev 103496, gnome-do/trunk/gnome-do.install)
  gnome-do/repos/community-x86_64/PKGBUILD
(from rev 103496, gnome-do/trunk/PKGBUILD)
  gnome-do/repos/community-x86_64/gnome-do.install
(from rev 103496, gnome-do/trunk/gnome-do.install)
Deleted:
  gnome-do/repos/community-i686/PKGBUILD
  gnome-do/repos/community-i686/gio-gnomedesktop.patch
  gnome-do/repos/community-i686/gnome-do.install
  gnome-do/repos/community-x86_64/PKGBUILD
  gnome-do/repos/community-x86_64/gio-gnomedesktop.patch
  gnome-do/repos/community-x86_64/gnome-do.install

-+
 /PKGBUILD   |   60 +++
 /gnome-do.install   |   44 +
 community-i686/PKGBUILD |   38 
 community-i686/gio-gnomedesktop.patch   |  252 --
 community-i686/gnome-do.install |   22 --
 community-x86_64/PKGBUILD   |   38 
 community-x86_64/gio-gnomedesktop.patch |  252 --
 community-x86_64/gnome-do.install   |   22 --
 8 files changed, 104 insertions(+), 624 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-01-06 21:06:16 UTC (rev 103496)
+++ community-i686/PKGBUILD 2014-01-06 21:06:24 UTC (rev 103497)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: Doehni do...@gmx.de
-
-pkgname=gnome-do
-pkgver=0.9
-pkgrel=2
-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.davebsd.com/;
-license=('GPL3')
-depends=('gconf-sharp' 'libgnome-desktop-sharp' 'gnome-keyring-sharp' 
'mono-addins' 'notify-sharp' 'hicolor-icon-theme' 'xdg-utils')
-makedepends=('intltool' 'libgnome-sharp' 'gio-sharp')
-install=$pkgname.install
-source=(http://launchpad.net/do/trunk/$pkgver/+download/$pkgname-$pkgver.tar.gz
-gio-gnomedesktop.patch)
-md5sums=('d360e56953915d9585c0ee71f433129c'
- 'e9ac5e4510c1475d61a20c5d94594d98')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # https://code.launchpad.net/~ballogy/do/gio-gnomedesktop-port/+merge/95842
-  patch -Np1 -i $srcdir/gio-gnomedesktop.patch
-
-  autoreconf -fi
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --disable-schemas-install \
-  --with-gconf-schema-file-dir=/usr/share/gconf/schemas
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-}

Copied: gnome-do/repos/community-i686/PKGBUILD (from rev 103496, 
gnome-do/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-06 21:06:24 UTC (rev 103497)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Doehni do...@gmx.de
+
+pkgname=gnome-do
+pkgver=0.95
+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=https://launchpad.net/do;
+license=('GPL3')
+depends=('gconf-sharp' 'gnome-desktop2' 'gnome-keyring-sharp' 'mono-addins' 
'notify-sharp' 'gkeyfile-sharp' 'hicolor-icon-theme' 'xdg-utils')
+makedepends=('intltool' 'gio-sharp')
+install=$pkgname.install
+source=(http://launchpad.net/do/trunk/$pkgver/+download/$pkgname-$pkgver.tar.gz)
+md5sums=('60309cd42dcdfc25e215346b3346095f')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --disable-schemas-install \
+  --with-gconf-schema-file-dir=/usr/share/gconf/schemas
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-i686/gio-gnomedesktop.patch
===
--- community-i686/gio-gnomedesktop.patch   2014-01-06 21:06:16 UTC (rev 
103496)
+++ community-i686/gio-gnomedesktop.patch   2014-01-06 21:06:24 UTC (rev 
103497)
@@ -1,252 +0,0 @@
-diff -Naur gnome-do-0.9.orig/configure.ac gnome-do-0.9/configure.ac
 gnome-do-0.9.orig/configure.ac 2012-03-04 08:46:12.0 +0100
-+++ gnome-do-0.9/configure.ac  2012-06-24 19:31:49.150955445 +0200
-@@ -60,17 +60,29 @@
- PKG_CHECK_MODULES([GCONF_SHARP_20], [gconf-sharp-2.0])
- PKG_CHECK_MODULES([GLADE_SHARP_20], [glade-sharp-2.0])
- PKG_CHECK_MODULES([GLIB_SHARP_20], [glib-sharp-2.0])
-+
-+dnl gio-sharp is an unstable