[arch-commits] Commit in cheese/trunk (PKGBUILD wrong_requirements.patch)

Ionut Biru ibiru at archlinux.org
Thu Mar 10 17:24:15 UTC 2011


    Date: Thursday, March 10, 2011 @ 12:24:14
  Author: ibiru
Revision: 113872

upgpkg: cheese 2.91.91.1-1
update to 2.91.91

Modified:
  cheese/trunk/PKGBUILD
Deleted:
  cheese/trunk/wrong_requirements.patch

--------------------------+
 PKGBUILD                 |   22 ++++++++++------------
 wrong_requirements.patch |   29 -----------------------------
 2 files changed, 10 insertions(+), 41 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-03-10 17:22:11 UTC (rev 113871)
+++ PKGBUILD	2011-03-10 17:24:14 UTC (rev 113872)
@@ -2,29 +2,27 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=cheese
-pkgver=2.91.91
-pkgrel=2
+pkgver=2.91.91.1
+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' 'clutter-gst' 'clutter-gtk' 'libgee' 'gnome-video-effects' 'hicolor-icon-theme')
-makedepends=('pkgconfig' 'gnome-doc-utils>=0.20.1' 'intltool' 'gtk-doc' 'gnome-common')
+depends=('gnome-desktop' 'gtk3' 'libcanberra' 'librsvg' 'gstreamer0.10-base-plugins' 'gstreamer0.10-good-plugins' 'clutter-gst'
+         'clutter-gtk' 'libgee' 'gnome-video-effects' 'hicolor-icon-theme')
+makedepends=('pkgconfig' 'gnome-doc-utils' 'intltool' 'gobject-introspection')
 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}/2.91/${pkgname}-${pkgver}.tar.bz2
-        wrong_requirements.patch)
-sha256sums=('8f34469cb9cd09d9edb163a0f014c8ed9764645698e3c07f75534c20bc7c70df'
-            '58ecf6764585619d9708bf4bd3cb47f3a1caab3fbd7437905aba0407ac65b877')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.91/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('21e7c5c708dacd24df07d3c77789def9fb85941b8fb0023030d9074f912632fa')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  patch -Np1 -i "${srcdir}/wrong_requirements.patch"
-  gnome-autogen.sh
+
   ./configure --prefix=/usr --sysconfdir=/etc \
-      --localstatedir=/var --libexecdir=/usr/lib \
-      --disable-scrollkeeper --disable-static
+      --localstatedir=/var --disable-scrollkeeper \
+      --disable-static --disable-schemas-compile
   make
 }
 

Deleted: wrong_requirements.patch
===================================================================
--- wrong_requirements.patch	2011-03-10 17:22:11 UTC (rev 113871)
+++ wrong_requirements.patch	2011-03-10 17:24:14 UTC (rev 113872)
@@ -1,29 +0,0 @@
-diff -Nur cheese-2.91.91.old//configure.ac cheese-2.91.91/configure.ac
---- cheese-2.91.91.old//configure.ac	2011-03-09 14:11:23.000000000 -0800
-+++ cheese-2.91.91/configure.ac	2011-03-10 03:58:36.946700755 -0800
-@@ -81,18 +81,18 @@
- #*******************************************************************************
- 
- 
--GLIB_REQUIRED=2.29.0
--GOBJECT_REQUIRED=2.29.0
--GIO_REQUIRED=2.29.0
-+GLIB_REQUIRED=2.28.0
-+GOBJECT_REQUIRED=2.28.0
-+GIO_REQUIRED=2.28.0
- GTK_REQUIRED=2.99.4
- GDK_REQUIRED=2.99.4
- LIBGNOMEDESKTOP_REQUIRED=2.91.6
--GSTREAMER_REQUIRED=0.10.32.1
-+GSTREAMER_REQUIRED=0.10.32
- CAIRO_REQUIRED=1.10.0
--PANGOCAIRO_REQUIRED=1.29.0
--LIBRSVG_REQUIRED=2.33.0
-+PANGOCAIRO_REQUIRED=1.28.0
-+LIBRSVG_REQUIRED=2.32.0
- CLUTTER_REQUIRED=1.6.1
--CLUTTERGTK_REQUIRED=0.91.9
-+CLUTTERGTK_REQUIRED=0.91.8
- CLUTTERGST_REQUIRED=1.0.0
- GEE_REQUIRED=0.6.0
- LIBCANBERRA_REQUIRED=0.26




More information about the arch-commits mailing list