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

Ionut Biru ibiru at archlinux.org
Tue Apr 17 20:30:37 UTC 2012


    Date: Tuesday, April 17, 2012 @ 16:30:37
  Author: ibiru
Revision: 156386

update to 3.4.1

Modified:
  cheese/trunk/PKGBUILD
  cheese/trunk/cheese.install

----------------+
 PKGBUILD       |    5 ++---
 cheese.install |   16 ++++------------
 2 files changed, 6 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-04-17 20:27:04 UTC (rev 156385)
+++ PKGBUILD	2012-04-17 20:30:37 UTC (rev 156386)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot <jgc at archlinux.org>
 
 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 @@
 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

Modified: cheese.install
===================================================================
--- cheese.install	2012-04-17 20:27:04 UTC (rev 156385)
+++ cheese.install	2012-04-17 20:30:37 UTC (rev 156386)
@@ -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
+  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
-}
-
 post_upgrade() {
-  post_install $1
+  post_install
 }
 
 post_remove() {
-  post_install $1
+  post_install
 }




More information about the arch-commits mailing list