[arch-commits] Commit in zenity/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Tue Feb 15 16:21:20 UTC 2011


    Date: Tuesday, February 15, 2011 @ 11:21:19
  Author: heftig
Revision: 110056

upgpkg: zenity 2.91.5-1
Update for gnome-unstable

Modified:
  zenity/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-02-15 16:15:21 UTC (rev 110055)
+++ PKGBUILD	2011-02-15 16:21:19 UTC (rev 110056)
@@ -2,22 +2,26 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=zenity
-pkgver=2.32.1
+pkgver=2.91.5
 pkgrel=1
 pkgdesc="Display graphical dialog boxes from shell scripts"
 arch=(i686 x86_64)
 license=('LGPL')
-depends=('libnotify>=0.4.5')
-makedepends=('intltool' 'gnome-doc-utils>=0.20.2')
+depends=('gtk3' 'libnotify')
+makedepends=('intltool' 'gtk-doc')
 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}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('1281a944c6dffc5e5454d3d98ca71763d42d6573b24714f95640a2112c02a366')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr --sysconfdir=/etc \
       --localstatedir=/var --disable-scrollkeeper
   make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}" install
 }




More information about the arch-commits mailing list