[arch-commits] Commit in zenity/repos (6 files)

2014-09-26 Thread Jan de Groot
Date: Friday, September 26, 2014 @ 12:53:22
  Author: jgc
Revision: 223031

db-move: moved zenity from [gnome-unstable] to [testing] (i686, x86_64)

Added:
  zenity/repos/testing-i686/
  zenity/repos/testing-i686/PKGBUILD
(from rev 223030, zenity/repos/gnome-unstable-i686/PKGBUILD)
  zenity/repos/testing-x86_64/
  zenity/repos/testing-x86_64/PKGBUILD
(from rev 223030, zenity/repos/gnome-unstable-x86_64/PKGBUILD)
Deleted:
  zenity/repos/gnome-unstable-i686/
  zenity/repos/gnome-unstable-x86_64/

-+
 testing-i686/PKGBUILD   |   26 ++
 testing-x86_64/PKGBUILD |   26 ++
 2 files changed, 52 insertions(+)

Copied: zenity/repos/testing-i686/PKGBUILD (from rev 223030, 
zenity/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-26 10:53:22 UTC (rev 223031)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=zenity
+pkgver=3.14.0
+pkgrel=1
+pkgdesc=Display graphical dialog boxes from shell scripts
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(gtk3 libnotify)
+makedepends=(intltool gtk-doc itstool docbook-xsl yelp-tools)
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('6b57ec6c456af17714dc366e63dabb8bbe0577878b61907805f0186d4d2b892f')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}

