Date: Saturday, March 10, 2012 @ 11:23:51
  Author: heftig
Revision: 152905

3.3.90

Modified:
  cheese/trunk/PKGBUILD

----------+
 PKGBUILD |   23 +++++++++++++----------
 1 file changed, 13 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2012-03-10 16:23:50 UTC (rev 152904)
+++ PKGBUILD    2012-03-10 16:23:51 UTC (rev 152905)
@@ -1,32 +1,35 @@
 # $Id$
-# Maintainer: Jan de Groot <j...@archlinux.org>
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steff...@gmail.com>
+# Contributor: Jan de Groot <j...@archlinux.org>
 
 pkgname=cheese
-pkgver=3.2.2
+pkgver=3.3.90
 pkgrel=1
 pkgdesc="Use your webcam to take photos and videos, apply fancy special 
effects and share the fun with others"
 arch=(i686 x86_64)
 license=('GPL')
-depends=('gnome-desktop' 'gtk3' 'libcanberra' 'librsvg' 
'gstreamer0.10-base-plugins' 'gstreamer0.10-good-plugins' 'gstreamer0.10-bad' 
'clutter-gst'
-         'clutter-gtk' 'mx' 'libgee' 'gnome-video-effects' 
'hicolor-icon-theme' 'dconf')
-makedepends=('pkgconfig' 'gnome-doc-utils' 'intltool' 'gobject-introspection')
+depends=('gnome-desktop' 'gtk3' 'libcanberra' 'librsvg' 
'gstreamer0.10-base-plugins'
+         'gstreamer0.10-good-plugins' 'gstreamer0.10-bad' 'clutter-gst' 
'clutter-gtk' 'mx' 'libgee'
+         'gnome-video-effects' 'hicolor-icon-theme' 'dconf' 'cogl')
+makedepends=('pkgconfig' 'gnome-doc-utils' 'intltool' 'gobject-introspection' 
'itstool'
+             'nautilus-sendto')
+optdepends=('nautilus-sendto: Send images')
 groups=('gnome-extra')
 options=('!libtool' '!emptydirs')
 url="http://www.gnome.org/projects/cheese/";
 install=cheese.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('8f050b03365310d739c54e48c8c62f8e2d6d9a028fed3eb3c8da4c7654a9009a')
+sha256sums=('b5d30a9c6a067178ca0249f3acfc813ec3ab328a85512d63838e50e98eee2007')
 
 build() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd $pkgname-$pkgver
 
-  ./configure --prefix=/usr --sysconfdir=/etc \
-      --localstatedir=/var --disable-scrollkeeper \
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
       --disable-static --disable-schemas-compile
   make
 }
 
 package() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
 }

Reply via email to