From fe675be3a5f22b4397ea55959bb3c47b4c1b8288 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 19 Apr 2012 00:01:30 +0000 Subject: Thu Apr 19 00:01:30 UTC 2012 --- testing/cheese/PKGBUILD | 7 +++---- testing/cheese/cheese.install | 16 ++++------------ 2 files changed, 7 insertions(+), 16 deletions(-) (limited to 'testing/cheese') diff --git a/testing/cheese/PKGBUILD b/testing/cheese/PKGBUILD index e1a699d80..c11d494ea 100644 --- a/testing/cheese/PKGBUILD +++ b/testing/cheese/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 155024 2012-04-01 11:30:54Z heftig $ +# $Id: PKGBUILD 156387 2012-04-17 20:31:35Z ibiru $ # Maintainer: Jan Alexander Steffens (heftig) # Contributor: Jan de Groot pkgname=cheese -pkgver=3.4.0 +pkgver=3.4.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) @@ -19,11 +19,10 @@ 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=('96b0eae8e366e4d44921e148239167fcb6965dbbcb40e406d6a118c75377b41a') +sha256sums=('b7a07c45217bdea6b9bc3ad56c19b5b7de4ddf939074efe94add7afb66a26dd0') build() { cd $pkgname-$pkgver - ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ --disable-static --disable-schemas-compile make diff --git a/testing/cheese/cheese.install b/testing/cheese/cheese.install index c042fba42..f7e8c46ac 100644 --- a/testing/cheese/cheese.install +++ b/testing/cheese/cheese.install @@ -1,20 +1,12 @@ -pkgname=cheese - post_install() { - glib-compile-schemas usr/share/glib-2.0/schemas - gtk-update-icon-cache -q -t -f usr/share/icons/hicolor -} - -pre_upgrade() { - if [ -f usr/share/gconf/schemas/$pkgname.schemas ]; then - usr/sbin/gconfpkg --uninstall $pkgname - fi + glib-compile-schemas /usr/share/glib-2.0/schemas + gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor } post_upgrade() { - post_install $1 + post_install } post_remove() { - post_install $1 + post_install } -- cgit v1.2.3-54-g00ecf