Copied: zenity/repos/testing-x86_64/PKGBUILD (from rev 223030, 
zenity/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-26 10:53:22 UTC (rev 223031)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=zenity
+pkgver=3.14.0
+pkgrel=1
+pkgdesc=Display graphical dialog boxes from shell scripts
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(gtk3 libnotify)
+makedepends=(intltool gtk-doc itstool docbook-xsl yelp-tools)
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('6b57ec6c456af17714dc366e63dabb8bbe0577878b61907805f0186d4d2b892f')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in zenity/repos (6 files)

2014-08-05 Thread Jan de Groot
Date: Tuesday, August 5, 2014 @ 14:15:46
  Author: jgc
Revision: 219326

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

Added:
  zenity/repos/extra-i686/0001-fix-dialog-size.patch
(from rev 219325, zenity/trunk/0001-fix-dialog-size.patch)
  zenity/repos/extra-i686/PKGBUILD
(from rev 219325, zenity/trunk/PKGBUILD)
  zenity/repos/extra-x86_64/0001-fix-dialog-size.patch
(from rev 219325, zenity/trunk/0001-fix-dialog-size.patch)
  zenity/repos/extra-x86_64/PKGBUILD
(from rev 219325, zenity/trunk/PKGBUILD)
Deleted:
  zenity/repos/extra-i686/PKGBUILD
  zenity/repos/extra-x86_64/PKGBUILD

-+
 /PKGBUILD   |   66 ++
 extra-i686/0001-fix-dialog-size.patch   |   48 +
 extra-i686/PKGBUILD |   26 ---
 extra-x86_64/0001-fix-dialog-size.patch |   48 +
 extra-x86_64/PKGBUILD   |   26 ---
 5 files changed, 162 insertions(+), 52 deletions(-)

Copied: zenity/repos/extra-i686/0001-fix-dialog-size.patch (from rev 219325, 
zenity/trunk/0001-fix-dialog-size.patch)
===
--- extra-i686/0001-fix-dialog-size.patch   (rev 0)
+++ extra-i686/0001-fix-dialog-size.patch   2014-08-05 12:15:46 UTC (rev 
219326)
@@ -0,0 +1,48 @@
+From c75c9e877a28e3246eb2f234fea01eb6f1638b6d Mon Sep 17 00:00:00 2001
+From: Jan de Groot j...@archlinux.org
+Date: Tue, 5 Aug 2014 12:10:14 +
+Subject: [PATCH] Fix dialog size
+
+Backport of e5eb127e9779b9a58e53b1a7d268b81284ebd241
+---
+ src/msg.c | 10 +-
+ 1 file changed, 9 insertions(+), 1 deletion(-)
+
+diff --git a/src/msg.c b/src/msg.c
+index f4d5e7a..fe9f1c1 100644
+--- a/src/msg.c
 b/src/msg.c
+@@ -27,7 +27,7 @@
+ #include util.h
+ 
+ static void zenity_msg_dialog_response (GtkWidget *widget, int response, 
gpointer data);
+-
++static void zenity_text_size_allocate (GtkWidget *widget, GtkAllocation 
*allocation, gpointer data);
+ static void
+ zenity_msg_construct_question_dialog (GtkWidget *dialog, ZenityMsgData 
*msg_data, ZenityData *data)
+ {
+@@ -159,6 +159,8 @@ zenity_msg (ZenityData *data, ZenityMsgData *msg_data)
+   gtk_label_set_markup (GTK_LABEL (text), g_strcompress 
(msg_data-dialog_text));
+   }
+ 
++  g_signal_connect_after (G_OBJECT (text), size-allocate, G_CALLBACK 
(zenity_text_size_allocate), data);
++
+   if (msg_data-dialog_icon)
+ gtk_image_set_from_icon_name (GTK_IMAGE (image), msg_data-dialog_icon, 
GTK_ICON_SIZE_DIALOG);
+  
+@@ -177,6 +179,12 @@ zenity_msg (ZenityData *data, ZenityMsgData *msg_data)
+ }
+ 
+ static void
++zenity_text_size_allocate (GtkWidget *widget, GtkAllocation *allocation, 
gpointer data)
++{
++  gtk_widget_set_size_request (widget, allocation-width, -1);
++}
++
++static void
+ zenity_msg_dialog_response (GtkWidget *widget, int response, gpointer data)
+ {
+   ZenityData *zen_data = data;
+-- 
+2.0.4
+

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-08-05 12:15:40 UTC (rev 219325)
+++ extra-i686/PKGBUILD 2014-08-05 12:15:46 UTC (rev 219326)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=zenity
-pkgver=3.12.1
-pkgrel=1
-pkgdesc=Display graphical dialog boxes from shell scripts
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(gtk3 libnotify)
-makedepends=(intltool gtk-doc itstool docbook-xsl yelp-tools)
-url=http://www.gnome.org;
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('a59705cdd1ea5318fdae3075c1cedcbead479230e9bead204391566d973dae11')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-}

Copied: zenity/repos/extra-i686/PKGBUILD (from rev 219325, 
zenity/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-08-05 12:15:46 UTC (rev 219326)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=zenity
+pkgver=3.12.1
+pkgrel=2
+pkgdesc=Display graphical dialog boxes from shell scripts
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(gtk3 libnotify)
+makedepends=(intltool gtk-doc itstool docbook-xsl yelp-tools)
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
+0001-fix-dialog-size.patch)
+sha256sums=('a59705cdd1ea5318fdae3075c1cedcbead479230e9bead204391566d973dae11'
+'8978914ecea3a3f643f4aec4c465e12e62ccbfe3384de4fe6a7d0e281ecd43a3')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../0001-fix-dialog-size.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr 

[arch-commits] Commit in zenity/repos (6 files)

2013-04-21 Thread Jan Steffens
Date: Monday, April 22, 2013 @ 00:12:29
  Author: heftig
Revision: 183472

db-move: moved zenity from [testing] to [extra] (i686, x86_64)

Added:
  zenity/repos/extra-i686/PKGBUILD
(from rev 183326, zenity/repos/testing-i686/PKGBUILD)
  zenity/repos/extra-x86_64/PKGBUILD
(from rev 183326, zenity/repos/testing-x86_64/PKGBUILD)
Deleted:
  zenity/repos/extra-i686/PKGBUILD
  zenity/repos/extra-x86_64/PKGBUILD
  zenity/repos/testing-i686/
  zenity/repos/testing-x86_64/

