[arch-commits] Commit in totem-plparser (gnome-unstable gnome-unstable/PKGBUILD)
Jan de Groot
jgc at archlinux.org
Tue Aug 11 20:53:46 UTC 2009
Date: Tuesday, August 11, 2009 @ 16:53:45
Author: jgc
Revision: 49541
Update to 2.27.2:
- Switch to sha256sums.
- Depend on gmime 2.4 instead of evolution-data-server.
Added:
totem-plparser/gnome-unstable/
Modified:
totem-plparser/gnome-unstable/PKGBUILD
----------+
PKGBUILD | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
Modified: gnome-unstable/PKGBUILD
===================================================================
--- trunk/PKGBUILD 2009-08-11 20:15:07 UTC (rev 49539)
+++ gnome-unstable/PKGBUILD 2009-08-11 20:53:45 UTC (rev 49541)
@@ -2,24 +2,24 @@
# Maintainer: Jan de Groot <jgc at archlinux.org>
pkgname=totem-plparser
-pkgver=2.26.2
+pkgver=2.27.2
pkgrel=1
url="http://www.hadess.net/totem.php3"
pkgdesc="Totem playlist parser library"
license=('LGPL')
arch=(i686 x86_64)
-depends=('evolution-data-server>=2.26.1.1')
+depends=('gmime>=2.4.7' 'libxml2>=2.7.3' 'gtk2>=2.17.7')
makedepends=('intltool' 'pkgconfig')
options=('!libtool')
-source=(http://ftp.gnome.org/pub/gnome/sources/totem-pl-parser/2.26/totem-pl-parser-${pkgver}.tar.bz2)
-md5sums=('daffda80cfead2a1473ca3ff71e1057b')
+source=(http://ftp.gnome.org/pub/gnome/sources/totem-pl-parser/2.27/totem-pl-parser-${pkgver}.tar.bz2)
+sha256sums=('40cc2cb839fd57f672f138728695db76dc7d9a8ca9817f61da5a81c6090a9df3')
build() {
cd "${srcdir}/totem-pl-parser-${pkgver}"
./configure --prefix=/usr \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --disable-static || return 1
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --disable-static || return 1
make || return 1
make DESTDIR="${pkgdir}" install || return 1
}
More information about the arch-commits
mailing list