[arch-commits] Commit in gnome-disk-utility/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Sun Feb 13 16:37:22 UTC 2011


    Date: Sunday, February 13, 2011 @ 11:37:22
  Author: heftig
Revision: 109892

upgpkg: gnome-disk-utility 2.91.6-1
Update for gnome-unstable

Modified:
  gnome-disk-utility/trunk/PKGBUILD

----------+
 PKGBUILD |   16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-02-13 16:30:34 UTC (rev 109891)
+++ PKGBUILD	2011-02-13 16:37:22 UTC (rev 109892)
@@ -2,21 +2,21 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=gnome-disk-utility
-pkgver=2.32.0
-pkgrel=2
+pkgver=2.91.6
+pkgrel=1
 pkgdesc="GNOME libraries and applications for dealing with storage devices"
 arch=('i686' 'x86_64')
 license=('GPL')
 url="http://www.gnome.org"
-depends=('dbus-glib>=0.86' 'libgnome-keyring>=2.31.92' 'libunique>=1.1.6' 'udisks>=1.0.1' 'libnotify>=0.4.5' 'hicolor-icon-theme' 'avahi')
-makedepends=('gnome-doc-utils>=0.20.0' 'intltool')
+depends=('dbus-glib' 'libgnome-keyring' 'libunique3' 'udisks' 'libnotify' 'hicolor-icon-theme' 'avahi')
+makedepends=('gtk-doc' 'intltool')
 replaces=('gnome-mount')
 conflicts=('gnome-mount')
 options=('!libtool' '!emptydirs' '!makeflags')
 install=gnome-disk-utility.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/2.32/${pkgname}-${pkgver}.tar.bz2
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2
         fix-freeze.patch)
-sha256sums=('03e461b6bda7f773f8018d25fa3213d3073d4dc83a76e6b39d962652f4de6a98'
+sha256sums=('9ea50bea3b2dd5609658fd4e7cce17dbd96a47940275a484e7be743339eadea1'
             '818b70360978968457d2c50738347c6726ed8d0c007eb57074881a7e33652526')
 
 build() {
@@ -26,5 +26,9 @@
       --libexecdir=/usr/lib/gnome-disk-utility \
       --disable-scrollkeeper --disable-nautilus --disable-gtk-doc
   make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}" install
 }




More information about the arch-commits mailing list