[arch-commits] Commit in meld/trunk (PKGBUILD)
Gaetan Bisson
bisson at archlinux.org
Wed Aug 18 15:27:17 UTC 2010
Date: Wednesday, August 18, 2010 @ 11:27:16
Author: bisson
Revision: 87874
minor upstream update
Modified:
meld/trunk/PKGBUILD
----------+
PKGBUILD | 25 +++++++++++++------------
1 file changed, 13 insertions(+), 12 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2010-08-18 15:26:39 UTC (rev 87873)
+++ PKGBUILD 2010-08-18 15:27:16 UTC (rev 87874)
@@ -2,24 +2,25 @@
# Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
pkgname=meld
-pkgver=1.3.1
-pkgrel=2
-pkgdesc="Visual diff and merge tool for GNOME"
+pkgver=1.3.2
+pkgrel=1
+pkgdesc='Visual diff and merge tool for GNOME'
arch=('any')
-url="http://meld.sourceforge.net/"
+url='http://meld.sourceforge.net/'
license=('GPL')
depends=('pygtk>=2.16.0')
-makedepends=('pkgconfig' 'gnome-doc-utils' 'intltool')
-optdepends=('pygtksourceview2' 'gnome-python')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/1.3/${pkgname}-${pkgver}.tar.gz)
-md5sums=('e153f8d8675659dd0e6563008d4d7b4a')
+makedepends=('intltool' 'gnome-doc-utils')
+optdepends=('pygtksourceview2: syntax highlighting'
+ 'gnome-python: gnome integration')
+source=("http://ftp.gnome.org/pub/gnome/sources/${pkgname}/1.3/${pkgname}-${pkgver}.tar.gz")
+sha1sums=('954985c81b6551174248b2bfcf537c5489cdb606')
build() {
- cd ${srcdir}/${pkgname}-${pkgver}
- make prefix=/usr || return 1
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make prefix=/usr
}
package() {
- cd ${srcdir}/${pkgname}-${pkgver}
- make prefix=/usr DESTDIR=${pkgdir} install || return 1
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make prefix=/usr DESTDIR="${pkgdir}" install
}
More information about the arch-commits
mailing list