---+
 /PKGBUILD |   52 
 extra-i686/PKGBUILD   |   26 
 extra-x86_64/PKGBUILD |   26 
 3 files changed, 52 insertions(+), 52 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-21 22:12:27 UTC (rev 183471)
+++ extra-i686/PKGBUILD 2013-04-21 22:12:29 UTC (rev 183472)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=zenity
-pkgver=3.6.0
-pkgrel=1
-pkgdesc=Display graphical dialog boxes from shell scripts
-arch=(i686 x86_64)
-license=('LGPL')
-depends=('gtk3' 'libnotify')
-makedepends=('intltool' 'gtk-doc' 'itstool' 'docbook-xsl')
-url=http://www.gnome.org;
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('5de4ebbb6888ad4928fa9eebcd42dbe5bb282bee9dd7dd21475d9eaa854c74be')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-}

Copied: zenity/repos/extra-i686/PKGBUILD (from rev 183326, 
zenity/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-21 22:12:29 UTC (rev 183472)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=zenity
+pkgver=3.8.0
+pkgrel=1
+pkgdesc=Display graphical dialog boxes from shell scripts
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('gtk3' 'libnotify')
+makedepends=('intltool' 'gtk-doc' 'itstool' 'docbook-xsl')
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('94fbf0b71592f26dce0e2c49b82b4401139c8434084ad24c2c6a61ace1e6563f')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-04-21 22:12:27 UTC (rev 183471)
+++ extra-x86_64/PKGBUILD   2013-04-21 22:12:29 UTC (rev 183472)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=zenity
-pkgver=3.6.0
-pkgrel=1
-pkgdesc=Display graphical dialog boxes from shell scripts
-arch=(i686 x86_64)
-license=('LGPL')
-depends=('gtk3' 'libnotify')
-makedepends=('intltool' 'gtk-doc' 'itstool' 'docbook-xsl')
-url=http://www.gnome.org;
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('5de4ebbb6888ad4928fa9eebcd42dbe5bb282bee9dd7dd21475d9eaa854c74be')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-}

