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

Jan Steffens heftig at archlinux.org
Sun Apr 1 11:38:00 UTC 2012


    Date: Sunday, April 1, 2012 @ 07:38:00
  Author: heftig
Revision: 155295

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

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

----------+
 PKGBUILD |   26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

Copied: zenity/repos/testing-i686/PKGBUILD (from rev 155005, zenity/repos/gnome-unstable-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2012-04-01 11:38:00 UTC (rev 155295)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at 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
+}




More information about the arch-commits mailing list