Copied: zenity/repos/extra-x86_64/PKGBUILD (from rev 183326, 
zenity/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-04-21 22:12:29 UTC (rev 183472)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=zenity
+pkgver=3.8.0
+pkgrel=1
+pkgdesc=Display graphical dialog boxes from shell scripts
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('gtk3' 'libnotify')
+makedepends=('intltool' 'gtk-doc' 'itstool' 'docbook-xsl')
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('94fbf0b71592f26dce0e2c49b82b4401139c8434084ad24c2c6a61ace1e6563f')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in zenity/repos (6 files)

2013-04-10 Thread Jan Steffens
Date: Wednesday, April 10, 2013 @ 21:14:46
  Author: heftig
Revision: 182590

db-move: moved zenity from [staging] to [testing] (i686, x86_64)

Added:
  zenity/repos/testing-i686/
  zenity/repos/testing-i686/PKGBUILD
(from rev 182430, zenity/repos/staging-i686/PKGBUILD)
  zenity/repos/testing-x86_64/
  zenity/repos/testing-x86_64/PKGBUILD
(from rev 182430, zenity/repos/staging-x86_64/PKGBUILD)
Deleted:
  zenity/repos/staging-i686/
  zenity/repos/staging-x86_64/

-+
 testing-i686/PKGBUILD   |   26 ++
 testing-x86_64/PKGBUILD |   26 ++
 2 files changed, 52 insertions(+)

Copied: zenity/repos/testing-i686/PKGBUILD (from rev 182430, 
zenity/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-10 19:14:46 UTC (rev 182590)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=zenity
+pkgver=3.8.0
+pkgrel=1
+pkgdesc=Display graphical dialog boxes from shell scripts
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('gtk3' 'libnotify')
+makedepends=('intltool' 'gtk-doc' 'itstool' 'docbook-xsl')
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('94fbf0b71592f26dce0e2c49b82b4401139c8434084ad24c2c6a61ace1e6563f')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}

Copied: zenity/repos/testing-x86_64/PKGBUILD (from rev 182430, 
zenity/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-04-10 19:14:46 UTC (rev 182590)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=zenity
+pkgver=3.8.0
+pkgrel=1
+pkgdesc=Display graphical dialog boxes from shell scripts
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('gtk3' 'libnotify')
+makedepends=('intltool' 'gtk-doc' 'itstool' 'docbook-xsl')
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('94fbf0b71592f26dce0e2c49b82b4401139c8434084ad24c2c6a61ace1e6563f')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in zenity/repos (6 files)

2012-10-30 Thread Jan Steffens
Date: Tuesday, October 30, 2012 @ 18:58:54
  Author: heftig
Revision: 169963

db-move: moved zenity from [testing] to [extra] (i686, x86_64)

Added:
  zenity/repos/extra-i686/PKGBUILD
(from rev 169962, zenity/repos/testing-i686/PKGBUILD)
  zenity/repos/extra-x86_64/PKGBUILD
(from rev 169962, zenity/repos/testing-x86_64/PKGBUILD)
Deleted:
  zenity/repos/extra-i686/PKGBUILD
  zenity/repos/extra-x86_64/PKGBUILD
  zenity/repos/testing-i686/
  zenity/repos/testing-x86_64/

---+
 extra-i686/PKGBUILD   |   52 
 extra-x86_64/PKGBUILD |   52 
 2 files changed, 52 insertions(+), 52 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-10-30 22:47:19 UTC (rev 169962)
+++ extra-i686/PKGBUILD 2012-10-30 22:58:54 UTC (rev 169963)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=zenity
-pkgver=3.4.0
-pkgrel=1
-pkgdesc=Display graphical dialog boxes from shell scripts
-arch=(i686 x86_64)
-license=('LGPL')
-depends=('gtk3' 'libnotify')
-makedepends=('intltool' 'gtk-doc')
-url=http://www.gnome.org;
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('5cf068597c649b5adee60c5948abdf383dbfb16a6c6d57c2ec42ced136730baf')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-}

Copied: zenity/repos/extra-i686/PKGBUILD (from rev 169962, 
zenity/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-10-30 22:58:54 UTC (rev 169963)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=zenity
+pkgver=3.6.0
+pkgrel=1
+pkgdesc=Display graphical dialog boxes from shell scripts
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('gtk3' 'libnotify')
+makedepends=('intltool' 'gtk-doc' 'itstool' 'docbook-xsl')
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('5de4ebbb6888ad4928fa9eebcd42dbe5bb282bee9dd7dd21475d9eaa854c74be')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-10-30 22:47:19 UTC (rev 169962)
+++ extra-x86_64/PKGBUILD   2012-10-30 22:58:54 UTC (rev 169963)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=zenity
-pkgver=3.4.0
-pkgrel=1
-pkgdesc=Display graphical dialog boxes from shell scripts
-arch=(i686 x86_64)
-license=('LGPL')
-depends=('gtk3' 'libnotify')
-makedepends=('intltool' 'gtk-doc')
-url=http://www.gnome.org;
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('5cf068597c649b5adee60c5948abdf383dbfb16a6c6d57c2ec42ced136730baf')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-}

Copied: zenity/repos/extra-x86_64/PKGBUILD (from rev 169962, 
zenity/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-10-30 22:58:54 UTC (rev 169963)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=zenity
+pkgver=3.6.0
+pkgrel=1
+pkgdesc=Display graphical dialog boxes from shell scripts
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('gtk3' 'libnotify')
+makedepends=('intltool' 'gtk-doc' 'itstool' 'docbook-xsl')
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('5de4ebbb6888ad4928fa9eebcd42dbe5bb282bee9dd7dd21475d9eaa854c74be')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in zenity/repos (6 files)

2012-10-18 Thread Jan de Groot
Date: Thursday, October 18, 2012 @ 15:22:03
  Author: jgc
Revision: 169139

db-move: moved zenity from [gnome-unstable] to [testing] (i686, x86_64)

Added:
  zenity/repos/testing-i686/
  zenity/repos/testing-i686/PKGBUILD
(from rev 169138, zenity/repos/gnome-unstable-i686/PKGBUILD)
  zenity/repos/testing-x86_64/
  zenity/repos/testing-x86_64/PKGBUILD
(from rev 169138, zenity/repos/gnome-unstable-x86_64/PKGBUILD)
Deleted:
  zenity/repos/gnome-unstable-i686/
  zenity/repos/gnome-unstable-x86_64/

-+
 testing-i686/PKGBUILD   |   26 ++
 testing-x86_64/PKGBUILD |   26 ++
 2 files changed, 52 insertions(+)

Copied: zenity/repos/testing-i686/PKGBUILD (from rev 169138, 
zenity/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-10-18 19:22:03 UTC (rev 169139)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=zenity
+pkgver=3.6.0
+pkgrel=1
+pkgdesc=Display graphical dialog boxes from shell scripts
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('gtk3' 'libnotify')
+makedepends=('intltool' 'gtk-doc' 'itstool' 'docbook-xsl')
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('5de4ebbb6888ad4928fa9eebcd42dbe5bb282bee9dd7dd21475d9eaa854c74be')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}

Copied: zenity/repos/testing-x86_64/PKGBUILD (from rev 169138, 
zenity/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-10-18 19:22:03 UTC (rev 169139)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=zenity
+pkgver=3.6.0
+pkgrel=1
+pkgdesc=Display graphical dialog boxes from shell scripts
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('gtk3' 'libnotify')
+makedepends=('intltool' 'gtk-doc' 'itstool' 'docbook-xsl')
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('5de4ebbb6888ad4928fa9eebcd42dbe5bb282bee9dd7dd21475d9eaa854c74be')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in zenity/repos (6 files)

2011-03-07 Thread Ionut Biru
Date: Monday, March 7, 2011 @ 14:37:34
  Author: ibiru
Revision: 112936

libnotify 0.7 rebuild

Added:
  zenity/repos/staging-i686/
  zenity/repos/staging-i686/zenity-2.32.1-libnotify-0.7.patch
  zenity/repos/staging-x86_64/
  zenity/repos/staging-x86_64/zenity-2.32.1-libnotify-0.7.patch
Modified:
  zenity/repos/staging-i686/PKGBUILD
  zenity/repos/staging-x86_64/PKGBUILD

--+
 PKGBUILD |   22 ++---
 staging-i686/zenity-2.32.1-libnotify-0.7.patch   |   27 +
 staging-x86_64/zenity-2.32.1-libnotify-0.7.patch |   27 +
 3 files changed, 68 insertions(+), 8 deletions(-)

Modified: staging-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-03-07 19:28:46 UTC (rev 112935)
+++ staging-i686/PKGBUILD   2011-03-07 19:37:34 UTC (rev 112936)
@@ -3,19 +3,22 @@
 
 pkgname=zenity
 pkgver=2.32.1
-pkgrel=1
+pkgrel=2
 pkgdesc=Display graphical dialog boxes from shell scripts
 arch=(i686 x86_64)
 license=('LGPL')
-depends=('libnotify=0.4.5')
+depends=('libnotify=0.7.1' 'gtk2')
 makedepends=('intltool' 'gnome-doc-utils=0.20.2')
 groups=('gnome-extra')
 url=http://www.gnome.org;
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.32/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('8838be041a07364b62a4281c971392e4a09bb01bb3237a836ec0457ec0ea18ac')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.32/${pkgname}-${pkgver}.tar.bz2
+zenity-2.32.1-libnotify-0.7.patch)
+sha256sums=('8838be041a07364b62a4281c971392e4a09bb01bb3237a836ec0457ec0ea18ac'
+'98bf6ca77f0fef14a5f0b8788595710b7eb88db121103a72c4a38bb912038431')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np0 -i ${srcdir}/zenity-2.32.1-libnotify-0.7.patch
   ./configure --prefix=/usr --sysconfdir=/etc \
   --localstatedir=/var --disable-scrollkeeper
   make

Added: staging-i686/zenity-2.32.1-libnotify-0.7.patch
===
--- staging-i686/zenity-2.32.1-libnotify-0.7.patch  
(rev 0)
+++ staging-i686/zenity-2.32.1-libnotify-0.7.patch  2011-03-07 19:37:34 UTC 
(rev 112936)
@@ -0,0 +1,27 @@
+--- src/notification.c
 src/notification.c
+@@ -30,6 +30,9 @@
+ 
+ #ifdef HAVE_LIBNOTIFY
+ #include libnotify/notify.h
++#ifndef NOTIFY_CHECK_VERSION
++#define NOTIFY_CHECK_VERSION(x,y,z) 0
++#endif
+ #endif
+ 
+ #include zenity.h
+@@ -184,10 +187,14 @@
+ icon = freeme = g_filename_to_uri (icon_file, NULL, NULL);
+   }
+ 
++#if NOTIFY_CHECK_VERSION (0, 7, 0)
++  /* notify_notification_new_with_status_icon was removed */
++#else
+   notif = notify_notification_new_with_status_icon (
+   message[0] /* title */,
+   message[1] /* summary */,
+   icon, status_icon);
++#endif
+ 
+   g_strfreev (message);
+   g_free (freeme);

Modified: staging-x86_64/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-03-07 19:28:46 UTC (rev 112935)
+++ staging-x86_64/PKGBUILD 2011-03-07 19:37:34 UTC (rev 112936)
@@ -3,19 +3,22 @@
 
 pkgname=zenity
 pkgver=2.32.1
-pkgrel=1
+pkgrel=2
 pkgdesc=Display graphical dialog boxes from shell scripts
 arch=(i686 x86_64)
 license=('LGPL')
-depends=('libnotify=0.4.5')
+depends=('libnotify=0.7.1' 'gtk2')
 makedepends=('intltool' 'gnome-doc-utils=0.20.2')
 groups=('gnome-extra')
 url=http://www.gnome.org;
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.32/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('8838be041a07364b62a4281c971392e4a09bb01bb3237a836ec0457ec0ea18ac')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.32/${pkgname}-${pkgver}.tar.bz2
+zenity-2.32.1-libnotify-0.7.patch)
+sha256sums=('8838be041a07364b62a4281c971392e4a09bb01bb3237a836ec0457ec0ea18ac'
+'98bf6ca77f0fef14a5f0b8788595710b7eb88db121103a72c4a38bb912038431')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np0 -i ${srcdir}/zenity-2.32.1-libnotify-0.7.patch
   ./configure --prefix=/usr --sysconfdir=/etc \
   --localstatedir=/var --disable-scrollkeeper
   make

Added: staging-x86_64/zenity-2.32.1-libnotify-0.7.patch
===
--- staging-x86_64/zenity-2.32.1-libnotify-0.7.patch
(rev 0)
+++ staging-x86_64/zenity-2.32.1-libnotify-0.7.patch2011-03-07 19:37:34 UTC 
(rev 112936)
@@ -0,0 +1,27 @@
+--- src/notification.c
 src/notification.c
+@@ -30,6 +30,9 @@
+ 
+ #ifdef HAVE_LIBNOTIFY
+ #include libnotify/notify.h
++#ifndef NOTIFY_CHECK_VERSION
++#define NOTIFY_CHECK_VERSION(x,y,z) 0
++#endif
+ #endif
+ 
+ #include zenity.h
+@@ -184,10 +187,14 @@
+ icon = freeme = g_filename_to_uri (icon_file, NULL, NULL);
+   }
+